yhq
14f8a97bdb
Add bevformer benchmark ( #249 )
...
* add bev-blancehybrid benchmark
2022-12-06 12:13:09 +08:00
tuofeilun
7ee13097e0
Release v0.8.0 ( #250 )
2022-12-06 10:52:36 +08:00
wenmeng zhou
befb23c2d5
add prediction script ( #239 )
...
* add prediction script
* update doc
2022-12-05 18:06:00 +08:00
tuofeilun
3f533ad62e
Release v0.8.0 ( #245 )
...
Release v0.8.0
2022-12-05 10:48:48 +08:00
gulou
281ab0b832
fix data_hub error ( #248 )
2022-12-02 16:06:57 +08:00
tuofeilun
654554cf65
support obj365 ( #242 )
...
Support Objects365 pretrain and Adding the DINO++ model can achieve an accuracy of 63.4mAP at a model scale of 200M(Under the same scale, the accuracy is the best)
2022-12-02 14:33:01 +08:00
gulou
36a3c45efa
add more data source for auto download ( #229 )
...
* add caltech, flower, mnist data source
* add det lvis data source
* add pose crowdPose data source
* add pose of OC Human data source
* add pose of mpii data source
* add Seg of voc data source
* add Seg of coco data source
* add Det of wider person datasource
* add Det of african wildlife datasource
* add Det of fruit datasource
* add Det of pet datasource
* add Det of artaxor and tiny person datasource
* add Det of wider face datasource
* add Det of crowd human datasource
* add Det of object365 datasource
* add Seg of coco stuff 10k and 164k datasource
Co-authored-by: Cathy0908 <30484308+Cathy0908@users.noreply.github.com>
2022-12-02 10:57:23 +08:00
yhq
a9b67f0509
add bevformer benchmark and fix classification predict bug ( #240 )
2022-11-24 18:25:27 +08:00
Jiabei-prog
17c1f39b6f
features/edgevit3 ( #214 )
...
* add backbone model 'EdgeVit'
2022-11-17 14:30:12 +08:00
zzoneee
ab3b2a0258
add Hydra Attention ( #220 )
...
* add hydra attention implementation
* refactor deit iii config
2022-11-07 11:19:07 +08:00
yhq
c14c41a0d3
Add mask2former tutorials ( #228 )
2022-11-07 10:22:46 +08:00
Cathy0908
bf6debfc4f
add release note for 0.7.0 ( #226 )
...
* add release note for 0.7.0
2022-11-03 15:58:13 +08:00
tuofeilun
8fa2f6ea40
Support NNI hpo ( #211 )
...
* support hpo using NNI
2022-11-01 15:28:16 +08:00
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
yhq
00aa7c2f79
Support_mask2former_semantic ( #199 )
...
* add mask2former semantic branch
2022-10-26 17:23:21 +08:00
zouxinyi0625
8a484e88fd
Add yolox jit script model end2end support ( #215 )
...
* add yolox jit script model end2end support
* update export.md
2022-10-26 15:09:05 +08:00
Cathy0908
54e9571423
add BEVFormer ( #203 )
...
* add BEVFormer and benchmark
2022-10-24 17:20:12 +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
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
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
bf43e8a25b
merge github master
2022-09-08 10:38:31 +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
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
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
Zhiqiang Wang
8763ee89f2
Update arxiv link of YOLOX-PAI ( #172 )
2022-08-30 14:55:55 +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
tuofeilun
e3678fbbfa
FCOS update torch_style ( #170 )
...
fcos update torch style
2022-08-29 16:21:14 +08:00
zouxinyi0625
19e570adde
add github config path for yolox-pai ( #166 )
...
* add github config path
2022-08-26 13:50:48 +08:00
tuofeilun
6821cdc9db
refactor detection predictor ( #158 )
...
The use of unified DetrPredictor for detection test and predictor.
2022-08-26 10:28:17 +08:00
zouxinyi0625
2cb2bded7d
Update model_zoo_det.md ( #165 )
...
fix link bug
2022-08-25 12:14:58 +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
jiangnana.jnn
b3abdf507f
fix unittest
...
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9809645
* fix unittest
2022-08-19 15:12:13 +08:00
pengyu.lpy
0128e881d9
add segformer algo
...
* 将COCO_Stuff_164k数据集增加到了data_hub.md, prepared_data.md, 以及将其对应脚本加到了prepare_data文件夹下面
* 增加了segformer对应的predictor
* 完善docs/source/model_zoo_seg.md中关于segformer的信息
2022-08-18 10:40:18 +08:00
jiangnana.jnn
fbdde2a054
add git lfs
...
Link: https://code.alibaba-inc.com/easycv/EasyCV/codereview/9769794
* add git lfs
2022-08-16 15:32:23 +08:00
yhq
3c6c2c0b6f
add mask2former algo ( #115 )
...
add mask2former algo
support panopitc pipeline
add segment predictor
2022-08-08 18:17:01 +08:00
Cathy0908
3db70589d9
update Fast ConvMAE doc ( #151 )
2022-08-08 14:20:21 +08:00
Cathy0908
dc4748303b
remove not exist url ( #143 )
2022-08-02 20:36:29 +08:00
Chen Jiayu
3b9ea0b3ff
add v0.5.0 change_log ( #139 )
2022-07-27 17:06:17 +08:00
Chen Jiayu
9517bb80ff
add dn_detr algo ( #119 )
...
support dn-detr-r50: 44.39
refactor set_criterion
2022-07-27 15:06:06 +08:00
Chen Jiayu
8c93caa2d9
support Efficientformer algo ( #128 )
...
* add efficientformer
2022-07-27 11:36:03 +08:00
Osuolale Emmanuel
2aa6bfcca6
Update quick_start.md ( #136 )
...
Made a correction to following and compression
2022-07-27 11:00:42 +08:00
Cathy0908
6404c249f5
add analyse tools ( #133 )
...
* add analyse tools and model performance
2022-07-27 10:52:05 +08:00
Cathy0908
fe081c8aba
add torchacc, support swin ( #105 )
...
* add torchacc, support swin
2022-07-27 10:22:44 +08:00