Enumerate video frames in the data set
In [0]:
"""
from google.colab import drive
drive.mount('/content/gdrive')
"""
In [14]:
#"""
# This method is only supported by the Chrome Web browser.
# It takes a super long time to load.
from google.colab import files
uploaded = files.upload()
for fn in uploaded.keys():
print('User uploaded file "{name}" with length {length} bytes'.format(
name=fn, length=len(uploaded[fn])))
#"""
In [0]:
!wget