1.问题描述:
from mmdet.apis import inference_detector, init_detecto
运行时报错:
ImportError: libtorch_cuda_cu.so: cannot open shared object file: No such file or directory
(1)环境中libtorch_cuda_cu.so文件: 不存在 \red {不存在} 不存在
2.原因和解决方法:
mmcv的版本和torch版本不一致
[mmcv官网: PyTorch 和 CUDA 版本要求]
[mmcv官网: 其他版本PyTorch ] 找对应版本torch 并重装文章来源:https://www.toymoban.com/news/detail-662344.html
conda install -c pytorch pytorch=1.3.0 cudatoolkit=10.1 torchvision -y
文章来源地址https://www.toymoban.com/news/detail-662344.html
到了这里,关于libtorch_cuda_cu.so: cannot open shared object file的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!