MATLAB: Issue with boxLabelDatastore function

computer visionComputer Vision Toolboxdeep learningDeep Learning Toolbox

I am trying to run the demo given on Faster RCNN. While running the code I get an error on boxLabelDatastore function as "Undefined function 'boxLabelDatastore' for input arguments of type 'table'.". What does the error mean and how to resolve it ?

Best Answer

https://www.mathworks.com/help/vision/ref/boxlabeldatastore.html boxLabelDatastore was added to Computer Vision Toolbox as of R2019b -- the release after yours. (Thank you for adding your release to the question!)
Related Question