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!
Hi!
I tried to train the model, and just a tiny question regarding the structure of the
--root_framesdirectory. As instructed in README, I created a folderframesand 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 theroot_framesargument.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.pyline 115, where a literalframes/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!