Skip to content

Commit b454060

Browse files
author
Zuber Khan
committed
Update
1 parent 80c0280 commit b454060

File tree

7 files changed

+1
-5
lines changed

7 files changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Simulink is a block diagram environment used to design systems with multidomain
112112

113113
```matlab
114114
% Read test image.
115-
im = imread(fullfile('data/Input','inputTeam.jpg'));
115+
I = imread(fullfile('data/Input','inputTeam.jpg'));
116116
117117
% Open Simulink model.
118118
open('yolov9SimulinkSupport.slx')
File renamed without changes.

models/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

models/Yolov9c.mat

-85.1 MB
Binary file not shown.

models/Yolov9e.mat

Lines changed: 0 additions & 3 deletions
This file was deleted.

models/Yolov9s.mat

-25 MB
Binary file not shown.

models/Yolov9t.mat

-7.47 MB
Binary file not shown.

0 commit comments

Comments
 (0)