diff --git a/Video-Image-Data-Tutorial/Ford_Video_Analysis.ipynb b/Video-Image-Data-Tutorial/Ford_Video_Analysis.ipynb index e2056208599a5612d4a5cbedb5a987cc03806b4a..aeba5710ff46eafa1e61f776461bba876e226b11 100644 --- a/Video-Image-Data-Tutorial/Ford_Video_Analysis.ipynb +++ b/Video-Image-Data-Tutorial/Ford_Video_Analysis.ipynb @@ -133,6 +133,22 @@ "2. After the video has been downloaded `avi_frames(./testing.mp4, path_to_where_you_want_the_frames, False)` this will create a folder with frames from the video." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "If you'd like to download the file from Step 1 above, uncomment the code in the cell below and run it. This will download the file into the same directory that this notebook is in." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "#urllib.request.urlretrieve('https://www.engr.colostate.edu/me/facil/dynamics/files/drop.avi', 'testing.mp4')" + ] + }, { "cell_type": "code", "execution_count": null,