Skip to content

Node-RED contrib module that uses YOLO3 object detection to identify items in images.

License

Notifications You must be signed in to change notification settings

ghas-results/node-red-contrib-yolo-object-detection

 
 

Repository files navigation

YOLO3 Object Detector

Given a raw image/frame input, this node will run YOLO3-based object detection on the input and output a list of detected objects.

Install

TODO need to publish

Usage

Drag and Drop the "Yolo Object Detector" onto the canvas.

Advanced Usage

This module starts a local Python model server on port 8888 (TODO - make this configurable)

Testing changes locally

  1. Clone this repo and CD to repo folder
  2. Run npm link
  3. CD to your local node-red modules folder (.node-red or similar)
  4. npm link node-red-contrib-yolo-object-detection

Attribution

About

Node-RED contrib module that uses YOLO3 object detection to identify items in images.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 61.2%
  • JavaScript 24.1%
  • HTML 14.7%