<?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 Run Multilple Models in Asynchronous mode in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Run-Multilple-Models-in-Asynchronous-mode/m-p/1129672#M8300</link>
    <description>&lt;P&gt;Hi, I'm building the face-recognition system on the INTEL UPSQUARED. I have converted the necessary model. Here's my workflow: DETECTING FACES -&amp;gt; FACE ALIGNMENT -&amp;gt; EXTRACTING EMBEDDING VECTORS -&amp;gt; COMPUTING EUCLIDEAN DISTANCE. I intend to run the detecting model on GPU, the extracting model on the VPU (MYRIAD) and computing the distance on CPU. Is there any way that I can run 2 models in Asynchronous mode ( in Python ). Thank you very much.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2019 03:25:42 GMT</pubDate>
    <dc:creator>Nguyen__Vuong</dc:creator>
    <dc:date>2019-04-17T03:25:42Z</dc:date>
    <item>
      <title>Run Multilple Models in Asynchronous mode</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Run-Multilple-Models-in-Asynchronous-mode/m-p/1129672#M8300</link>
      <description>&lt;P&gt;Hi, I'm building the face-recognition system on the INTEL UPSQUARED. I have converted the necessary model. Here's my workflow: DETECTING FACES -&amp;gt; FACE ALIGNMENT -&amp;gt; EXTRACTING EMBEDDING VECTORS -&amp;gt; COMPUTING EUCLIDEAN DISTANCE. I intend to run the detecting model on GPU, the extracting model on the VPU (MYRIAD) and computing the distance on CPU. Is there any way that I can run 2 models in Asynchronous mode ( in Python ). Thank you very much.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 03:25:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Run-Multilple-Models-in-Asynchronous-mode/m-p/1129672#M8300</guid>
      <dc:creator>Nguyen__Vuong</dc:creator>
      <dc:date>2019-04-17T03:25:42Z</dc:date>
    </item>
    <item>
      <title>I think you can create 2</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Run-Multilple-Models-in-Asynchronous-mode/m-p/1129673#M8301</link>
      <description>&lt;P&gt;I think you can create 2 differents threads (or process) to run 2 models in parallel. Maybe using a queue in python (which is guaranteed to thread-safe). Hope that helps&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 14:21:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Run-Multilple-Models-in-Asynchronous-mode/m-p/1129673#M8301</guid>
      <dc:creator>Truong__Dien_Hoa</dc:creator>
      <dc:date>2019-04-18T14:21:18Z</dc:date>
    </item>
  </channel>
</rss>

