Can't load saved yoloV2 network in standalone Matlab app 2021a

1 visualización (últimos 30 días)
Ilia Vitsnudel
Ilia Vitsnudel el 30 de Dic. de 2021
Respondida: Steven Lord el 30 de Dic. de 2021
Hello,
I have trained yoloV2 detector network and saved it (ver 2021a). I want to load it in a standalone Matlab app (generated in 2021a), but I am getting a warning and then error:
Warning: Variable 'detector' originally saved as a yolov2ObjectDetector cannot be instantiated as an object and will be read as a uint32
Error: Unrecognized function or variable 'detect'
I am able to load the network inside Matlab itself, but no in Matlab standalone app.
I am working in Matlab 2021a
When I was woring in 2020b everything was normal.
Thank you.

Respuestas (1)

Steven Lord
Steven Lord el 30 de Dic. de 2021
See the Tip in the "Fixing Callback Problems: Missing Functions" section of this documentation page. Use the %#function pragma to tell MATLAB to include the class definition yolov2ObjectDetector in your application.

Categorías

Más información sobre Image and Video Ground Truth Labeling en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by