Skip to content

Commit ec16116

Browse files
authored
Update codegenYOLOv8.m
1 parent 5849567 commit ec16116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegenYOLOv8.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
% Add path containing the pretrained models.
2-
addpath('models/');
2+
addpath('models');
33

44
% Read test image.
55
I = imread(fullfile('data','inputTeam.jpg'));

0 commit comments

Comments
 (0)