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

조회 수: 1 (최근 30일)
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.

답변 (1개)

Walter Roberson
Walter Roberson 2019년 6월 16일
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.

카테고리

Help CenterFile Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by