-
Notifications
You must be signed in to change notification settings - Fork 180
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 create image-parse images #76
Comments
https://colab.research.google.com/drive/1JOwOPaChoc9GzyBi5FUEYTSaP2qxJl10?usp=sharing#scrollTo=VtZDKLL8jWLr |
I think the problem is how to get the exact training data of VITON-HD according to the documentation
Should we just change this line
to
|
This one seems fine thanks |
but the results produced by this https://colab.research.google.com/drive/1JOwOPaChoc9GzyBi5FUEYTSaP2qxJl10?usp=sharing#scrollTo=VtZDKLL8jWLr are far from the ones in viton regardless of the color example here the one produced by the referred package, where the torso is missing and mistakenly classified into background |
According to the processing part of the HR-VITON code: https://github.com/sangyun884/HR-VITON/blob/main/Preprocessing.md
Using repo https://github.com/Engineering-Course/CIHP_PGN
Now run the command: python3 inf_pgn.py |
I tries this approach but looks like that repo is using pretty old versions of tensorflow. How did you get it to work? Did you use python 2.x ? |
whiterose199187 No, I'm using python 3.7 |
@whiterose199187 were u able to implement viton-HD? |
you should implement vton-hd and preprocessing data in different virtual environment. |
I have human images but how can I create image-parse images in folder "VITON-HD\data\train\image-parse-v3".
The text was updated successfully, but these errors were encountered: