for i in {0..3} do python3 yolov5_postprocess_new.py \ --ground_truth_json /datasets/coco/instances_val2017.json \ --batch_size 24 \ --cfg_file cfg.yaml \ --output results/${i} \ --data_path /datasets/coco \ --img_size 640 # --img_info \ # --ground_truth_json /workspace/datasets/COCO2017/annotations/instances_val2017.json \ done