Welcome to our coverage of the most anticipated AI event of the season, NVIDIA’s GPU Technology Conference. Every six months, NVIDIA hosts the hugely popular GTC event which brings together experts in ...
Search Results for: mac os
TensorFlow Lite Model Maker: Create Models for On-Device Machine Learning
In this article, we will learn how to create a TensorFlow Lite model using the TF Lite Model Maker Library. We will fine-tune a pre-trained image classification model on the custom dataset, further ...
TensorFlow Lite: TFLite Model Optimization for On-Device Machine Learning
The recent trend in developing larger and larger Deep Learning models for a slight increase in accuracy raises concerns about their computational efficiency and wide scaled usability. We can not use ...
AUTOSAR C++ compliant deep learning inference with TensorRT
If you are unfamiliar with safety compliance and are debating whether or not to read this blog post, let’s answer the most important question first. Why should you read this blog post?What can we ...
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 ...
Reading and Writing Videos using OpenCV
Reading and writing videos in OpenCV is very similar to reading and writing images. A video is nothing but a series of images that are often referred to as frames. So, all you need to do is loop over ...