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.

Model Optimizer Parameters for Accuracy

Serdjan_R_Intel
Employee
373 Views

I just trained my own object detection model in Tensorflow using the ssd_mobilenet_v1_coco model pre-trained checkpoint to train my own labeled data and make my own frozen inference graph.  I know in the openVINO Model Optimizer certain parameters such as scale_values and mean_values must be set to maintain the accuracy of a model. 

Where/how would I go about finding these values to make my IR as accurate as possible?  Are there generic values for ssd_mobilenet that will make an IR more accurate, or do I need to look at my Graph in Tensorboard where I did my own training?

0 Kudos
4 Replies
Mark_L_Intel1
Moderator
373 Views

Hi Serdjan,

I didn't follow the path you did, but in theory, you should find those values in the output of the training process.

Mark

0 Kudos
Serdjan_R_Intel
Employee
373 Views

Hi Mark,

I forgot to post that my problem was solved.  There was a big in the MO for ssd_mobilenet object detection models.  I was sent the R3 version of OpenVINO and now my model runs fine.

0 Kudos
Mark_L_Intel1
Moderator
373 Views

Good to know and you have fast paced work!

Mark

0 Kudos
Monique_J_Intel
Employee
373 Views

Hi Serdjan,

Just a reminder to please use the OpenVINO internal forum for all your questions.

Kind Regards,

Monique Jones

0 Kudos
Reply