Feeds
질문
I have a custom dataset with 4 classes and I'm using the example given in MATLAB documentation for YOLov4 object detection. I am not able to obtain the plots of precision.
data=load("train.mat"); defectDataset= data.gTruth; rng("default"); shuffledIndices = randperm(height(defectDataset)); idx =...
거의 3년 전 | 답변 수: 1 | 0