Active Video
Use the Video tab to natively view all the videos available in your Project. From the Video tab you can sort and filter all of your videos based on Video Quality Metrics and several Annotation Quality Metrics made exclusively for video (Broken Track, Inconsistent Class, and Inconsistent Track). You can also apply video frame level metrics while in the Video tab.
-
Video Quality Metrics for sorting and filtering you videos.
-
Native video with slider to move through video frames in sequence.
-
Video frame-level metrics.
-
Label level quality metrics, for example Broken Track, Inconsistent Class, and Inconsistent Track.
Use Video Quality Metrics
Use Video Quality Metrics to sort and filter your videos. For a full list refer to the Video Quality Metrics page.
Use video specific Annotation Metrics
When using Annotation Metrics, you need to switch to the Labels tab after selecting your video.
Find Broken Tracks
”Broken tracks” are cases where an object is being tracked (labeled) across a range of frames, but one or more frames in the range are missing labels. Hence, the tracking of the object across the video is broken.
Apply the Annotation Label Quality metric Broken Track to filter the video for broken tracking of an object.
Caveat
This metric naturally flags samples that might not be relevant. For example, where an object (the green one) is occluded and reappears.
Find Inconsistent Tracks
”Inconsistent tracks” are cases an object is being tracked (labelled) across a range of frames, but the occurrence of the label changes part way through tracking the object. For example, you want to track two cars across an entire video. At some point in the video, the labels on the cars are swapped OR a new label gets applied to one or both of the cars.
For example, for two neighboring frames, say t
$ and t+1
, we assume that for every object o* i,t
in frame t
, the object o* i, t+1
in frame t+1
with the highest IOU to o* i, t
should have the same objectHash.
For every object in frame t
, the algorithm works by computing the IOU between that object and every object in frame t+1
to select the one with the highest IOU. If those two objects have the same objectHash, all good, score will be zero. There’s nothing to flag. If, on the other hand, the two objects do not share the same objectHash, it’s flagged by setting the score to the IOU between the two.
Think of o* i, t
as the best match (highest IOU) in the following frame.
In the above, we use o i,t. ID
as a shorthand for objectHash.
In turn,
- A score equal to 0 means that no issues were found.
- A score close to zero (but not zero) means that there is inconsistency in the object hashes but the objects do not overlap much, so it is less likely to be an actual label error.
- A score closer to one means that the two objects have a high overlap and inconsistency in object hash.
Example
In this example, one track is inconsistent. The green guy has had objectHash hYK5AFR6
for a while, and suddenly it changes to H1ca7QwH
. Also indicated here by color (which would not actually be the case in the editor).
Special case
This algorithm also works for classifications. However, in that situation, the IOU falls back to the identity function
Find Inconsistent Classes
”Inconsistent classes” are similar to Inconsistent Tracking, but the scoring function cares about classification rather than objectHash:
Why is this useful? In some situations, track ids are not relevant but the classification is. For example, if you know there is only ever one instance of an object per frame, then id is implicitly defined. Such situations do not necessarily work with the “Inconsistent Tracks” metric but should with the classification metric.
An example of the is panoptic segmentation where some classes are “stuff classes” (like the dirt class). Stuff classes would usually only have one instance per frame.
Use video specific Annotation Metrics
Remember your videos must have labels on some frames for the Annotation Quality Metrics to be useful.
-
Log into Encord.
The Encord home page appears. -
Click Active.
The Active landing page appears with a list of all available Active Projects. -
Click a Project that contains videos.
The Frames tab appears on Summary page for the Project. -
Click Video.
-
Sort and filter the videos using the Label Quality Metrics to find the video you want.
-
Apply one of following Annotation Quality Metric filters to your video:
- Broken track
- Inconsistent track
- Inconsistent class
-
Click the Expand image button.
A larger version of the image appears. -
Click Edit in Annotate.
The frame opens in the Label Editor in Annotate. -
Move forward and backward a few frames in the video to see the labeling error.
Was this page helpful?