-
Notifications
You must be signed in to change notification settings - Fork 8
/
detrex_model_list.py
60 lines (60 loc) · 3.12 KB
/
detrex_model_list.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
detrex_model_list = [
"deta/DETA-Swin-Large-finetune (converted)", "deta/deta_r50_5scale_12ep(converted)",
"deta/deta_r50_5scale_no_frozen_backbone", "deta/deta_r50_5scale_12ep",
"deta/deta_r50_5scale_12ep_bs8", "deta/improved_deformable_detr_baseline_50ep",
"h_deformable_detr/h_deformable_detr_swin_large_two_stage_36ep_900queries",
"h_deformable_detr/h_deformable_detr_swin_large_two_stage_12ep_900queries",
"h_deformable_detr/h_deformable_detr_swin_large_two_stage_36ep",
"h_deformable_detr/h_deformable_detr_swin_large_two_stage_12ep",
"h_deformable_detr/h_deformable_detr_swin_tiny_two_stage_36ep",
"h_deformable_detr/h_deformable_detr_swin_tiny_two_stage_12ep",
"h_deformable_detr/h_deformable_detr_r50_two_stage_36ep",
"h_deformable_detr/h_deformable_detr_r50_two_stage_12ep(converted)",
"h_deformable_detr/h_deformable_detr_r50_two_stage_12ep",
"dino/dino-vitdet/dino_vitdet_large_4scale_50ep",
"dino/dino-vitdet/dino_vitdet_large_4scale_12ep",
"dino/dino-vitdet/dino_vitdet_base_4scale_50ep",
"dino/dino-vitdet/dino_vitdet_base_4scale_12ep",
"dino/dino-swin/dino_focalnet_large_lrf_384_fl4_5scale_12ep",
"dino/dino-swin/dino_focalnet_large_lrf_384_fl4_4scale_12ep",
"dino/dino-swin/dino_focalnet_large_lrf_384_4scale_12ep",
"dino/dino-swin/dino_focalnet_large_lrf_384_4scale_12ep",
"dino/dino-swin/dino_swin_large_384_5scale_36ep",
"dino/dino-swin/dino_swin_large_384_4scale_36ep",
"dino/dino-swin/dino_swin_large_384_5scale_12ep",
"dino/dino-swin/dino_swin_large_384_4scale_12ep",
"dino/dino-swin/dino_swin_large_224_4scale_12ep",
"dino/dino-swin/dino_swin_base_384_4scale_12ep",
"dino/dino-swin/dino_swin_small_224_4scale_12ep",
"dino/dino-swin/dino_swin_tiny_224_22kto1k_finetune_4scale_12ep",
"dino/dino-swin/dino_swin_tiny_224_4scale_12ep",
"dino/dino-resnet/dino_r101_4scale_12ep_",
"dino/dino-resnet/dino_r50_4scale_24ep",
"dino/dino-resnet/dino_r50_4scale_12ep_300dn",
"dino/dino-resnet/dino_r50_5scale_12ep",
"dn_detr/dn_detr_r50_dc5_50ep",
"dn_detr/dn_detr_r50_50ep",
"dab_detr/dab_deformable_detr_r50_two_stage_50ep",
"dab_detr/dab_deformable_detr_r50_50ep",
"dab_detr/dab_detr_swin_t_in1k_50ep",
"dab_detr/dab_detr_r50_dc5_3patterns_50ep_(converted)",
"dab_detr/dab_detr_r101_50ep",
"dab_detr/dab_detr_r50_dc5_3patterns_50ep",
"dab_detr/dab_detr_r50_dc5_50ep",
"dab_detr/dab_detr_r50_3patterns_50ep",
"dab_detr/dab_detr_r50_50ep",
"conditional_detr/conditional_detr_r101_dc5_50ep",
"conditional_detr/conditional_detr_r101_50ep",
"conditional_detr/conditional_detr_r50_50ep_(converted)",
"conditional_detr/conditional_detr_r50_50ep",
"anchor_detr/anchor_detr_r101_dc5_50ep",
"anchor_detr/anchor_detr_r101_50ep",
"anchor_detr/anchor_detr_r50_dc5_50ep",
"anchor_detr/anchor_detr_r50_50ep_(converted)",
"anchor_detr/anchor_detr_r50_50ep",
"deformable_detr/deformable_detr_r50_two_stage_50ep",
"deformable_detr/deformable_detr_r50_with_box_refinement_50ep",
"detr/detr_r101_dc5_300ep.py",
"detr/detr_r101_300ep.py",
"detr/detr_r50_dc5_300ep",
]