CNN
In the previous posts of the TFLite series, we introduced TFLite and the process of creating a model. In this post, we will take a deeper dive into the TensorFlow
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
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
This is the third blog post in the Oak series. If you haven’t checked out the previous posts on OAK, check them below. In this post, we are going to
Object detection using YOLOv5 and OpenCV DNN. Learn how to YOLOv5 Ultralytics Github repository. From plethora of YOLO versions, which one is most appropriate for you? Continue reading the article
A tutorial for using Mediapipe’s Face-Mesh to create Augmented Reality Facial Filters. We are sharing the code in Python.