<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic FP32 TO INT8 model conversion using  Calibration tool in Embedded Intel Atom® Processors</title>
    <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/FP32-TO-INT8-model-conversion-using-Calibration-tool/m-p/597138#M3416</link>
    <description>&lt;P&gt;I am facing one issue on using the&amp;nbsp;&amp;nbsp;&lt;A href="http://calibrate.py"&gt;calibrate.py&lt;/A&gt; tool used for&amp;nbsp;calibrating the FP32 model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was successfully&amp;nbsp;able to convert data annotation files using the below&amp;nbsp;mentioned step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;python3 convert_annotation.py imagenet --annotation_file /home/cyril.pj/Downloads/downloadsforint8/val.txt --labels_file /home/cyril.pj/Downloads/downloadsforint8/synset_words.txt -ss 2000 -o ~/annotations -a imagenet_calibration.pickle -m imagenet_calibration.json&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after successful&amp;nbsp;completion of the above mentioned step, i was able to generate&amp;nbsp;&amp;nbsp;.json and&amp;nbsp;.pickle file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then for calibrating the model, i tried the below mentioned step,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;python3 &lt;A href="http://calibrate.py"&gt;calibrate.py&lt;/A&gt; --config /opt/intel/openvino_2019.3.376/deployment_tools/tools/calibration_tool/configs/inception_v1.yml --definition /opt/intel/openvino_2019.3.376/deployment_tools/tools/calibration_tool/configs/definitions.yml -M /opt/intel/openvino_2019.3.376/deployment_tools/model_optimizer --tf_custom_op_config_dir ~/tf_custom_op_configs --models ~/models --source /home/cyril.pj/SSD_COPIED/rawfiles --annotations ~/annotations –cfc&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i am not able to successfully execute the calibration&amp;nbsp;tool, the error i am getting is&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Detected not satisfied dependencies:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;networkx: installed: 2.4, required: 2.4&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on checking&amp;nbsp;the&amp;nbsp;&amp;nbsp;&lt;B&gt;model_optimizer/requirements_tf.txt&amp;nbsp;&amp;nbsp;&lt;/B&gt;&amp;nbsp;, the required&amp;nbsp;version for&amp;nbsp;&amp;nbsp;networkx&amp;nbsp;is&amp;nbsp;&amp;nbsp;given as&amp;nbsp;&lt;B&gt;&amp;nbsp;networkx&amp;gt;=1.11,&amp;lt;2.4&amp;nbsp;&lt;/B&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried with couple of&amp;nbsp;networkx version&amp;nbsp;between 1.11 and 2.3 and installed all its dependency packages, but the same issue is coming every time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly&amp;nbsp;look into this issue,Any help you can give would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;CYRIL P JOY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2020 21:13:40 GMT</pubDate>
    <dc:creator>CJOY01</dc:creator>
    <dc:date>2020-01-31T21:13:40Z</dc:date>
    <item>
      <title>FP32 TO INT8 model conversion using  Calibration tool</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/FP32-TO-INT8-model-conversion-using-Calibration-tool/m-p/597138#M3416</link>
      <description>&lt;P&gt;I am facing one issue on using the&amp;nbsp;&amp;nbsp;&lt;A href="http://calibrate.py"&gt;calibrate.py&lt;/A&gt; tool used for&amp;nbsp;calibrating the FP32 model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was successfully&amp;nbsp;able to convert data annotation files using the below&amp;nbsp;mentioned step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;python3 convert_annotation.py imagenet --annotation_file /home/cyril.pj/Downloads/downloadsforint8/val.txt --labels_file /home/cyril.pj/Downloads/downloadsforint8/synset_words.txt -ss 2000 -o ~/annotations -a imagenet_calibration.pickle -m imagenet_calibration.json&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after successful&amp;nbsp;completion of the above mentioned step, i was able to generate&amp;nbsp;&amp;nbsp;.json and&amp;nbsp;.pickle file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then for calibrating the model, i tried the below mentioned step,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;python3 &lt;A href="http://calibrate.py"&gt;calibrate.py&lt;/A&gt; --config /opt/intel/openvino_2019.3.376/deployment_tools/tools/calibration_tool/configs/inception_v1.yml --definition /opt/intel/openvino_2019.3.376/deployment_tools/tools/calibration_tool/configs/definitions.yml -M /opt/intel/openvino_2019.3.376/deployment_tools/model_optimizer --tf_custom_op_config_dir ~/tf_custom_op_configs --models ~/models --source /home/cyril.pj/SSD_COPIED/rawfiles --annotations ~/annotations –cfc&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i am not able to successfully execute the calibration&amp;nbsp;tool, the error i am getting is&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Detected not satisfied dependencies:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;networkx: installed: 2.4, required: 2.4&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on checking&amp;nbsp;the&amp;nbsp;&amp;nbsp;&lt;B&gt;model_optimizer/requirements_tf.txt&amp;nbsp;&amp;nbsp;&lt;/B&gt;&amp;nbsp;, the required&amp;nbsp;version for&amp;nbsp;&amp;nbsp;networkx&amp;nbsp;is&amp;nbsp;&amp;nbsp;given as&amp;nbsp;&lt;B&gt;&amp;nbsp;networkx&amp;gt;=1.11,&amp;lt;2.4&amp;nbsp;&lt;/B&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried with couple of&amp;nbsp;networkx version&amp;nbsp;between 1.11 and 2.3 and installed all its dependency packages, but the same issue is coming every time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly&amp;nbsp;look into this issue,Any help you can give would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;CYRIL P JOY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 21:13:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/FP32-TO-INT8-model-conversion-using-Calibration-tool/m-p/597138#M3416</guid>
      <dc:creator>CJOY01</dc:creator>
      <dc:date>2020-01-31T21:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: FP32 TO INT8 model conversion using  Calibration tool</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/FP32-TO-INT8-model-conversion-using-Calibration-tool/m-p/597139#M3417</link>
      <description>&lt;P&gt;Hello, &lt;A href="https://community.intel.com/sfdc-users/CJOY01"&gt;@CJOY01&lt;/A&gt;​:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for contacting Intel Embedded Community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your consultations of this type should be addressed to the channel stated in the following website:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/computer-vision"&gt;https://software.intel.com/en-us/forums/computer-vision&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/sfdc-users/Mæcenas_INTEL"&gt;@Mæcenas_INTEL&lt;/A&gt;​.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Feb 2020 01:45:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/FP32-TO-INT8-model-conversion-using-Calibration-tool/m-p/597139#M3417</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2020-02-01T01:45:29Z</dc:date>
    </item>
  </channel>
</rss>

