Parallel crop point cloud by bounding box list #4187
Unanswered
HowcanoeWang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
Currently, I have thousands of small regions want to crop from large point cloud (50 millions of points), each small region save to an individual pcd file, and I am writing a for loop to implement this:
However, the previous loop may take over an hour to operate (round 10s per loop) one point cloud, this is quite time-costly (I have over 100 such pcd to process), will it possible to crop the point cloud faster by those small regions? Either crop at once and then split the cropping results or by parallel computing? (Run on a PC with 32 core CPU and 128GB RAM)
Beta Was this translation helpful? Give feedback.
All reactions