Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gallery/plot_video_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def example_read_video(video_object, start=0, end=None, read_video=True, read_au
print(vf.size(), af.size())

####################################
# 3. Building an example randomly sampled dataset (can be applied to training dataest of kinetics400)
# 3. Building an example randomly sampled dataset (can be applied to training dataset of kinetics400)
# -------------------------------------------------------------------------------------------------------
# Cool, so now we can use the same principle to make the sample dataset.
# We suggest trying out iterable dataset for this purpose.
Expand Down