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

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…

Can we use frequency analysis to increase our odds of winning something in the game of TOTO (P.S. ChatGPT helped me)

Can we use frequency analysis to increase our odds of winning something in the game of TOTO (P.S. ChatGPT helped me)

It was a day before the eve of Chinese New Year 2023 and everyone around me was excitedly speaking about the Toto draw that was happening that evening. Most of us, though we know it’s a game of chance, were indeed hoping for a surprise. This made me wonder, can someone use simple frequency analysis…

Clone a repository

Clone a repository

We might come across many tutorials on my site and also from other sites that require you to clone a repository such as GitHub. This allows developers and learners to speed up the process of code development/learning and to focus on the objectives. What is a repository ? A repository, or repo, is a collection…