vana77 / Market-1501_Attribute

27 hand-annotated attributes of Market-1501
283 stars 63 forks source link

Inappropriate color label #5

Closed socoolzjm closed 4 years ago

socoolzjm commented 6 years ago

I found two images were inappropriately labeled. The color differences are calculated by CIEDE2000. RGB value standards are according to Wikipedia. I randomly picked a 3x3 area and got the mean RGB value followed by converting to L A B* space.

RGB_Pink = [255, 192, 203]; RGB_Purple = [128, 0, 128]; RGB_Yellow = [255, 255, 0];

  1. 0430 in bounding_box_train or 227 in market_attribute.train

It was labeled as downpink = 2. My results: de_Pink = 65.4, de_Purple = 16.3;

  1. 0601 in bounding_box_test or 289 in market_attribute.test

It was labeled as upyellow = 2. My results: de_Yellow = 85.1, de_Purple = 17.8;

Values were different according to the picked area, but the differences were significantly large.

layumi commented 5 years ago

Hi @socoolzjm , sorry for the late response. Thank you for your report. We annotate the dataset by hand, which inevitably introduces some annotation error. We will consider to fix it in the final version. @vana77