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.
6574 Discussions

Error while running model optimizer: basic_string::_S_construct null not valid (

Deepak_C_R
Beginner
1,466 Views

Hi,

I am getting following error while running ModelOptimizer:

deepak@camry:~$ ./ModelOptimizer   -w ~/mytiny.caffemodel  -p FP16 -d ~/mytiny.prototxt --target APLK --network LOCALIZATION  -b 1 -o ~/mytinyout/  -f 1.0   -dm -c Start working...

basic_string::_S_construct null not valid

May I know the reason for this ?

 

0 Kudos
3 Replies
Stav_S_Intel
Employee
1,466 Views

Hi, 

is this the full log? we might need to see the full log in order to understand the issue

 

Regards,

Stav

0 Kudos
Deepak_C_R
Beginner
1,466 Views

Yes. there is no other log other than this.

0 Kudos
Deepak_C_R
Beginner
1,466 Views

Hi Stav,

I got the problem. In my CustomLayersMapping.xml there were some local changes, When I deleted that, it started working.

0 Kudos
Reply