Validation Accuracy Not Showing for trainFastR​CNNObjectD​etector

조회 수: 2 (최근 30일)
L
L 2021년 8월 7일
댓글: Shivam Singh 2021년 10월 11일
Hi,
I am currently using the following code and I have no idea why the validaton accuracy is not showing.
How to fix it?
valid_label=load('...\valid_label.mat');
dataValid=valid_label.gTruth
[validIMDS, validBXDS]=objectDetectorTrainingData(dataTrain)
validData=combine(validIMDS, validBXDS)
options = trainingOptions('sgdm', ...
'MiniBatchSize', 1, ...
'InitialLearnRate', 1e-3, ...
'MaxEpochs', 10, ...
'CheckpointPath', tempdir,...
'ValidationData',validData, ...
'ValidationFrequency',30, ...j
'Plots','training-progress');
%% Train the model
frcnn S= trainFastRCNNObjectDetector(trainData, lgraph, options, ...
'NegativeOverlapRange',[0 0.3], ...
'PositiveOverlapRange',[0.6 1]);
  댓글 수: 1
Shivam Singh
Shivam Singh 2021년 10월 11일
Hello L,
Can you share your dataset (training and validation) and the full code, so that I can inspect clearly?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by