BEVDet icon indicating copy to clipboard operation
BEVDet copied to clipboard

ImportError: cannot import name 'show_result_meshlab' from 'mmdet3d.apis'

Open YueSun0609 opened this issue 1 year ago • 4 comments

When I run verification demo after I installed the conda env, I met the following error:

Traceback (most recent call last): File "demo/pcd_demo.py", line 4, in from mmdet3d.apis import inference_detector, init_model, show_result_meshlab ImportError: cannot import name 'show_result_meshlab' from 'mmdet3d.apis' (/home/uto/Desktop/BEVDet/mmdetection3d/mmdet3d/apis/init.py)

Did anyone met the same issue?

YueSun0609 avatar Apr 20 '23 06:04 YueSun0609