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

Time-spans are stored in datastore correctly #136

Closed scott97 closed 4 months ago

scott97 commented 4 months ago

After changing away from time.Time for video times, timespans are now not being stored in the datastore. This adds a Load and Save method to timespan to fix this bug.