Closed Abdullahkhan5 closed 1 year ago
If you were talking about using custom data that contains clothes and person images for Inference, I think it generates well even though there is some issue to solve like as background artifact.
you can always try your custom data at colab
@lastdefiance20 Hi, given I have two input images (person and cloth), do you have instructions on how to run the code?
@stevemartinov Hi, instructions are written at the colab. If you want to run the code locally, you need to use the docker image informed in "README.md", and follow all "Setup" / "Download Pre-trained Models" parts written at the colab before generating images.
After then, just replace the static/cloth_web.jpg file to your custom clothes .jpg file, and replace the static/origin_web.jpg file to your custom person .jpg file. You can generate the image running main.py. The generated image will be saved as static/finalimg.png
Thanks for the help. I have successfully launched in on colab using my own custom dataset
Does this works with the custom data as well?