initial code to extract umdfaces.io dataset and train pose estimator

This commit is contained in:
iperov 2019-04-23 08:14:09 +04:00
parent 51a917facc
commit e58197ca22
18 changed files with 437 additions and 57 deletions

View file

@ -4,3 +4,4 @@ from .MTCExtractor import MTCExtractor
from .S3FDExtractor import S3FDExtractor
from .LandmarksExtractor import LandmarksExtractor
from .FANSegmentator import FANSegmentator
from .PoseEstimator import PoseEstimator