10 Mar 2023 • 7 min read Represent Chess Boards Digitally with Computer Vision In this guide, learn how Shai Nisan used computer vision to translate a photo of a chess board into FEN notation.
8 Mar 2023 • 4 min read How to Code Non-Maximum Suppression (NMS) in Plain NumPy SUMMARY Double detection, where an object detection model fires multiple overlapping bounding boxes on the same object, is a common issue that breaks downstream analytics like counting and tracking. Non-Maximum Suppression (NMS) resolves this by computing Intersection over Union (IoU) across all predicted boxes and discarding lower-confidence duplicates
3 Mar 2023 • 8 min read Roboflow Changelog: February 2023 Each month, we share a recap of product and company updates. In this post, we detail Roboflow's updates from February 2023.
24 Feb 2023 • 4 min read Building a Computer Vision Assisted Pill Inspection System SUMMARY Detecting damaged pills and foreign matter on a production line requires a computer vision model that runs at inspection speed and with high recall, since incorrect pills reaching consumers pose direct health and compliance risks. This tutorial builds a two-class detection system (damaged pills, foreign matter) using the
24 Feb 2023 • 5 min read Generate Image Augmentations with Roboflow In this guide, you'll learn how to generate augmented images for your dataset on the Roboflow platform.
21 Feb 2023 • 5 min read How to Use the Roboflow Fish Detection API In this guide, we show how to use the Roboflow fish detection API to identify fish in image assets.
21 Feb 2023 • 7 min read How to Send Roboflow Model Predictions to Zapier Webhooks In this guide, we show how to send prediction data from a Roboflow model to Zapier via webhooks.
20 Feb 2023 • 5 min read How to Use the Roboflow Bird Detection API Learn how to use the Roboflow bird detection API to identify different species of birds.
20 Feb 2023 • 6 min read How to Use the Roboflow People Detection API Learn how to use the Roboflow people detection API to identify the locations of people in an image.
20 Feb 2023 • 6 min read How to Use the Roboflow License Plate Detection API Learn how to use the Roboflow license plate detection API in production using a range of deployment options.
17 Feb 2023 • 7 min read YOLOv5 Object Detection with OpenVINO™ Toolkit Learn how to use a YOLOv5 object detection model with the OpenVINO™ Toolkit.
16 Feb 2023 • 4 min read How to Crop Computer Vision Model Predictions This article shows how to use cv2 to crop regions of interest in a computer vision project.
14 Feb 2023 • 6 min read Launch: Calculate Polygon Coordinates with PolygonZone This guide shows how to use PolygonZone to draw polygons on an image and retrieve their coordinates for computer vision applications.
13 Feb 2023 • 4 min read How to Use Roboflow Models in CVAT In this article, we show how to use public Roboflow models to speed up annotating in CVAT.
10 Feb 2023 • 8 min read How to Build a Stable Diffusion Image-to-Image Pipeline In this article, we discuss how to build a Stable Diffusion image generation pipeline using SageMaker Studio Labs, Hugging Face, and Roboflow.
10 Feb 2023 • 16 min read What is a Convolutional Neural Network? In this guide, we discuss what a Convolutional Neural Network (CNN) is, how they work, and discuss various different applications of CNNs in computer vision models.
9 Feb 2023 • 14 min read Transformer Architecture: What Is a Transformer? In this guide, we explore what Transformers are, why Transformers are so important in computer vision, and how they work.
3 Feb 2023 • 6 min read Deploy Models from Roboflow with the Luxonis DepthAI SDK The new Luxonis DepthAI SDK Roboflow Integration gives users the option to deploy Roboflow models to OAK devices with more functionality and out-of-the-box options for customization of inferences.
1 Feb 2023 • 6 min read Roboflow Changelog: January 2023 Each month, we share a recap of product and company updates. In this post, we detail Roboflow's updates from January 2023.
1 Feb 2023 • 4 min read Track and Count Objects Using YOLOv8 Counting moving objects is one of the most popular use cases in computer vision. It is used, among other things, in traffic analysis and as part of the automation of manufacturing processes. That is why understanding how to do it well is crucial for any CV engineer.
1 Feb 2023 • 7 min read How to Deploy YOLOv5 Models with Roboflow In this article, learn how to deploy a computer vision model using custom YOLOv5 weights to Roboflow.
31 Jan 2023 • 8 min read How to Save Computer Vision Predictions to a Google Sheet In this guide, we walk through how to save predictions from a computer vision model to a Google Sheet.
30 Jan 2023 • 9 min read How to Deploy a YOLOv8 Model Using Roboflow and Repl.it In this guide, we walk through how to train and deploy a YOLOv8 model using Roboflow, Google Colab, and Repl.it.
25 Jan 2023 • 4 min read How to Count Objects in an Image Using Python In this article, we show how to count occurrences of objects in an image using Python.