jbehley / point_labeler

My awesome point cloud labeling tool
MIT License
656 stars 161 forks source link

Spinning icon when trying to load test data #36

Closed rhitti closed 3 years ago

rhitti commented 3 years ago

Hello, first of all I wanna say this is a fantastic product!! I looked at the documentation closely and really like what you built!

I wanted to try it out on my machine, but get a beachball that loads forever. I am using 140mb of assets from the SemanticKITTI (the first 98 frames from the 00 folder, along with all the rest).

Am I doing something wrong? It seems to be staying in that state forever.

Thanks! Screen Shot 2021-04-01 at 8 36 15 AM

rhitti commented 3 years ago

That's what my folder structure looks like Screen Shot 2021-04-01 at 8 43 32 AM

jbehley commented 3 years ago

If you want to use less than the original number of files, you have to also edit the poses.txt to only have the corresponding number of lines. Based on the poses I compute the number of tiles and the indexes of scans per tiles. Thus, in your case, the program tries to access filenames at probably out of vector bounds locations (based on the indexes), which were never initialized. That the program did not produce a segmentation fault is somehow pure luck.

Anyway, you need to modify the "poses.txt" if you want to use fewer scans.

If you just want to test it with few scans, then I would suggest taking sequence 04 (which has only 271 scans.)

rhitti commented 3 years ago

Thank you for the quick reply ⚡

I will try this now with sequence 04. Clear answer, should be able to figure it out :)

rhitti commented 3 years ago

Thank you so much Jens! Your recommendation worked perfectly, closing this issue!

Might be useful for others in the future. Just load sequence 04.