Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Estimated Generation Time #12

Closed
curiosity654 opened this issue Sep 2, 2024 · 6 comments
Closed

Estimated Generation Time #12

curiosity654 opened this issue Sep 2, 2024 · 6 comments

Comments

@curiosity654
Copy link

Hello, I find it's quite time consuming to generate data of LiDAR. Could you please provide the estimated preprocessing time (with cpu core number used) for reference? Thank you very much!

@curiosity654
Copy link
Author

I found that only the snow corruption on LiDAR is very time consuming, other corruptions' preprocessing time is quite reasonable.

Here I list some data just for reference, I run on a HPC cluster and require 32 CPUs for each job.

  • LIDAR snow 12h
  • LIDAR fog 0.5 h
  • LiDAR others takes less than 1 min
  • Image snow 0.5 h
  • Image fog 3h
  • Image motion blur 1h

@TillBeemelmanns
Copy link
Member

Thanks for reporting these numbers. I always used approx. 256 CPU cores, hence I did not had to wait too long for generating these numbers. But I can confirm, LIDAR snow takes the most time since the snowflakes are rendered in the 3D space. I will update the README.md accordingly soon.

@fdy61
Copy link

fdy61 commented Sep 5, 2024

Hello, I find it's quite time consuming to generate data of LiDAR. Could you please provide the estimated preprocessing time (with cpu core number used) for reference? Thank you very much!

Hello, I want to ask one question. Does the size of the snow point cloud files you generated fluctuate significantly? I've noticed that the point cloud file sizes range from tens to several hundred kilobytes

@TillBeemelmanns
Copy link
Member

Yes, that is possible depending on the snowflakes being rendered into the scene. Some snow flakes occlude the LiDAR and hence many of the point in the point clouds are remove. This process is kind random which results in random file sizes for the point cloud for the snow corruption.

@TillBeemelmanns
Copy link
Member

@fdy61
Copy link

fdy61 commented Sep 5, 2024

OK, thank you very much.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants