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

AssertionError: Database version not found: ../data/nuscenes/v1.0-trainval #77

Open
upupgitup opened this issue Mar 29, 2023 · 3 comments

Comments

@upupgitup
Copy link

when I used test.sh, I set --val_split test, but when I finished, it was AssertionError: Database version not found: ../data/nuscenes/v1.0-trainval

Converting nuscenes format...
Traceback (most recent call last):
File "tools/nuscenes-devkit/python-sdk/nuscenes/eval/detection/evaluate.py", line 299, in
nusc_ = NuScenes(version=version_, verbose=verbose_, dataroot=dataroot_)
File "/home/gjp/anaconda3/envs/env1/lib/python3.7/site-packages/nuscenes/nuscenes.py", line 62, in init
assert osp.exists(self.table_root), 'Database version not found: {}'.format(self.table_root)
AssertionError: Database version not found: ../data/nuscenes/v1.0-trainval

how to fix this problem?

@upupgitup
Copy link
Author

Can you help me,bro? @mrnabati

@upupgitup
Copy link
Author

But when I use mini_val to test, there is no problem, I really don't know what to do, please help me

@followerlan
Copy link

when I used test.sh, I set --val_split test, but when I finished, it was AssertionError: Database version not found: ../data/nuscenes/v1.0-trainval

Converting nuscenes format... Traceback (most recent call last): File "tools/nuscenes-devkit/python-sdk/nuscenes/eval/detection/evaluate.py", line 299, in nusc_ = NuScenes(version=version_, verbose=verbose_, dataroot=dataroot_) File "/home/gjp/anaconda3/envs/env1/lib/python3.7/site-packages/nuscenes/nuscenes.py", line 62, in init assert osp.exists(self.table_root), 'Database version not found: {}'.format(self.table_root) AssertionError: Database version not found: ../data/nuscenes/v1.0-trainval

how to fix this problem?

I also meet the some question, did you solve it?

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