Skip to content
Snippets Groups Projects

Update README.md

Merged Maria Kleppestø Mcculloch requested to merge mariakmc-main-patch-72199 into main
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -2,10 +2,10 @@
This is the documentation of the code for the project
## Genereating the comparasin scores
For generating the comaprasin scores, the script ``compute-baseline-scores`` can be used. For the scores calculated in this projecy, the CASIA-V5 dataset was used.
### Dependencies
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. The script setup-compute-baseline-scores handles the installation of the necessary packages.
The library installation can be found here: https://github.com/deepinsight/insightface
It also depends on a third party DET script.
Loading