ausocean / openfish

OpenFish is an open-source system written in GoLang for classifying marine species. Tasks involve importing video or image data, classifying and annotating data (both manually and automatically), searching, and more. It is expected that OpenFish will use utilize computer vision and machine learning techniques.
https://ausocean.github.io/openfish/
Other
6 stars 0 forks source link

Species guide api #103

Closed scott97 closed 8 months ago

scott97 commented 8 months ago

Adds a new API which we can use for suggesting species to a user when they are annotating video.

Currently, the API is not smart, it does not recommend species in any order, however my intention would be to make it return species from the current videostream first (sorted by frequency), then species from the current capture source (sorted by frequency), and then after that, the rest of the species (sorted by frequency).