Spaces:
Running
Running
File size: 260 Bytes
a950ee6 |
1 2 3 4 5 6 7 8 9 |
export segvol_ckpt="path/to/SegVol_v1.pth"
export work_dir="path/to/work_dir"
export demo_config_path="./config/config_demo.json"
CUDA_VISIBLE_DEVICES=0 python inference_demo.py \
--resume $segvol_ckpt \
-work_dir $work_dir \
--demo_config $demo_config_path
|