GGNet
GGNet copied to clipboard
Qusetion about vcoco
Hello! When I check test_vcoco. json file, it is found that the "category_id" in annotations include only 1, 2, 3, and the number of categories is far less than that of train_vcoco.json.
Besides, I want to know why there is this line of code "if bbox1['category_id'] = = bbox2['category_id']" in compute_IOU function of hico_eval.py , but not in vcoco_eval.py.
If you can help, I appreciate it a lot!
The "category_id" in test_vcoco. json will not be used for eval. As for vcoco_eval.py, you should only focus on the def evalution_offical