strayrobots / 3d-annotation-tool

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

not responding #58

Open yxdydgithub opened 1 year ago

yxdydgithub commented 1 year ago

Run ./studio ./data/cloud.ply

notrespond

I press 'Wait' button, and wait a short while. it works normally. I don't know why this window pops up.

This is part of the output in the terminal when the program blocks. submodules/bgfx/bgfx/src/bgfx_p.h (4636): BGFX Creating uniform (handle 4) u_color /submodules/bgfx/bgfx/src/bgfx_p.h (4636): BGFX Creating uniform (handle 5) u_scale /submodules/bgfx/bgfx/src/bgfx_p.h (4636): BGFX Creating uniform (handle 6) u_active_point /submodules/bgfx/bgfx/src/bgfx_p.h (4636): BGFX Creating uniform (handle 7) u_rotation

kekeblom commented 1 year ago

What size is your point cloud? That window pops up because the main thread is busy doing something else and can't get to the rendering/windowing tasks in time.

yxdydgithub commented 1 year ago

11.8MB, https://stray-data.nyc3.digitaloceanspaces.com/tutorials/cloud.ply. I use the provided example for testing.