9 ???? Object Detection Datasets
Author(s): Akula Hemanth Kumar Originally published on Towards AI. Photo by Jimmy Chang on Unsplash Starter code Available using Monk Libraries In this article, I am going to share a few datasets for Object Detection. Starter code is provided in Github and …
Deep Learning in Enterprise for Team Members
Author(s): Ali S. Razavian Originally published on Towards AI. Deep Learning Photo by John Schnobrich on Unsplash In this article, Iβm trying to address some of the strategic mistakes that development teams do in industry and try to come up with a …
What? How? Why? β In the World of Data Science!
Author(s): Deepak Sekar Originally published on Towards AI. In this article, we will see the three things that matter the most in the Data Science Process What β What is the Business requirement? What are the data sources and features? What is …
5 Different Ways to Build ML Models!
Author(s): Deepak Sekar Originally published on Towards AI. We have come across data science platforms and ML offerings targeted for expert audiences who have Python/ R/ Matlab..etc skills and who understand algorithms/ kernels..etc. But, what if people who understand data very well …
Chest X-Ray Based Pneumonia Classification
Author(s): Akula Hemanth Kumar Originally published on Towards AI. Making computer vision easy with Monk, low code Deep Learning tool and a unified wrapper for Computer Vision. Monk Library U+1F4CCMonk is an opensource low-code tool for computer vision and deep learning. Monk …
Review: G-RMI β 1st Runner Up in COCO KeyPoint Detection Challenge 2016 (Human Pose Estimation)
Author(s): Sik-Ho Tsang Originally published on Towards AI. Two-Stage Top-Down Approach: First, Person Detection. Then, Keypoint Detection. Two-stage Approach In this story, G-RMI for person keypoint detection or human pose estimation, by Google Inc., is reviewed. G-RMI, Google Research, and Machine Intelligence …
The Role of Dataset Classes in Transfer Learning
Author(s): Akula Hemanth Kumar Originally published on Towards AI. Making computer vision easy with Monk, low code Deep Learning tool and a unified wrapper for Computer Vision Photo by Josh Applegate on Unsplash What do you do with a deep learning model …
Geometric Transformations on Images
Author(s): Akula Hemanth Kumar Originally published on Towards AI. Making computer vision easy with Monk, low code Deep Learning tool and a unified wrapper for Computer Vision Table of contents Scaling Translation Rotation Affine Transformation Perspective Transformation Scaling Image scaling refers to …
Image Enhancement
Author(s): Akula Hemanth Kumar Originally published on Towards AI. Making computer vision easy with Monk, low code Deep Learning tool and a unified wrapper for Computer Vision. Table of contents Image Enhancement Pillow special functions OpenCV CLAHE Image Enhancement Need for Enhancement …
Features in Image [Part -2]
Author(s): Akula Hemanth Kumar Originally published on Towards AI. Making computer vision easy with Monk, low code Deep Learning tool and a unified wrapper for Computer Vision. Feature extraction and visualization using OpenCV and PIL Level A features HoG features Histogram of …
Features in Image [Part -1]
Author(s): Akula Hemanth Kumar Originally published on Towards AI. Making computer vision easy with Monk, low code Deep Learning tool and a unified wrapper for Computer Vision. Table of contents Image Features Corners as features Feature extraction and visualization using OpenCV and …
Image Processing Libraries in Python
Author(s): Akula Hemanth Kumar Originally published on Towards AI. Making computer vision easy with Monk, low code Deep Learning tool and a unified wrapper for Computer Vision. Reference: https://www.tessellateimaging.com/ Table of contents OpenCV Python Pillow Scikit Image Conversions Quiz OpenCV What is …