Skip to content
Snippets Groups Projects

Implemented the hash_fn mechanism into the biometric algorithm

Merged Tiago de Freitas Pereira requested to merge hashfn into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.
  • I let you decide if you want to change the hashing process or not, but this version at least looks good to me.

  • assigned to @tiago.pereira and unassigned @lcolbois

  • let's possibly handle that in another MR. So far, this solves nicely the problem

    merci

  • mentioned in commit e5c67e7d

  • mentioned in issue bob#269 (closed)

  • Please register or sign in to reply
    Loading