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 1568ce2 commit 5359bc8Copy full SHA for 5359bc8
runInference.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