GithubHelp home page GithubHelp logo

sohelkabir / sports-1m-dataset Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gtoderici/sports-1m-dataset

0.0 1.0 0.0 41.78 MB

Automatically exported from code.google.com/p/sports-1m-dataset

License: Other

sports-1m-dataset's Introduction

The YouTube Sports-1M Dataset
-----------------------------

We provide links to 1,133,158 YouTube videos annotated with 487 sports labels.
The annotations were generated automatically using the the YouTube Topics,
which has a public API accessible at:

https://developers.google.com/youtube/v3/guides/searching_by_topic

Compression: in order to save space, we compressed all the text files referenced
below via gzip. To decompress run gzip -d <filename.gz> in order to obtain the
original filename that we refer to below.

The files included in this package are:

original/test_partition.txt - this contains the testing partition.
original/train_partition.txt - this contains the training partition.

The format for the training/testing partitions is as follows:
URL<space><CSV of Label Indices>

For example, the following line is a valid input:
https://www.youtube.com/watch?v=UDqivjS-lpI 168,169

This assigns labels 168, and 169 to the video found at given URL.

labels.txt - this file contains the human-readable labels for the train/test
partitions. The first line in the file is assumed to correspond to label 0
(boomerang), and the last corresponds to index 486 (model aircraft).

sports_mids.txt - this file  contains the Machine IDs necessary to retrieve
videos from youtube.com via the topics search API. Each line contains the
human-readable class name, and the YouTube topic ID, which may be used to
directly retrieve videos for the given class using the API below:

https://developers.google.com/youtube/v3/guides/searching_by_topic

Extra files:
cross-validation/all_urls.txt - all URLs and labels bundled together (good
starting point if you want to make cross-validation partitions). The format is
as explained above.

cross-validation/sportsX_train.txt & cross-validation/sportsX_test.txt for X
having values from 0 to 9. These are partitions for 10-fold cross-validation.
Since a video may have more than one label, it may appear both in training and
in testing. For example, video ABPsSSS2uY0 appears in fold 0 with class 49 for
training and class 26 for testing.

Additional Information
----------------------

Wiki page: https://github.com/gtoderici/sports-1m-dataset/blob/wiki/ProjectHome.md

Citation: 
@inproceedings{KarpathyCVPR14,
  title     = {Large-scale Video Classification with Convolutional Neural Networks},
  author    = {Andrej Karpathy and George Toderici and Sanketh Shetty and Thomas Leung and Rahul Sukthankar and Li Fei-Fei},
  year      = {2014},
  booktitle = {CVPR}
}

Supplemental materials:
http://cs.stanford.edu/people/karpathy/deepvideo/

License
-------

This data set is made available under a Creative Commons License:
  http://creativecommons.org/licenses/by/3.0/

Attribution 3.0 Unported (CC BY 3.0) Human-Readable Summary
===========================================================

You are free:
 - to Share -- to copy, distribute and transmit the work;
 - to Remix -- to adapt the work;
and to make commercial use of the work.


Under the following conditions:

* Attribution -- You must attribute the work in the manner specified
by the author or licensor (but not in any way that suggests that
they endorse you or your use of the work).


With the understanding that:

* Waiver -- Any of the above conditions can be waived if you get
permission from the copyright holder.

* Public Domain -- Where the work or any of its elements is in
the public domain under applicable law, the status is in no way
affected by the license.

* Other Rights -- In no way are any of the following rights
affected by the license:

 - Your fair dealing or fair use rights, or other applicable
copyright exceptions and limitations;

 - The author's moral rights;

 - Rights other persons may have either in the work itself or
in how the work is used, such as publicity or privacy rights.

* Notice -- For any reuse or distribution, you must make clear
to others the license terms of this work.  The best way to do
this is with a link to this web page:
  http://creativecommons.org/licenses/by/3.0/

sports-1m-dataset's People

Contributors

gtoderici avatar karpathy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.