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' #28

Open Borddy0 opened 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.

Borddy0 commented 4 months ago

Did I put the file in the wrong path? I put the file in this path"data/sets/nuScenes/nuscenes_info_train.10.pkl" 截图 2024-03-01 10-52-51

ldkong1205 commented 4 months ago

Hi @Borddy0, you can directly specify the absolute file path for the .pkl file at this line: https://github.com/ldkong1205/LaserMix/blob/main/configs/lasermix/lasermix_cy3d_semi_nuscenes_10.py#L147.

Borddy0 commented 4 months ago

Thank you very much, I've fixed this issue!