Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

a bug in code when train/test ucf101 #50

@Maojianzeng

Description

@Maojianzeng

frame_path = os.path.join(self.opt.frame_dir, self.idx_class.get(label_id + 1), video[0])

should be changed as below:
frame_path = video[0]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions