Thinklab-SJTU / Bench2Drive

[NeurIPS 2024 Datasets and Benchmarks Track] Closed-Loop E2E-AD Benchmark Enhanced by World Model RL Expert
Apache License 2.0
1.24k stars 79 forks source link

no module named 'mmcv._ext' #16

Closed StevenJ308 closed 3 months ago

StevenJ308 commented 3 months ago

Hi, I'm reporting error no module named 'mmcv._ext' when I want to try to do a closed loop evaluation, the top level of this error is line 121 in leaderboard_evaluator.py, _self.module_agent = importlib.import_module( modulename). I don't know why it jumps to line 11 in mmcv/utils/ext_loader.py and reports an error. As I understand it, your code already integrates with mmcv, do I need to download and compile the mmcv source again?

jiaxiaosong1002 commented 3 months ago

@StevenJ308 It seems that the compiled operator does not work. Are there any errors during the installation of environment? Are the environment variables set correctly?

Note that the original mmcv is not required. The installation process should be strictly followed.