xavierfav

Results 10 issues of xavierfav

Currently we propose only one type of annotation task (validate category annotations). This validation task allows us to evaluate the presence of a sound category in an audio sample, but...

enhancement
platform tools
implementation

https://logserver.mtg.upf.edu/sentry/freesound-datasets/issues/1194/ ``` AuthFailed: Authentication failed: The code passed is incorrect or expired. (7 additional frame(s) were not displayed) ... File "social_django/utils.py", line 49, in wrapper return func(request, backend, *args, **kwargs)...

Currently we have a command that allows to check if sounds are deleted on Freesound, and update the database field in order to not show it to annotators. The datasets...

enhancement
implementation

I noticed that there were a lot of celery-task-meta keys stored in Redis in the production server (around 500 today). It does not seem very problematic for now, but I...

Currently we have some quality control process for the validation task, which involves adding some verification audio clips in the form for the one we know the expected answer (Present...

enhancement
implementation

When category comments where created, taxonomy node object model did not exist. Comments have a _category_id_ `CharField` to relate it to a category. Now that we have a TaxonomyNode model,...

implementation

It would be nice to have a graph to visualize annotators contributions across time in the contribute page with "Annotators' ranking". Not so useful, but could maybe motivate people in...

enhancement
implementation

The example _test.html_ shows how to retrieve sound from a text query. Moreover, it provides a way to then get the analysis of the retrieved sounds by performing another request....

I sometimes get some errors that make python to crash when trying to load an audio with the MonoLoader. Even when using a try/except clause, my program crashes sometimes. I...

builds