-
Notifications
You must be signed in to change notification settings - Fork 563
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_infos_train.pkl' not found #15
Comments
See https://github.com/zhiqi-li/BEVFormer/blob/master/docs/prepare_dataset.md. |
I use the following command to create data: and got the error: Does it miss the " temporal" in the last code line? else: |
Sorry for that, I removed this line |
Many thanks! |
@junlee618 How do you create the pkl files on mini dataset? |
sorry for late, I use the following command: |
@junlee618 python tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes --version v1.0-mini do you know why? |
@leslieburke same problem. Have you already resolved the path issue? |
change the code |
No need to change the code, you can execute |
see #241 (comment) |
I met 'nuscenes_infos_train.pkl not found' problem when creating data.
I workaround by copying following 4 files from somewhere else.
(nuscenes_infos_train.pkl
nuscenes_infos_train_mono3d.coco.json
nuscenes_infos_val.pkl
nuscenes_infos_val_mono3d.coco.json)
Is it a bug? or do I miss something?
The text was updated successfully, but these errors were encountered: