dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.05k stars 1.88k forks source link

How can the coordinates of YOLOv5 post-processing data be displayed on the original graph? #7232

Open bbhxwl opened 2 months ago

bbhxwl commented 2 months ago

https://github.com/bbhxwl/AiHelper

I want to create a public project for everyone to use, but I found that the x, y, width, and height values I detected are not the original coordinates, and there seems to be duplicate data in the detection?

How should I modify my code?