csuhan commited on
Commit
2d3f54d
·
1 Parent(s): 006fa62
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from opendet2 import add_opendet_config
14
  model_cfgs = {
15
  "FR-CNN": ["configs/faster_rcnn_R_50_FPN_3x_baseline.yaml", "frcnn_r50.pth"],
16
  "OpenDet-R50": ["configs/faster_rcnn_R_50_FPN_3x_opendet.yaml", "opendet2_r50.pth"],
17
- "OpenDet-SwinT": ["configs/faster_rcnn_Swin_T_FPN_18e_opendet_voc.yaml", "opendet2_swint.pth"],
18
  }
19
 
20
 
 
14
  model_cfgs = {
15
  "FR-CNN": ["configs/faster_rcnn_R_50_FPN_3x_baseline.yaml", "frcnn_r50.pth"],
16
  "OpenDet-R50": ["configs/faster_rcnn_R_50_FPN_3x_opendet.yaml", "opendet2_r50.pth"],
17
+ "OpenDet-SwinT": ["configs\faster_rcnn_Swin_T_FPN_3x_opendet.yaml", "opendet2_swint.pth"],
18
  }
19
 
20