Closed pratikk-bulani closed 2 years ago
Please replace the line:
pytube.YouTube(URL_BASE + filename). \
streams.filter(subtype=VIDEO_FORMAT).first(). \
download(output_path, filename)
with
pytube.YouTube(URL_BASE + filename). \
streams.filter(subtype=VIDEO_FORMAT).first(). \
download(output_path, filename + VIDEO_EXTENSION)
This should be the line 64 of the data/scripts/download_kinetics.py file.
Hi All,
The test videos of kinetics600 dataset are not getting trimmed. The error is in the following file: data/scripts/download_kinetics.py
Please help!!