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 generate test_label, test_edge, test_pose for custom image? #16

Open
hrushikesh26 opened this issue Jun 17, 2021 · 1 comment
Open

Comments

@hrushikesh26
Copy link

Hi,
Thank you for this repo. This work pretty nicely.
I am trying to test this on different images of my own
So, how can I generate test_label, test_pose and test_edge folders given human image in test_img folder and dress image in test_color folder.

@minar09
Copy link
Owner

minar09 commented Jun 19, 2021

Hi @hrushikesh26 , I have used this repository only for testing the VITON dataset. I guess, the way the repository is made, it's a bit long procedure to apply for the custom images. Have you tried referring to the original repository (https://github.com/switchablenorms/DeepFashion_Try_On) or the original paper authors? It would be better if you can hear their opinion.

As they used the Viton dataset, so probably, test_pose is generated with the OpenPose (COCO-18) format, test_label from LIP_JPPNet, and test_edge is maybe generated with OpenCV binary thresholding method. However, I think, for the test_label in the ACGPN training/testing, they applied an extra label-mapping (as discussed here: switchablenorms/DeepFashion_Try_On#15). These are just my guesses, so before trying, please refer to the original repository/authors.

Good luck! Thank you.

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

2 participants