-
Notifications
You must be signed in to change notification settings - Fork 95
Description
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.