ldkong1205 / LaserMix

[CVPR 2023 Highlight] LaserMix for Semi-Supervised LiDAR Semantic Segmentation
https://ldkong.com/LaserMix
Apache License 2.0
272 stars 17 forks source link

no such file or directory:'/data/sets/nuscenes/nuscenes_infos_train.10.pkl' #27

Closed Borddy0 closed 4 months ago

Borddy0 commented 4 months ago

Thanks for the great work and release the codes.

When I trying to train with a single GPU and run the command “python tools/train.py configs/lasermix/lasermix_cy3d_semi_nuscenes_10.py”, got a KeyError: no such file or directory:'/data/sets/nuscenes/nuscenes_infos_train.10.pkl'. What should I do to deal this problem?

Thank you very much

ldkong1205 commented 4 months ago

Hi @Borddy0, thanks for your interest in this work!

You can generate these .pkl files by following the steps listed in https://github.com/ldkong1205/LaserMix/blob/main/docs/DATA_PREPARE.md.