VinAIResearch / CPM

💄 Lipstick ain't enough: Beyond Color-Matching for In-the-Wild Makeup Transfer (CVPR 2021)
https://thaoshibe.github.io/CPM
Apache License 2.0
367 stars 58 forks source link

Setup throwing error #15

Closed abhibhaw closed 2 years ago

abhibhaw commented 2 years ago

Was trying to setup in on local system but conda is throwing error:

Solving environment: failed

ResolvePackageNotFound:
  - libstdcxx-ng=9.3.0
  - gmp=6.2.1
  - openh264=2.1.1
  - _openmp_mutex=4.5
  - jasper=1.900.1
  - readline=8.1
  - graphite2=1.3.14
  - libuuid=1.0.3
  - libxcb=1.14
  - ncurses=6.2
  - libxkbcommon=1.0.3
  - libedit=3.1.20210216
  - ld_impl_linux-64=2.33.1
  - libnghttp2=1.43.0
  - nspr=4.30
  - lame=3.100
  - cupti=10.1.168
  - nss=3.63
  - libev=4.33
  - libgcc-ng=9.3.0
  - gnutls=3.6.13
  - dbus=1.13.18
  - nettle=3.6
  - libgfortran-ng=7.3.0

Also what should be the ideal architecture to deploy this model over cloud?

thaoshibe commented 2 years ago

Hello there, thanks for your interest in our work. I'd suggest that just simply install core requirements as listed here. Or, install each specific package as described in requirements.txt.

Hope it helps! Feel free to ask if you have any other questions! (.❛ ᴗ ❛.)

thaoshibe commented 2 years ago

And this answer can be helpful as well about machine.

abhibhaw commented 2 years ago

Thanks @thaoshibe

And this answer can be helpful as well about machine.