
- 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.





Find Inconsistent Tracks
âInconsistent tracksâ are cases an object is being tracked (labeled) 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, sayt
$ 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.

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.
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).




Find Inconsistent Classes
âInconsistent classesâ are similar to Inconsistent Tracking, but the scoring function cares about classification rather than objectHash:
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.