EasyCV/easycv/predictors
tuofeilun 9f01a37ad4
Refactor ViTDet backbone and simple feature pyramid (#177)
1. The vitdet backbone implemented by d2 is about 20% faster than the vitdet backbone originally reproduced by easycv.
2. 50.57 -> 50.65
2022-09-16 11:03:53 +08:00
..
__init__.py feat: add hand keypoints predictor 2022-08-31 10:25:05 +08:00
base.py [to 43878396] fix conflict with mmdet when using EasyCV 2022-09-08 09:55:18 +08:00
builder.py add predict pipeline 2022-08-23 19:52:52 +08:00
classifier.py initial commit 2022-04-02 20:01:06 +08:00
detector.py Refactor ViTDet backbone and simple feature pyramid (#177) 2022-09-16 11:03:53 +08:00
face_keypoints_predictor.py update face 2d keypoint predictor pipeline 2022-08-31 18:52:32 +08:00
feature_extractor.py remove useless import and optimize imports (#84) 2022-06-13 10:29:41 +08:00
hand_keypoints_predictor.py feat: add hand keypoints predictor 2022-08-31 10:25:05 +08:00
interface.py initial commit 2022-04-02 20:01:06 +08:00
pose_predictor.py remove useless import and optimize imports (#84) 2022-06-13 10:29:41 +08:00
segmentation.py add predict pipeline 2022-08-23 19:52:52 +08:00