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.
It is currently not released over the contribution manager, but you can download and install it directly from the releases. There is even an example which shows how to execute YOLOv5. I would recommend to adjust the setTopK(int k) variable according to how many objects you have in your pictures (default is 100). You can read more about this in the YOLOv5 section.
At the moment implemented are the N, S, M, L and X models (640x640). But it would be simple to add custom models by exporting them to the ONNX format.