Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How do I solve this?

2 visualizzazioni (ultimi 30 giorni)
Syafiqah Daud
Syafiqah Daud il 19 Giu 2018
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Hi, I'm new and is unsure on how to apply to do google net. I've tried this code and received some errors.
clear
camera = webcam; % Connect to the camera nnet = googlenet; % Load the neural net
while true
picture = camera.snapshot; % Take a picture
picture = imresize(picture,[227,227]); % Resize the picture
label = classify(nnet, picture); % Classify the picture
image(picture); % Show the picture
title(char(label)); % Show the label
drawnow;
end
  1 Commento
Guillaume
Guillaume il 19 Giu 2018
I've tried this code and received some errors
Then give us the exact text of the errors (everything in red).

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by