-
Notifications
You must be signed in to change notification settings - Fork 8
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
about dataset preparation #33
Comments
Hi! Please refer to step 3 in the website. |
THANK YOU~ |
Sorry for another question, the downloadable DAIRV2X datasets will change every once in a while on the official website, so if it matters that I use different datasets instead of the dataset you used, thank you! |
Will they change the content? I thought they are just trying keep these links alive. I am not sure, I haven't logged into their site again once I downloaded the data. |
Hi, thanks for your works!
I wonder could you please introduce the structure of directories in detail or introduce how to split train and val datasets in the form of json? (sorry that I don't know these so I asked)
I want to try DAIR-V2X dataset to infererence using the checkpoints you provided, but got the error of dataloading:
“ FileNotFoundError: [Errno 2] No such file or directory: 'dataset/my_dair_v2x/v2x_c/cooperative-vehicle-infrastructure/val.json' ”
and the original directory structure of DAIRV2X dataset is like:
├── my_dair_v2x
│ ├── v2x_c
label_world(many json files)
data_info.json
│ ├── v2x_i
calib
image
label
velodyne
data_info.json
│ └── v2x_v
calib
image
label
velodyne
data_info.json
There is no files like "val.json" so I want to ask you for help.
Hope for your reply, best wishes!
The text was updated successfully, but these errors were encountered: