How to increase the font size of the bounding box in Tensorflow object detection module?

Find "visualization_utils.py"
This exist in "research/object_detection/utils"
And find below code, modify font size.
If it is not working, change path to absolute path.
Or copy font file to project folder.

Thank you.
try:
#font = ImageFont.truetype('arial.ttf', 24)
font = ImageFont.truetype('/Library/Fonts/Arial.ttf', 100) #leon modify
except IOError:
font = ImageFont.load_default()


Font size up


Korean car number plate 822 images data share


Korean car number plate 822 images,
refer to this link:
https://www.amazon.com/clouddrive/share/zT8bgXMGB4m7ex8VMI8Mgibhi6qJYZRcOtnOwYArMgi

Thank you.


pedestrian 29,286 images data

I share pedestrian 29,286 images data.
https://www.amazon.com/clouddrive/share/bp055ddwIp8DSCgTJL9AWeZvqin6gkpoTg8YrM6K4rt

Thank you.