Skip to content

Commit

Permalink
add bboxes for frames in OlympicSports dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
asanakoy committed Nov 10, 2017
1 parent f3a832d commit 86ed8b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ https://asanakoy.github.io/cliquecnn/

* The paper can be downloaded from https://arxiv.org/abs/1608.08792
* Labels that we gathered for Olympic Sports can be found in [olympic_sports_retrieval/data](olympic_sports_retrieval/data)
* Bounding boxes for the OlympicSports dataset [olympic_sports_retrieval/data/bboxes.tar.gz](olympic_sports_retrieval/data/bboxes.tar.gz)
* All our pretrained models for Olympic Sports dataset can be downloaded from [here](https://hcicloud.iwr.uni-heidelberg.de/index.php/s/kRp6b454Dd0wnts)
* Caffe's deploy file: [olympic_sports_retrieval/models/deploy.prototxt](olympic_sports_retrieval/models/deploy.prototxt)
* Evaluation script for Olympic Sports: [olympic_sports_retrieval/calculate_roc_auc.py](olympic_sports_retrieval/calculate_roc_auc.py)
Expand Down
Binary file added olympic_sports_retrieval/data/bboxes.tar.gz
Binary file not shown.
5 changes: 5 additions & 0 deletions olympic_sports_retrieval/data/bboxes_README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Every *.bb file corresponds to a video sequence.
Every line in *.bb file defines a bounding box for the specific frame.

*.bb file has the following structure:
frame_index xmin ymin xmax ymax

0 comments on commit 86ed8b8

Please sign in to comment.