mtg-jamendo-dataset
mtg-jamendo-dataset copied to clipboard
Metadata, scripts and baselines for the MTG-Jamendo dataset
Hi, I really appreciate your work! However, when I am trying to download the dataset, an error occurs: `Too many users have viewed or downloaded this file recently. Please try...
Properly handle disconnections when downloading from gdrive. If possible - resume download. ``` Downloading... From: https://drive.google.com/uc?id=1tRY9wO_RYA_1JIPvNkuib7v7G1kGf7gQ To: ..../jamendo-dataset/raw_30s_audio-06.tar 1.59GB [00:49, 37.8MB/s]('Connection broken: IncompleteRead(467461 bytes read, 56827 more expected)', IncompleteRead(467461 bytes...
Hi! thanks for the dataset. It would be useful for me if you provided a 'small' subset like FMA (they do 8,000 tracks of 30s, 8 balanced genres (GTZAN-like) (7.2...
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.35.0 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...
Bumps [idna](https://github.com/kjd/idna) from 2.8 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
### Issue: This pull request addresses a MemoryError issue encountered when computing the SHA256 checksum for validation of each downloaded tar ### Changes: Modified the compute_sha256 function to read files...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.21.3 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...
## Description The mtg-jamendo dataset contains multiple instances of duplicate audio files, which are bitwise exact copies but have different filenames. These duplicates might cause issues in applications that rely...
https://github.com/MTG/mtg-jamendo-dataset/blob/master/scripts/melspectrograms.py There is a faulty multiplication during power conversion which can complicate things for unaware users. Line 45, Will create a power mel-spectrogram (magnitude squared, let's denote it by mag_spec^2)...