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

ImportError: cannot import name 'iou3d_cuda' from partially initialized module 'third_party.bev_mmdet3d.ops.iou3d' (most likely due to a circular import)(workspace/./third_party/bev_mmdet3d/opts/iou3d/__init__.py) #102

Open
REN529 opened this issue Jun 28, 2024 · 1 comment

Comments

@REN529
Copy link

REN529 commented Jun 28, 2024

In the docker, when I want to transform the pth to onnx:
ImportError: cannot import name 'iou3d_cuda' from partially initialized module 'third_party.bev_mmdet3d.ops.iou3d' (most likely due to a circular import)(workspace/./third_party/bev_mmdet3d/opts/iou3d/init.py)

@ZXIAOLIANG
Copy link

It is solved for me by following #2
It needs to be change to

cd ${PROJECT_DIR}/third_party/bev_mmdet3d
python setup.py build develop

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