Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Quality issue #4

Open
nartes opened this issue Dec 19, 2018 · 10 comments
Open

Quality issue #4

nartes opened this issue Dec 19, 2018 · 10 comments

Comments

@nartes
Copy link

nartes commented Dec 19, 2018

The dataset is poorly labelled. And doesn't stand to the standards mentioned in the paper!

@1e100
Copy link

1e100 commented Jan 10, 2019

Deleted my comments. Turns out my download of the paperdoll dataset was bad. The trick was to re-extract the URLs from Chictopia SQL rather than from the *.mat file in another github repo. My script is currently downloading images. I'll spot check and report back when it's done.

@mxk7721
Copy link

mxk7721 commented Jan 29, 2019

Good evening,

First of all, I appreciate eBay publicly releasing the ModaNet dataset.

I wanted to show some examples of errors that I ran across while exploring the dataset and training clothing detectors with them. Training a mask RCNN detector with ResNet 50 backbone achieves similar results shown in Fig 4. (left) in all categories but boots and footwear (which show a significant drop in performance).

Though the polygon segmentation for some of the boxes are correct (left image below), it is sometimes the case that their corresponding bounding boxes share the same top left corner in their (though correct height and width).

Polygon Segmentation Bounding Box
gt_segm_0134764 gt_bbox_0134764

Below I am showing some errors in polygon annotations for the boots / footwear categories. In each of the following cases, the particular image_id was associated with two annotations for the boots / footwear category. Each on the two labels was did not however segment out a single shoe as can be seen below. Annotation 1/2 shows all of the polygons for a particular annotation.

  • Some annotations include polygons from different clothing items
Annotation 1 Annotation 2
extra_clothing_left extra_clothing_right
  • Some annotations, though belonging to a single item, were split into different annotations
Annotation 1 Annotation 2
one_imtem_left one_item_right
  • Below annotations contain the polygons for parts of the items.
Annotation 1 Annotation 2
weird_labels_left weird_labels_right
Annotation 1 Annotation 2
boots_left boots_right

@bittnt
Copy link
Contributor

bittnt commented Jan 31, 2019

Hi, Regarding the polygon annotations, you should be able to generate the mask as we had in the paper by taking the group of the annotations. This would needs to have a code to parse through the annotation, but it should be easily done. There is also a way to parse through the annotations to fix the problem in getting mask for each shoe in the same image. We will release the mask as we had in the paper soon.

@bittnt
Copy link
Contributor

bittnt commented Feb 1, 2019

Thanks to the change of Japanese legislation, Kota has kindly released the full image dataset in paperdoll, so there would be no missing images in ModaNet: https://github.com/kyamagu/paperdoll/tree/master/data/chictopia

@Hliang1994
Copy link

@mxk7721 Hi, I meet a similary problem. I want to do a object detection. After downloading the train.json, I put bboxs on images. However, almost all footwears are wrong labeled. Could you tell me how do you deal with this situation?

@hrsma2i
Copy link

hrsma2i commented Jun 26, 2019

I refined the bboxes' quality using the segmentation maps.

https://github.com/hrsma2i/modanet#Setup

@cad0p
Copy link

cad0p commented Jun 28, 2019

I refined the bboxes' quality using the segmentation maps.

https://github.com/hrsma2i/modanet#Setup

hi, can you show us an example of a refinement you made?

@cad0p
Copy link

cad0p commented Jun 28, 2019

hi guys, I have a much better version of the annotations json wich you can download here

it tries to merge and move the annotations of footwear and boots, by deleting double shapes present in more annotations and by trying to move the wrong bounding box to fix it. code in my repo:

https://github.com/cad0p/maskrcnn-modanet/blob/master/maskrcnn_modanet/fix_annotations.py

if you install my code you can replicate the instances_all.json

let me know! @mxk7721 @Hliang1994

@moganesyan
Copy link

@cad0p the instances_all.json object that you provided seems to have duplicate annotation IDs which are associated with different image_ids.

@cad0p
Copy link

cad0p commented Jan 13, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants