We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509bd62 commit a74bcb6Copy full SHA for a74bcb6
detectYOLOv8.m
@@ -43,4 +43,8 @@
43
[bboxes,scores,labelIds] = helper.postprocess(outFeatureMaps, ...
44
origSize, newSize, numClasses);
45
46
+bboxes = gather(bboxes);
47
+scores = gather(scores);
48
+labelIds = gather(labelIds);
49
+
50
end
0 commit comments