petargyurov / megadetector-gui

A desktop application that makes using MegaDetector's model easier
43 stars 2 forks source link

Progress bar in Review is not being updated in the correct way #3

Closed petargyurov closed 3 years ago

petargyurov commented 3 years ago

We are re-initialising the progress bar when we should be using .progress("set percent", x)

Currently occuring in nextImage and prevImage functions.