-
- Downloads
Merge branch 'dask-annotators' into 'master'
Adaptation of Annotator to Tranformer See merge request !73
No related branches found
No related tags found
Showing
- bob/bio/face/annotator/Base.py 20 additions, 1 deletionbob/bio/face/annotator/Base.py
- bob/bio/face/annotator/bobipfacedetect.py 10 additions, 4 deletionsbob/bio/face/annotator/bobipfacedetect.py
- bob/bio/face/annotator/bobipflandmark.py 1 addition, 1 deletionbob/bio/face/annotator/bobipflandmark.py
- bob/bio/face/annotator/bobipmtcnn.py 17 additions, 7 deletionsbob/bio/face/annotator/bobipmtcnn.py
- bob/bio/face/config/annotator/flandmark.py 1 addition, 0 deletionsbob/bio/face/config/annotator/flandmark.py
- bob/bio/face/test/test_annotators.py 61 additions, 25 deletionsbob/bio/face/test/test_annotators.py
- requirements.txt 2 additions, 1 deletionrequirements.txt
- setup.py 4 additions, 1 deletionsetup.py
... | ... | @@ -20,4 +20,5 @@ bob.ip.facedetect |
bob.pipelines | ||
matplotlib # for plotting | ||
six | ||
scikit-image | ||
\ No newline at end of file | ||
scikit-image | ||
scikit-learn # for pipelines Tranformers |
Please register or sign in to comment