Unrecognized function or variable
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
While running the example "Object detection using YOLO v3 deep learning", it is giving the error "Unrecognized function or variable" for the functions squeezenetFeatureExtractor, addFirstDetectionHead and addSecondDetectionHead. What should I do?
0 comentarios
Respuestas (3)
Rob Campbell
el 20 de Mayo de 2021
You need to install this:
https://www.mathworks.com/matlabcentral/fileexchange/87959-computer-vision-toolbox-model-for-yolo-v3-object-detection?s_tid=srchtitle
0 comentarios
xinyi shen
el 22 de En. de 2021
Editada: xinyi shen
el 22 de En. de 2021
I do not the previous answer really answers the question.
squeezenetFeatureExtractor, addFirstDetectionHead and addSecondDetectionHead. are not built in any toolbox. If you read throught the help page of yolov3, you will find the codes of the functions are on the page.
1 comentario
besbesmany besbesmany
el 17 de Abr. de 2021
I read the link but I couldn't solve the problem ""Object detection using YOLO v3 deep learning" what I should I do exactly
please give me steps
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!