Open MosbehBarhoumi opened 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
@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.
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