wenmeng.zwm
7633707435
fix check numpy version error hint
2022-09-30 11:15:09 +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
wenmeng.zwm
a3cf4ae609
add numpy version check
...
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10254577
2022-09-26 16:10:46 +08:00
jiangnana.jnn
893d879b44
Merge branch 'github_master'
2022-09-23 15:10:22 +08:00
jiangnana.jnn
99b3cd9a82
remove optimizer registry
...
* remove optimzer registry
* update version
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10218900
* remove optimzer registry and update version
2022-09-23 14:01:45 +08:00
Cathy0908
7a89d1b7b8
refactor yolox predictor, support batch inference ( #198 )
...
* update yolox predictor
2022-09-23 13:51:06 +08:00
jiangnana.jnn
9b63c7cd69
update version
...
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10206011
* update version
2022-09-21 20:59:48 +08:00
jiangnana.jnn
eb7653ee05
update version
...
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10191172
* update version
2022-09-21 15:53:23 +08:00
jiangnana.jnn
061d9f7ff8
fix unittest for test_prune
...
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10201563
* fix unittest for test_prune
2022-09-21 14:38:58 +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
5dfe7b2898
update some predcitors, support batch inference ( #195 )
...
update some predcitors, support batch inference
2022-09-20 10:04:42 +08:00
yhq
bb53e066be
fix missing vit model ( #197 )
...
* fix missing vit model
* set pretrained false while export cls model
2022-09-19 19:52:21 +08:00
Cathy0908
b376d84fe0
add train memory ( #178 )
...
* add train memory
2022-09-19 18:00:34 +08:00
Cathy0908
5ac6381758
add error code ( #146 )
...
* add error code
2022-09-19 16:07:04 +08:00
zzoneee
ad78dfd3a1
fix DeiTIII cr bug ( #196 )
...
* fixbug_DeiTIII and rename vit_transfomer_dynamic.py to vit_transformer_dynamic.py
2022-09-17 11:21:47 +08:00
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
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
a73667708c
Merge branch 'master' of gitlab.alibaba-inc.com:pai-vision/EasyCV into easycv_internal_0830
2022-09-14 14:05:57 +08:00
Cathy0908
29f0e42427
fix import error in quantize_utils.py( #180 )
2022-09-14 12:05:52 +08:00
Cathy0908
7301f8c7b6
fix io.copytree ( #193 )
2022-09-14 12:04:52 +08:00
pengyu.lpy
33509912b1
modify the config and model_zoo about segformer_b0
...
超参数的提高可以看 docs/source/model_zoo_seg.md
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10099109
2022-09-14 12:01:09 +08:00
wenmeng.zwm
5df9bd6ca7
add git lfs checkout to citest
2022-09-08 22:28:31 +08:00
wenmeng.zwm
0de3bc1521
fix test_case
2022-09-08 21:55:13 +08:00
wenmeng.zwm
852bbee48e
add gitlfs download to citest
2022-09-08 20:27:21 +08:00
wenmeng.zwm
4661bacc3e
update hand_coco_wholebody_dataset interface
2022-09-08 20:27:01 +08:00
wenmeng.zwm
bf43e8a25b
merge github master
2022-09-08 10:38:31 +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
jiangnana.jnn
bdfb68fb67
fix import
...
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9998334
* fix import
2022-09-07 15:30:27 +08:00
André Pedersen
3d061a70f6
Minor typo fixes in Readme.md ( #185 )
2022-09-07 14:19:47 +08:00
zouxinyi0625
a9116a06d9
update readme with yolox-pai technical paper ( #187 )
2022-09-07 11:53:07 +08:00
zouxinyi0625
9ad1a8f448
Fix YOLOX-Edge problem and update yolox-pai turtorial ( #182 )
...
* complete yolox introduction
* fix env problem with nni2.6.1
* fix yolox-edge problem
* add docker turtorial
* add blade test
* support old export yolox model
Co-authored-by: wuziheng <zhoulou.wzh@alibaba-inc.com>
2022-09-06 17:11:12 +08:00
yhq
9cb533d437
update version to 0.6.1 ( #186 )
2022-09-06 15:57:16 +08:00
yhq
4104bbea88
bug_fix:missing utils ( #183 )
...
* add init.py
2022-09-02 18:39:18 +08:00
Cathy0908
bcfb11e893
fix there is no error log when run in subprocess ( #179 )
...
fix there is no error log when run in subprocess
2022-09-02 17:23:15 +08:00
jiangnana.jnn
4ecc9fcc41
fix LoadImage
...
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9978695
* fix LoadImage
2022-09-01 11:50:17 +08:00
shouzhou.bx
befe6d8c8f
update face 2d keypoint predictor pipeline
...
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9969788
2022-08-31 18:52:32 +08:00
wenmeng.zwm
80ca821518
update readme.md
2022-08-31 17:24:45 +08:00
wenmeng.zwm
7b19fefb9d
bump version to 0.6.0 and update release doc
2022-08-31 16:53:15 +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
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
pengyu.lpy
2bf3b55655
add segformer algo
...
. 增加了segformer的b1, b2, b3, b4几个配置文件。
. 预训练模型,log文件等均已经更新
. 已经从master合并结果
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9931529
2022-08-30 19:15:15 +08:00
wenmeng zhou
38ae771e7d
fix grammar mistakes in README.md ( #175 )
2022-08-30 17:33:42 +08:00
zouxinyi0625
2e2735f9d7
Update readme for YOLOX-PAI ( #174 )
2022-08-30 16:01:37 +08:00
Zhiqiang Wang
8763ee89f2
Update arxiv link of YOLOX-PAI ( #172 )
2022-08-30 14:55:55 +08:00
jiangnana.jnn
778d0ec43c
fix mmlab utils
...
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9943746
* fix mmlab utils
2022-08-30 14:06:30 +08:00
tuofeilun
842a21d592
datahub add Baidu Netdisk link ( #145 )
...
* add imagenet coco
* add licence
* add lvis & voc2012
2022-08-29 22:07:31 +08:00