node-red-contrib-tf-model
node-red-contrib-tf-model copied to clipboard
Output of YOLO V5 model
Hello there, I am trying to integrate YOLOv5 in Node-RED using this node, but I am facing issues related to the output of this node. To generate the Tensorflow js model I utilized the the yolov5 repo, this model is working since I am able to load it to makesense.ai and make predictions. The problem lies on the output of this model from the node, since it does not report an array to process, simply its size. With this I cannot extract the BB location and its classes. Important to mention this is my first time using JavaScript and Node-RED so maybe dumb question. Would really appreciate some help. Thanks.
If additional information is required, let me know.