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

Annotations are not sorted by time in user interface #154

Closed scott97 closed 3 months ago

scott97 commented 3 months ago

Annotations for a given videostream are displayed in order of time created, not time in the video. Need to add sorting to the API and update the site.

scott97 commented 3 months ago

Closed by https://github.com/ausocean/openfish/pull/156