11 2024 档案
运行yolo时候,查mmcv各个版本
摘要:https://download.openmmlab.com/mmcv/dist/cu111/torch1.8.0/index.html
阅读全文
解决RuntimeError: Numpy is not available
摘要:解决RuntimeError: Numpy is not available 这是因为Numpy 版本太高,将现有Numpy卸载 pip uninstall numpy 安装numpy=1.26.4,解决此问题 pip install numpy==1.26.4 -i https://pypi.tu
阅读全文