TensorFlow.NET
TensorFlow.NET copied to clipboard
[Question]: Yolo object detection
Description
Hi,
I work with the detection of yolov8 (after conversion to .pb), I managed to read the model in a different way than that mentioned in https://github.com/SciSharp/SciSharp-Stack-Examples/blob/768daa404acd4bdd897f8c55e569cf8e899f7c68/src/TensorFlowNET.Examples/ObjectDetection/YoloCoco.cs
the result is an NDArray
Then I want to call the nms function mentioned in the previous link (YoloCoco.cs)
but threw me an exception
Any suggestion, please.
Alternatives
No response