Spaces:
Running
on
Zero
Running
on
Zero
File size: 251 Bytes
5a486d6 |
1 2 3 4 5 6 7 |
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'
|