vault backup: 2025-01-12 21:50:46
This commit is contained in:
parent
660bc89ac8
commit
98b903b434
5 changed files with 30 additions and 10 deletions
6
.obsidian/plugins/obsidian-git/data.json
vendored
6
.obsidian/plugins/obsidian-git/data.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"commitMessage": "vault backup: {{date}}",
|
||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"autoSaveInterval": 0,
|
||||
"autoSaveInterval": 5,
|
||||
"autoPushInterval": 0,
|
||||
"autoPullInterval": 0,
|
||||
"autoPullOnBoot": false,
|
||||
|
@ -50,7 +50,9 @@
|
|||
},
|
||||
"textColorCss": "var(--text-muted)",
|
||||
"ignoreWhitespace": false,
|
||||
"gutterSpacingFallbackLength": 5
|
||||
"gutterSpacingFallbackLength": 5,
|
||||
"lastShownAuthorDisplay": "initials",
|
||||
"lastShownDateTimeFormatOptions": "date"
|
||||
},
|
||||
"autoCommitMessage": "vault backup: {{date}}"
|
||||
}
|
18
.obsidian/workspace.json
vendored
18
.obsidian/workspace.json
vendored
|
@ -14,12 +14,12 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Biometric Systems/notes/7. Face recognition 3D.md",
|
||||
"file": "Biometric Systems/domande orale/BS_questions.txt.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "7. Face recognition 3D"
|
||||
"title": "BS_questions.txt"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -224,7 +224,8 @@
|
|||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 604.5
|
||||
"width": 604.5,
|
||||
"collapsed": true
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
|
@ -243,8 +244,13 @@
|
|||
"companion:Toggle completion": false
|
||||
}
|
||||
},
|
||||
"active": "0d5325c0f9289cea",
|
||||
"active": "1fb39a1dfc7b5200",
|
||||
"lastOpenFiles": [
|
||||
"Biometric Systems/notes/7. Face recognition 3D.md",
|
||||
"Biometric Systems/domande orale/BS_questions.txt.md",
|
||||
"Biometric Systems/domande orale/Domande biometrici ita.pdf",
|
||||
"Biometric Systems/domande orale/Biometrics orale.pdf",
|
||||
"Biometric Systems/domande orale",
|
||||
"Biometric Systems/notes/13. Multi biometric.md",
|
||||
"Biometric Systems/slides/LEZIONE12_MULBIOMETRIC.pdf",
|
||||
"Biometric Systems/notes/8 Face anti spoofing.md",
|
||||
|
@ -255,13 +261,9 @@
|
|||
"Biometric Systems/notes/9. Ear recognition.md",
|
||||
"Biometric Systems/slides/LEZIONE2_Indici_di_prestazione.pdf",
|
||||
"Biometric Systems/slides/LEZIONE7_Face recognition3D.pdf",
|
||||
"Biometric Systems/notes/7. Face recognition 3D.md",
|
||||
"Foundation of data science/slides/More on Neural Networks (1).pdf",
|
||||
"Foundation of data science/slides/FDS_convnet_primer_new.pdf",
|
||||
"Foundation of data science/slides/linear regression.pdf",
|
||||
"Foundation of data science/slides/IP CV Basics.pdf",
|
||||
"Foundation of data science/slides/FDS_linear_regression_w_notes.pdf",
|
||||
"Foundation of data science/slides/FDS_convnet_primer_new 1.pdf",
|
||||
"Foundation of data science/notes/9 XGBoost.md",
|
||||
"Foundation of data science/notes/Untitled.md",
|
||||
"Foundation of data science/notes/9 Gradient Boosting.md",
|
||||
|
|
16
Biometric Systems/domande orale/BS_questions.txt.md
Normal file
16
Biometric Systems/domande orale/BS_questions.txt.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
1. What does it mean verification? How can we evaluate system performance? What is difference between identification and verification?
|
||||
|
||||
1. How do you evaluate the performance of a system in identification Open set?
|
||||
2. DIR formula? DIR explaination, what is at denominator of DIR? What is PG?
|
||||
3. What are minutiae? How can i compute when a minutia report a certain kind of shape? (the answer is talking about crossing number analysis)
|
||||
4. Differences between randotypic features and genotypic features. which are more robust? Examples of randotypic traits (don't forget to name vessels pattern a randotypic)
|
||||
5. Which problems of face recognition are solved by 3D?
|
||||
6. Why behavioural features are less robust than physical ones?
|
||||
7. Physical traits that cannot be considered as hard traits
|
||||
|
||||
|
||||
1. Pros and cons in ear recognition
|
||||
2. Poincare index -> which singularities you can detect?
|
||||
3. CMS and CMC
|
||||
4. Multi-biometric system -> how many types (multiple instances, multiple features ecc.)
|
||||
5. Difference between visible light and near-red light in iris recognition. Which is better and in which case near-red is particular better?
|
BIN
Biometric Systems/domande orale/Biometrics orale.pdf
Normal file
BIN
Biometric Systems/domande orale/Biometrics orale.pdf
Normal file
Binary file not shown.
BIN
Biometric Systems/domande orale/Domande biometrici ita.pdf
Normal file
BIN
Biometric Systems/domande orale/Domande biometrici ita.pdf
Normal file
Binary file not shown.
Loading…
Reference in a new issue