mateuszwyszynski / PoseNDF

Implementation of Pose-NDF: Modeling Human Pose Manifolds with Neural Distance Fields
Other
0 stars 0 forks source link

conda environment.yml #1

Open mateuszwyszynski opened 7 months ago

mateuszwyszynski commented 7 months ago

We need a proper requirements for conda installation. Currently the installation through the requirements.txt file does not work and the "from scratch" installation mixes installation though pip and conda. This is ok, but:

mateuszwyszynski commented 7 months ago

Moreover, there are some additional installs which are necessary (they pop up when trying to run different scripts) and are not covered during the installation process:

mateuszwyszynski commented 6 months ago

Ok, as far as I know smplx cannot be installed through conda, so pip has to be used. Nevertheless we should create a working environment.yml file. The current version works on my machine, but it does not work on VM instances on GCP. On the date of this comment, there is new a section in INSTALL.md which goes through the steps needed to install everything on GCP (and in general from scratch on, in theory, any machine). But this is still messy.

Most likely all of the comments above will have to be revised when I'm done with cleaning up the code. Hopefully we will be able to throw out some packages. Or at least separate things used for presenting (e.g. like the current jupyter install I believe) from the things needed for the model itself.