liuziwei7 / fashion-landmarks

Fashion Landmark Detection in the Wild
http://personal.ie.cuhk.edu.hk/~lz013/projects/FashionLandmarks.html
347 stars 98 forks source link

Can we use the bounding box in the testing set? #10

Open SaulZhang opened 6 years ago

SaulZhang commented 6 years ago

Dear Ziwei Liu: A problem confuses me.Can we use the bounding box position as a konwn information in the testing set. I notice that you trian three network for upper,lower and full-body clothes. As I can not find the train code. Do you use the bounding box information to pre-process the training data.(crop the bounding box and then padding or resizing to 224*224?).If so,should we train a network to catch the bounding box position?(each class having an object detection network for the bounding box coordinate so that we can test a image and crop the information from the bounding box?).But the object detection network seems difficult to train because we can find that some images both having the upper clothing information and the lower clothing information, how can the network resolve what is need to recognition?Thanks for your answer.

liuziwei7 commented 6 years ago

Actually we assume the ground truth bounding box is given during testing in this work. Thus, the input to the "Deep Fashion Alignment" system is a cropped clothing item.

SaulZhang commented 6 years ago

Thanks for your answer. In These days,I also learned about your another paper《Unconstrained Fashion Landmark Detection via Hierarchical Recurrent Transformer Networks》.In this paper you proposed the DLAN which solving the problem about the provided bounding box.But I could not find the corresponding code in your github repositories.It seems thatThe page has been lost.Can you give me a link about the DLAN code.

liuziwei7 commented 6 years ago

Please contact Dr. Sijie Yan (yysijie@gmail.com) for the code and models of "Unconstrained Fashion Landmark Detection via Hierarchical Recurrent Transformer Networks".