SenHe / Flow-Style-VTON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VITON pre-processing in one colab notebook (just upload your data)

MosbehBarhoumi opened this issue · comments

commented

I have created a single Colab notebook for VITON pre-processing that allows you to upload your data and quickly process it. This notebook simplifies the pre-processing steps and can save you a lot of time. You can access it at the following link: https://github.com/MosbehBarhoumi/VITON-PRE-PROCESSING

Thanks for this pre-processing notebook. I have a question that after this pre-processing how can we get the results from the actual model like passing the target cloth and our input image. Kindly guide. Thanks

commented

@Abdullahkhan5 To replicate the results, simply follow the inference steps by downloading the check points for the trained models and placing them in the correct location. Additionally, preprocess your own test data using the same architecture as the test data provided by the authors. You can refer to my repository for guidance on this.