Yzichen / FlashOCC

Apache License 2.0
306 stars 31 forks source link

No module named 'tools.data_converter' #74

Open zydczqcnydx opened 1 month ago

zydczqcnydx commented 1 month ago

(FlashOcc) ~/learn_ws/src/FlashOCC(*master)$ python tools/create_data_bevdet.py Traceback (most recent call last): File "tools/create_data_bevdet.py", line 9, in from tools.data_converter import nuscenes_converter as nuscenes_converter ModuleNotFoundError: No module named 'tools.data_converter'

xuanzhangyang commented 1 month ago

cd Path_to_FlashOcc/FlashOcc/mmdetection3d git checkout v1.0.0rc4 pip install -v -e .

zydczqcnydx commented 3 weeks ago

export PYTHONPATH=./

the shell can resolve my bug