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.12k stars 2.94k forks source link

Sparse point cloud annotation #8148

Open chaoji90 opened 1 month ago

chaoji90 commented 1 month ago

Actions before raising this issue

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

I am trying to annotate a sparse point cloud. The pcd file contains dozens to hundreds of points, but I can hardly see these points on the annotation interface. Is there any way to adjust the size of each point in the display?

Describe the solution you'd like

Is there a way to modify the point size in the point cloud in the graphical interface, similar to the point size adjustment in rviz ?

Describe alternatives you've considered

Is there any way to temporarily circumvent this problem, such modify a setup file .e.g a yaml or somewhere in the code?

Additional context

No response

chaoji90 commented 1 month ago
sparse point cloud annotation

Sparse point clouds are almost invisible in the annotation interface

chaoji90 commented 1 month ago

sparse pcd file:

# .PCD v0.7 - Point Cloud Data file format
VERSION 0.7
FIELDS x y z
SIZE 4 4 4
TYPE F F F
COUNT 1 1 1
WIDTH 32
HEIGHT 1
VIEWPOINT 0 0 0 1 0 0 0
POINTS 32
DATA ascii
8.6000004 8.8000002 0
8.1999998 10.8 0
-0.2 46 0
2.2 24.6 0
-5.8000002 8.1999998 0
9.1999998 27.200001 0
44.599998 36 0
24.4 52 0
27.4 35.799999 0
-9.6000004 14.6 0
0.2 6.5999999 0
-36.400002 44.799999 0
-0.80000001 40.400002 0
-8.3999996 55.599998 0
25 22.799999 0
2 18.799999 0
-3.5999999 20.200001 0
-5.5999999 30.4 0
-4.8000002 10 0
-6.1999998 58 0
-8.3999996 12.6 0
2.5999999 38.400002 0
-6.5999999 37 0
4.1999998 20.6 0
3.8 42.200001 0
1.6 7.5999999 0
-10.8 43 0
-13 53 0
-1.8 50.200001 0
-26.799999 46.200001 0
-10.6 23.4 0
11 49.400002 0
chaoji90 commented 1 month ago
image

points are too small to recognize within the annotation panel