biigle / largo

:m: BIIGLE module to review image annotations in a regular grid
GNU General Public License v3.0
0 stars 1 forks source link

Unhandled division by zero in generate missing command #110

Closed mzur closed 6 months ago

mzur commented 10 months ago

The generate missing command does not handle a division by zero here and here (if there are no image/video annotations). As a fix, the methods should return early of there are no image/video annotations, respectively.