cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.33k stars 2.97k forks source link

Video-level classification #4952

Open ehofesmann opened 2 years ago

ehofesmann commented 2 years ago

My actions before raising this issue

Currently, tags can only be applied to video frames. It would be useful to provide a way to classify an entire video with a single tag.

Expected Behaviour

Add either a new label type or an option to tags allowing them to be defined over an entire video. Or even better, allow tags to be defined over a frame range which would also allow for temporal clip annotation.

Current Behaviour

Currently, a workaround is to just tag the first frame, then post-process the labels to upgrade the frame-level tag to a video-level tag. This is not ideal since it relies on conventions that can accidentally be broken by annotators.

Context

Some of the users of the FiftyOne and CVAT integration are working heavily with video data. They perform the majority of their annotation in CVAT, but due to the lack of a way to annotate a whole video with a single tag, they have been looking into other annotation tools for this purpose. Given that this seems like a relatively simple label type, it may be worth adding to CVAT natively.

bsekachev commented 2 years ago

Maybe related #1228

ehofesmann commented 2 years ago

@bsekachev Ah yeah, that is similar! What I'm specifically looking for is not an attribute on an object annotation, but just a video-level attribute directly that is immutable and cannot be modified using keyframes.

nmanovic commented 1 year ago

It is connected with https://github.com/opencv/cvat/issues/5003