How to increase the font size of the bounding box in Tensorflow object detection module?
I was playing around with the Tensorflow object detection module recently and was trying to build my very own object detector.
The idea was detect electronic components. Thus I followed this tutorial at https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/
Initially, my model worked ! (quite poorly though). But what was worse is that the font size of the labels were super small.
What was bad was the labels font size were all too small. It was hard to read.
Searching online, i saw that