We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mmdet3d是0.17.0的版本,我提前装好了这个版本,最后编译成功了,但是运行训练命令的时初始化报错了,应该是有numba的版本的问题,numba依赖于mmdet3d的版本,但是感觉不只是这个问题。install.docment里面的环境都比较偏老一点,有没有稳定的一个环境呢?但是我编译成功了啊。可以帮忙解答一下吗?谢谢
The text was updated successfully, but these errors were encountered:
你说的没错,doc里的环境必要库可能没说明具体版本,比如numba,numpy等,你需要围绕mmdet3d的版本安装。比如numba==0.48.0,numpy<1.20.0
Sorry, something went wrong.
No branches or pull requests
mmdet3d是0.17.0的版本,我提前装好了这个版本,最后编译成功了,但是运行训练命令的时初始化报错了,应该是有numba的版本的问题,numba依赖于mmdet3d的版本,但是感觉不只是这个问题。install.docment里面的环境都比较偏老一点,有没有稳定的一个环境呢?但是我编译成功了啊。可以帮忙解答一下吗?谢谢
The text was updated successfully, but these errors were encountered: