ch-sa / labelCloud

A lightweight tool for labeling 3D bounding boxes in point clouds.

Home Page:https://ch-sa.github.io/labelCloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File format configurable in Startup dialog

chingyulin opened this issue · comments

This refers to the feature branch https://github.com/ch-sa/labelCloud/tree/feature/semantic-segmentation

Right now the file format is not configurable in Startup dialog and is default to .bin format for both object detection and semantic segmentation mode. This issue is to make the format configurable. A possible solution is to create a dropdown list where options depend on the mode selected.

Hi @chingyulin,

you mean for the labels or for changed (aligned) point clouds?

At least for object detection it should be configurable here:
https://github.com/ch-sa/labelCloud/blob/master/config.ini#L31

But you are right that a drop down would be nice.

So for object detection it would be vertices, kitti, centroid_abs and for segmentation currently just bin. So depending on the selected method ...