lastdefiance20 / TryYours-Virtual-Try-On

Virtual Try On site using HR-VITON. Anyone can try it using their own Image with clothes image.
102 stars 39 forks source link

Custom cloth not working #1

Closed reshadhstu closed 1 year ago

reshadhstu commented 1 year ago

When I upload custom cloth, it's not working. Only showing the predefined cloth.

lastdefiance20 commented 1 year ago

Hi, I checked my colab code and it was working well (uploading & processing).

I don't know what part you are troubled with.

In the google colab code, under "3. Upload Colth Images", you need to select the file after running the code. Then, Custom Cloth will save as cloth_web.jpg and saved in /TryYours-Virtual-Try-On/static/cloth_web.jpg and will show "5. Check Images"

If your problem is not what I described, please share more information about your problem or the custom cloth image you are trying to use.

thanks for your interest in our project.

image

image

reshadhstu commented 1 year ago

I've managed to work. Need to resize the cloth image. The large image size not working. Thank you.

lastdefiance20 commented 1 year ago

Got it. I should fix the code to work on the large images. Thank you for your issue.