This is the documentation of the code for the project
### Install Third party
### Install Third party Libraries
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
The library installation can be found here: https://github.com/deepinsight/insightface/tree/master/python-package
It also depends on a third party DET script.
### Running the opertaions
It can be beneficial to perfor the operations in two runs; first compute the baselines, and then compute and plot the metrics.
## Running the opertaions
### Computing the baseline.
One can use the code present in main.py to compute the baseline. In order to achive this, one needs to
In theory all 3 operations can be run in the same instance, or in three sepearate runs. It can be beneficial to perform the operationsin two runs; first compute the baselines, and then compute and plot the metrics. For details on how to perform these three operations, read the following sections:
1. Change the projectpath the project paht as it is on your local machine
### 0. Setting project path
`` projectpath = "my/project/path/ ``
in main.py, Change the projectpath to the projectpath as it is on your local machine
NB! If the metrics have not been computet (aka there is no data/[name].npy files or data/brisque/[name].csv) this will fail. Make sure the metrics have been computed, either in this or a previous run.