.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "build/examples_datasets/vid.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note Click :ref:`here ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_build_examples_datasets_vid.py: Prepare ILSVRC 2015 VId dataset ========================================= `ILSVRC dataset `is Object detection from video There are a total of 3862 snippets for training. The number of snippets for each synest(category)ranges from 56 to 458 There are 555 validation snippets and 937 test snippets. This tutorial helps you to download ILSVRC VID and set it up for later experiments. .. hint:: You need 267G free disk space to download and extract this dataset. SSD harddrives are recommended for faster speed. The time it takes to prepare the dataset depends on your Internet connection and disk speed. Prepare the dataset ------------------- We will download and unzip the following files: +-------------------------------------------------------------------------------------------------------+--------+ | File name | Size | +=======================================================================================================+========+ | `ILSVRC2015_VID.tar.gz `_ | 100 G | +-------------------------------------------------------------------------------------------------------+--------+ we suggest run the command because it included download dataset and data processingļ¼Œ the easiest way is to run this script: :download:`Download script: ilsvrc_vid.py<../../../scripts/datasets/ilsvrc_vid.py>` .. code-block:: bash python ilsvrc_vid.py .. rst-class:: sphx-glr-timing **Total running time of the script:** ( 0 minutes 0.000 seconds) .. _sphx_glr_download_build_examples_datasets_vid.py: .. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: vid.py ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: vid.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_