Skip to content

Commit

Permalink
Update detectYOLOv8.m
Browse files Browse the repository at this point in the history
  • Loading branch information
viakkala authored Feb 28, 2024
1 parent 509bd62 commit a74bcb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions detectYOLOv8.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@
[bboxes,scores,labelIds] = helper.postprocess(outFeatureMaps, ...
origSize, newSize, numClasses);

bboxes = gather(bboxes);
scores = gather(scores);
labelIds = gather(labelIds);

end

0 comments on commit a74bcb6

Please sign in to comment.