-
- Downloads
Removed bob.ip.mtcnn, bob.bio.caffe_face and bob.ip.caffe_extractor [skip ci]
-
@tiago.pereira this commit has broken bob.pad.face
-
mentioned in commit c685cbe3
-
mentioned in issue bob.pad.face#33 (closed)
-
As mentioned somewhere already,
bob.ip.mtcnn
is not a hard requirement forbob.pad.face
, so that should not be a problem to archive it. I'm currently updatingbob.pad.face
to see if this would be ok (bob.pad.face!100 (merged))@ageorge A little warning though: the way you are using
FaceCropAlign.py
won't be available anymore. This is a good opportunity to get rid of that and implement something cleaner ... -
@heusch I once tried to use the extractor from
bob.ip.tensorflow_extractor
, its herehttps://gitlab.idiap.ch/bob/bob.pad.face/blob/mtcnn/bob/pad/face/preprocessor/FaceCropAlign.py#L168
-
Well, what I meant is that it would be a good occasion to get rid of
FaceCropAlign.py
altogether (for a lot of reasons, see bob.pad.face#30 (closed) for instance)Anyway, glad if you find a way not to use
bob.ip.mtcnn
!