You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this error, and I don't know how to resolve it.
It's my input image ? Or my model ? Or my Class ?
Here you can see my YoloClass for my Custom Detection
publicrecord MyYolo :YoloModel{publicMyYolo():base(640,640,3,6,newint[]{8,16,32},newint[][][]{newint[][]{newint[]{10,13},newint[]{16,30},newint[]{33,23}},newint[][]{newint[]{30,61},newint[]{62,45},newint[]{59,119}},newint[][]{newint[]{116,90},newint[]{156,198},newint[]{373,326}}},newint[]{80,40,20},0.2f,0.25f,0.45f,newstring[]{"output"},newList<YoloLabel>{new YoloLabel(0,"pointrouge"),new YoloLabel(1,"pointblanc")}, UseDetect:true){}}```
If you need more information, please ask me :pThanks!
The text was updated successfully, but these errors were encountered:
@NBarile Hi, may I know which part of the code that you needed to change? Im still quite new with C# and have no idea what I am suppose to do to resolve my issue.
Hi,
I have this error, and I don't know how to resolve it.
It's my input image ? Or my model ? Or my Class ?
Here you can see my YoloClass for my Custom Detection
The text was updated successfully, but these errors were encountered: