SegmentAnything / app_configs.py
Peng Shiya
init commit
0dd537b
raw
history blame
115 Bytes
model_type = r'vit_b'
# model_ckpt_path = None
model_ckpt_path = "checkpoints/sam_vit_b_01ec64.pth"
device = 'cpu'