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

main: handle error for app.Listen #208

Open trekhopton opened 1 week ago

trekhopton commented 1 week ago

Just in case of an error in the main function's app.Listen we should log the fatal error.