Hi
Ive been using processing for sometime now one thing that interest me is the open cv application .
is there is some way to incorporate ultralytics Yolo5v Vision AI into Processing and make it simple to implement . lets say servo control with the Arduino Libraries.
the Yolo application I wanted to implement
Hi @Clifford ,
Welcome to the forum!
You can check out this older post about YOLO detection in Processing:
Hello guys,
Is there a way to do YOLO real time object detection in processing (or P5.js/processing.py) using a library like this :
I already know OpenCV for computer vision but it doesn’t include object detection.
Thanks
And also the deep-vision-processing
library by @cansik :
Hello Together
I’m happy to present you a project I’ve been working on for over a year now. With OpenCV for Processing we have a good base library for traditional image processing. However, these algorithms are more and more pushed into the background by machine learning.
Therefore I started a year ago to develop a library that (mainly) uses the Deep Neural Network (DNN) module of OpenCV to bring machine learning, especially CNN into the Processing world.
The library is not about training the…
yes I found the library for processing Yolov4 yet to see if anyone update it for Yolov5 as im using this version