node-red-contrib-tf-model icon indicating copy to clipboard operation
node-red-contrib-tf-model copied to clipboard

Output of YOLO V5 model

Open phsilvafct opened this issue 1 year ago • 0 comments

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.

Screenshot from 2023-11-10 10-18-59

Screenshot from 2023-11-10 10-25-38

If additional information is required, let me know.

phsilvafct avatar Nov 10 '23 10:11 phsilvafct