<?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 Thank you for the response. in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Object-Localization-result-does-not-provide-depth-information/m-p/1122109#M76490</link>
    <description>Thank you for the response.

Yes, you area correct, I do not need label classification results.
I only need to detect the object locations, because RealSense does not 
provide a way to re-train the classifier.
I only need to extract ROIs so that I can run separate classifier later in the process.

The problem is that it does not give me the depth location, I want to make use of
 depth information so that I can easily limit the results from certain range of distance
 from the camera, also real size of the detected object is essential information as well.

SDK document says that R200 (edge boxes algorithm) utilizes depth information to
 locate objects, so I assumed the depth information should be contained in the
 detection results.
My expectation is that, because depth information is the key strength of RealSense,
user should be allowed to make full use of it.

Is it planned to put 2D/3D information with the result object?

Thanks</description>
    <pubDate>Tue, 29 Mar 2016 15:47:18 GMT</pubDate>
    <dc:creator>toshihide_s_</dc:creator>
    <dc:date>2016-03-29T15:47:18Z</dc:date>
    <item>
      <title>Object Localization result does not provide depth information.</title>
      <link>https://community.intel.com/t5/Software-Archive/Object-Localization-result-does-not-provide-depth-information/m-p/1122105#M76486</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I've been trying to use localization feature:&lt;/P&gt;

&lt;P&gt;- using recognition mode "PROPOSAL_ONLY".&lt;/P&gt;

&lt;P&gt;- localization mechanism to be "LM_EDGE_BOXES"&lt;/P&gt;

&lt;P&gt;and R200 is constantly giving me between&lt;/P&gt;

&lt;P&gt;10 and 14 results for most of the frames.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;None of the RecognizedObjectData is accompanied with&lt;/P&gt;

&lt;P&gt;valid properties except 'roi'.&lt;/P&gt;

&lt;P&gt;i.e. following properties are all filled with 0.&lt;/P&gt;

&lt;P&gt;- boundingBox&lt;/P&gt;

&lt;P&gt;- centerPos2D&lt;/P&gt;

&lt;P&gt;- centerPos3D&lt;/P&gt;

&lt;P&gt;- probability&lt;/P&gt;

&lt;P&gt;(I guess 'label' is supposed to be always 0 in this mode)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Did I miss to set some property or to call some method&lt;/P&gt;

&lt;P&gt;in order to make it work?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Because it is giving out so many candidates, it is very&lt;/P&gt;

&lt;P&gt;important to have other information (especially depth&lt;/P&gt;

&lt;P&gt;info contained in 'centerPos3D') to eliminate noise.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Could anybody help me how I can achieve such a goal?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;# I tried to set ' SINGLE_RECOGNITION' mode and&lt;/P&gt;

&lt;P&gt;# label recognition is working fine.&lt;/P&gt;

&lt;P&gt;# (I'm not satisfied with the accuracy, though.)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you very much for your help.&lt;/P&gt;

&lt;P&gt;--&lt;/P&gt;

&lt;P&gt;Tosh Satake&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 01:22:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Object-Localization-result-does-not-provide-depth-information/m-p/1122105#M76486</guid>
      <dc:creator>toshihide_s_</dc:creator>
      <dc:date>2016-03-24T01:22:57Z</dc:date>
    </item>
    <item>
      <title>Could you provide any</title>
      <link>https://community.intel.com/t5/Software-Archive/Object-Localization-result-does-not-provide-depth-information/m-p/1122106#M76487</link>
      <description>&lt;P&gt;Could you provide any screenshot and pic of real object? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 20:53:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Object-Localization-result-does-not-provide-depth-information/m-p/1122106#M76487</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2016-03-28T20:53:03Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Object-Localization-result-does-not-provide-depth-information/m-p/1122107#M76488</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Here is the screen-shot of the test application.&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;It uses PROPOSAL_ONLY mode with LM_EDGE_BOXES method.
		&lt;UL&gt;
			&lt;LI&gt;as I already described, if I change the code to use SINGLE_RECOGNITION mode, it can recognize mug / chair / keyboard and such.&lt;/LI&gt;
		&lt;/UL&gt;
	&lt;/LI&gt;
	&lt;LI&gt;It hardly localize real 3D object, but it does pick up on-screen object such as windows and icons on my PC monitor.&lt;/LI&gt;
	&lt;LI&gt;In either way, only ROI has values and other properties 2D/3D results are empty (filled with zeros).&lt;/LI&gt;
	&lt;LI&gt;It is typical to have more than 10 results on every frame.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Thank you&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8663i6104FEDA302CBFF4/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 21:36:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Object-Localization-result-does-not-provide-depth-information/m-p/1122107#M76488</guid>
      <dc:creator>toshihide_s_</dc:creator>
      <dc:date>2016-03-28T21:36:31Z</dc:date>
    </item>
    <item>
      <title>In PROPOSAL_ONLY mode the SDK</title>
      <link>https://community.intel.com/t5/Software-Archive/Object-Localization-result-does-not-provide-depth-information/m-p/1122108#M76489</link>
      <description>&lt;P&gt;In PROPOSAL_ONLY mode the SDK is only find a regions of interest in the image without classifier- which means that there is no interpretation like &amp;nbsp;“this is a chair” or “this is a sofa” and so on. Hence all irrelevant fields are with zeroes. T&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;oday there is no support in 3d objects in OR MW.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;In SINGLE_RECOGNITION mode all the picture (or ROI) assumed to contain one main object which is catch the major area of the picture (or ROI) and classified as&amp;nbsp; one object.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 15:22:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Object-Localization-result-does-not-provide-depth-information/m-p/1122108#M76489</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2016-03-29T15:22:45Z</dc:date>
    </item>
    <item>
      <title>Thank you for the response.</title>
      <link>https://community.intel.com/t5/Software-Archive/Object-Localization-result-does-not-provide-depth-information/m-p/1122109#M76490</link>
      <description>Thank you for the response.

Yes, you area correct, I do not need label classification results.
I only need to detect the object locations, because RealSense does not 
provide a way to re-train the classifier.
I only need to extract ROIs so that I can run separate classifier later in the process.

The problem is that it does not give me the depth location, I want to make use of
 depth information so that I can easily limit the results from certain range of distance
 from the camera, also real size of the detected object is essential information as well.

SDK document says that R200 (edge boxes algorithm) utilizes depth information to
 locate objects, so I assumed the depth information should be contained in the
 detection results.
My expectation is that, because depth information is the key strength of RealSense,
user should be allowed to make full use of it.

Is it planned to put 2D/3D information with the result object?

Thanks</description>
      <pubDate>Tue, 29 Mar 2016 15:47:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Object-Localization-result-does-not-provide-depth-information/m-p/1122109#M76490</guid>
      <dc:creator>toshihide_s_</dc:creator>
      <dc:date>2016-03-29T15:47:18Z</dc:date>
    </item>
  </channel>
</rss>

