daniilidis-group / neural_renderer

A PyTorch port of the Neural 3D Mesh Renderer
Other
1.12k stars 248 forks source link

Fix install problem for `python setup.py install` #131

Closed FavorMylikes closed 1 year ago

FavorMylikes commented 2 years ago
>conda list | grep cuda
cudatoolkit               11.1.1               h6406543_8    conda-forge
cudatoolkit-dev           11.4.0               h5e8e339_5    conda-forge
>nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Wed_Jun__2_19:15:15_PDT_2021
Cuda compilation tools, release 11.4, V11.4.48
Build cuda_11.4.r11.4/compiler.30033411_0

https://github.com/daniilidis-group/neural_renderer/issues/94

devernay commented 2 years ago

duplicate of #86