second.pytorch
second.pytorch copied to clipboard
AssertionError: exist class:
When I try to run this command:python create_data.py kitti_data_prep --data_path=KITTI_DATASET_ROOT The error is shown bellow:
python create_data.py kitti_data_prep --data_path=KITTI_DATASET_ROOT
/home/yao/anaconda3/lib/python3.8/site-packages/numba/cuda/envvars.py:17: NumbaWarning: Environment variables with the 'NUMBAPRO' prefix are deprecated and consequently ignored, found use of NUMBAPRO_NVVM=/usr/local/cuda/nvvm/lib64/libnvvm.so.
For more information about alternatives visit: ('http://numba.pydata.org/numba-doc/latest/cuda/overview.html', '#cudatoolkit-lookup') warnings.warn(errors.NumbaWarning(msg)) /home/yao/anaconda3/lib/python3.8/site-packages/numba/cuda/envvars.py:17: NumbaWarning: Environment variables with the 'NUMBAPRO' prefix are deprecated and consequently ignored, found use of NUMBAPRO_LIBDEVICE=/usr/local/cuda/nvvm/libdevice.
For more information about alternatives visit: ('http://numba.pydata.org/numba-doc/latest/cuda/overview.html', '#cudatoolkit-lookup') warnings.warn(errors.NumbaWarning(msg)) /home/yao/anaconda3/lib/python3.8/site-packages/numba/cuda/envvars.py:17: NumbaWarning: Environment variables with the 'NUMBAPRO' prefix are deprecated and consequently ignored, found use of NUMBAPRO_CUDA_DRIVER=/usr/lib/x86_64-linux-gnu/libcuda.so.
For more information about alternatives visit: ('http://numba.pydata.org/numba-doc/latest/cuda/overview.html', '#cudatoolkit-lookup')
warnings.warn(errors.NumbaWarning(msg))
Traceback (most recent call last):
File "create_data.py", line 7, in
System: Ubuntu20.04 GPU:GTX1070 Anaconda python3.8
if you are training using Nusceens dataset the correct command is: python second/create_data.py nuscenes_data_prep --root_path=/data/NUSCENES_TRAINVAL_DATASET_ROOT --version="v1.0-trainval" --max_sweeps=10 --dataset_name="NuScenesDataset" pay attention to the capital S of scenes as reported in an older issue never fixed in the guide.
if you are training using Nusceens dataset the correct command is: python second/create_data.py nuscenes_data_prep --root_path=/data/NUSCENES_TRAINVAL_DATASET_ROOT --version="v1.0-trainval" --max_sweeps=10 --dataset_name="NuScenesDataset" pay attention to the capital S of scenes as reported in an older issue never fixed in the guide.
What a XXX problem.