baowenbo / DAIN

Depth-Aware Video Frame Interpolation (CVPR 2019)
https://sites.google.com/view/wenbobao/dain
MIT License
8.23k stars 840 forks source link

Unclear installation description #59

Open JacobEkedahl opened 4 years ago

JacobEkedahl commented 4 years ago

I'm just running into versioning, environment and import problems when trying to run one of your models after going through your installation description. Been stuck doing this for a couple of hours. Would appreciate if you could release an extended description of how to set this up. Exactly where you installed all the packages, and how you setup your local environment for running your model.

For example, last problem I had was: ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found

AdvertiserM commented 4 years ago

Same issue for me

HectorNet commented 4 years ago

For me, two steps:

  1. Use Anaconda(4.8.3) to create the environment conda env create -f environment.yaml (remove this line - openssl=1.1.1=h7b6447c_0)
  2. Modify all setup.py files according to your GPU nvcc_args = [ '-gencode', 'arch=compute_75,code=sm_75', '-gencode', 'arch=compute_75,code=compute_75' ] for Titan RTX