Frederic Font

Results 123 comments of Frederic Font

I think this is in fact useful. The ranking is computed in the [compute_annotators_ranking](https://github.com/MTG/freesound-datasets/blob/master/datasets/tasks.py#L156) function. For every user, the total number of contributions is the sum of `Annotation` and `Vote`...

I came across this project: https://github.com/wa0x6e/cal-heatmap and I thought that maybe we could use something like this in Freesound datasets to see recent contributions to a dataset.

We could probably include a single-resource annotation task in which users have to manually annotate a single audio using the concepts of the ontology. This would be more of a...

Regarding the first task, look at chapter 6 of my thesis as this si exactly what I was doing (although I'm not happy with the result as it should be...

For the first task, in my thesis I did something very similar (see chapter 6). I think what you propose is ok but bear in mind that the system should...

Nice! To integrate it with Freesound Datasets you'll need to be able to run a local installation of it. Have docker up and running, etc... The preprocessing step should not...

Current implementation from https://github.com/MTG/freesound-datasets/pull/22 has been deployed. Some small things that could be improved: - Click on category name links to explore page for category (maybe we need an "external...

Hi @mrlimbic, Thanks for your comment. We know about UCS, although we did not know about it when we started the Freesound Datasets project (in fact, it had not been...

Thanks for the comments. I'll look at the unit tests and remove the weird pre-processing for key extractor.

Thanks for the review @dbogdanov. I made some more changes and replied to your comments :)