-
Notifications
You must be signed in to change notification settings - Fork 9
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
No such file or directory: '/root/sda2/HEAL/data/OPV2V/train/2021_09_10_12_07_11/216/000309_depth0.png' #6
Comments
Hi, you need to download the OPV2V-H dataset, which includes the depth file. |
I have downloaded the original OPV2V dataset and created a dataset folder under HEAL as follow. Should I put ├── OPV2V |
Please unzip the |
I'm very sorry about that. @xhjy2020 @Lesliewsq
There are other fixes for OPV2V-H dataset file reading. Please use the latest commit via
|
This is because I convert the RGB image & depth image into a hdf5 file for fast loading. In this case, I do not load the depth image from Please note that it's |
By the way, you can also speed up the image loading by storing all images in an HDF5 format. They are larger but facilitate your training speed. You can find the conversion script in |
Nice! thank you very much for your patient explanation!! |
I hope I didn't cause more trouble. I just pushed the third commit and apologize for my typo again @xhjy2020
|
I have tried this command It seems
|
Yes, the |
Thanks for the reply. Nice work! @yifanlu0227 |
Both 3_modality and 4_modality yaml files report "channel size mismatch" error.
|
Are you using spconv 2.x? Could you provide more error information? |
Hi,I have a problem when I train on OPV2V dataset.
python opencood/tools/train.py -y opencood/hypes_yaml/opv2v/MoreModality/2_modality_end2end_training/lidar_camera_coalign.yaml
FileNotFoundError: [Errno 2] No such file or directory: '/root/sda2/HEAL/data/OPV2V/train/2021_09_10_12_07_11/216/000309_depth0.png'
The text was updated successfully, but these errors were encountered: