![]() |
ROC SDK
2.4.0
Scalable Face Recognition Software
|
Remove redundant templates for each person in a gallery.
This command line application corresponds to the roc_consolidate function in the Application Programming Interface.
| Option | Meaning | Default |
|---|---|---|
-c <int> | Specify per-person template Maximum Count | 10 |
-d | Call roc_defragment after consolidating the gallery | Do not defragement the gallery |
-p | Call roc_consolidate_persons | Call roc_consolidate |
-f | Call roc_consolidate_fingerprints | Call roc_consolidate |
-s <float> | Specify per-person template pairwise Maximum Similarity | 0.9 |
$ roc-consolidate -h
faces.t and write its persons to persons.txt. $ roc-consolidate faces.t persons.txt
faces.t and print its persons to stdout. $ roc-consolidate faces.t
$ roc-consolidate -f fingers.t
1.8.15