Vehicle Detection on a Youtube Video ==================================== This example shows how to run the vehicle detection neural network model on a downloaded Youtube video. .. include:: /includes/blocking_behavior.rst Setup ##### .. include:: /includes/install_from_pypi.rst Pipeline ######## .. image:: /_static/images/pipelines/youtube_download.png :alt: Pipeline graph Source Code ########### .. tabs:: .. tab:: Python Also `available on GitHub `_. .. literalinclude:: ../../../../examples/replay/youtube-download.py :language: python :linenos: .. include:: /includes/footer-short.rst