Skip to content
New issue

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

nuScenes Dataset #94

Open
bharath5673 opened this issue Nov 22, 2023 · 1 comment
Open

nuScenes Dataset #94

bharath5673 opened this issue Nov 22, 2023 · 1 comment

Comments

@bharath5673
Copy link

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

@shikharvashistha
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants