Hamidreza-Hashemp commited on
Commit
cb81f07
·
verified ·
1 Parent(s): d7b08df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -4,13 +4,25 @@ license: bigscience-openrail-m
4
 
5
  # FastTracker Benchmark
6
 
7
- A new benchmark dataset comprising diverse vehicle classes with frame-level tracking annotation.
 
8
 
9
  ---
10
 
11
 
12
 
13
- ## Framework
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  ![image](./fig/fasttrack_benchmark.jpg)
16
 
 
4
 
5
  # FastTracker Benchmark
6
 
7
+ A new benchmark dataset comprising diverse vehicle classes with frame-level tracking annotation introduced in paper: *FastTracker: Real-Time and Accurate Visual
8
+ Tracking*.
9
 
10
  ---
11
 
12
 
13
 
14
+ ## Dataset Overview
15
+
16
+ Brief statistics and visualization of FastTracker benchmark and its comparison with other benchmarks.
17
+
18
+ | Attribute | UrbanTracker | CityFlow | FastTracker |
19
+ |----------------|--------------|----------|-----------|
20
+ | **Year** | 2014 | 2022 | 2025 |
21
+ | **Detections** | 12.5K | 890K | 800K |
22
+ | **#Videos** | 5 | 40 | 12 |
23
+ | **Obj/Frame** | 5.4 | 8.2 | 43.5 |
24
+ | **#Classes** | 3 | 1 | 9 |
25
+ | **#Scenarios** | 1 | 4 | 12 |
26
 
27
  ![image](./fig/fasttrack_benchmark.jpg)
28