Собрали в одном месте самые важные ссылки
читайте нас в Twitter
Table of Contents Text Detection and OCR with Microsoft Cognitive Services Microsoft Cognitive Services for OCR
In this tutorial, you will learn to improve text detection speed with OpenCV and GPUs.
In this tutorial, you will learn how to OCR video streams. This lesson is part 3 of a 4-part series on Optical Character Recognition with Python
In this tutorial, you will: Discover a technique for associating rows and columns together Learn how to detect tables of text/data in an image
In this tutorial, you will learn how to create U-Net, an image segmentation model in TensorFlow 2 / Keras. We will first present a brief introduction on image segmentation, U-Net architecture, and then walk through the code implementation with a Colab notebook.
In this tutorial, you will learn to use image super resolution. This lesson is part of a 3-part series on Super Resolution: OpenCV Super Resolution with Deep Learning Image Super Resolution (this tutorial) Pixel Shuffle Super Resolution with TensorFlow, Kera
Стартовая статья по серии примеров работы с Django Rest Framework. В данной статье показан пример настройки получения токена аутентификации, настройка swagger документации, а также имеется пример кода на QML/Felgo для получения токена в мобильном приложении.
Использование функционала auto populate field на примере простого MarkdownField для генерирования html контента в обычный TextField при сохранении объекта в Django Framework
In this tutorial, you will learn the concept behind Fully Convolutional Networks (FCNs) for segmentation. In addition, we will see how we can use Torch Hub to import a pre-trained FCN model and use it in our projects to get… The post Torch Hub Series #6: Image Segmentation appeared first on PyImageSearch.
In this tutorial, you will learn the architectural details of Progressive GAN, which enable it to generate high-resolution images. In addition, we will see how we can use Torch Hub to import a pre-trained PGAN model and use it in our projects to generate high-quality images.
In the previous tutorial, we learned the essence behind Torch Hub and its conception. Then, we published our model using the intricacies of Torch Hub and accessed it through the same. But, what happens when our work requires us to… The post Torch Hub Series #2: VGG and ResNet appeared first on PyImageSearch.
In this tutorial, you will learn the basics of PyTorch’s Torch Hub.