-
Notifications
You must be signed in to change notification settings - Fork 11
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
code question #19
Comments
and i met an error: could you please give some advices? |
It looks like you are using the Thumos14-Kinetics feature, which is 4096-dim (rgb: 2048, flow: 2048). You need to change the network input dimension by "python main.py --dim_feature 4096“. |
The purpose of these lines is to read the packed features, all packaged in a pickle file. |
in 45and47 line of the document "dataset.py"
did you want to write self.data_root instead pickle_root?
The text was updated successfully, but these errors were encountered: