Cycling74 / cv.jit

A collection of max/msp/jitter externals, abstractions and help files for computer vision applications originally authored by Jean-Marc Pelletier.
Other
129 stars 27 forks source link

Can this be used with RNBO? And can you use YOLOV8? #25

Open EdwardDeaver opened 3 months ago

EdwardDeaver commented 3 months ago

Hi I have 2 questions about this package.

Can this be used with RNBO so you could put it on a raspberry pi?

Also can you use yolov8 with this?

jmpelletier commented 3 months ago

Hi,

Can this be used with RNBO so you could put it on a raspberry pi?

I don't think so. My understanding is that externals cannot be used with RNBO.

Also can you use yolov8 with this?

cv.jit was coded 20 years ago (!), years before the deep learning revolution. These are mostly "classic" computer vision algorithms. That's not a bad thing, as they're very lightweight and suited go real-time processing. All that to say that no, yolov8, or any newer NN-based object recognition has not been implemented.

Best,

Jean-Marc