biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 15 forks source link

Video volumes #276

Closed mzur closed 4 years ago

mzur commented 4 years ago

Some users have a video annotation workflow similar to the image annotation workflow where lots of (short) videos need to be annotated. The following features would facilitate this workflow:

My idea to solve this would be the introduction of "video volumes" as an alternative to single videos. Video volumes are collections of videos just like (image) volumes are collections of images. If added, we need to rename "volumes" to "image volumes" to avoid confusion. Video volumes are displayed in the list of videos on the project overview next to regular (single) videos. If a video volume is clicked, the video volume overview is opened, which is analogous to the image volume overview (including sorting, filtering and setting of video labels but minus features such as Largo, MAIA, ...). There, videos can be browsed and a click on the video opens the video annotation tool. If a video belongs to a video collection, the video annotation tool displays controls to switch to the previous/next video.

mzur commented 4 years ago

We agreed to implement video volumes as a replacement for single videos. Old single videos should be put into a "default" video volume during the migration.

mzur commented 4 years ago

Instead of video volumes as a new model, the existing volumes could be extended to have either the type "image" or "video". Image volumes would have some more features but everything else would be handled the same. Maybe it makes sense to resolve biigle/core#191 first?

mzur commented 4 years ago

Plan/Notes: