Computer Vision Tutorial Series M2C2
Author(s): Sujay Kapadnis Originally published on Towards AI. Module 2 — Convolutional Filters and Edge Detection Chapter 2— Filters Starting here? This article is part of a computer vision Tutorial Series. Here’s where you can start. Learning Objectives: What are Filters? What …
Geodesic Active Contours: The Key to Image Object Separation
Author(s): Abhijith S Babu Originally published on Towards AI. Recently I tried a photo editing app that adds custom backgrounds to my image. So I uploaded a photo of me standing in my home and applied a beach background so that the …
I spent $15 in DALL·E 2 credits creating this AI image, and here’s what I learned
Author(s): Joy Zhang Yes, that’s a llama dunking a basketball. A summary of the process, limitations, and lessons learned while experimenting with the closed Beta version of DALL·E 2. Llama playing basketball, generated using DALL·E 2 by author. I’ve been dying to …
Neural Style Transfer Using a Simple Python Library
Author(s): Divy Shah A guide to neural style transfer using the neural-style-transfer python library In this tutorial, we will learn how to use the neural-style-transfer library to compose images in the style of other images using just a few lines of code. Neural …
Training Faster R-CNN Using TensorFlow’s Object Detection API with a Custom Dataset
Author(s): Towards AI Team Step-by-step tutorial to train a faster R-CNN for object detection with TensorFlow using a custom dataset Continue reading on Towards AI » Published via Towards AI …
OpenAI’s DALL·E: Text-to-Image Generation Explained
Author(s): Louis (What’s AI) Bouchard OpenAI just released the paper explaining how DALL-E works! It is called “Zero-Shot Text-to-Image Generation”. Continue reading on Towards AI » Published via Towards AI …
Paper Explained: TransGAN — Two Transformers can make One Strong GAN
Author(s): Vatsal Saglani A CNN free GAN network Continue reading on Towards AI » Published via Towards AI …
ROI based Hybrid Lossy and Lossless Image Compression
Author(s): Mahisha Patel Computer Vision You don’t always need an entire high-quality image for insights! Photo by Anna Shvets from Pexels This article aims to present the amalgamation of lossy and lossless compression for building a hybrid approach based on Region Of Interest …
ShaRF: Take a Picture From a Real-Life Object, and Create a 3D Model of It
Author(s): Louis (What’s AI) Bouchard Just imagine how cool it would be to just take a picture of an object and have it in 3D to insert in the movie or video game you are… Continue reading on Towards AI » Published …
Popular Datasets for 3D Human Pose Estimation
Author(s): Muhamed Kouate Acquire the knowledge to interpret and create your own datasets Continue reading on Towards AI » Published via Towards AI …
What is CLIP (Contrastive Language — Image Pre-training) and how it can be used for semantic image…
Author(s): Vatsal Saglani Deep Learning way to search images Continue reading on Towards AI » Published via Towards AI …
Facial Analysis With Masks? Learn How To Achieve 96% Accuracy
Author(s): Panos Moutafis, Ph.D., Rakshak Talwar, Mary Lim Masks and face coverings are here to stay. This is a guide for training robust AI models without crossing the privacy line. The Zenus co-founders demonstrating live facial analysis with masks. Full video available on this link. …
Embedded COVID mask detection on an Arm Cortex-M7 processor using PyTorch
Author(s): Igor Susmelj How we built a visual COVID-19 mask quality inspection prototype running on-device on an OpenMV-H7 board and the challenges on the way. Continue reading on Towards AI » Published via Towards AI …
Image Processing using Spatial Filters
Author(s): Ralph Caubalejo Computer Vision, Programming Giving Space… One of the wonders of image processing is being able to see the pixel values of each image and perform different mathematical operations on it. Since the image is already an array or a matrix, …