echo 'Evaluating the results of our method on the WHOLE test sets.' echo 'Current ITB_PRED = '${ITB_PRED} echo 'Current SEM_PRED = '${SEM_PRED} echo interactable on union_test dataset # python evaluate_coco.py -gt ../dataset/data/coco_det/annotations/interactable.json \ python evaluate_coco.py -gt ./gts/det/interactable/union_test.json \ -dt ./results/ours/${ITB_PRED}_union_test.json \ --log ./eval_results/ours/${ITB_PRED}_i.csv \ -d i -n -s > ./eval_results/ours/${ITB_PRED}_i_summary.txt echo interactable on 613 test dataset python evaluate_coco.py -gt ./gts/det/interactable/613.json \ -dt ./results/ours/${ITB_PRED}_613.json \ --log ./eval_results/ours/${ITB_PRED}_613_i.csv \ -d i -n -s > ./eval_results/ours/${ITB_PRED}_613_i_summary.txt echo interactable on genre test dataset python evaluate_coco.py -gt ./gts/det/interactable/genre.json \ -dt ./results/ours/${ITB_PRED}_genre.json \ --log ./eval_results/ours/${ITB_PRED}_genre_i.csv \ -d i -n -s > ./eval_results/ours/${ITB_PRED}_genre_i_summary.txt echo semantics on union_test dataset # python evaluate_coco.py -gt ../dataset/data/coco_det/annotations/semantics.json \ python evaluate_coco.py -gt ./gts/det/semantics/union_test.json \ -dt ./results/ours/${SEM_PRED}.json \ --log ./eval_results/ours/${SEM_PRED}_s.csv \ -d s -s > ./eval_results/ours/${SEM_PRED}_s_summary.txt echo semantics on 613 test dataset python evaluate_coco.py -gt ./gts/det/semantics/613.json \ -dt ./results/ours/${SEM_PRED}_613.json \ --log ./eval_results/ours/${SEM_PRED}_613_s.csv \ -d s -s > ./eval_results/ours/${SEM_PRED}_613_s_summary.txt echo semantics on genre test dataset python evaluate_coco.py -gt ./gts/det/semantics/genre.json \ -dt ./results/ours/${SEM_PRED}_genre.json \ --log ./eval_results/ours/${SEM_PRED}_genre_s.csv \ -d s -s > ./eval_results/ours/${SEM_PRED}_genre_s_summary.txt