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
Commits
2b75e67b
Commit
2b75e67b
authored
3 years ago
by
Maria Kleppestø Mcculloch
Browse files
Options
Downloads
Plain Diff
Merge branch 'mariakmc-main-patch-22133' into 'main'
Update README.md See merge request
!2
parents
0c697268
71d57ede
No related branches found
No related tags found
1 merge request
!2
Update README.md
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+26
-3
26 additions, 3 deletions
README.md
with
26 additions
and
3 deletions
README.md
+
26
−
3
View file @
2b75e67b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment