init
Browse files
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
|
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 |
|