Skip to content

video datasets (UCF101, Kinetics400) download error (downloading nothing) #3854

@sejongpyo

Description

@sejongpyo

I'm trying to get some video datasets. I followed the documentation but keep getting an error.

`from torchvision.datasets import UCF101
from torchvision.datasets import Kinetics400
ucf_data_dir = "./data"
ucf_label_dir = "./ucfTrainTestlist"

ucf = UCF101(root = ucf_data_dir, annotation_path = ucf_label_dir, frames_per_clip = frames_per_clip,
step_between_clips = step_between_clips)
kin = Kinetics400(root = ucf_data_dir, frames_per_clip = frames_per_clip,
step_between_clips = step_between_clips)
`
image

How to fix this?

cc @pmeier

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions