26 Commits

Author SHA1 Message Date
Cyanyanyan
950f23866d
Update tfrecord_util.py (#111)
* fix tfrecord read bug
2022-07-01 18:43:36 +08:00
Chen Jiayu
9424cc9660
vitdet visualize and predictor (#102)
*vitdet bugfix

* support vitdet_predictor
2022-06-30 09:35:27 +08:00
yuanman.ym
813a191876 Add sailfish for fully sharded data parallel training 2022-06-17 13:21:27 +08:00
Chen Jiayu
e61488d319
Support ViTDet algo (#35)
* adapt mmlab modules
* add vitdet
* support conv aggregation
* modify vitdet load pretrained
* support fp16
* modify defaultformatbundle
* modify aug
* bugfix sampler
* bugfix mmresize
* bugfix fp16&nonetype
* bugfix filterannotation
* support dlc
* bugfix dist
* bugfix detsourcecoco
* smodify mmdet_parse_losses
* bugfix nan
* bugfix eval
* bugfix data=nonetype
* modify resize_embed
* support vitdet_conv
* add vitdet_conv init_weight
* add test_vitdet
* uniform rand_another
* uniform use fp16 method
* add test_fp16

Co-authored-by: jiangnana.jnn <jiangnana.jnn@alibaba-inc.com>
2022-06-10 21:49:32 +08:00
zouxinyi0625
3af93bdac5
YOLOX End2end & Blade Support (#66)
* support export with jit.trace and jit.script and end2end
2022-06-08 20:41:15 +08:00
Chen Jiayu
3ee118f065
Expand cls model zoo (#55)
1. expand cls model zoo
2. uniform load_pretrained
2022-06-01 11:01:29 +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
1614248f31
fix ci_test (#74)
* fix ci_test and skip test_quantize
2022-05-27 13:09:21 +08:00
Cathy0908
00f2e2eb64
fix eval metric during training and add metric unittest (#67)
* fix eval metric during training and add metric unittest
2022-05-19 16:07:36 +08:00
Cathy0908
7c29232e79
[bugfix] fix CocoMaskEvaluator missing groundtruth_is_crowd (#61)
* fix coco evaluation
2022-05-16 20:21:53 +08:00
Xiaohe You
b97908e9cb
ev quantize test update (#64) 2022-05-16 18:40:36 +08:00
Cathy0908
ecbfbbb359
fix unittest (#57)
* fix unittest and skip quantize unittest
2022-05-16 15:02:12 +08:00
Cathy0908
f78fa46152
fix citest action (#60)
* fix citest action
2022-05-16 11:37:33 +08:00
Cathy0908
b5fb2b70c7
[feature]: support mmdet models config (#25)
* support mmdet models

* add mmlab_models_usage_guide.md

* remove tools/test.py
2022-05-11 17:44:06 +08:00
Cathy0908
828decd275
fix gpu_collect error (#46) 2022-04-29 14:31:58 +08:00
Cathy0908
c6ad4c7858
fix multi-process reading of detection datasource and accelerate data preprocessing (#23)
* fix multi-process reading of detection datasource and accelerate data preprocessing
2022-04-26 14:03:28 +08:00
Cathy0908
d5e2964865
[bugfix]: fix DistEvalHook missing vis_config (#28)
* fix DistEvalHook missing vis_config
2022-04-26 10:13:31 +08:00
yhq
04ca0d53c7
Doc/add mae benchmark (#24)
* add mae large to mae benchmark
* fix dataset pipeline bug  when timm using torhvision original pipeline in mae
* add mae fintune unittest

Co-authored-by: yanhaiqiang.yhq <yanhaiqiang.yhq@gitlab.alibaba-inc.com>
2022-04-24 14:53:35 +08:00
Chen Jiayu
cdb2366725
Merge pull request #19 from wenmengzhou/fix/cls_predictor
Fix: classifier run inference error
2022-04-22 15:37:47 +08:00
Cathy0908
13ff8263b3
remove all imports in easycv.utils.__init__ (#21) 2022-04-22 15:22:43 +08:00
Cathy0908
9a3826f0d2
[Feature]: support image visualization for tensorboard and wandb (#15)
* [Feature]: support image visualization for tensorboard and wandb
2022-04-21 20:48:58 +08:00
wenmeng.zwm
eaae92a4a5 remove comment 2022-04-21 16:07:59 +08:00
wenmeng.zwm
7534a80195 add unittest and fix another bug using cls_head with_avg_pool=True 2022-04-21 16:07:33 +08:00
jiangnana.jnn
aee752e7c0 remove release_test configs and fix url link od model zoo 2022-04-07 14:28:50 +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