-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Train for Custom dataset #13
Comments
Reorganize your own data following the file structure of the LIP dataset. |
Yes but I have downloaded the LIP dataset but I am unable to reorganize Market-1501 dataset. The file structure for both datasets are pretty different. Can you provide me with the script or is there any way to do this? Actually I am trying to create part masks on Market-1501 dataset for Person ReID task |
Human pasing and ReID are two different tasks. You cannot train on Market-1501 because there are no human pasing labels. |
ohhh okay thankyou. But I have one more confusion that can weights of model that was originally trained on LIP dataset be tested and evaluated on market-1501 dataset directly? or do I also have to reorganize Market-1501 for testing also? |
Yes, the model trained on LIP can generalized to Market. No need to rereganize Market-1501, directly using inference.py to extract the mask is ok. |
ok thank you so much |
Hello, the data set link is invalid. |
Hi. Will you please tell me how can I prepare and train for custom dataset like Market-1501?
The text was updated successfully, but these errors were encountered: