-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DECA DEPENDENCIES #202
Comments
I install newest cuda && pytorch. and modify two line: '-ccbin=$$(which gcc-7)' --> $$(which gcc)It works. |
@axbing, after following the same steps as u I'm getting the error I'm using the python3.7 miniconda and have cuda version-12.2
|
Those dependencies intallations still didn't do the job for me. I leave here the package versions that have finally worked in my case for the community: Packages that worked with the latest version available, just run: In my case I am using cuda version V12.2.140 (12.2), and installed latest version of torch for CUDA 12.1: Here are the details of the versions installed: Finally, these commands got me the correct package versions: The standard_rasterize_cuda setting failed for me. To use pytorch3D instead, I installed the latest version and added the option |
Can someone please tell me how to install dependencies to succesfully run DECA?
Following requirements.txt is pointless for me, and I do not know how to make the different package versions work to run the code.
For example, following requirements_fixed.txt:
doing
pip install torch==1.6.0 torchvision==0.7.0
returns
Any help would be much appreciated
The text was updated successfully, but these errors were encountered: