FEATURED ARTICLES

Introduction to Tensor

Introduction to Tensor

What is Tensor? In layman's terms, a tensor is a way of representing the data in deep learning. A tensor can be a 1-dimensional, a 2-dimensional, a 3-dimensional array, etc. You can...

How to Install Tesseract on Windows

How to Install Tesseract on Windows

Tesseract is the most popular open-source OCR engine in industry which is used widely during development of OCR projects. But installing it on Windows is a tedious task and you always run...

Text Detection in OCR using EAST

Text Detection in OCR using EAST

Introduction Text Detection is a major problem in optical character recognition (OCR) and there are various solutions attempted by different researchers. EAST is another attempt made for detection of Scenic Text detection...

Text Detection in OCR using CTPN

Text Detection in OCR using CTPN

Introduction Text Detection is a major problem in optical character recognition (OCR) and there are various solutions attempted by different researchers. Connectionist Text Proposal Network (CTPN) being most successful in detection of...

Building Faster R-CNN on TensorFlow

Building Faster R-CNN on TensorFlow

The widespread adoption of Convolutional Neural Networks (CNNs) has driven progress in deep learning for computer vision, and especially in object detection. Architectures such as Faster R-CNN, R-FCN, Multibox, SSD, and YOLO provide...

Page 10 of 15 1 9 10 11 15