strayrobots / 3d-annotation-tool

A graphical user interface to annotate point clouds and 3D data.
MIT License
78 stars 8 forks source link

Switching clouds #53

Closed kekeblom closed 2 years ago

kekeblom commented 2 years ago

Implements moving from one point cloud to the other using tab.

Pre-fetches the following point cloud in the background to make the wait slightly shorter. There is still a small delay, as the indexing is not done asynchronously, but the wait is manageable on small point clouds.