Spaces:
Runtime error
Runtime error
Update configs/demo/pokemon.yaml
Browse files
configs/demo/pokemon.yaml
CHANGED
@@ -36,8 +36,8 @@ car:
|
|
36 |
|
37 |
sam:
|
38 |
model_dir: "/homes/53/kevinsun/google-research/clip_as_rnn"
|
39 |
-
sam_checkpoint: "./sam_hq_vit_l.pth"
|
40 |
-
model_type: "
|
41 |
min_pred_threshold: 0.01
|
42 |
points_per_side: 64
|
43 |
pred_iou_thresh: 0.88
|
|
|
36 |
|
37 |
sam:
|
38 |
model_dir: "/homes/53/kevinsun/google-research/clip_as_rnn"
|
39 |
+
sam_checkpoint: "sam_hq_vit_tiny.pth" # "./sam_hq_vit_l.pth"
|
40 |
+
model_type: "vit_tiny"
|
41 |
min_pred_threshold: 0.01
|
42 |
points_per_side: 64
|
43 |
pred_iou_thresh: 0.88
|