Given a raw image/frame input, this node will run YOLO3-based object detection on the input and output a list of detected objects.
TODO need to publish
Drag and Drop the "Yolo Object Detector" onto the canvas.
This module starts a local Python model server on port 8888 (TODO - make this configurable)
- Clone this repo and CD to repo folder
- Run
npm link
- CD to your local node-red modules folder (
.node-red
or similar) npm link node-red-contrib-yolo-object-detection
- Based in part on TrainYourOwnYOLO by AntonMu