voxel51/eta

Support annotating video-level attributes

Closed this issue · 0 comments

Currently, only frame-level labels are drawn on videos.

video_labels = video_labels.render_framewise()

It would be useful (and necessary for FiftyOne Classification labels) to draw video-level attributes on videos as well.

Ex: Video-level video_labels to draw on each frame

{
    "attrs": {
        "attrs": [
            {
                "type": "eta.core.data.CategoricalAttribute",
                "name": "ground_truth",
                "value": "test"
            }
        ]
    }
}