Accept an annotator in FaceCrop
related to #26 (closed)
Merge request reports
Activity
@mguenther what do you think about something like this before I go and implement it further?
I guess it looks OK. I might be a bit lost, though, since the diff is large. I cannot verify, which of the changes are methodological changes, and which are cosmetic.
It would be more interesting to see how you handle the different preprocessors, which currently are two-layer (face crop after face detection, for example).
Maybe I was not clear. When you asked:
It would be more interesting to see how you handle the different preprocessors
This is already implemented. I just need to deprecate the
FaceDetect
class and replace its config file with something like:preprocessor = FaceCrop(..., annotator=BobIpFlandmark())
added 4 commits
-
e48a2007...182bdc83 - 2 commits from branch
master
- 155ec27c - Accept an annotator in FaceCrop
- 0ace9f60 - Fix a bug when face sizes where not being validated properly
-
e48a2007...182bdc83 - 2 commits from branch
added 2 commits
assigned to @mguenther
mentioned in commit 8868ffcc
no problem. I use this plugin for sublimetext to automatically generate the docs template: https://github.com/KristoforMaynard/SublimeAutoDocstring
mentioned in issue #26 (closed)