cuiaiyu / dressing-in-order

(ICCV'21) Official code of "Dressing in Order: Recurrent Person Image Generation for Pose Transfer, Virtual Try-on and Outfit Editing" by Aiyu Cui, Daniel McKee and Svetlana Lazebnik
https://cuiaiyu.github.io/dressing-in-order
Other
507 stars 126 forks source link

Input Issues #66

Closed haider890 closed 1 year ago

haider890 commented 1 year ago

I ran the demo on notebook but it doesn't ask for input it just gave me output from dataset, Can you please tell me how to give input (model Photo and Shirt photo) on Google Coolab.

shahidh568 commented 1 year ago

Hello haider I'm trying to install pytorch version 1.0.0 but its not available how did you intsall it

cuiaiyu commented 1 year ago

I ran the demo on notebook but it doesn't ask for input it just gave me output from dataset, Can you please tell me how to give input (model Photo and Shirt photo) on Google Coolab.

The demo code directly loads image from DeepFashion Dataset. If you want to try your own images, you may want to write your own dataloader.

cuiaiyu commented 1 year ago

Hello haider I'm trying to install pytorch version 1.0.0 but its not available how did you intsall it

If you don't need to train the flownet and just want to run the inference, you can use a later version of PyTorch.