Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Where could I find the model of mask_rcnn_demo

ininder__gg
Beginner
426 Views

I'm trying current version ( openvino_2019.2.275) and I find a mask_rcnn_demo in the folder.

I want to play it, according to the document. there is a so-called "faster_rcnn.xml" in https://download.01.org/opencv/

However, after a while searching it is difficult for me to find it. 

Where could I find the pre-trained mask_rcnn_demo model?

0 Kudos
1 Reply
Roy_A_Intel
Employee
426 Views

Hi, there are a number of available pre-trained models for mask_rcnn, you can see the list of available models by running the command below in this directory <openvino_dir>\deployment_tools\tools\model_downloader

python downloader.py --print_all

You can try any of these listed below

mask_rcnn_inception_resnet_v2_atrous_coco
mask_rcnn_inception_v2_coco
mask_rcnn_resnet101_atrous_coco
mask_rcnn_resnet50_atrous_coco

0 Kudos
Reply