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
513 stars 127 forks source link

flownet.pt not found #5

Closed t-qureshi closed 3 years ago

t-qureshi commented 3 years ago

Hi, Thank You so much for sharing this amazing work. I was thinking to implement your work but I couldn't find flownet.pt. Can you please share the model Thanks

cuiaiyu commented 3 years ago

Hi, thank you for bringing this up. flownet.pt is the pertrained global flow field net. You can obtain it either from training by script/run_pose.sh (and specify --flownet_path $THE_PATH) or extract the weights of global flow field net from GFLA.

However, if you only wants to run inferences, you shouldn't have needed it, as it would be replaced by "latest_net_Flow.pt" in the checkpoints. I updated the code configuration, so I think it will no longer be a problem. If you don't want to update the newer version of code, try specify --flownet_path '' which should bypass the default path of flownet