Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IMT4126-BiometricQualityMetrics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maria Kleppestø Mcculloch
IMT4126-BiometricQualityMetrics
Merge requests
!2
Update README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update README.md
mariakmc-main-patch-22133
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Maria Kleppestø Mcculloch
requested to merge
mariakmc-main-patch-22133
into
main
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
71d57ede
1 commit,
3 years ago
1 file
+
26
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
26
−
3
Options
@@ -2,10 +2,33 @@
This is the documentation of the code for the project
### Dependencies
### Install Third party
As the script depends on the ArcFace library to compute the scores, this library needs to be installed first.
The library installation can be found here: https://github.com/deepinsight/insightface
It also depends on a third party DET script.
### Computing the baseline.
One can use the code present in main.py to compute the baseline. In order to achive this, one needs to
1.
Change the projectpath the project paht as it is on your local machine
`` projectpath = "my/project/path/ ``
2.
Uncomment the following lines:
```
QualEval = QualityEvaluator("Instance-Name", projectpath, imgsdir, "subjectnr/samplenr")
QualEval.ArcFace_init()
QualEval.readInDataset(params, projectpath, imgsdir, "ArcFaceCasia", True )
QualEval.ComputeBaselines()
QualEval.SaveBaslines()
```
### Compute quality metrics
### Plot quality metrics
Loading