--- title: Video Object Detection and Tracking type: templates category: Videos cat: videos order: 715 is_new: t meta_title: Video Object Detection Data Labeling Template meta_description: Template for detecting objects in videos with Label Studio for your machine learning and data science projects. --- Video object detection is aimed at detecting object in a video stream with bounding boxes, as opposed to [Image object detection](/templates/image_bbox.html) with static images. Video object tracking is a further extension where detected objects are tracked as they move around video frames, in both spatial and temporal directions. The illustrated templates provide both manual and automatic ways of tracking objects in videos. In addition to the new video player that supports frame-by-frame video object tracking, the latest release also features a new annotation user interface that is more efficient, ergonomic, and flexible. Open in Label Studio !!! attention "important" 1. Video classification and object tracking were available to preview prior to Label Studio version 1.6, but these features are now fully functional and production-ready. 2. In Label Studio Enterprise, the video object tracking is called video labeling for video object detection. 3. The supported video formats are `mpeg4/H.264 webp` and `webm`. The supported video format also depends on the browser, and any pre-conversions from the customer's side. ## Prerequisites The prerequisites to use the video object detection feature are as follows: 1. Prepare the data set that must be labeled. 2. Use the data label and tool that supports it. 3. Use the video player that is available for the video classification. 4. Put all the bounding boxes onto the screen. ## Key features supported The following key features are supported by the video player: * The video and object detection use case using the bounding box on the video. * Video segmentation for the video by creating rectangles on the video. ## Labeling Configuration The simplest way to get object detection and tracking project is to specify the following labeling configuration in your project settings. ```xml
Label the video:
``` ## About the labeling configuration All labeling configurations must be wrapped in [View](/tags/view.html) tags. You can add a [header](/tags/header.html) to provide instructions to the annotator: ```xml
Label the video:
``` Use the [Video](/tags/video.html) object tag to specify the video data. The `framerate` parameter sets the frame rate of all videos in the project. Check all available parameters on the tag page reference. ```xml