Authors: WU Jia, GAO Jinwei NPU, short for neural processing unit, is a specialized processor designed to accelerate the performance of common machine learning tasks and typically of neural networks applications. Besides acceleration, NPU frees the CPU and it is pretty power efficient. OpenCV’s Dynamic Neural Network (DNN) module is a light and efficient deep […]
How to use OpenCV with OpenVINO
Guest post by Aleksandr Voron To keep OpenVINO™ Toolkit focused on optimizing and deploying inference, we no longer include OpenCV and DL Streamer in our distribution packages. But not to worry! Both OpenCV and DL Streamer continue to work with OpenVINO and in this blog post we will explain how. In the 2022.1 release of OpenVINO™, OpenCV became an optional […]
OpenCV Face Detection: Cascade Classifier vs. YuNet
Written by CHEN Zhangjie (Junior, Department of Computer Science and Engineering) Face Detection is a computer vision task in which a computer program detects the presence of human faces and also finds their locations in an image or a video stream. The technology has been rapidly advancing and maturing with various models being developed. The […]
Computer Vision Annotation Tool Product Tour
Awhile ago we told you how the Computer Vision Annotation Tool (CVAT) has been spun out on its own, thanks in large part to our friends at Intel for years of supporting the project. In this video, we show how to use the relaunched CVAT.ai online tool – how to sign up, upload your data, […]
Computer Vision Annotation Tool (CVAT) has a New Home
Fast and accurate data annotation is crucial for the success of any AI project. For the last five years, Intel has developed one of the world’s most popular open-source annotation tools, the Computer Vision Annotation Tool (CVAT), and hosted the tool on CVAT.org. Intel engineers have worked diligently to bring many features to the tool […]
Announcing The OpenCV Spatial AI Contest Popular Vote Winner
The contest that began last year is nearing the finish line- with the announcement of our final prize, the winner of the Popular Vote as chosen by you in the OpenCV community, the OpenCV Spatial AI Contest will come to an end. Before we make the big reveal, we at OpenCV would like to take […]
Meet The Judges For OpenCV Spatial AI Contest
After the long build phase final judging for OpenCV Spatial AI Contest is underway. The top 10 teams have been selected and OpenCV has brought together 5 industry professionals to help choose the 3 Prize Winners. In advance of the big announcement on the April 21st episode of OpenCV Weekly Webinar, let’s meet the judges! […]
OpenCV AI Game Show Results & Charities
Last month’s big premiere of OpenCV AI Game Show (#AIGameShow), which saw industry pros compete in a trivia contest to raise money for a charity of their choosing, was a blast! During that show we invited you in the audience to vote for your favorite answer given by our contestants for the “Wrong Answers Only” […]
Vote For Your Favorite “Wrong Answers Only” Response
Update: Congratulations to Vikas Reddy, who won the popular vote for our Wrong Answers Only segment, by a slim margin of just 10 votes! His chosen charity will receive $500 as a result from our sponsors. Original post follows — Last week on our weekly webinar OpenCV brought you OpenCV AI Game Show sponsored by […]
5 Promising OpenCV Spatial AI Contest Projects
Spatial AI is the ability of an artificial intelligence system to reason not just based on what it is looking at, but also based on distance from the camera. Contest participants from the OpenCV Spatial AI Contest sponsored by Microsoft Azure and Intel proposed their solutions for real world problems using spatial AI and OAK […]
Announcing the Finalists of OpenCV Spatial AI Contest Sponsored by Intel and Microsoft Azure
After carefully considering the over 120 submissions, the judges have selected the Finalists of OpenCV Spatial AI Contest. These 50 exceptional teams are made up of over 100 developers, and come from countries around the world. Entries were submitted by teams coming from universities, research organizations, and even high schools. Soon we’ll begin shipping OAK-D-LITE […]
Introduction to the COCO Dataset
With applications such as object detection, segmentation, and captioning, the COCO dataset is widely understood by state-of-the-art neural networks. Its versatility and multi-purpose scene variation serve best to train a computer vision model and benchmark its performance. In this post, we will dive deeper into COCO fundamentals, covering the following: What is COCO? COCO classes What is […]