cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
608 stars 198 forks source link

Editable text attribute? #100

Open db4 opened 8 years ago

db4 commented 8 years ago

I need a rectangular item with an arbitrary text attribute attached to it (to specify text boxes that can be extracted from image). Is it possible with sloth? If yes, how to create such attributes and edit them via sloth GUI?

nilsonholger commented 7 years ago

Hm, sadly I don't think this is possible by default. You would have to create a new type of inserter for this and also figure out how to edit these labels in the GUI. Take a look at sloth/conf/default_config.py and sloth/items/inserters.py to get an idea of how this is currently done for the existing labeling tools.