We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run command to create data, the error happened
(pt110) hitbuyi@hitbuyi-Dell-G15-5511:~/PycharmProjects/pytorch_project/BEVFormer$ python tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes --version v1.0 --canbus ./data Traceback (most recent call last): File "tools/create_data.py", line 10, in <module> from data_converter import indoor_converter as indoor File "/home/hitbuyi/PycharmProjects/pytorch_project/BEVFormer/tools/data_converter/indoor_converter.py", line 7, in <module> from tools.data_converter.s3dis_data_utils import S3DISData, S3DISSegData ModuleNotFoundError: No module named 'tools.data_converter'
my files' hierarchy as below
What caused this problem and how to solve it ?
The text was updated successfully, but these errors were encountered:
fix: No module named 'tools.data_converter'
b41cc67
As reported in fundamentalvision#237
export PYTHONPATH=./
Sorry, something went wrong.
see #241 (comment)
No branches or pull requests
When I run command to create data, the error happened
my files' hierarchy as below
What caused this problem and how to solve it ?
The text was updated successfully, but these errors were encountered: