SciSharp / TensorFlow.NET

.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
https://scisharp.github.io/tensorflow-net-docs
Apache License 2.0
3.2k stars 514 forks source link

[Question]: Yolo object detection #1064

Open Cilouche opened 1 year ago

Cilouche commented 1 year ago

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

image image

the result is an NDArray image

Then I want to call the nms function mentioned in the previous link (YoloCoco.cs) but threw me an exception image

image

Any suggestion, please.

Alternatives

No response