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.
When adding an annotation, we want to ensure that users cannot input data that contains incorrect species names and data, or enter inappropriate data.
Currently via the advanced annotation adding UI users can input whatever they want. Eventually we should have a master list of known species that the user can select from.
We could look at iNaturalist opensource data to see if we can use their data.
When adding an annotation, we want to ensure that users cannot input data that contains incorrect species names and data, or enter inappropriate data. Currently via the advanced annotation adding UI users can input whatever they want. Eventually we should have a master list of known species that the user can select from. We could look at iNaturalist opensource data to see if we can use their data.