robmarkcole / coral-pi-rest-server

Perform inferencing of tensorflow-lite models on an RPi with acceleration from Coral USB stick
https://coral.ai/products/accelerator
MIT License
67 stars 20 forks source link

Change font size on bounding boxes. #57

Open jazzmonger opened 4 years ago

jazzmonger commented 4 years ago

re: Coral rest server

there any way to make the font larger and/or a different color background on the boxes? I’m not able to read anything on any detections, possibly b/c I’ve reduced the camera image to VGA resolution (and the bitrate is now 96kbps on the sub stream) as its a wifi camera and the link isn’t great. This solved some of my delay problems and timeouts:

I’d like to move them to the bottom instead of the top of the image as well.

If you can just point me to the module that handles these drawing routines, I should be able to figure it out from there.

Jeff