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.
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).
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).