Kitware / dive

Media annotation and analysis tools for web and desktop. Get started at https://viame.kitware.com
https://kitware.github.io/dive
Apache License 2.0
81 stars 21 forks source link

Load multiple datasets into a single view #1127

Open collinsr opened 2 years ago

collinsr commented 2 years ago

A typical DIVA use-case is to view multiple datasets on a single video, e.g.

These results are generated independently, with possibly overlapping track IDs, and identical label domains (i.e. without the suffices.)

Describe the solution you'd like The ability to repeatedly add a dataset to a video (via GUI and API) such that:

Describe alternatives you've considered Currently I use https://gitlab.kitware.com/meva/meva-data-repo/-/blob/master/tools/diva-dive-converter.py offline to incrementally build up the final CSV.

subdavis commented 2 years ago

Implementation is related to #942 -- solving one will probably solve the other.