naurril / SUSTechPOINTS

3D Point Cloud Annotation Platform for Autonomous Driving
GNU General Public License v3.0
783 stars 206 forks source link

Recommended `reload` way in Editor and BoxEditorManager #157

Open daigz1224 opened 1 year ago

daigz1224 commented 1 year ago

I implement some auto labeling methods in Python backend (specifically in main.py: the Api class), and I change the {scene}/label/{frame}.json directly.

I am wondering how can I reload the frontend to see the change of Annotation. I see function reloadWorldList, but I don't know how to use it in Editor and BoxEditorManager, Is there any recommended ways?

many thx🫡

naurril commented 1 year ago

right click/reload