Hitachi-Automotive-And-Industry-Lab / semantic-segmentation-editor

Web labeling tool for bitmap images and point clouds
MIT License
1.81k stars 439 forks source link

Can I add other objects to label from outside of the objects list? #85

Closed xamxixixo closed 4 years ago

xamxixixo commented 4 years ago

Hello,

By "objects list" I refer to the list in which these buttons are: Void, Road, Sidewalk, Parking, Rail Track, Person, Car and so on to the end of that column.

Is it possible to add other objects, for example a Microphone, or a Hard Drive, or anything? This program seems to be specifically for labeling those which are on the road for autonomous driving.

dmandrioli commented 4 years ago

Hi, icons in settings.json are picked from https://www.npmjs.com/package/mdi-material-ui they are not mandatory (you can leave the field empty) and you can use any icons from this library which is not limited to roads etc. More generally, the tool is not dedicated to autonomous driving, you can edit the ontology in settings.json.

xamxixixo commented 4 years ago

thank you