addidtions from Reini1001 (second part of test - Alexnet)

main
v-h 1 year ago
parent 95de8839a6
commit 2385cc06dd

@ -0,0 +1,13 @@
function [] = alex_test(imgToClassify)
%ALEX_TEST Summary of this function goes here
% Detailed explanation goes here
load('DasNetz2uuuuuuaaaauauaauauauauaua.mat', '-mat', 'netTransfer');
label = classify(netTransfer, imgToClassify);
figure
imshow(imgToClassify);
title(label);
end
Loading…
Cancel
Save