ale152 / muvilab

MUltiple VIdeos LABelling tool
161 stars 36 forks source link

Scene annotation #3

Open bluesky314 opened 5 years ago

bluesky314 commented 5 years ago

Hey, I am trying to donscene annotation for a squash video to label the type of shot played(lob, length, drop etc). For the label dictionary I don't understand why a rgb colour must be attached to the label?

bluesky314 commented 5 years ago

How can I annotate only the scenes and so that my network can figure out itself what factors to look for?

ale152 commented 5 years ago

The RGB triplet is simply the color of the bounding box shown in the GUI, it just helps you to distinguish between different annotations.

MuViLab can only be used to annotate discrete classes, like the type of shot, but you can't use it to annotate a specific parameter for each label (like the length of each shot), unless you discretise it into specific labels (i.e. length_short, length_medium, length_long).

migedan commented 5 years ago

你好,我想知道这个生成的JSON文件都可以在什么框架下使用