2023 IEEE GRSS Data Fusion Contest Track 2 Forum

Go back to competition Back to thread list Post in this thread

> About content in seg_results.json

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 ?

Posted by: antientropy5 @ Feb. 12, 2023, 9:30 p.m.

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.
Post in this thread