Description
๐ ๐๐ป Links Detector makes printed links clickable via your smartphone camera. No need to type a link in, just scan and click on it. - trekhleb/links-detector
Summary
- Users who have contributed to this file ๐ TL;DR In this article we will start solving the issue of making the printed links (i.e.
- in a book or in a magazine) clickable via your smartphone camera.
- Otherwise, it might be hard to find enough real-world examples of this kind of links for training.
- Labeling the dataset To do the labeling (to mark the locations of the objects that we're interested in, namely the https:// prefixes) we may use the LabelImg graphical image annotation tool.
- ๐ Converting the Model for Web As you remember from the beginning of this article, our goal was to use the custom object detection model in the browser.