Frederic Font
Frederic Font
It would be good to be able to explore the taxonomy with a tree-like visualisation as an alternative to the current list-based visualisation. Maybe user could chose which one to...
Currently we only have minimal unit tests for some `Taxonomy` methods. A good place to start adding more tests would be all models methods (`Dataset` and `DatasetRelease` plus other methods...
In `compute_dataset_taxonomy_stats`(https://github.com/MTG/freesound-datasets/blob/master/datasets/tasks.py#L89) we carry out one single big query to get the number of annotations and the number of sounds for *all* taxonomy categories, and then we compute one extra...
When processing this sound: https://freesound.org/people/bone666138/sounds/198841/ both `timbral_brightness` and `timbral_hardness` models fail (the others work fine). Both return the same error, although it happens in different parts of the code and...
Some of the scripts require external software to be installed and won't work out of the box (e.g. `numpy`, `soundfile`, `librosa`). These should al least be listed in the `README`....
This PR includes the following fixes: - Supress some `FutureWarning`s from librosa raise in `feature_extractor.py` - Avoid issues in `feature_extractor.py` with audio filenames containing the string `wav` in the middle...
Freesound currently implements the concept of `Packs` which are groups of sounds by the same uploader. Packs can have a textual description, have a dedicated page and all sounds can...
Users should be able to block/ban another user account. Then, if user A blocks user B: - User B can not send private messages to user A
The search results clustering feature has been half-implemented for ages and it is time to port it to the new UI, run some tests and finally deploy it. This requires...