Please, advice how to pre-processing the image labelling.

I'm initially trying to use alexnet to train the image in the kaggle competition.
there are 4 defect classes(1 ~ 4) .
Problem is that the images which don't have defect were not labeled, so these are not included in the csv file.
How can I delete the unlabeled images and make the label on neural network?
This is the website :
steel_ds = imageDatastore('*.jpg');
information = readtable('train.csv');

답변 (1개)

yanqi liu
yanqi liu 2021년 2월 5일

0 개 추천

loop for table
use exist(filename, 'file') to judge the file is or not exist

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2020b

질문:

2021년 2월 5일

답변:

2021년 2월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by