fgnt / pb_sed

Paderborn Sound Event Detection
MIT License
68 stars 10 forks source link

Issue downloading data #4

Closed qkrguswn2401 closed 3 years ago

qkrguswn2401 commented 3 years ago

image

I have trouble downloading dataset.
How do I solve this issue?

JanekEbb commented 3 years ago

Hi, seems like some of the urls have been removed. I will look into it shortly. Thanks!

arshinmar commented 3 years ago

Hello,

https://github.com/fgnt/pb_sed/blob/0ce516e4c49c77656ff6aee200f45040b7d0eb83/pb_sed/database/desed/download.py#L69

I believe the error arises from how the path in the above code snippet does not exist in the main DESED repo.

I believe the correct path is now actually

https://raw.githubusercontent.com/turpaultn/DESED/master/data/real/metadata.

When I changed the value of the remote variable to this line, the above error stopped occurring.

Hope this helps!

qkrguswn2401 commented 3 years ago

Thank you taking care of the issue. I have now encountered another issue, image