Skip to content
Snippets Groups Projects

Added face detection option to VideoFaceCrop preprocessor + unit tests for IQM-GMM algo.

Merged Olegs NIKISINS requested to merge dev_branch into master
2 unresolved threads

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
76 78 returned. This flag is only valid when ``use_local_cropper_flag = True``.
77 79 Default: ``False``.
78 80
81 ``detect_faces_flag`` : :py:class:`bool`
  • 12 12 bob.io.image
    13 13 bob.ip.color
    14 14 bob.ip.qualitymeasure
    15 bob.ip.dlib
  • @mguenther thank you for your valuable comments. Will definitely add bob.ip.dlib to develop.cfg . However, I am not sure about your comment on bool. Based on this bool is a class: https://docs.python.org/3.5/library/functions.html#bool Have I misunderstood you? Thanks!

  • Indeed, bool is a class, but also a basic datatype. Usually there is no need to reference basic Python data types such as int,float,bool,str,dict,list,tuple.

  • Please register or sign in to reply
    Loading