Skip to content

Student number recognition bug fixes

Nick Cleintuar requested to merge number-recognition-fixes into no-latex

Fixes of 2 bugs @justin and I encountered today:

  • Some objects were incorrectly detected as mark boxes. This was due to too flexible area definitions. This is fixed by making the range smaller. Also, I made them a bit more dynamic by letting them depend on the size of the widget cutout.

  • The area of each box which was checked for how much it was filled in, was too small. To make it more scalable, we let the size of this area depend on the size of the blobs detected.

Edited by Justin van der Krieken

Merge request reports