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

Dataset password required to run inference in demo? #60

Closed gaurav-95 closed 1 year ago

gaurav-95 commented 1 year ago

Hello, this is amazing work you have here.

I wanted to know is it absolutely necessary to have the imshop dataset to run inference? And to use it i'd have to ask the dataset owner for the password? or is there an alternate way of runnning inference without downloading the 7.7 Gb dataset?

Regards,

cuiaiyu commented 1 year ago

Hi! You can use your images with the keypoints and human-parse proprocessed. You'll need revise some data I/O code in the demo because the current code in demo assumes that the data will be loaded from DeepFashion dataloader.