trekhleb/links-detector

By GitHub - 2020-12-07

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.

 

Topics

  1. NLP (0.21)
  2. Security (0.11)
  3. Machine_Learning (0.11)

Similar Articles

K-fold Cross Validation with PyTorch

By MachineCurve - 2021-02-02

Explanations and code examples showing you how to use K-fold Cross Validation for Machine Learning model evaluation/testing with PyTorch.

The Modelโ€™s Shipped; What Could Possibly go Wrong

By Medium - 2021-02-18

In our last post we took a broad look at model observability and the role it serves in the machine learning workflow. In particular, we discussed the promise of model observability & model monitoringโ€ฆ

Semantic hand segmentation using Pytorch

By Medium - 2020-12-02

Semantic segmentation is the task of predicting the class of each pixel in an image. This problem is more difficult than object detectionโ€ฆ