ivilson/Yolov7net

Predict “One or more errors occurred,(Index was outside the bounds of the array)”

Closed this issue · 2 comments

If the onnx file is you custom train weight file ,you should setup the labels before your prediction. like this :

yolo.SetupLabels(string[] labels);