mvrl / bird-audio-detection

An entry for the Bird Audio Detection Challenge.
2 stars 3 forks source link

Python script to download and unpack dataset #1

Closed jacobsn closed 7 years ago

jacobsn commented 7 years ago

Here is the location: http://machine-listening.eecs.qmul.ac.uk/bird-audio-detection-challenge/

weiliansong commented 7 years ago

Would a bash script be sufficient? Does it have to be a python script?

jacobsn commented 7 years ago

Bash is fine for now... Was thinking Python to be more cross platform... But that isn't really an issue right now.

jacobsn commented 7 years ago

This was addressed by 654324f4aa34c4a91cfbba24c6a7efcc06757ac1. Thanks @weiliansong!

jacobsn commented 7 years ago

@weiliansong Can you update the description in the readme?

jacobsn commented 7 years ago

Addressed by 9fe3d525a6a520492ef6f8c2b7c2b342e68e204f

jacobsn commented 7 years ago

The testset data is now available! @weiliansong can you update the dataset loading script?

http://machine-listening.eecs.qmul.ac.uk/bird-audio-detection-challenge/

badchallenge_audio.zip badchallenge_labels.csv (append a -1 as a label for these so we can use the same dataset loading code)

I think this may also require some rethinking of how we structure the dataset loading and evaluation code (since our old test set is really "validation" data).

weiliansong commented 7 years ago

On it! Currently not available right now, but should get it done by end of day.

weiliansong commented 7 years ago

5bd4fc5ea5b4b33fd642d7952f326552e51c6823 added new dataset and also does downloaded content checking, since re-downloading doesn't make sense. Downloading dataset right now to confirm no bugs in program.