giddyyupp / coco-minitrain

a subset of coco dataset for faster experimentation
230 stars 32 forks source link

Are segmentations preserved in JSON format? #10

Closed rohitrango closed 2 years ago

rohitrango commented 2 years ago

Hi,

Thank you for the paper and dataset, it is really useful for running ablations faster. I wanted to ask if the segmentations provided in the JSON files are changed in any way from the originaltrain2017 JSON.

Also, do you have any metrics for segmentation?

Thanks a lot.

giddyyupp commented 2 years ago

Hello,

actually we skipped segmentation annotations during sampling, hence we havent measure anything. But they should be similar to the box annotations except for the images with crowd flag set where multiple person boxes have a single segmentation annotation.

We will provide an updated version which also saves segmentation annotations.

thanks for using :)