Spaces:
Runtime error
Runtime error
fix config file path
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ from segment_anything import SamPredictor, build_sam # noqa: E402
|
|
31 |
|
32 |
|
33 |
# args
|
34 |
-
config_file = "
|
35 |
ram_checkpoint = "./ram_swin_large_14m.pth"
|
36 |
tag2text_checkpoint = "./tag2text_swin_14m.pth"
|
37 |
grounded_checkpoint = "./groundingdino_swint_ogc.pth"
|
|
|
31 |
|
32 |
|
33 |
# args
|
34 |
+
config_file = "GroundingDINO/groundingdino/config/GroundingDINO_SwinT_OGC.py"
|
35 |
ram_checkpoint = "./ram_swin_large_14m.pth"
|
36 |
tag2text_checkpoint = "./tag2text_swin_14m.pth"
|
37 |
grounded_checkpoint = "./groundingdino_swint_ogc.pth"
|