EasyCV/easycv/models/backbones
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
..
__init__.py Merge pull request #191 from alibaba/easycv_internal_0830 2022-09-14 15:32:46 +08:00
benchmark_mlp.py Expand cls model zoo (#55) 2022-06-01 11:01:29 +08:00
bninception.py bugfix_swintiny (#79) 2022-06-06 12:03:05 +08:00
conv_mae_vit.py add DeiT III (#171) 2022-09-14 15:24:54 +08:00
conv_vitdet.py add detection benchmark model ConvViTDet for FastConvMAE (#121) 2022-07-18 17:11:41 +08:00
darknet.py Yolox improve with REPConv/ASFF/TOOD (#154) 2022-08-24 18:11:15 +08:00
efficientformer.py support Efficientformer algo (#128) 2022-07-27 11:36:03 +08:00
face_keypoint_backbone.py add face-2d-keypoints 2022-08-25 16:57:37 +08:00
genet.py bugfix_swintiny (#79) 2022-06-06 12:03:05 +08:00
hrnet.py bugfix_swintiny (#79) 2022-06-06 12:03:05 +08:00
inceptionv3.py bugfix_swintiny (#79) 2022-06-06 12:03:05 +08:00
lighthrnet.py bugfix_swintiny (#79) 2022-06-06 12:03:05 +08:00
mae_vit_transformer.py add Fast ConvMAE (#101) 2022-07-08 12:11:37 +08:00
mit.py add segformer algo 2022-08-18 10:40:18 +08:00
mnasnet.py bugfix_swintiny (#79) 2022-06-06 12:03:05 +08:00
mobilenetv2.py bugfix_swintiny (#79) 2022-06-06 12:03:05 +08:00
network_blocks.py Fix YOLOX-Edge problem and update yolox-pai turtorial (#182) 2022-09-06 17:11:12 +08:00
pytorch_image_models_wrapper.py Swint_cifar config bugfix (#95) 2022-06-16 14:46:47 +08:00
repvgg_yolox_backbone.py Yolox improve with REPConv/ASFF/TOOD (#154) 2022-08-24 18:11:15 +08:00
resnest.py bugfix_swintiny (#79) 2022-06-06 12:03:05 +08:00
resnet.py support DINO algo (#144) 2022-08-31 15:18:11 +08:00
resnet_jit.py bugfix_swintiny (#79) 2022-06-06 12:03:05 +08:00
resnext.py bugfix_swintiny (#79) 2022-06-06 12:03:05 +08:00
shuffle_transformer.py bugfix_swintiny (#79) 2022-06-06 12:03:05 +08:00
swin_transformer.py support DINO algo (#144) 2022-08-31 15:18:11 +08:00
swin_transformer_dynamic.py support DINO algo (#144) 2022-08-31 15:18:11 +08:00
vision_transformer.py add DeiT III (#171) 2022-09-14 15:24:54 +08:00
vit_transfomer_dynamic.py add DeiT III (#171) 2022-09-14 15:24:54 +08:00
vitdet.py Refactor ViTDet backbone and simple feature pyramid (#177) 2022-09-16 11:03:53 +08:00
xcit_transformer.py bugfix_swintiny (#79) 2022-06-06 12:03:05 +08:00