usnistgov / frvt

Repository for the Face Recognition Vendor Test (FRVT)
Other
261 stars 114 forks source link

Error when runnung the run_validate_11.sh. [ERROR] Match validation failed #119

Closed LionLion888 closed 11 months ago

LionLion888 commented 11 months ago

Hi there,

I'm trying to pack up the submit code. I can run the null implementation and pack up the null testing code successfully.

But if I try to pack up my own submitted code, there will have some error like follows:

Could anyone figure out the problem?

[100%] Built target validate11
[SUCCESS] Built executable in /home/pj/frvt_2023_adaface_submit/11/bin.
------------------------------
 Running 1:1 validation
------------------------------
Checking for hard-coded config directory [SUCCESS]
Creating Enrollment Templates (Single Process) [SUCCESS]
Creating Enrollment Templates on Multiple Images per Subject (Single Process) [SUCCESS]
Creating Enrollment Templates (Multiple Processes) PID 4474 exited due to signal 9
PID 4473 exited due to signal 9
[SUCCESS]
Creating Verification Templates (Multiple Processes) PID 4491 exited due to signal 9
PID 4493 exited due to signal 9
[SUCCESS]
Matching Templates (Multiple Processes) [ERROR] Failed to open stream for validation/templates/332.template.
[ERROR] Unable to retrieve template from file : validation/templates/332.template
[ERROR] Failed to open stream for validation/templates/657.template.
[ERROR] Unable to retrieve template from file : validation/templates/657.template
PID 4513 exited due to signal 15
[ERROR] Failed to open stream for validation/templates/985.template.
[ERROR] Unable to retrieve template from file : validation/templates/985.template
PID 4514 exited due to signal 15
PID 4515 exited due to signal 15
[ERROR] Match validation failed
LionLion888 commented 11 months ago

[Update] Problem solved!

Because I was using virtual machine to run the FRVT validationand the error is due to the small number of system processor and not enough of space of the memory capacity.

If increace the number of system processor and memory capacity, the problem can be solved and successfully go through all the validation process.