Commit Graph

25 Commits (d2b95eac131f042a9a38865b55ee0ff8d0733476)

Author SHA1 Message Date
Cathy0908 4cf6f794e4
Support stgcn (#293)
* add stgcn
2023-03-02 19:13:10 +08:00
Cathy0908 c73edeee1c
refactor pose topdown predictor (#296)
* refactor pose topdown predictor
2023-03-01 10:31:40 +08:00
tuofeilun c49edc3490
Support ReID and Multi-len MOT (#285)
1. Support ReID
2. Support Multi-len MOT
2023-02-23 13:38:25 +08:00
Cathy0908 74ecd3d037
Support multi processes for predictor (#272)
* support multi processes for predictor
2023-02-01 12:14:44 +08:00
Cathy0908 23ec622270
sync the predict config in the config file (#238) 2022-11-22 17:18:03 +08:00
Cathy0908 39673768f7
Fix predictor with numpy and PIL input (#221)
* fix predictor with numpy and PIL imput
2022-11-01 10:47:38 +08:00
Cathy0908 54e9571423
add BEVFormer (#203)
* add BEVFormer and benchmark
2022-10-24 17:20:12 +08:00
wenmeng zhou 90fee5bf6b
Merge pull request #207 from alibaba/merge_master_internal_22021012
Merge master internal 22021012
2022-10-19 10:31:59 +08:00
wenmeng zhou f58d249d11
avoid unnecessarily loading backbone weights from url for predictor (#212) 2022-10-14 17:42:07 +08:00
jiangnana.jnn 10c2545875 Merge branch 'master_internal_22021012' into merge_master_internal_22021012 2022-10-12 11:24:08 +08:00
yhq 397ecf2658
Feature/paddleocr inference (#148)
* add ocr model and convert weights from paddleocrv3
2022-09-28 14:03:16 +08:00
jiangnana.jnn 0c992540ed fix predictor 2022-09-27 15:39:49 +08:00
jiangnana.jnn 2856af7f42 fix cpu inference
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10267433

    * fix cpu inference
2022-09-27 12:30:38 +08:00
shouzhou.bx 7f106ba446 add wholebody keypoint detection 2022-09-26 17:37:52 +08:00
Cathy0908 7a89d1b7b8
refactor yolox predictor, support batch inference (#198)
* update yolox predictor
2022-09-23 13:51:06 +08:00
Cathy0908 5dfe7b2898
update some predcitors, support batch inference (#195)
update some predcitors, support batch inference
2022-09-20 10:04:42 +08:00
Cathy0908 5ac6381758
add error code (#146)
* add error code
2022-09-19 16:07:04 +08:00
wenmeng.zwm 962a057f4c [to 43878396] fix conflict with mmdet when using EasyCV
when adapt for mmlab, the original modules will be changed,  which will make argument error when using mmdet original config and interface
1.  add interface for removing adaptation for mmlab
2.  register copy of mmlab module into easycv
3.  bump internal version to 0.6.3.1

Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10059050
2022-09-08 09:55:18 +08:00
liangting.zl a5988732cc feat: add hand keypoints predictor
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9935447

    * feat: add hand keypoints predictor
2022-08-31 10:25:05 +08:00
shouzhou.bx 2e8fc44dc1 add face-2d-keypoints
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9809249

    * add face 2d keypoint config
2022-08-25 16:57:37 +08:00
jiangnana.jnn 0f74adb848 add predict pipeline
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9828601

    * add predict pipeline
2022-08-23 19:52:52 +08:00
Cathy0908 b737027aa4
remove useless import and optimize imports (#84) 2022-06-13 10:29:41 +08:00
Cathy0908 13ff8263b3
remove all imports in easycv.utils.__init__ (#21) 2022-04-22 15:22:43 +08:00
jiangnana.jnn e8008e3abd [Feature]: uniform input and output format for transforms 2022-04-06 20:02:21 +08:00
wenmeng.zwm 055deba53e initial commit 2022-04-02 20:01:06 +08:00