Skip to content
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

Open
FatimaZulfiqar opened this issue Mar 31, 2021 · 8 comments
Open

How to Train for Custom dataset #13

FatimaZulfiqar opened this issue Mar 31, 2021 · 8 comments

Comments

@FatimaZulfiqar
Copy link

Hi. Will you please tell me how can I prepare and train for custom dataset like Market-1501?

@Yukun-Huang
Copy link
Owner

Reorganize your own data following the file structure of the LIP dataset.

@FatimaZulfiqar
Copy link
Author

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

@Yukun-Huang
Copy link
Owner

Human pasing and ReID are two different tasks. You cannot train on Market-1501 because there are no human pasing labels.
Directly using the model weights trained on the LIP dataset is a feasible solution.

@FatimaZulfiqar
Copy link
Author

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?

@Yukun-Huang
Copy link
Owner

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.

@FatimaZulfiqar
Copy link
Author

ok thank you so much

@FatimaZulfiqar
Copy link
Author

Hi I am getting following errors. I was hoping maybe you can help me to fix it

Screenshot 2021-04-01 005352
Screenshot 2021-04-01 005441

@SuperMamba
Copy link

Hello, the data set link is invalid.

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

No branches or pull requests

3 participants