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

Add keypoint editor UI #157

Closed scott97 closed 2 months ago

scott97 commented 3 months ago

Moves the start and end time buttons from the sidebar to a floating UI over the video.

This is important as it makes more space for the species selector, which is going to take up more space when we add a search box and filtering options.

This user interface will also be easier to adapt to support the feature of bounding boxes that can move over time.

image