dazinovic / neural-rgbd-surface-reconstruction

Official implementation of the CVPR 2022 Paper "Neural RGB-D Surface Reconstruction"

Home Page:https://dazinovic.github.io/neural-rgbd-surface-reconstruction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Environment.yml

tkbala opened this issue · comments

Hi, I am trying to get this repo working. It seems like the environment.yml file is outdated. I get a bunch of dependencies conflicts. ANy ideas what the right .yml file should be?

Hi,

May I ask which OS you are using? It works for me under Ubuntu.

I am using Windows 11 and the Conda 4.12.0 version.

commented

Which packages exactly are causing the conflict? The environment.yml file defines specific package versions which shouldn't cause any issues. I tested it on Windows 10 and Ubuntu 20.04 when I created the file. I can test it again when I have more time.

I get the following error message when I run conda env create -f environment.yml

PC: Windows 11
conda 4.12.0

`
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:

  • libopus==1.3.1=h7b6447c_0
  • ncurses==6.2=he6710b0_1
  • jasper==2.0.14=h07fcdf6_1
  • harfbuzz==1.8.8=hffaf4a1_0
  • numpy-base==1.20.2=py37hfae3a4d_0
  • hdf5==1.10.2=hba1933b_1
  • icu==58.2=he6710b0_3
  • libglu==9.0.0=hf484d3e_1
  • libxml2==2.9.10=hb55368b_3
  • readline==8.1=h27cfd23_0
  • bzip2==1.0.8=h7b6447c_0
  • jpeg==9b=habf39ab_1
  • libgfortran-ng==7.3.0=hdf63c60_0
  • mkl_random==1.2.1=py37ha9443f7_2
  • freeglut==3.0.0=hf484d3e_5
  • openssl==1.1.1k=h27cfd23_0
  • tk==8.6.10=hbc83047_0
  • pcre==8.44=he6710b0_0
  • pip==21.0.1=py37h06a4308_0
  • zlib==1.2.11=h7b6447c_3
  • libxcb==1.14=h7b6447c_0
  • zstd==1.4.4=h0b5b093_3
  • libstdcxx-ng==9.1.0=hdf63c60_0
  • lz4-c==1.9.2=heb0550a_3
  • ffmpeg==4.0=hcdf2ecd_0
  • py-opencv==3.4.2=py37hb342d67_1
  • intel-openmp==2021.2.0=h06a4308_610
  • python==3.7.10=hdb3f193_0
  • setuptools==52.0.0=py37h06a4308_0
  • libuuid==1.0.3=h1bed415_2
  • opencv==3.4.2=py37h6fd60c2_1
  • libtiff==4.1.0=h2733197_1
  • libffi==3.3=he6710b0_2
  • mkl_fft==1.3.0=py37h42c9631_2
  • libgcc-ng==9.1.0=hdf63c60_0
  • mkl==2021.2.0=h06a4308_296
  • pixman==0.40.0=h7b6447c_0
  • freetype==2.10.4=h5ab3b9f_0
  • ld_impl_linux-64==2.33.1=h53a641e_7
  • cairo==1.14.12=h8948797_3
  • xz==5.2.5=h7b6447c_0
  • libpng==1.6.37=hbc83047_0
  • glib==2.56.2=hd408876_0
  • fontconfig==2.13.0=h9420a91_0
  • sqlite==3.35.4=hdfb4753_0
  • libvpx==1.7.0=h439df22_0
  • libopencv==3.4.2=hb342d67_1
  • mkl-service==2.3.0=py37h27cfd23_1
  • graphite2==1.3.14=h23475e2_0
    `

there happens the same problem when i use windows

Does anyone have a solution for this situation?