Skip to content

Commit 11d349b

Browse files
author
Roman Donchenko
committed
Merge pull request #95 from lenlen:tracking
2 parents ed674ac + cb09893 commit 11d349b

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