vzyrianov / lidargen

Official implementation of "Learning to Generate Realistic LiDAR Point Clouds" (ECCV 2022)
https://www.zyrianov.org/lidargen/
MIT License
123 stars 14 forks source link

No such file or directory: 'kitti_pretrained/image_samples/images/samples.pth' #10

Open Kevin-Matrix opened 8 months ago

Kevin-Matrix commented 8 months ago

Hello, I have a question, when I run the command "python lidargen.py --sample --exp kitti_pretrained --config kitti.yml", there is an error: No such file or directory: 'kitti_pretrained/image_samples/images/samples.pth', i know that in lidargen.py, the command "python LiDARGen/main.py" was executed, but after that, there are files named 'samples_0.pth~samples_1160.pth', but i can't find samples.pth in 'kitti_pretrained/image_samples/images/', how can i solve this problem?

PuTeGuo commented 1 month ago

Hello! Have you solved this problem? I have encountered the same problem. Can you teach me how to solve it? :)

Kevin-Matrix commented 1 month ago

@PuTeGuo Sorry bro, i still don't know how to solve it.