Skip to content

Commit 5849567

Browse files
authored
Update gpuCodegenYOLOv8.m
1 parent 5359bc8 commit 5849567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpuCodegenYOLOv8.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)