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

python generate_masks.py --model-path best_model_trainval.pth /home/zhou/yx/PVEN/PVEN-master/examples/outputs/veri776.pkl ../outputs/veri776.pkl --output-path ../outputs/veri776_masks报错 #17

Open
Yx1322441675 opened this issue Dec 13, 2020 · 1 comment

Comments

@Yx1322441675
Copy link

run error ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory
Then i use the following commands:
sudo ln -s /usr/local/cuda-10.0/lib64/libcudart.so.10.0 /usr/lib
sudo ln -s /usr/local/cuda-10.0/lib64/libcudart.so.10.0 /usr/lib/libcudart.so.10.1
sudo ldconfig
it takes errors:ImportError:
/usr/lib/libcudart.so.10.1: version `libcudart.so.10.1' not found (required by /home/zhou/anaconda3/envs/PVEN/lib/python3.7/site-packages/pytorch3d/_C.cpython-37m-x86_64-linux-gnu.so)

what's the reasons?

@silverbulletmdc
Copy link
Owner

pip unistall 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

2 participants