Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

there is no such file #11

Open
Jesayy opened this issue Apr 8, 2024 · 2 comments
Open

there is no such file #11

Jesayy opened this issue Apr 8, 2024 · 2 comments

Comments

@Jesayy
Copy link

Jesayy commented Apr 8, 2024

Hello, after data preprocessing, I obtained a file named video128.npy. Will this file be used in the subsequent steps? Because in the following steps, I noticed it requires a file named video.npy, however, I do not have this file. Furthermore, I noticed that in the subsequent steps, the file video128.npy is not used. Where should the visual features, which are input into the model, be obtained from?

@PoloWlg
Copy link

PoloWlg commented Apr 29, 2024

Hi @Jesayy, got the same issue.

Did you figure out how to use the video features ?

@sucv
Copy link
Owner

sucv commented May 13, 2024

video or video128 tells the data loader to load npy files with the same names. I.e., if the preprocessing generated example.npy and you want to feed it to the model, simply add example to -modalities.

Also add the corresponding keys and values to modifiers and feature_dimension, tcn and tcn_settings from config.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants