IT-новости про Python, которые стоит знать

Собрали в одном месте самые важные ссылки
и сделали Тренажер IT-инцидентов для DevOps/SRE

     24.06.2022       Выпуск 444 (20.06.2022 - 26.06.2022)       Статьи

Extending image with new pixels using OpenCV

The main goal of this post is to show how to work with the NumPy array for OpenCV images. I will use a simple case to present how to extend the image with new pixels.

     20.06.2022       Выпуск 444 (20.06.2022 - 26.06.2022)       Статьи
     13.06.2022       Выпуск 443 (13.06.2022 - 19.06.2022)       Статьи
     06.06.2022       Выпуск 442 (06.06.2022 - 12.06.2022)       Статьи
     30.05.2022       Выпуск 441 (30.05.2022 - 05.06.2022)       Статьи
     23.05.2022       Выпуск 440 (23.05.2022 - 29.05.2022)       Статьи
     23.05.2022       Выпуск 440 (23.05.2022 - 29.05.2022)       Статьи
     16.05.2022       Выпуск 439 (16.05.2022 - 22.05.2022)       Статьи

Achieving Optimal Speed and Accuracy in Object Detection (YOLOv4)

Table of Contents Achieving Optimal Speed and Accuracy in Object Detection (YOLOv4)

     02.05.2022       Выпуск 437 (02.05.2022 - 08.05.2022)       Статьи
     18.04.2022       Выпуск 435 (18.04.2022 - 24.04.2022)       Статьи

A Better, Faster, and Stronger Object Detector (YOLOv2)

Detection frameworks have become increasingly fast and accurate, as seen in our last post on YOLOv1; however, most detection methods are still constrained to a small set of objects like 20 classes in PASCAL VOC and 80 classes in Microsoft COCO.

     11.04.2022       Выпуск 434 (11.04.2022 - 17.04.2022)       Статьи

Understanding a Real-Time Object Detection Network: You Only Look Once (YOLOv1)

Table of Contents Understanding a Real-Time Object Detection Network: You Only Look Once (YOLOv1)

     04.04.2022       Статьи
     28.03.2022       Выпуск 432 (28.03.2022 - 03.04.2022)       Статьи

Text Detection and OCR with Microsoft Cognitive Services

Table of Contents Text Detection and OCR with Microsoft Cognitive Services Microsoft Cognitive Services for OCR

     21.03.2022       Выпуск 431 (21.03.2022 - 27.03.2022)       Статьи
     14.03.2022       Выпуск 430 (14.03.2022 - 20.03.2022)       Статьи
     14.03.2022       Выпуск 430 (14.03.2022 - 20.03.2022)       Статьи

Improving Text Detection Speed with OpenCV and GPUs

In this tutorial, you will learn to improve text detection speed with OpenCV and GPUs.

     07.03.2022       Выпуск 429 (07.03.2022 - 13.03.2022)       Статьи

OCR’ing Video Streams

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

     28.02.2022       Выпуск 428 (28.02.2022 - 06.03.2022)       Статьи

Multi-Column Table OCR

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

     21.02.2022       Выпуск 427 (21.02.2022 - 27.02.2022)       Статьи

U-Net Image Segmentation in Keras

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.