runwayml / processing

[ARCHIVED] Runway + Processing 🔥
GNU General Public License v3.0
96 stars 32 forks source link

add YOLO #1

Closed genekogan closed 6 years ago

genekogan commented 6 years ago

processing sketch to receive YOLO apps. currently just displays the object names and bounding boxes, but does not have the camera because of inability to share camera port with Runway.

cvalenzuela commented 6 years ago

looks great! thanks for this.

You can't send the camera via Runway, but you can have Processing running it's own camera:

I just added the Capture example from Processing!

genekogan commented 6 years ago

oh great! i thought it was knocking runway out from the camera though when you start it up.

cvalenzuela commented 6 years ago

Let me know if you want to push those changes or I can push them!

genekogan commented 6 years ago

go for it!

cvalenzuela commented 6 years ago

merged! thanks @genekogan!