Effacer les filtres
Effacer les filtres

Error while generation detector results

2 vues (au cours des 30 derniers jours)
Divya
Divya le 10 Mai 2024
Réponse apportée : Naren le 10 Mai 2024
I am using Yolov4 with darknet-53-coco. I have trained the detector but unable to generate detector results using
detectionResults = detect(detector,testData,Threshold=0.01);
After running the code I am getting the following error
Error using dlnetwork/predict
Execution failed during layer(s) 'conv_2'.
[features{:}] = predict(network, dlX, 'Acceleration',acceleration);
features = iPredictActivations(network, imgBatch, anchorBoxes, predictParams.Acceleration, isRotatedBox);
features = this.predict(Ipreprocessed, params);
[varargout{1:nargout}] = performDetect(detector, I, params);
Caused by:
Error using builtin
Out of memory.

Réponses (1)

Naren
Naren le 10 Mai 2024
Hello,
The issue seems to be due to low GPU memory. I suggest reducing the minibatch size, which could be effective. If the error still occurs even after reducing the minibatch size, another possible solution is to change the network to "tiny-yolov4ObjectDetector" instead of "csp-darknet53-coco". Apart from these options you can also try reducing the size of network input image.
Regards.

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Produits


Version

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by