DM-VTON icon indicating copy to clipboard operation
DM-VTON copied to clipboard

👗 DM-VTON: Distilled Mobile Real-time Virtual Try-On

Results 7 DM-VTON issues
Sort by recently updated
recently updated
newest added

Im getting an error with the checkpoints some one has managed to run this on collab?

Hi, thanks for the great work! Have you ever tried training on larger-scale (like 384x512) dataset? How's the result? Can you share how it was implemented?

Is it possible for us to obtain pre-trained pb checkpoints? Training the teacher model from scratch is time consuming making further research less viable

@zero-nnkn Human images we took from the internet are not giving good results. The model fails to distinguish the human vs the background. Could you please provide guidance on what...

A simple colab demo for test on images and videos.

I used the DressCode dataset for training the model. It can warp the upper and full body garments but lower garments can't. What is the problem? Please help. ![43000](https://github.com/KiseKloset/DM-VTON/assets/143155025/0d2667e9-4125-481b-bb27-e12ccc6addaf)

I'm trying to run inference using my own input images and masks, here's the command: `python test.py --batch_size 1 --dataroot . --pf_warp_checkpoint checkpoints/dmvton_pf_warp.pt --pf_gen_checkpoint checkpoints/dmvton_pf_gen.pt` And here's the error message...