SheffieldMLtracking / bee_track

Bumblebee Tracking System to run on Raspberry Pi
https://docs.google.com/document/d/1502XEZiBlq8zBkCZ7OQDWJYq8gfGQxDF87-0LBQ3b8Q/edit?usp=sharing
GNU General Public License v3.0
0 stars 0 forks source link

Brightness during alignment #16

Open lionfish0 opened 1 month ago

lionfish0 commented 1 month ago

The colour cameras are set with a broad enough aperture they can see the matrix "QR" codes, but the greyscale ones are set too dark...

Greyscale [left] vs Colour [right] photos... image (low res for memory processing reasons, as just kept for plotting)

Greyscale and colour tag detections:

     g  c  g  g  c  g  
     4 37  0  0 34  1 

There's an API endpoint that lets us set the exposure (see, e.g. /config/exposure/10) but we need to set it for calibration, then set it back to the correct value (whatever that is).

lionfish0 commented 1 month ago

I can't test cross-validation -- as for that to work we need 3 photos of the same code location (the idea is we leave out one, and see if we can predict its image location). With just two cameras, leaving out one means that there's often ambiguity about its 3d location - which makes x-validation impossible.

So we need to collect more photos (with the exposure adjusted).