Commit cef8cb90532ea2adbb696ce0f908931ab17edba0
1 parent
69a0e5db
added missing enrollAll flag to br-enroll
Showing
1 changed file
with
1 additions
and
0 deletions
app/br-enroll/br-enroll.cpp
| ... | ... | @@ -65,6 +65,7 @@ int main(int argc, char *argv[]) |
| 65 | 65 | |
| 66 | 66 | Context::initialize(argc, argv, "", false); |
| 67 | 67 | Globals->quiet = true; |
| 68 | + Globals->enrollAll = true; | |
| 68 | 69 | algorithm = Transform::fromAlgorithm("FaceRecognition"); |
| 69 | 70 | br_iterate_utemplates_file(stdin, enroll_utemplate, NULL); |
| 70 | 71 | Context::finalize(); | ... | ... |