demo.sh 472 B

12345678
  1. srun -p Gvlab-S1 -n1 -N1 --gres=gpu:1 --job-name=demo --quotatype=auto --cpus-per-task=10 \
  2. python -u -m main_demo \
  3. --cfg configs/test_voc12.yml \
  4. --resume /mnt/petrelfs/xujilan/exps/cc12m_100/best_miou.pth \
  5. --vis input_pred_label \
  6. --vocab aeroplane bicycle bird boat bottle bus car cat chair cow table dog horse motorbike person plant sheep sofa train monitor \
  7. --image_folder ./visualization/input/ \
  8. --output_folder ./visualization/output/ \