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

Installation issues with requirements.txt #26

Closed vivekjames closed 2 years ago

vivekjames commented 2 years ago

Hi there,

When I run the command: pip install -r requirements.txt, I run into some issues:

I noticed in "requirements.txt" that there are filepaths included next to some of the dependencies we need to install (cffi, Pillow, pycparser, and six); I removed them and the installations for these dependencies still worked. Is this ok or are there specific versions of these dependencies that we have to install?

My next issue is that for the following dependencies

mkl-fft==1.2.0 mkl-random==1.1.1 mkl-service==2.3.0

I get "No matching distribution found for [dependency]". I tried removing the version numbers for each and the installations proceeded successfully. Is this ok?

Thanks in advance!

cuiaiyu commented 2 years ago

Sorry for this trouble. I think you can ignore those lines that give the issue. It should be fine. Let me know if it doesn't work.

vivekjames commented 2 years ago

Thank you!

cuiaiyu commented 2 years ago

Thank you!

Thanks, I updated the requirement.txt accordingl