Skip to content

Question regarding the dataset layout #13

Description

@meifish

Hi!

I tried to train the model, and just a tiny question regarding the structure of the --root_frames directory. As instructed in README, I created a folder frames and inside the directory, each subfolder is named by the video id, i.e., the integer video id, and contain the break-down frames of the video, i.e., 0001.jpg. Then this directory ./frames/ is used for the root_frames argument.

However, when I started training, it doesn't seem to be able to find the frames. The error is like:
[WinError 3] The system cannot find the path specified: './toy_dataset/frames/frames/67698'

It seems coming from data_loader_frames.py line 115, where a literal frames/ is hardcoded in the path that causes the double naming. I wonder what is the dataset structure of the root_frames should be like?

Thanks!

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