Implemented the hash_fn mechanism into the biometric algorithm
1 unresolved thread
1 unresolved thread
This will handle cases where we have thousands of biometric references to be enrolled.
Do you mind reviewing this one @lcolbois
Thanks
Closes #161 (closed)
Merge request reports
Activity
49 49 force: bool 50 50 If True, will recompute scores and biometric references no matter if a file exists 51 51 52 hash_fn 53 Pointer to a hash function. This hash function maps 54 `sample.key` to a hash code and this hash code corresponds a relative directory 55 where a single `sample` will be checkpointed. 56 This is useful when is desirable file directories with less than 57 a certain number of files. It's the same mechanism as we have in
I still think we should fix this in the database interface as I mentioned earlier in bob.pipelines#25 (comment 58343)
assigned to @tiago.pereira and unassigned @lcolbois
mentioned in commit e5c67e7d
mentioned in issue bob#269 (closed)
Please register or sign in to reply