Unrecognized function or variable 'doTraining'.
Mostra commenti meno recenti
if doTraining
[detector,info] = trainPointPillarsObjectDetector(cdsAugmented,detector,options);
else
pretrainedDetector = load('pretrainedPointPillarsDetector.mat','detector');
detector = pretrainedDetector.detector;
end
while using this code got this error "Unrecognized function or variable 'doTraining'."
how to define do Training
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Object Detection in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!