SenHe / Flow-Style-VTON

Other
282 stars 45 forks source link

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

Open MosbehBarhoumi opened 1 year ago

MosbehBarhoumi commented 1 year ago

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

Abdullahkhan5 commented 1 year ago

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

MosbehBarhoumi commented 1 year ago

@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.