Skip to content
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

About the version problem of pytorch3d #112

Open
xiao-lin-hub opened this issue Dec 29, 2022 · 3 comments
Open

About the version problem of pytorch3d #112

xiao-lin-hub opened this issue Dec 29, 2022 · 3 comments

Comments

@xiao-lin-hub
Copy link

xiao-lin-hub commented Dec 29, 2022

Hi,This is a very good job, I am very interested in this project ! And I am very much looking forward to the effect in the article. However,I have encountered a problem.
I have configured the environment according to README.md, but the problem of "Not compiled with GPU support" appeared when running process_data.py. I learned from the Internet that this is because pytorch3D does not have a GPU version corresponding to pytorch. I did not get information about the corresponding version on the github homepage of pytorch3D, so I really hope you can give the version number of pytorch3D or the pytorch3D source package of the corresponding version of this project.

@exceedzhang
Copy link

exceedzhang commented Jan 15, 2023

Download the source code pythoch3d==0.5.0, and reinstall
pip install -e .
I worked well

@xiao-lin-hub
Copy link
Author

Download the source code pythoch3d==0.5.0, and reinstall pip install -e . I worked well

Thank you very much ! I ended up using the Ubuntu system, Ubuntu is so easy to install pytorch3d.

@SuhyeonHa
Copy link

For me, this also worked.

pip uninstall pytorch3d
conda install -c fvcore -c iopath -c conda-forge fvcore iopath
conda install pytorch3d -c pytorch3d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants