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

File names in openvino

sujith122
Beginner
469 Views

The Intermediate Representation provides three files. Namely, .bin, .xml, .mapping. What is the purpose of .mapping file. Please provide description about mapping file.  

0 Kudos
2 Replies
Hairul_Intel
Moderator
384 Views

Hi sujith122,

Thank you for reaching out to us.

 

For your information, the .mapping file provide maps of layer I/O from the original model. You can view the .mapping file by using a text editor (such as Notepad++) as shown below:

mapping.png

 

On another note, when inferencing using OpenVINO Toolkit, only the .xml and .bin files are required whilst .mapping file is optional, as mentioned here.

 

 

Regards,

Hairul

 

Hairul_Intel
Moderator
312 Views

Hi sujith122,

This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.

 

 

Regards,

Hairul


Reply