-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' #58
Comments
public class TestModel1: YoloModel
|
I ran into the same problem using my own training results. |
I get this problem all the time. The key cause of the problem: So how do we get the dimensions right? 1st: Open your xxx.onnx file in this page 2nd
3th The output array's length is 277200 in my sample 4th 5th Modify your dimensions in model file ,you can run this app. Last |
Hello EveryOne
I want to test my onnx model but I git this Error
my models
Models File
The text was updated successfully, but these errors were encountered: