EasyCV/tests/models/backbones
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
..
__init__.py initial commit 2022-04-02 20:01:06 +08:00
test_benchmark_mlp.py initial commit 2022-04-02 20:01:06 +08:00
test_bninception.py Expand cls model zoo (#55) 2022-06-01 11:01:29 +08:00
test_genet.py Expand cls model zoo (#55) 2022-06-01 11:01:29 +08:00
test_hrnet.py initial commit 2022-04-02 20:01:06 +08:00
test_inceptionv3.py Expand cls model zoo (#55) 2022-06-01 11:01:29 +08:00
test_lighthrnet.py initial commit 2022-04-02 20:01:06 +08:00
test_mae_vit_transformer.py initial commit 2022-04-02 20:01:06 +08:00
test_mnasnet.py Expand cls model zoo (#55) 2022-06-01 11:01:29 +08:00
test_mobilenetv2.py Expand cls model zoo (#55) 2022-06-01 11:01:29 +08:00
test_pytorch_image_models_wrapper.py Expand cls model zoo (#55) 2022-06-01 11:01:29 +08:00
test_resnest.py initial commit 2022-04-02 20:01:06 +08:00
test_resnet.py initial commit 2022-04-02 20:01:06 +08:00
test_resnext.py initial commit 2022-04-02 20:01:06 +08:00
test_vitdet.py Support ViTDet algo (#35) 2022-06-10 21:49:32 +08:00