-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Bug] Unable to run BEVFusion Demo #2802
Comments
I have the same issue as well. Tried adding init.py to some folders and added the BEVFusion path to system path as well |
any solutions? |
there is one possible sol, config.py raise error is based on your import_module, but import_module raise error is not reason of wrong sys path, maybe you need install einops, so just pip install einops. |
I have the same problem, anyone has solved? |
Possible problem might be compatibility of gcc, g++, cuda version. |
I have the same problem |
I have import error too, when from . import bev_pool_ext; |
This Solution from the OG BEVFusion Git solved it for me: |
@BeMuCa I don't have a mmdetection3d/mmdet3d/ops folder. This is my folder structure
|
My issue is resolved after I uninstall and reinstall numba:
Besides, I also installed spconv which causes another cuda runtime error:
|
cd mmdetection3d |
Prerequisite
Task
I'm using the official example scripts/configs for the officially supported tasks/models/datasets.
Branch
main branch https://github.com/open-mmlab/mmdetection3d
Environment
sys.platform: linux
Python: 3.8.13 (default, Mar 28 2022, 11:38:47) [GCC 7.5.0]
CUDA available: True
numpy_random_seed: 2147483648
GPU 0: NVIDIA GeForce RTX 3080
CUDA_HOME: /usr/local/cuda-12
NVCC: Cuda compilation tools, release 12.1, V12.1.66
GCC: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
PyTorch: 2.1.0+cu121
PyTorch compiling details: PyTorch built with:
TorchVision: 0.16.0+cu121
OpenCV: 4.8.1
MMEngine: 0.9.1
MMDetection: 3.2.0
MMDetection3D: 1.2.0+12b595c
spconv2.0: False
Reproduces the problem - code sample
Reproduces the problem - command or script
Reproduces the problem - error message
Additional information
I follow the installation of mmdetection3d but cannot run the demo for BEVFusion.
The text was updated successfully, but these errors were encountered: