Trajectron-plus-plus icon indicating copy to clipboard operation
Trajectron-plus-plus copied to clipboard

nuScenes Dataset

Open bharath5673 opened this issue 2 years ago • 2 comments

trying for nuscense dataset but ending with this :(( please help :(

cd experiments/nuScenes

# For the mini nuScenes dataset, use the following
python process_data.py --data=./v1.0-mini --version="v1.0-mini" --output_path=../processed

# For the full nuScenes dataset, use the following
python process_data.py --data=./v1.0 --version="v1.0-trainval" --output_path=../processed

python process_data.py --data=./v1.0-mini --version="v1.0-mini" --output_path=../processed Traceback (most recent call last): File "/home/bharath/Downloads/test_codes/trajectory_forecasting/Trajectron-plus-plus-Main/experiments/nuScenes/process_data.py", line 472, in process_data(args.data, args.version, args.output_path, args.val_split) File "/home/bharath/Downloads/test_codes/trajectory_forecasting/Trajectron-plus-plus-Main/experiments/nuScenes/process_data.py", line 402, in process_data nusc = NuScenes(version=version, dataroot=data_path, verbose=True) File "/home/bharath/Downloads/test_codes/trajectory_forecasting/Trajectron-plus-plus-Main/experiments/nuScenes/./devkit/python-sdk/nuscenes/nuscenes.py", line 54, in init assert osp.exists(self.table_root), 'Database version not found: {}'.format(self.table_root) AssertionError: Database version not found: ./v1.0-mini/v1.0-mini

python process_data.py --data=./v1.0 --version="v1.0-trainval" --output_path=../processed Traceback (most recent call last): File "/home/bharath/Downloads/test_codes/trajectory_forecasting/Trajectron-plus-plus-Main/experiments/nuScenes/process_data.py", line 472, in process_data(args.data, args.version, args.output_path, args.val_split) File "/home/bharath/Downloads/test_codes/trajectory_forecasting/Trajectron-plus-plus-Main/experiments/nuScenes/process_data.py", line 402, in process_data nusc = NuScenes(version=version, dataroot=data_path, verbose=True) File "/home/bharath/Downloads/test_codes/trajectory_forecasting/Trajectron-plus-plus-Main/experiments/nuScenes/./devkit/python-sdk/nuscenes/nuscenes.py", line 54, in init assert osp.exists(self.table_root), 'Database version not found: {}'.format(self.table_root) AssertionError: Database version not found: ./v1.0/v1.0-trainval

bharath5673 avatar Nov 22 '23 10:11 bharath5673

check this path AssertionError: Database version not found: ./v1.0-mini/v1.0-mini and see if it's correct

shikharvashistha avatar Dec 06 '23 07:12 shikharvashistha