필터 지우기
필터 지우기

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