Error: Undefined variable “vision” or class “vision.Fa​sterRCNNOb​jectDetect​or” in Matlab 2019a.

1 visualización (últimos 30 días)
Hello Matlab - Community,
by using the function detector = vision.FasterRCNNObjectDetector, Matlab shows the error Undefined variable “vision” or class “vision.FasterRCNNObjectDetector”
Why does this error occur? Computer Vision Toolbox is installed. Does anyone know how to solve it ? Thanks in advance.

Respuestas (1)

Walter Roberson
Walter Roberson el 16 de Jun. de 2019
You should not construct a fastRCNNObjectDetector yourself. You should call https://www.mathworks.com/help/vision/ref/trainfastrcnnobjectdetector.html to construct the object.
Constructing these objects requires that you also have the Deep Learning Toolbox installed.

Categorías

Más información sobre Computer Vision Toolbox 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