WeChat QR Code scanner is a Convolutional Neural Network (CNN) based library to detect and decode QR codes. As the name suggests, it was developed and contributed by the WeChat Computer Vision team. ...
Search Results for: install
Model Selection and Benchmarking with Modelplace.AI
In this post, we will learn how to select the right model using Modelplace.AI. Selecting the right model will make your application faster, help you scale it to millions of requests, and save a ton ...
Real-time style transfer in a Zoom meeting
In today’s blog post you will learn how to train your own fast style transfer network in PyTorch and deploy the model to get live style transfer effect on a web meeting on Zoom/Skype/ Microsoft Teams ...
Introduction to OpenVINO Deep Learning Workbench
The Intel-OpenVINO Toolkit provides many great functionalities for Deep-Learning model optimization, inference and deployment. Perhaps the most interesting and practical tool among them is the ...
Running OpenVINO Models on Intel Integrated GPU
Traditionally, Deep-Learning models are trained on high-end GPUs. But for inference, Intel CPUs and edge devices like NVidia’s Jetson and Intel-Movidius VPUs are preferred. Most of these Intel CPUs ...
Post Training Quantization with OpenVINO Toolkit
Deep Learning models inferencing on video stream inputs in computer vision applications are mostly used for object detection, image segmentation, and image classification. In many cases, we fail to ...