Skip to content

Commit cb09893

Browse files
committed
Added video, validation set and ground truth for tracking module
Added David testdata (Images, ground truth and metadata) - Removed old David dataset - Added README Added Dudek testdata (Images, ground truth and metadata) Corrected first rect of David ground truth Added the initOmit files with frames where the target is occluded or out of view Added faceocc2 testdata (Images, ground truth and metadata) Added perf xml Removed sequences of images and added video files for david, dudek and faceocc2 dataset
1 parent 577aede commit cb09893

File tree

14 files changed

+3551
-0
lines changed

14 files changed

+3551
-0
lines changed

testdata/cv/tracking/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Testdata for tracking module
2+
3+
All image files and ground truth are taken from.
4+
5+
The original images sequences are combined into video files with this command:
6+
ffmpeg -i %4d.jpg -vcodec libvpx -crf 4 -b 1M testset.webm
7+
8+
```
9+
@inproceedings{ WuLimYang13,
10+
Title = {Online Object Tracking: A Benchmark},
11+
Author = {Yi Wu and Jongwoo Lim and Ming-Hsuan Yang},
12+
Booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
13+
Year = {2013}
14+
}
15+
```
16+
WEB SITE: https://sites.google.com/site/trackerbenchmark/benchmarks
3.74 MB
Binary file not shown.

testdata/cv/tracking/david/david.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
%YAML:1.0
2+
att: [ 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0 ]
3+
start: 300
4+
prefix: ""
5+
suffix: "jpg"

0 commit comments

Comments
 (0)