7 lines
251 B
Bash
Raw Normal View History

2025-01-28 21:48:35 +00:00
python make_crop_and_mask_w_mask_nms.py \
--img_dir './data/CIHP/Testing/Images' \
--save_dir './data/CIHP/' \
--img_list './data/CIHP/annotations/CIHP_val.json' \
--det_res './data/CIHP/detectron2_prediction/inference/instances_predictions.pth'