SegmentAnything / app_configs.py
Peng Shiya
feature: separate annotation and cutout
38277a1
raw
history blame
169 Bytes
model_type = r'vit_b'
# model_ckpt_path = None
model_ckpt_path = "checkpoints/sam_vit_b_01ec64.pth"
device = 'cpu'
enable_segment_all = False
flagging_dir = r'.\flagged'