Bin
2025-12-17 05a69820e0c402b0b33c063d3b922f0a0571cbbb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
title: Video Object Tracking
type: community
group: Videos
image: /static/templates/video-object-tracking.png
details: |
  <h1>Object tracking in video with bounding boxes</h1>
  <dl>
    <dt>Industry Applications</dt>
    <dd>autonomous driving, surveillance systems, sports analytics, robotics, augmented reality, traffic monitoring, security cameras, wildlife tracking, retail analytics, medical imaging, motion analysis, behavior analysis, industrial automation, drone surveillance</dd>
    <dt>Associated Models</dt>
    <dd>SORT, DeepSORT, ByteTrack, FairMOT, CenterTrack, Kalman filter</dd>
    <dt>Domain Terminology</dt>
    <dd>multi-object tracking, MOT, object detection, temporal consistency, trajectory analysis</dd>
  </dl>
config: |
  <View>
     <Labels name="videoLabels" toName="video" allowEmpty="true">
       <Label value="Man" background="blue"/>
       <Label value="Woman" background="red"/>
       <Label value="Other" background="green"/>
     </Labels>
     
     <!-- Please specify FPS carefully, it will be used for all project videos -->
     <Video name="video" value="$video" framerate="25.0"/>
     <VideoRectangle name="box" toName="video" />
  </View>
 
  <!--{
   "video": "/static/samples/opossum_snow.mp4"
  }-->