majinyu commited on
Commit
802bdd5
1 Parent(s): 8259fdf

fix config file path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ from segment_anything import SamPredictor, build_sam # noqa: E402
31
 
32
 
33
  # args
34
- config_file = "Grounded-Segment-Anything/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"
 
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"