<?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 Hi Max, in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125197#M7419</link>
    <description>&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;I am processing the MP4 file, which is converted from the YUV file using FFMPEG with libx264 codec. The issue is resolved by&amp;nbsp;downloading&amp;nbsp;and adding&amp;nbsp;&lt;STRONG&gt;"opencv_videoio_ffmpeg420_64.dll"&lt;/STRONG&gt; &amp;nbsp;in &lt;STRONG&gt;"opencv\bin"&lt;/STRONG&gt; directory. Now, I am not getting any errors or warnings regarding (MFX: Unsupported Extension).&lt;/P&gt;&lt;P&gt;Thank you and Regards,&lt;/P&gt;&lt;P&gt;Anjaneya Srujit.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2020 08:16:00 GMT</pubDate>
    <dc:creator>Anjaneya_Srujit_Ram</dc:creator>
    <dc:date>2020-02-25T08:16:00Z</dc:date>
    <item>
      <title>ValueError: cannot reshape array</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125193#M7415</link>
      <description>&lt;P&gt;I am using openvino_2020.1.033 for my exercises. I am currently trying to run the sample&amp;nbsp;&lt;A href="https://github.com/opencv/open_model_zoo/tree/master/demos/python_demos/text_spotting_demo" target="_self"&gt;text_recognition_in_python_demo&lt;/A&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have downloaded the sample models as specified. eg.&amp;nbsp;python downloader.py --name text-spotting-0001-recognizer-decoder.&lt;BR /&gt;&lt;BR /&gt;When I try to run the program using&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;python text_spotting_demo.py -m_m "models/text-spotting-0001-detector.xml" -m_te "models/text-spotting-0001-recognizer-encoder.xml" -m_td "models/text-spotting-0001-recognizer-decoder.xml" -i sign.jpg&amp;nbsp;--keep_aspect_ratio&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the following error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ INFO ] Creating Inference Engine...&lt;BR /&gt;[ INFO ] Loading network files:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; models/text-spotting-0001-detector.xml&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; models/text-spotting-0001-detector.bin&lt;BR /&gt;[ INFO ] Loading network files:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; models/text-spotting-0001-recognizer-encoder.xml&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; models/text-spotting-0001-recognizer-encoder.bin&lt;BR /&gt;[ INFO ] Loading network files:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; models/text-spotting-0001-recognizer-decoder.xml&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; models/text-spotting-0001-recognizer-decoder.bin&lt;BR /&gt;[ INFO ] Loading IR to the plugin...&lt;BR /&gt;&lt;STRONG&gt;MFX: Unsupported extension: sign.jpg&lt;/STRONG&gt;&lt;BR /&gt;[ERROR:0] global C:\jenkins\workspace\OpenCV\OpenVINO\2019R4\build\windows\opencv\modules\videoio\src\cap.cpp (116) cv::VideoCapture::open VIDEOIO(CV_IMAGES): raised OpenCV exception:&lt;/P&gt;&lt;P&gt;OpenCV(4.2.0-openvino) C:\jenkins\workspace\OpenCV\OpenVINO\2019R4\build\windows\opencv\modules\videoio\src\cap_images.cpp:253: error: (-5:Bad argument) CAP_IMAGES: can't find starting number (in the name of file): sign.jpg in function 'cv::icvExtractPattern'&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;[ ERROR ] Failed to open "sign.jpg"&lt;/STRONG&gt;&lt;BR /&gt;[ INFO ] Starting inference...&lt;BR /&gt;To close the application, press 'CTRL+C' here or switch to the output window and press ESC key&lt;/P&gt;&lt;P&gt;I am not sure If I am doing anything wrong.&lt;BR /&gt;My Input Image (sign.jpg)&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="sign.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/10637i4B45BE32D44D492D/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="sign.jpg" alt="sign.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Folder Structure&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="folder.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/10638iF6A9CB0E78C384C5/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="folder.PNG" alt="folder.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 12:18:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125193#M7415</guid>
      <dc:creator>Tsiga__George</dc:creator>
      <dc:date>2020-02-15T12:18:33Z</dc:date>
    </item>
    <item>
      <title>Hi George.</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125194#M7416</link>
      <description>&lt;P&gt;Hi&amp;nbsp;George.&lt;/P&gt;&lt;P&gt;You're doing this correctly. We were able to reproduce this issue on Windows, so we filled a bug to developers team to get this fixed.&amp;nbsp;&lt;BR /&gt;However, I can say there's no such error on Linux using the same demo. So&amp;nbsp;this bug is specific to Windows.&lt;/P&gt;&lt;P&gt;Thank you for reporting this.&lt;/P&gt;&lt;P&gt;Best regards, Max.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 20:22:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125194#M7416</guid>
      <dc:creator>Max_L_Intel</dc:creator>
      <dc:date>2020-02-20T20:22:59Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125195#M7417</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I got the same issue (&lt;STRONG&gt;MFX: Unsupported extension&lt;/STRONG&gt;)&amp;nbsp;with cv2.VideoCapture() on windows machine with OpenVINO 2020 R1.&amp;nbsp;Can we expect the bug to be resolved in the next release?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and Regards,&lt;/P&gt;&lt;P&gt;Anjaneya Srujit.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 12:23:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125195#M7417</guid>
      <dc:creator>Anjaneya_Srujit_Ram</dc:creator>
      <dc:date>2020-02-24T12:23:00Z</dc:date>
    </item>
    <item>
      <title>Hi, Ramachandruni, Anjaneya</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125196#M7418</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Ramachandruni, Anjaneya Srujit.&lt;/P&gt;&lt;P&gt;Please let me know what video file format do you try to process&amp;nbsp;with the text spotting demo? I've tested&amp;nbsp;a couple of MPEG4 h.264 videos on Windows machine, and although I also see this "unsupported extension" warning message,&amp;nbsp;it seems to be working correctly.&lt;/P&gt;&lt;P&gt;Unfortunately we can't provide comments on future releases, but as I mentioned, we reported this image files bug&amp;nbsp;to developers team so they are aware of it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;BR /&gt;Best regards, Max.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 21:47:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125196#M7418</guid>
      <dc:creator>Max_L_Intel</dc:creator>
      <dc:date>2020-02-24T21:47:42Z</dc:date>
    </item>
    <item>
      <title>Hi Max,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125197#M7419</link>
      <description>&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;I am processing the MP4 file, which is converted from the YUV file using FFMPEG with libx264 codec. The issue is resolved by&amp;nbsp;downloading&amp;nbsp;and adding&amp;nbsp;&lt;STRONG&gt;"opencv_videoio_ffmpeg420_64.dll"&lt;/STRONG&gt; &amp;nbsp;in &lt;STRONG&gt;"opencv\bin"&lt;/STRONG&gt; directory. Now, I am not getting any errors or warnings regarding (MFX: Unsupported Extension).&lt;/P&gt;&lt;P&gt;Thank you and Regards,&lt;/P&gt;&lt;P&gt;Anjaneya Srujit.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 08:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125197#M7419</guid>
      <dc:creator>Anjaneya_Srujit_Ram</dc:creator>
      <dc:date>2020-02-25T08:16:00Z</dc:date>
    </item>
    <item>
      <title>Hi Anjaneya Srujit.</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125198#M7420</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anjaneya Srujit.&lt;/P&gt;&lt;P&gt;We are glad that you were able to solve this issue. Thanks very much for sharing your findings with the OpenVINO community.&lt;/P&gt;&lt;P&gt;Best regards, Max.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 19:30:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125198#M7420</guid>
      <dc:creator>Max_L_Intel</dc:creator>
      <dc:date>2020-02-25T19:30:00Z</dc:date>
    </item>
    <item>
      <title>Hi George.</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125199#M7421</link>
      <description>&lt;P&gt;Hi George.&lt;/P&gt;&lt;P&gt;We've heard back from developers team that on&amp;nbsp;Windows platform&amp;nbsp;there FFmpeg backend should be additionally downloaded (it's not installed by default)&amp;nbsp;to handle single image.&lt;/P&gt;&lt;P&gt;FFmpeg backend is optional on Windows (OpenCV community FFmpeg plugin). There's downloader script from the package: openvino\opencv\ffmpeg-download.ps1 (right click - Run with PowerShell).&lt;/P&gt;&lt;P&gt;Thanks.&lt;BR /&gt;Best regards, Max.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 14:08:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ValueError-cannot-reshape-array/m-p/1125199#M7421</guid>
      <dc:creator>Max_L_Intel</dc:creator>
      <dc:date>2020-04-01T14:08:37Z</dc:date>
    </item>
  </channel>
</rss>

