usnistgov / frvt

Repository for the Face Recognition Vendor Test (FRVT)
Other
258 stars 113 forks source link

Is there any memory limit in 1:N Identification? #103

Closed PeggyWang888 closed 1 year ago

PeggyWang888 commented 1 year ago

I am working on FRVT 1:N, and my query is : is there any memory limit in 1:N Identification?

mlngan commented 1 year ago

Per Section 4 of the General Evaluation Specifications, each evaluation machine has at least 128 GB of memory. We anticipate that 16 processes can be run without time slicing, though NIST will handle all multiprocessing work via fork(). Hope this information helps.