matlab-deep-learning / mask-rcnn

Mask-RCNN training and prediction in MATLAB for Instance Segmentation
https://uk.mathworks.com/help/vision/ug/getting-started-with-mask-r-cnn-for-instance-segmentation.html
Other
29 stars 5 forks source link

params in reproduction steps is not defined #6

Open ivangarcia44 opened 2 years ago

ivangarcia44 commented 2 years ago

The params variable used in this command of the reproduction steps is not defined:

[boxes, scores, labels, masks] = detectMaskRCNN(net, maskSubnet, img, params, executionEnvironment);