liren2515 / DrapeNet

Code for "DrapeNet: Garment Generation and Self-Supervised Draping", CVPR2023
GNU General Public License v3.0
113 stars 7 forks source link

Support docker install and setup #5

Closed kristijanbartol closed 1 year ago

kristijanbartol commented 1 year ago

Hi,

I have added the support for docker, as well as added the steps to set up other necessary steps in order to run DrapeNet (download SMPL, install PyTorch3D, build meshudf). I've also added config_git.sh which is convenient for me to quickly set up Git account inside the docker container. There might be easier ways to do it, though.

I have tested the Dockerfile and the scripts. In any case, they do not break any of the current functionalities but might be beneficial for users who tend to work with docker.

kristijanbartol commented 1 year ago

Please note: When merged, the Git path in the Docker should be updated to the original repository again, not to my fork (kristijanbartol).

liren2515 commented 1 year ago

Thanks for your installation setup!