You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: