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 5849567 commit ec16116Copy full SHA for ec16116
codegenYOLOv8.m
@@ -1,5 +1,5 @@
1
% Add path containing the pretrained models.
2
-addpath('models/');
+addpath('models');
3
4
% Read test image.
5
I = imread(fullfile('data','inputTeam.jpg'));
0 commit comments