フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How do I solve this?

2 ビュー (過去 30 日間)
Syafiqah Daud
Syafiqah Daud 2018 年 6 月 19 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件のコメント
Guillaume
Guillaume 2018 年 6 月 19 日
I've tried this code and received some errors
Then give us the exact text of the errors (everything in red).

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by