I want to ask what content should be included in seg_results.json.
Is it the same like image_id_val.json in https://github.com/AICyberTeam/DFC2023-baseline/blob/main/track2/image_id/image_id_val.json ?
The submission should be a json format file which consisting of a list with all detected objects. Each element in the list is a python dictionary object containing four keys: "image_id", "bbox", "category_id" and "segmentation". The format of values in the dictionary is consistant with COCO format. We provide the one-to-one relationship between the test image name and image_id in json format, so you can use it to inference the results.
Posted by: dfc2023.iecas @ Feb. 20, 2023, 5:01 a.m.