Ericsson / eva

EVA is a web-based tool for efficient annotation of videos and image sequences and has an additional tracking capabilities
BSD 2-Clause "Simplified" License
121 stars 25 forks source link

Selected export for video frames #20

Closed bedilbek closed 4 years ago

bedilbek commented 4 years ago

What if I didn't annotate most of the frames from a video and I just want to download only those frames where there is an annotation?

manishs17 commented 4 years ago

As of now it would export All, you can easily acheive this by puting in some logic in this function, like if its empty don't export. or even here

bedilbek commented 4 years ago

Great, thanks!