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
Cathy0908
54e9571423
add BEVFormer ( #203 )
...
* add BEVFormer and benchmark
2022-10-24 17:20:12 +08:00
yhq
397ecf2658
Feature/paddleocr inference ( #148 )
...
* add ocr model and convert weights from paddleocrv3
2022-09-28 14:03:16 +08:00
wenmeng.zwm
608949b936
Merge branch 'master_github'
2022-09-20 19:59:05 +08:00
shouzhou.bx
f9566c7027
fix face 2d keypoints devices bug
2022-09-20 16:10:23 +08:00
Cathy0908
5ac6381758
add error code ( #146 )
...
* add error code
2022-09-19 16:07:04 +08:00
wenmeng zhou
1d5edf6d78
Merge pull request #191 from alibaba/easycv_internal_0830
...
merge internal version into github master
2022-09-14 15:32:46 +08:00
zzoneee
0cb91de0cb
add DeiT III ( #171 )
...
1.Add a backbone: deitiii.
2.Add an optimizer: lamb.
3.Add a sampler: RASampler.
4.Add a lr update hook: CosineAnnealingWarmupByEpochLrUpdaterHook.
5.In easycv/models/classification/classification.py, I remove the default mixup_cfg to keep the classification.py clean.
2022-09-14 15:24:54 +08:00
wenmeng.zwm
bf43e8a25b
merge github master
2022-09-08 10:38:31 +08:00
tuofeilun
b198c5a81f
support DINO algo ( #144 )
...
dino_4sc_r50_12e:48.71
dino_4sc_r50_24e:50.53
dino_4sc_r50_36e:50.69
dino_4sc_swinl_12e: 56.86
dino_4sc_swinl_36e: 58.04
dino_5sc_swinl_36e: 58.47
2022-08-31 15:18:11 +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
wuziheng
9aaa600f79
Yolox improve with REPConv/ASFF/TOOD ( #154 )
...
* add attention layer and more loss function
* add attention layer and various loss functions
* add siou loss
* add tah,various attention layers, and different loss functions
* add asff sim, gsconv
* blade utils fit faster
* blade optimize for yolox static & fp16
* decode output for yolox control by cfg
* add reparameterize_models for export
* e2e trt_nms plugin export support and numeric test
* split preprocess from end2end+blade, speedup from 17ms->7.2ms
Co-authored-by: zouxinyi0625 <zouxinyi.zxy@alibaba-inc.com>
2022-08-24 18:11:15 +08:00
Chen Jiayu
0b472bacf1
refactor detection, support detr and dab-detr ( #104 )
...
refactor detection, support detr and dab-detr
2022-07-11 14:52:49 +08:00
Cathy0908
b737027aa4
remove useless import and optimize imports ( #84 )
2022-06-13 10:29:41 +08:00
Cathy0908
4c1b3145e6
[feature] add segmentation modules ( #71 )
...
* add segmentation module & add ResNetV1c & ResNetV1d & add benchmark
2022-05-31 20:19:17 +08:00
Cathy0908
13ff8263b3
remove all imports in easycv.utils.__init__ ( #21 )
2022-04-22 15:22:43 +08:00
wenmeng.zwm
055deba53e
initial commit
2022-04-02 20:01:06 +08:00