-
Notifications
You must be signed in to change notification settings - Fork 24
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
return process_data, record.label, record.metadata #21
Comments
i use ucf101, not epic-kitchens |
Hi, temporal-binding-network/video_records/epickitchens100_record.py Lines 40 to 42 in 9e4e108
For UCF101, first you need to create a Then, if there are any useful metadata in UCF101, that you would like to store along with the predictions of the model for evaluation purposes, you can also store them in the UCF101 video record as shown above. |
Thanks very much for your reply! I have a another question: |
Ah thanks for spotting that! There are 2 valid options:
I will update the code soon to be compatible with PyTorch 1.8.1 by implementing option 2. |
thans a lot! bug has been fixed. |
What is the record.metadata here? in dataset.py line 184
return process_data, record.label, record.metadata
The text was updated successfully, but these errors were encountered: