You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am labelling a "person" with an attribute "pose" which can be either "y", "n" or "o". I expect this attribute to be accessible in the produced annotation file. I export as a dataset of pascal voc 2012 format and I am in labelling a video.
Current Behaviour
The following annotation is being produced where the "pose" field is set to "Unspecified" instead of "o".
Hey, does that mean that the "pose" attribute is some sort of default, predefined attribute name in voc2012? Do I have the freedom to chose other attribute names and use whatever values I want? Thanks for your support.
Expected Behaviour
I am labelling a "person" with an attribute "pose" which can be either "y", "n" or "o". I expect this attribute to be accessible in the produced annotation file. I export as a dataset of pascal voc 2012 format and I am in labelling a video.
Current Behaviour
The following annotation is being produced where the "pose" field is set to "Unspecified" instead of "o".
Possible Solution
Append the attribute to the label to produce three labels person_o, person_y, person_n. Not nice and requires postprocessing after the labelling.
Your Environment
git log -1
): 034268edocker version
: Docker 19.03.8The text was updated successfully, but these errors were encountered: