Hello All,
I will appreciate any help you can provide me.
When I am trying to prepare the dataset, I am receiving the following error:
> root@diego-Amd-Am5:/nuscenes/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 "/nuscenes/BEVFormer/tools/data_converter/indoor_converter.py", line 6, in <module>
> from tools.data_converter.s3dis_data_utils import S3DISData, S3DISSegData
> ModuleNotFoundError: No module named 'tools.data_converter'
> root@diego-Amd-Am5:/nuscenes/BEVFormer#
I tried to run the following command to include a new input in the Environment Variables, but so far, no luck.
export PYTHONPATH=$PYTHONPATH:"./"
Thanks for any help
Best Regards
Diego
Hello All,
I will appreciate any help you can provide me.
When I am trying to prepare the dataset, I am receiving the following error:
I tried to run the following command to include a new input in the Environment Variables, but so far, no luck.
export PYTHONPATH=$PYTHONPATH:"./"
Thanks for any help
Best Regards
Diego