-
Notifications
You must be signed in to change notification settings - Fork 34
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
Questions about loading data #5
Comments
Hello Program-Kitty, Thank you for your interest in the DALI dataset. I'm sorry if the doc wasn't clear enough. I'm preparing a PR that hopefully will clarify some vague explanations. The
And then just call the function as normal:
This should work. Please let me know if you have any trouble or further issues. Best regards, |
Hi gabolsgabs!
I checked our dataset and didn't find this key in dali_data. |
The ground-truth file does not work for version 2. The ids are different and the alignment may be also different. If you plan to use the ground-truth (which only refers to the right offset and frame rate parameters) please use version 1. |
Hi!
Thank you for this comprehensive dataset! This might be a really stupid question but I have trouble getting the audio file. I use google colab. I followed the tutorial and loaded the first 2 .gz file using the following code as a demo:
(Got output <DALI.Annotations.Annotations at 0x7f9925c4c160>)
Here I got error message "TypeError: 'Annotations' object is not subscriptable".
Plus if I try to print(dali_info[0]), the same error message pops up.
Could you please tell me if there's anything wrong with my data loading?
Besides, I noticed a lot of youtube link is shows "working: False"...I'm not sure if this would affect data loading. Shall I submit request for an updated version of data?
the output looks like
{'artist': 'Janis Ian',
'audio': {'path': 'DALI_v2.0/audio/0a1a15671536498f8a856da781c017d7.mp3',
'url': 'iepedfdjA80',
'working': False},...
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: