EasyCV/easycv/predictors
Cathy0908 7f08eb6b3f
merge internal master 20221027 (#216)
* avoid numpy version check when xtcocotools can be imported 

Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10377599

* * move thirdparty into easycv
 * fix code style
        Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10395748

    * move thirdparty into easycv

* fix missing thirdparty/deformable_attention/src when build package

* optimize ci_test

* update version to 0.6.3.8 
        Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10412059

    * update version to 0.6.3.8

* fix face keypoints bugs in FT

* update version to 0.6.3.9 
        Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10443200

    * update version to 0.6.3.9

* fix import thirdparty

* fix unittest

* fix unittest

Co-authored-by: wenmeng.zwm <wenmeng.zwm@alibaba-inc.com>
Co-authored-by: shouzhou.bx <shouzhou.bx@alibaba-inc.com>
2022-11-01 10:48:12 +08:00
..
__init__.py add BEVFormer (#203) 2022-10-24 17:20:12 +08:00
base.py Fix predictor with numpy and PIL input (#221) 2022-11-01 10:47:38 +08:00
bevformer_predictor.py add BEVFormer (#203) 2022-10-24 17:20:12 +08:00
builder.py add predict pipeline 2022-08-23 19:52:52 +08:00
classifier.py update some predcitors, support batch inference (#195) 2022-09-20 10:04:42 +08:00
detector.py merge internal master 20221027 (#216) 2022-11-01 10:48:12 +08:00
face_keypoints_predictor.py update some predcitors, support batch inference (#195) 2022-09-20 10:04:42 +08:00
feature_extractor.py merge internal master 20221027 (#216) 2022-11-01 10:48:12 +08:00
hand_keypoints_predictor.py update some predcitors, support batch inference (#195) 2022-09-20 10:04:42 +08:00
interface.py initial commit 2022-04-02 20:01:06 +08:00
ocr.py Feature/paddleocr inference (#148) 2022-09-28 14:03:16 +08:00
pose_predictor.py add BEVFormer (#203) 2022-10-24 17:20:12 +08:00
segmentation.py Support_mask2former_semantic (#199) 2022-10-26 17:23:21 +08:00
wholebody_keypoints_predictor.py add wholebody keypoint detection 2022-09-26 17:37:52 +08:00