MTG / freesound-datasets

A platform for the collaborative creation of open audio collections labeled by humans and based on Freesound content.
https://annotator.freesound.org/
GNU Affero General Public License v3.0
134 stars 12 forks source link

Pre-compute taxonomy tree automatically - Iss174 #176

Closed xavierfav closed 5 years ago

xavierfav commented 5 years ago

Fixes #174.

An async task has been added to compute the taxonomy tree. It is updated every hour.

An improvement could be to re-compute it only when some changes are made to the categories from the taxonomy. However, I think updating it every hour should not bu a too big computational issue (it takes a few second to be computed in the production server).