Open XMohmarc opened 3 years ago
I wonder if the model isn't giving all the information that method needs for the bounding box. Is it an object detection model from Custom Vision?
Yes I created my copy via Microsoft's Custom Vision application
On Sun, Jan 24, 2021, 5:21 AM Jon Wood notifications@github.com wrote:
I wonder if the model isn't giving all the information that method needs for the bounding box. Is it an object detection model from Custom Vision?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jwood803/MLNET_ObjectDetection_WinForms/issues/2#issuecomment-766331331, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASFJWVIMGZ2YLHWDPOC4ZP3S3P7FJANCNFSM4WQFU2ZQ .
Hey Jon,
My Name is Xavier, I am a mechatronics student and a follower of your Youtube channel; where I've been spectating your tutorials. I'm a beginner when it comes to developing A.N.Ns and I've attempted to replicate your Window Forms Object Detection tutorial (great video by the way). So far so good, I have physically typed up all the code and edited where I saw fit ( I only capitalized "FileWatcher/Dialog"). I've also created my own model via MicroSoft web services. My only issue that I seem to be unable to debug is in Line 121 {var mappedBoundingBox} of Form.cs, the "MapBoundingBoxToCell" portion of this string is being flagged as an error. This is the only error left in my copy of the code. Would you have any idea of what I'm doing wrong or could you advise me on a possible way to fix this.
-Thanks