Using data with googlenet
조회 수: 1 (최근 30일)
이전 댓글 표시
I have recently used the following tutorial: https://uk.mathworks.com/help/deeplearning/ug/train-deep-learning-network-to-classify-new-images.html
I have used my own dataset, each photo corresponds to a x,y and theta value instead of an actual class such as 'table'. currently the accuracy is only 20%, this will be because they are only two pictures per class. What i want to do is use my semantic segmentation NN, take the data from this such as the pixel value and use this within the googlenet to help classify the image. Is this possible? and any tip as i am new to this. Thank you
댓글 수: 1
Madhav Thakker
2021년 3월 15일
Hi Benjamin, what do you mean "take the data from semantic segmentation NN".
The semantic segmentation NN should take as input raw images and return the semantically segmented map. You can directly feed the raw image to the googlenet if you have the labels for each image.
Perhaps you can elaborate the question with an example?
답변 (1개)
Raynier Suresh
2021년 3월 19일
Hi, Based on my understanding you are trying to segment the image and then you are trying to classify it using the google net, to do this you can feed the image to the segmentation network and then feed the result to the google net. But the job of the semantic segmentation network itself is to classifies every pixel in an image, so using another network for classification is redundant. The below link can provide you more idea
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!