<?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 Re:Detectron2 on Intel integrated GPU Iris Xe in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1733356#M32366</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hi morussk,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Thank you for your patience.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;To further investigate the issue, could you please share the following information with us?&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 16px;"&gt;Model in original framework&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 16px;"&gt;Script or code you used to convert the model into OpenVINO IR format&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Wan&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Jan 2026 08:49:21 GMT</pubDate>
    <dc:creator>Wan_Intel</dc:creator>
    <dc:date>2026-01-13T08:49:21Z</dc:date>
    <item>
      <title>Detectron2 on Intel integrated GPU Iris Xe</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1732269#M32349</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;Does anyone know why wouldn't Detectron2 run on integrated Xe graphics card using OpenVINO?&lt;BR /&gt;&lt;BR /&gt;It does work fine with Intel CPU but the moment I change to GPU it crashes without error on&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;compiled &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; core.&lt;/SPAN&gt;&lt;SPAN&gt;compile_model&lt;/SPAN&gt;&lt;SPAN&gt;(model, &lt;/SPAN&gt;&lt;SPAN&gt;"GPU.0"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;When I try to load YOLO11 model on Intel GPU it works totally fine as well so I am suspecting there is something to do specifically with Detectron2 model/architecture but havent been able to understand it.&lt;BR /&gt;&lt;BR /&gt;Here is what my AI assistant came up with, perhaps you can confirm/deny/fix:&lt;BR /&gt;&lt;BR /&gt;&lt;H2&gt;Confirmed Bug&lt;/H2&gt;&lt;P&gt;This is a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;bug in OpenVINO's Intel GPU plugin&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that causes a segmentation fault when compiling Faster R-CNN models. The Intel GPU OpenCL kernel compiler crashes when processing the model's dynamic operations (ROI Align, NMS, Gather, etc.).&lt;/P&gt;&lt;H2&gt;Summary Table&lt;/H2&gt;Model Intel GPU Crash Type Evidence &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Simple ReLU&lt;/TD&gt;&lt;TD&gt;&lt;LI-EMOJI id="lia_white-heavy-check-mark" title=":white_heavy_check_mark:"&gt;&lt;/LI-EMOJI&gt; Works&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;YOLO11n&lt;/TD&gt;&lt;TD&gt;&lt;LI-EMOJI id="lia_white-heavy-check-mark" title=":white_heavy_check_mark:"&gt;&lt;/LI-EMOJI&gt; Works (7ms, 144 FPS)&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Faster R-CNN&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;LI-EMOJI id="lia_cross-mark" title=":cross_mark:"&gt;&lt;/LI-EMOJI&gt; Crashes&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;SEGFAULT (0xC0000005)&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Access violation in compile_model&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;H2&gt;Optional: Report to Intel&lt;/H2&gt;&lt;P&gt;You could report this bug to Intel with this information:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GitHub Issue:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/openvinotoolkit/openvino/issues" target="_blank" rel="noopener"&gt;https://github.com/openvinotoolkit/openvino/issues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Report contents:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;OpenVINO version: 2025.4.1&lt;/LI&gt;&lt;LI&gt;Intel GPU: Iris Xe Graphics (iGPU), driver 32.0.101.7026&lt;/LI&gt;&lt;LI&gt;Model: Detectron2 Faster R-CNN (1966 operations)&lt;/LI&gt;&lt;LI&gt;Error: SEGFAULT (0xC0000005) during&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;core.compile_model(model, "GPU.0")&lt;/LI&gt;&lt;LI&gt;Note: YOLO models work fine on same GPU&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 03 Jan 2026 22:33:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1732269#M32349</guid>
      <dc:creator>morussk</dc:creator>
      <dc:date>2026-01-03T22:33:37Z</dc:date>
    </item>
    <item>
      <title>Re:Detectron2 on Intel integrated GPU Iris Xe</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1732593#M32356</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hi morussk,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Thank you for reaching out to us.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Could you please share the Detectron2 Faster R-CNN model (.xml and .bin) with us to further investigate the issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Wan&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jan 2026 07:38:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1732593#M32356</guid>
      <dc:creator>Wan_Intel</dc:creator>
      <dc:date>2026-01-06T07:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Detectron2 on Intel integrated GPU Iris Xe</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1732646#M32358</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;Here is the best way I think I can share .bin and .xml files - my google drive link:&amp;nbsp;&lt;A href="https://drive.google.com/drive/folders/1IQVAF4fD302DWDfD_aa4I_bWimFwrlXN?usp=sharing" target="_self"&gt;https://drive.google.com/drive/folders/1IQVAF4fD302DWDfD_aa4I_bWimFwrlXN?usp=sharing&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for looking into it.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 17:59:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1732646#M32358</guid>
      <dc:creator>morussk</dc:creator>
      <dc:date>2026-01-06T17:59:08Z</dc:date>
    </item>
    <item>
      <title>Re:Detectron2 on Intel integrated GPU Iris Xe</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1732742#M32359</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hi morussk,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Thank you for sharing the model with us.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;We will further investigate the issue and provide an update here shortly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Wan&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jan 2026 06:33:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1732742#M32359</guid>
      <dc:creator>Wan_Intel</dc:creator>
      <dc:date>2026-01-07T06:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Detectron2 on Intel integrated GPU Iris Xe</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1732973#M32364</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi morussk,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your patience.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I've downloaded your model and run your model on Intel® Iris® Xe Graphics and Intel® Arc™ 140V GPU. I also encountered the same issue. No issues were encountered while using CPU plugin.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'll escalate this case to relevant team to further investigate the issue. We will provide an update shortly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="failed on lnl gpu.png" style="width: 956px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/70661i8BD494B03ECDA4C3/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="failed on lnl gpu.png" alt="failed on lnl gpu.png" /&gt;&lt;/span&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;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wan&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 06:30:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1732973#M32364</guid>
      <dc:creator>Wan_Intel</dc:creator>
      <dc:date>2026-01-09T06:30:23Z</dc:date>
    </item>
    <item>
      <title>Re:Detectron2 on Intel integrated GPU Iris Xe</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1733356#M32366</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hi morussk,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Thank you for your patience.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;To further investigate the issue, could you please share the following information with us?&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 16px;"&gt;Model in original framework&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 16px;"&gt;Script or code you used to convert the model into OpenVINO IR format&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Wan&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jan 2026 08:49:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1733356#M32366</guid>
      <dc:creator>Wan_Intel</dc:creator>
      <dc:date>2026-01-13T08:49:21Z</dc:date>
    </item>
    <item>
      <title>Re:Detectron2 on Intel integrated GPU Iris Xe</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1734771#M32377</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hi morussk,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Thank you for your question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;If you need additional information from Intel, please submit a new thread as this thread will no longer be monitored.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Wan&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jan 2026 09:26:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Detectron2-on-Intel-integrated-GPU-Iris-Xe/m-p/1734771#M32377</guid>
      <dc:creator>Wan_Intel</dc:creator>
      <dc:date>2026-01-26T09:26:01Z</dc:date>
    </item>
  </channel>
</rss>

