zdou0830 commited on
Commit
0713e59
1 Parent(s): ad108ae
Files changed (2) hide show
  1. MODEL/desco_fiber_base.pth +3 -0
  2. app.py +3 -0
MODEL/desco_fiber_base.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecf754ca38e1eaf3d16d73d86dd419657d3cfc6a68e01eb4437ac2426a8c7e68
3
+ size 40534
app.py CHANGED
@@ -42,6 +42,9 @@ from maskrcnn_benchmark.engine.predictor_glip import GLIPDemo
42
  config_file = "configs/pretrain_new/desco_glip.yaml"
43
  weight_file = "MODEL/desco_glip_tiny.pth"
44
 
 
 
 
45
  # Use this command if you want to try the GLIP-L model
46
  # ! wget https://penzhanwu2bbs.blob.core.windows.net/data/GLIPv1_Open/models/glip_large_model.pth -O MODEL/glip_large_model.pth
47
  # config_file = "configs/pretrain/glip_Swin_L.yaml"
 
42
  config_file = "configs/pretrain_new/desco_glip.yaml"
43
  weight_file = "MODEL/desco_glip_tiny.pth"
44
 
45
+ config_file = "configs/pretrain_new/desco_fiber.yaml"
46
+ weight_file = "MODEL/desco_fiber_base.pth"
47
+
48
  # Use this command if you want to try the GLIP-L model
49
  # ! wget https://penzhanwu2bbs.blob.core.windows.net/data/GLIPv1_Open/models/glip_large_model.pth -O MODEL/glip_large_model.pth
50
  # config_file = "configs/pretrain/glip_Swin_L.yaml"