Uncategorized
This is an introductory post to OpenCV AI Kit with Depth You will learn about the OAK device and the depthai pipeline for using the stereo cameras
Raspberry Pi is a small ARM computer with a camera a network controller and Linux on board That makes it a good choice for DIY computer vision projects In this
1 Image Classification vs Object Detection Image Classification is a problem where we assign a class label to an input image For example given an input image of a cat
The blog post provides code and shows how to do inference using a Pytorch model with ONNX and Caffe2
Last year Google released a publicly available dataset called Open Images V4 which contains 15 4M annotated bounding boxes for over 600 object categories It has 1 9M images and
YOLOv3 is one of the most popular real time object detectors in Computer Vision In our previous post we shared how to use YOLOv3 in an OpenCV application It was