YOLO object detection

Processing.py (Python mode:

Probably not. Processing.py runs on Jython, which means no C / Cython. So YOLO approaches like this:

…won’t work in Processing.py. Similarly, you can’t run Tensorflow on Jython, so all related approaches to YOLO that do work on Processing 2.7 in general

…won’t work on Processing.py.

Processing (Java default mode):

For Java mode, if you want to do Tensorflow in Processing

…then that setup might work with a Tensorflow-based YOLO detector:

p5.js

I don’t know about p5.js, but I do know that recently @shiffman was working on some p5.js + tensorflow.js example, so YOLO might work with that setup – but I’m not sure.

2 Likes