eg3d
eg3d copied to clipboard
Environment re-implementation
Hello there.
First of all, I appreciate your great works and academic contribution to the community.
This pull request updates
- envirnoment version matching. It solves a contradicting cudatoolkit version (cudatoolkit==11.1 (
eg3d/environment.yaml
) and cudatoolkit>=11.3 (README.md
). - provides Docker image that fits the requirements. The image is based on
pytorch/pytorch:1.11.0-cuda11.3-cudnn8-devel
and contains the requirements.
Regards, Sungguk Cha
hi @sunggukcha did a great job. I was going to train this eg3d model on my custom dataset. so did you have a chance to train it ?