genp / cocottributes

Code use to create COCO Attributes dataset and experiments in the associate ECCV 2016 paper.
46 stars 9 forks source link

Label noise very high #8

Open duckduck-sys opened 3 years ago

duckduck-sys commented 3 years ago

Looking through the annotated samples, I noticed that for the gender and age attributes of the person class, the label noise is extremely high. In the range 20 to 30 percent label errors, see photos attached. The largest sources of errors are:

I haven't checked the other object categories but i suspect the label noise to be of similar magnitude. It would be nice if it was declared in the Repo that the labels in the data-set suffer from high error rate.

182952 183056 184930

BehnazDibayee commented 3 years ago

I agree with you @duckduck-sys I've been working with this dataset for months and I've seen lots of pictures with person in them but picture's label does not mention the person class. The same thing has happened for some other classes as well. I think the cocoAttribute dataset needs some modification to be used on other projects.

TouqeerAhmad commented 3 years ago

I was curious if there are pre-trained PyTorch models available. I do see the training code etc. in the PyTorch directory but no directions to get the trained models.