Custom Object (License Plate) Detection in Raspberry Pi using TensorFlow Lite vs YOLO V8

preview_player
Показать описание
Welcome back to the next chapter in our license plate detection series! In previous videos, we put in the hard work of training custom license plate detection models, and now, we're ready to unleash their power in this exciting showdown on a Raspberry Pi. 🚗🔍

🔶 TensorFlow Lite:
We'll kick things off by deploying our custom pre-trained TensorFlow Lite model on the Raspberry Pi. Witness its real-time performance as it identifies license plates with remarkable precision and speed.

🔶 YOLOv8:
Our custom-trained YOLOv8 model takes center stage next. As we run it on the Raspberry Pi, you'll see firsthand how it handles license plate detection in diverse scenarios. The results are bound to impress!

📊 Comparison:
This video is all about the ultimate face-off between these custom pre-trained models. We'll compare TensorFlow Lite and YOLOv8 in terms of real-world performance on the Raspberry Pi. Which one will prove to be the superior choice for license plate detection? The answer awaits you in this showdown!

🛠️ Code & Resources:
If you're eager to replicate our results, fear not! All the custom pre-trained models, code, and resources are readily available in the video description. Dive in, follow along, and experiment with these models on your own Raspberry Pi.

👍 If you've been following our license plate detection journey and can't wait to see the results, please hit the like button, share this video with your Raspberry Pi community, and subscribe to our channel for more thrilling AI and IoT content.

#LicensePlateDetection #RaspberryPi #TensorFlowLite #YOLOv8 #ObjectDetection #CustomModels #AI #MachineLearning #ComputerVision #DeepLearning #EdgeComputing #IoT #PreTrainedModels #OpenCV #Python #NeuralNetworks #ArtificialIntelligence #RealTimeDetection #CustomTraining #ModelComparison #EmbeddedAI #AIApplications #DIYProjects #IoTProjects #TechEnthusiasts #Programming #Coding #ComputerScience #SmartDevices #EmbeddedSystems #TechTutorials #OpenSource #RaspberryPiProjects #AIonEdge #CustomObjectRecognition #Inference #Optimization #PerformanceTesting #AICommunity #MachineVision #ObjectLocalization #AIResearch #ObjectRecognition #YOLOAlgorithm #TensorFlow #YOLOv8Comparison #AIExperiments #TechShowdown #Innovation #CodeResources #HandsOnAI #DIYAI
Рекомендации по теме
Комментарии
Автор

Impressive video, but more expective to do the same comparison on the android phone, MLkit(TFlite) vs. YOLOv8 (ncnn) android !

CHTsai-cpwo
Автор

Good Video. Can you try using YOLO9 on Raspberry Pi 5 ? Thank you so much

gampangji
Автор

can you put a video on how to convert yolov8 to tflite

dszgxsi
Автор

Sir can u make any autonomous car using raspberry pico

Jeevan.k
Автор

hi, a question, im getting this error:
"image_rgb = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB)

cv2.error: OpenCV(4.8.1) error: (-215:Assertion failed) !_src.empty() in function 'cvtColor'"

Do you know why?

TlTAN