biigle / maia

:m: BIIGLE module for the Machine Learning Assisted Image Annotation method
GNU General Public License v3.0
2 stars 3 forks source link

Pagination for annotation candidate API endpoint #111

Open mzur opened 1 year ago

mzur commented 1 year ago

We had a case where there were too many annotation candidates and the backend ran into the memory limit. We should implement some kind of pagination in the API endpoint. Then the frontend has to load only those candidates that should become visible in the thumbnail grid and refine view..