cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.33k stars 2.97k forks source link

3D Annotation View Settings #8333

Open MarvinKlemp opened 1 month ago

MarvinKlemp commented 1 month ago

Actions before raising this issue

Is your feature request related to a problem? Please describe.

Is there a way to change the point size and background color for 3D annotations?

For bigger point clouds, points that are very far away seem "small," which makes it hard/tedious to annotate objects.

Describe the solution you'd like

In the settings be able to adapt the point size of rendered points

Describe alternatives you've considered

No response

Additional context

No response

MarvinKlemp commented 1 month ago

Checked: it is this line: https://github.com/cvat-ai/cvat/blob/develop/cvat-canvas3d/src/typescript/canvas3dView.ts#L1533C9-L1533C37

However, I'm not sure how to add a "setting" value for it. For now I will just increase it hardcoded. Maybe @vnishukov?