Collect RR and DIR results using collect_results.py
All threads resolved!
All threads resolved!
So far, collect_results.py
can only handle verification modes, but no closed- or open-set recognition. This MR adds the possibility to collect results for the rank 1 recognition rate (RR
) and the rank 1, threshold@FAR=0.001 detection and identification rate (DIR
).
So far, parameters like rank or FAR threshold are not specifiable on the command line. They have not been specifiable for verification either. If wanted, I can add these parameters to the command line options.
Merge request reports
Activity
added 14 commits
-
204975b7...108937c2 - 11 commits from branch
master
- 195ce76b - Implemented recursive scanning for RR and DIR (not tested yet)
- b5ad1a10 - Implemented test case and fixed some small issues in collect_result script
- 414d3041 - Merge branch 'collect_dir' of https://gitlab.idiap.ch/bob/bob.bio.base into collect_dir
Toggle commit list-
204975b7...108937c2 - 11 commits from branch
assigned to @tiago.pereira
- Resolved by Manuel Günther
- Resolved by Manuel Günther
- Resolved by Manuel Günther
added 1 commit
- ad788282 - Implemented FAR threshold and rank for collect_results
@tiago.pereira Can you have another look?
enabled an automatic merge when the pipeline for ad788282 succeeds
mentioned in commit 62ec9f7e
Please register or sign in to reply