XiaRho commited on
Commit
3e2f8ca
1 Parent(s): 4cfe544

Update configs/SEMat_SAM2.py

Browse files
Files changed (1) hide show
  1. configs/SEMat_SAM2.py +1 -1
configs/SEMat_SAM2.py CHANGED
@@ -30,7 +30,7 @@ model.sam2 = True
30
  model.sam_model = L(build_sam2)(
31
  config_file = 'sam2_hiera_l.yaml',
32
  ckpt_path = None,
33
- device = "cuda",
34
  bbox_mask_matting_token = True,
35
  mode="train",
36
  upscaled_embedding_res_add = False
 
30
  model.sam_model = L(build_sam2)(
31
  config_file = 'sam2_hiera_l.yaml',
32
  ckpt_path = None,
33
+ device = "cpu",
34
  bbox_mask_matting_token = True,
35
  mode="train",
36
  upscaled_embedding_res_add = False