Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions testdata/cv/tracking/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Testdata for tracking module

All image files and ground truth are taken from.

The original images sequences are combined into video files with this command:
ffmpeg -i %4d.jpg -vcodec libvpx -crf 4 -b 1M testset.webm

```
@inproceedings{ WuLimYang13,
Title = {Online Object Tracking: A Benchmark},
Author = {Yi Wu and Jongwoo Lim and Ming-Hsuan Yang},
Booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
Year = {2013}
}
```
WEB SITE: https://sites.google.com/site/trackerbenchmark/benchmarks
Binary file added testdata/cv/tracking/david/data/david.webm
Binary file not shown.
5 changes: 5 additions & 0 deletions testdata/cv/tracking/david/david.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
%YAML:1.0
att: [ 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0 ]
start: 300
prefix: ""
suffix: "jpg"
Loading