RaduAlexandru / permuto_sdf

Code for our CVPR'23 paper - "PermutoSDF: Fast Multi-View Reconstruction with Implicit Surfaces using Permutohedral Lattices"
https://radualexandru.github.io/permuto_sdf/
MIT License
435 stars 26 forks source link

Missing config.txt file #1

Closed ManuelSerna closed 1 year ago

ManuelSerna commented 1 year ago

Hello,

Firstly, thank you for publishing the code for this project.

My issue came up with trying to execute build.sh in the "docker" folder. Line 9 references a file called config.txt which does not exist. It seems commenting this line out solves the issue and I was able to train without issues. I am not sure what this file contained or if it was important.

takeshie commented 1 year ago
RaduAlexandru commented 1 year ago

@ManuelSerna Thanks a lot for pointing out the issue. Indeed the config.txt was not needed anymore and it's just from an older version of the code. I now removed it from build.sh.

@takeshie It seems that you don't have docker installed or at least not everything that is needed for docker. I suggest to check first the installation steps here and the post-instalation steps from here.