Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Cannot train/test with video data #35

Description

@CodyQ3

How can I train/test with video data?

When I run python launch.py -c expts/09_ek55_avt.txt -t -g, I obtain the warning "No video_clips present":

[2022-02-08 17:15:53,778][func.train][INFO] - Computing clips...
[2022-02-08 17:15:53,779][func.train][WARNING] - No video_clips present
[2022-02-08 17:15:53,779][func.train][INFO] - Created dataset with 23430 elts

I have downloaded and cropped the videos and setup the same folder structure as in the README file.

Executing hasattr(_dataset, 'video_clips') results in False. How to add video_clips to _dataset to properly execute compute_clips in datasets/data.py?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions