Commit Graph

50 Commits (0128e881d9110f1f2b9c23bcafc044db0c9be649)

Author SHA1 Message Date
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
Cathy0908 b2c8f0ef4d
add detection benchmark model ConvViTDet for FastConvMAE (#121)
* add conv vitdet and modelzoo
2022-07-18 17:11:41 +08:00
Chen Jiayu 5fb0a86f69
support fcos (#100)
support fcos(38.57)
2022-07-12 18:07:02 +08:00
yhq 6b8b04db72
add upernet algo (#118)
* add upernet algo
* fix import onnx bug
2022-07-12 11:14:09 +08:00
Chen Jiayu e4722c754f
bugfix_common_io (#126) 2022-07-11 19:58:13 +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 368378b2af
add Fast ConvMAE (#101)
* add Fast ConvMAE and Fast ConvMAE benchmark
2022-07-08 12:11:37 +08:00
Cathy0908 6c7f7ad12e
update change_log.md (#109)
* update change_log.md and README
2022-07-01 18:41:19 +08:00
Cathy0908 f7f4088152
add visualization doc (#110) 2022-06-30 11:24:52 +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
wenmeng zhou 5bc5cb6f50
fix quick_start.md (#81)
solve problem in #80
2022-06-02 16:16:23 +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 42d73019e2
update file.md for setting oss config via enviroment variable (#76) 2022-05-30 20:52:00 +08:00
Cathy0908 b66a15a784
add data hub (#70)
* add data hub
2022-05-25 17:17:31 +08:00
Cathy0908 04e26b29cf
add moby swin-tiny pretrained model and benchmark (#72) 2022-05-25 14:19:28 +08:00
Cathy0908 106c8224b7
update prepare_data.md (#69)
* update prepare_data.md
2022-05-23 20:08:37 +08:00
Xiaohe You 820dcafe28
update yolox compression tutorials (#68)
* update requirements for model compression
2022-05-23 14:27:25 +08:00
Cathy0908 c9a7d02d32
Update prepare_data.md 2022-05-17 18:03:19 +08:00
Cathy0908 4fd29e819b
Update prepare_data.md 2022-05-17 18:02:28 +08:00
Cathy0908 14af96e21d
[feature] add ssl detection benchmark (#58)
* add ssl detection benchmark
* wrape mmdel model with adding init_weights()
2022-05-16 15:03:15 +08:00
Cathy0908 54d0beb564
update change_log.md (#59) 2022-05-16 14:21:07 +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
Xiaohe You 10266f54a7
update quantize.py code version (#44)
* compression tutorial

* add details of compression tutorial

* add env of compression tutorial

* update quantize.py code version
2022-05-07 16:07:07 +08:00
yhq e1ed85f677
Doc/update mae benchmark (#50)
* update mae benchmark, we fintune the model four times, and chose the highest one as the result. we pretrain and fintune the model only by 8 V100 which is a little different from official one.
2022-05-05 20:17:03 +08:00
wenmeng zhou aad3835186
fix: add missing shell scripts (#47)
* add missing scripts
2022-04-29 17:04:10 +08:00
Chen Jiayu 5b62a28bec
[WIP] [doc] Metric learning tutorial (#36)
* add cub_metric_learning tutorial
2022-04-27 17:50:42 +08:00
yhq 1704ad22a5
Doc/mae tutorial (#34)
* add mae tutorials
2022-04-26 15:00:55 +08:00
wenmeng zhou 81b91086eb
feat: readthedocs support & tutorial docs refinement (#29)
* readthedocs build support

* change opencv version from 4.4.0.40 to 4.1.2.30

* update config file path with github url

* fix: clone AutoAugmentPolicy from torchvision error

* reorganize requirements file

* add model compression tutorial and cls modelzoo to readme.md

* add optional req
2022-04-26 10:38:58 +08:00
RaingString b2b1a9cc2c
compression tutorial (#20)
* add compression tutorial

Co-authored-by: 木心 <youxiaohe@B-92RZMD6R-1916.local>
2022-04-25 11:58:51 +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
wenmeng zhou ac283009fd
add notebook tutorials (#22)
* update readme and add notebook tutorials
* update ci_test worflow ignore list
2022-04-24 10:26:34 +08:00
wenmeng.zwm b3761b48c4 update quick start 2022-04-21 11:52:35 +08:00
wenmeng.zwm 740d450e1d add dingding qrcode and fix pypi doc format 2022-04-20 11:40:53 +08:00
wenmeng.zwm 1464746609 update change log 2022-04-20 09:48:23 +08:00
Cathy0908 b1f67f9762
update moby pretrained model to deit small (#10)
* add auto publish config

* [bugfix]: fix extract.py for benchmarks

* update moby pretrained model to deit small
2022-04-18 20:39:28 +08:00
Chen Jiayu 26562e5656
fix modelzoo_cls (#8)
Co-authored-by: yunji.cjy <yunji.cjy@alibaba-inc.com>
2022-04-08 16:19:25 +08:00
jiangnana.jnn aee752e7c0 remove release_test configs and fix url link od model zoo 2022-04-07 14:28:50 +08:00
wenmeng.zwm 055deba53e initial commit 2022-04-02 20:01:06 +08:00