kevinssy commited on
Commit
ab733ca
·
verified ·
1 Parent(s): b28be9b

Update configs/demo/pokemon.yaml

Browse files
Files changed (1) hide show
  1. configs/demo/pokemon.yaml +2 -2
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: "vit_l"
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