Add a progress bar in read write file #62
Replies: 1 comment
-
Hello! That's an interesting question, and I can see a few possibilities.
Do any of those sound plausible? |
Beta Was this translation helpful? Give feedback.
-
Hello! That's an interesting question, and I can see a few possibilities.
Do any of those sound plausible? |
Beta Was this translation helpful? Give feedback.
-
Hello, I integrate plyfile in my python application to read very large point cloud file (ply).
I would like to follow the progress of the reading of my files. unless you have another proposal, here is the beginning of my reflection:
I separate the file into several pieces and then I read them one by one in a loop allowing me to follow the progress. the problem is that in this way some data is corrupted between my cuts and another problem is that I add additional processing (not insignificant).
Thank You
Pascal
Beta Was this translation helpful? Give feedback.
All reactions