segment-anything-ui / app_configs.py
Peng Shiya
fix: feadback.py
e18db8b
raw
history blame contribute delete
140 Bytes
model_type = r'vit_b'
# model_ckpt_path = None
model_ckpt_path = "checkpoints/sam_vit_b_01ec64.pth"
device = None
enable_segment_all = False