You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: