[mousetrap/gnome3-wip] Fix whitespace (indentation and trailing).



commit 126090c3d1d2243f564b5c9c9c5a5b6e9d463150
Author: Stoney Jackson <dr stoney gmail com>
Date:   Thu Sep 26 11:17:12 2013 -0400

    Fix whitespace (indentation and trailing).

 docs/docbook/dMode.xml                         |   42 +-
 docs/docbook/hMode.xml                         |   42 +-
 docs/docbook/intro.xml                         |    6 +-
 docs/docbook/legal.xml                         |   68 +-
 docs/docbook/mousetrap.xml                     |  100 +-
 docs/docbook/pref.xml                          |  268 +-
 docs/docbook/starting.xml                      |  152 +-
 docs/docbook/use.xml                           |   36 +-
 samples/idm_example.py                         |   28 +-
 src/mousetrap/app/addons/cpu.py                |    2 +-
 src/mousetrap/app/addons/handler.py            |   10 +-
 src/mousetrap/app/commons.py                   |    8 +-
 src/mousetrap/app/debug.py                     |    2 +-
 src/mousetrap/app/lib/mouse.py                 |   30 +-
 src/mousetrap/app/lib/settings.py              |    4 +-
 src/mousetrap/app/main.py                      |   46 +-
 src/mousetrap/app/mousetrap.in                 |    2 +-
 src/mousetrap/app/ui/dialogs.py                |  834 +-
 src/mousetrap/app/ui/main.py                   |  460 +-
 src/mousetrap/app/ui/scripts/__init__.py       |    4 +-
 src/mousetrap/app/ui/scripts/color.py          |   10 +-
 src/mousetrap/app/ui/scripts/joystick.py       |   20 +-
 src/mousetrap/app/ui/settings_gui.py           |  956 +-
 src/mousetrap/app/ui/widgets.py                |    6 +-
 src/mousetrap/ocvfw/_ocv.py                    |   82 +-
 src/mousetrap/ocvfw/dev/camera.py              |   36 +-
 src/mousetrap/ocvfw/haars/Mouth.xml            |43982 ++++++++++++------------
 src/mousetrap/ocvfw/haars/frontalEyes35x16.xml |15234 ++++----
 src/mousetrap/ocvfw/idm/color.py               |  213 +-
 src/mousetrap/ocvfw/idm/eyes.py                |    8 +-
 src/mousetrap/ocvfw/idm/finger.py              |   14 +-
 src/mousetrap/ocvfw/idm/forehead.py            |   42 +-
 32 files changed, 31374 insertions(+), 31373 deletions(-)
---
diff --git a/docs/docbook/dMode.xml b/docs/docbook/dMode.xml
index 884df1c..4d38754 100755
--- a/docs/docbook/dMode.xml
+++ b/docs/docbook/dMode.xml
@@ -1,20 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-    
+
 <sect1 id="hMode">
-       <title>Using Hold Mode</title>
-       <para>The simplest way to define this method is that it works as a joystick. The up/down movements of 
the head will move the mouse pointer Up/Down in the screen and the Left/Right movements will move the mouse 
pointer Left/Right on the screen. Vertical and Horizontal movements can be executed at the same time by 
moving the green dot diagonally.</para>
+        <title>Using Hold Mode</title>
+        <para>The simplest way to define this method is that it works as a joystick. The up/down movements 
of the head will move the mouse pointer Up/Down in the screen and the Left/Right movements will move the 
mouse pointer Left/Right on the screen. Vertical and Horizontal movements can be executed at the same time by 
moving the green dot diagonally.</para>
 
-       <sect2>
-       <title>Why this method?</title>
+        <sect2>
+        <title>Why this method?</title>
 
-       <para>It was the first method implemented by mouseTrap and it is one of the most important because it 
requires a really small movement ( customizable ) of the head to executes the mouse pointer movements so for 
people with difficulties for head movements will be easier to control the mouse.</para>
+        <para>It was the first method implemented by mouseTrap and it is one of the most important because 
it requires a really small movement ( customizable ) of the head to executes the mouse pointer movements so 
for people with difficulties for head movements will be easier to control the mouse.</para>
          </sect2>
 
         <sect2>
-       <title>Hold Mode Mapper</title>
-       <figure>
-                       <title>Hold Mode Mapper</title>
-                       <graphic fileref="figures/mapper.png"></graphic>
+        <title>Hold Mode Mapper</title>
+        <figure>
+                       <title>Hold Mode Mapper</title>
+                       <graphic fileref="figures/mapper.png"></graphic>
         </figure>
 
     <variablelist>
@@ -36,14 +36,14 @@
              Setting the green point above this point will perform a scroll down.
           </listitem>
        </varlistentry>
-       
+
 <varlistentry>
           <term><emphasis role="bold">Point D</emphasis></term>
           <listitem>
              Setting the green point above this point will execute the default click, if the mouse pointer 
is dragging something it will execute a drop click. The default click can be chaged in the pefference gui.
           </listitem>
        </varlistentry>
-       
+
 <varlistentry>
           <term><emphasis role="bold">A-B-C-D Square</emphasis></term>
           <listitem>
@@ -53,16 +53,16 @@
 </variablelist>
 
         </sect2>
-       <sect2>
-               <title>Clicks Dialog Mapper</title>
-               <figure>
-                       <title>Clicks Dialog Mapper</title>
-                       <graphic fileref="figures/clicks_mapper.png"></graphic>
+        <sect2>
+                <title>Clicks Dialog Mapper</title>
+                <figure>
+                        <title>Clicks Dialog Mapper</title>
+                        <graphic fileref="figures/clicks_mapper.png"></graphic>
         </figure>
-       
-       <para>When the clicks dialog is being showed the mapper will look like <emphasis>figure 4</emphasis> 
and will accept 4 events. This events will allow the user to select the type of click to perform, Accept the 
click or just Cancel. To perform each of this features it is necessary to take the green point out of the 
safe area moving it to the desired acction. </para>
-       
-       <para>E.g: To <emphasis role="bold">Cancel</emphasis>, the green point has to be moved down until it 
gets out the safe area.</para>
+
+        <para>When the clicks dialog is being showed the mapper will look like <emphasis>figure 4</emphasis> 
and will accept 4 events. This events will allow the user to select the type of click to perform, Accept the 
click or just Cancel. To perform each of this features it is necessary to take the green point out of the 
safe area moving it to the desired acction. </para>
+
+        <para>E.g: To <emphasis role="bold">Cancel</emphasis>, the green point has to be moved down until it 
gets out the safe area.</para>
 </sect2>
 
 </sect1>
\ No newline at end of file
diff --git a/docs/docbook/hMode.xml b/docs/docbook/hMode.xml
index 884df1c..4d38754 100755
--- a/docs/docbook/hMode.xml
+++ b/docs/docbook/hMode.xml
@@ -1,20 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-    
+
 <sect1 id="hMode">
-       <title>Using Hold Mode</title>
-       <para>The simplest way to define this method is that it works as a joystick. The up/down movements of 
the head will move the mouse pointer Up/Down in the screen and the Left/Right movements will move the mouse 
pointer Left/Right on the screen. Vertical and Horizontal movements can be executed at the same time by 
moving the green dot diagonally.</para>
+        <title>Using Hold Mode</title>
+        <para>The simplest way to define this method is that it works as a joystick. The up/down movements 
of the head will move the mouse pointer Up/Down in the screen and the Left/Right movements will move the 
mouse pointer Left/Right on the screen. Vertical and Horizontal movements can be executed at the same time by 
moving the green dot diagonally.</para>
 
-       <sect2>
-       <title>Why this method?</title>
+        <sect2>
+        <title>Why this method?</title>
 
-       <para>It was the first method implemented by mouseTrap and it is one of the most important because it 
requires a really small movement ( customizable ) of the head to executes the mouse pointer movements so for 
people with difficulties for head movements will be easier to control the mouse.</para>
+        <para>It was the first method implemented by mouseTrap and it is one of the most important because 
it requires a really small movement ( customizable ) of the head to executes the mouse pointer movements so 
for people with difficulties for head movements will be easier to control the mouse.</para>
          </sect2>
 
         <sect2>
-       <title>Hold Mode Mapper</title>
-       <figure>
-                       <title>Hold Mode Mapper</title>
-                       <graphic fileref="figures/mapper.png"></graphic>
+        <title>Hold Mode Mapper</title>
+        <figure>
+                       <title>Hold Mode Mapper</title>
+                       <graphic fileref="figures/mapper.png"></graphic>
         </figure>
 
     <variablelist>
@@ -36,14 +36,14 @@
              Setting the green point above this point will perform a scroll down.
           </listitem>
        </varlistentry>
-       
+
 <varlistentry>
           <term><emphasis role="bold">Point D</emphasis></term>
           <listitem>
              Setting the green point above this point will execute the default click, if the mouse pointer 
is dragging something it will execute a drop click. The default click can be chaged in the pefference gui.
           </listitem>
        </varlistentry>
-       
+
 <varlistentry>
           <term><emphasis role="bold">A-B-C-D Square</emphasis></term>
           <listitem>
@@ -53,16 +53,16 @@
 </variablelist>
 
         </sect2>
-       <sect2>
-               <title>Clicks Dialog Mapper</title>
-               <figure>
-                       <title>Clicks Dialog Mapper</title>
-                       <graphic fileref="figures/clicks_mapper.png"></graphic>
+        <sect2>
+                <title>Clicks Dialog Mapper</title>
+                <figure>
+                        <title>Clicks Dialog Mapper</title>
+                        <graphic fileref="figures/clicks_mapper.png"></graphic>
         </figure>
-       
-       <para>When the clicks dialog is being showed the mapper will look like <emphasis>figure 4</emphasis> 
and will accept 4 events. This events will allow the user to select the type of click to perform, Accept the 
click or just Cancel. To perform each of this features it is necessary to take the green point out of the 
safe area moving it to the desired acction. </para>
-       
-       <para>E.g: To <emphasis role="bold">Cancel</emphasis>, the green point has to be moved down until it 
gets out the safe area.</para>
+
+        <para>When the clicks dialog is being showed the mapper will look like <emphasis>figure 4</emphasis> 
and will accept 4 events. This events will allow the user to select the type of click to perform, Accept the 
click or just Cancel. To perform each of this features it is necessary to take the green point out of the 
safe area moving it to the desired acction. </para>
+
+        <para>E.g: To <emphasis role="bold">Cancel</emphasis>, the green point has to be moved down until it 
gets out the safe area.</para>
 </sect2>
 
 </sect1>
\ No newline at end of file
diff --git a/docs/docbook/intro.xml b/docs/docbook/intro.xml
index f8f6e1d..e6d7260 100755
--- a/docs/docbook/intro.xml
+++ b/docs/docbook/intro.xml
@@ -10,12 +10,12 @@
       <title>Why Python?</title>
 
       <para>    Python as we all know is a dynamic, flexible and object-oriented programming language with a 
low learning curve which means that anyone with few programming knowledges can develop applications using 
python in a short time.</para>
-<para> 
+<para>
     For the last 3 years Python has been my favourite programming language and the fact that OpenCV offers 
python bindings helped me to erase any doubt of using it, but, there were a few more things to consider 
before choosing python definitely, one of them is the OpenCV hardware requirements. To keep track of the 
reference points it is necessary to continuously scan and process the new frames captured and this is 
performed with the OpenCV library. At the beginning the definitely use of python was being affected by this 
point considering that OpenCV was written in C and the hardware requirements could increase using bindings of 
the library. After executing some tests with both languages I saw the requirements where almost the same in 
both cases so, I made my decision.
 </para>
     </sect2>
     <sect2>
-   <title> OpenCV in mouseTrap </title> 
+   <title> OpenCV in mouseTrap </title>
 <para>
     MouseTrap process the captured frames and calculates the reference points using OpenCV and following 
this steps:</para>
 <orderedlist numeration="arabic">
@@ -25,6 +25,6 @@
 <listitem><para>Calculates the Optical Flow of the detected point using Lucas-Kanade method to keep its 
track.</para></listitem>
 <listitem><para>Depending of the selected movement method mouseTrap will execute different calculations to 
get the new position if the mouse should be move.</para></listitem>
 </orderedlist>
-   </sect2> 
+   </sect2>
 
 </sect1>
diff --git a/docs/docbook/legal.xml b/docs/docbook/legal.xml
index 22333bf..aa07c48 100755
--- a/docs/docbook/legal.xml
+++ b/docs/docbook/legal.xml
@@ -1,38 +1,38 @@
   <legalnotice id="legalnotice">
-       <para>
-         Permission is granted to copy, distribute and/or modify this
-         document under the terms of the GNU Free Documentation
-         License (GFDL), Version 1.1 or any later version published
-         by the Free Software Foundation with no Invariant Sections,
-         no Front-Cover Texts, and no Back-Cover Texts.  You can find
-         a copy of the GFDL at this <ulink type="help"
-         url="ghelp:fdl">link</ulink> or in the file COPYING-DOCS
-         distributed with this manual.
+        <para>
+          Permission is granted to copy, distribute and/or modify this
+          document under the terms of the GNU Free Documentation
+          License (GFDL), Version 1.1 or any later version published
+          by the Free Software Foundation with no Invariant Sections,
+          no Front-Cover Texts, and no Back-Cover Texts.  You can find
+          a copy of the GFDL at this <ulink type="help"
+          url="ghelp:fdl">link</ulink> or in the file COPYING-DOCS
+          distributed with this manual.
          </para>
          <para> This manual is part of a collection of GNOME manuals
           distributed under the GFDL.  If you want to distribute this
           manual separately from the collection, you can do so by
           adding a copy of the license to the manual, as described in
-          section 6 of the license. 
-       </para>
+          section 6 of the license.
+        </para>
 
-       <para>
-         Many of the names used by companies to distinguish their
-         products and services are claimed as trademarks. Where those
-         names appear in any GNOME documentation, and the members of
-         the GNOME Documentation Project are made aware of those
-         trademarks, then the names are in capital letters or initial
-         capital letters.
-       </para>
+        <para>
+          Many of the names used by companies to distinguish their
+          products and services are claimed as trademarks. Where those
+          names appear in any GNOME documentation, and the members of
+          the GNOME Documentation Project are made aware of those
+          trademarks, then the names are in capital letters or initial
+          capital letters.
+        </para>
 
-       <para>
-         DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED
-         UNDER  THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE
-         WITH THE FURTHER UNDERSTANDING THAT:
+        <para>
+          DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED
+          UNDER  THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE
+          WITH THE FURTHER UNDERSTANDING THAT:
 
-         <orderedlist>
-               <listitem>
-                 <para>DOCUMENT IS PROVIDED ON AN "AS IS" BASIS,
+          <orderedlist>
+                <listitem>
+                  <para>DOCUMENT IS PROVIDED ON AN "AS IS" BASIS,
                     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
                     IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
                     THAT THE DOCUMENT OR MODIFIED VERSION OF THE
@@ -49,10 +49,10 @@
                     LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED
                     VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER
                     EXCEPT UNDER THIS DISCLAIMER; AND
-                 </para>
-               </listitem>
-               <listitem>
-                 <para>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
+                  </para>
+                </listitem>
+                <listitem>
+                  <para>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
                        THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE),
                        CONTRACT, OR OTHERWISE, SHALL THE AUTHOR,
                        INITIAL WRITER, ANY CONTRIBUTOR, OR ANY
@@ -68,9 +68,9 @@
                        DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT,
                        EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
                        THE POSSIBILITY OF SUCH DAMAGES.
-                 </para>
-               </listitem>
-         </orderedlist>
-       </para>
+                  </para>
+                </listitem>
+          </orderedlist>
+        </para>
   </legalnotice>
 
diff --git a/docs/docbook/mousetrap.xml b/docs/docbook/mousetrap.xml
index 5c869d7..3b7f9a1 100755
--- a/docs/docbook/mousetrap.xml
+++ b/docs/docbook/mousetrap.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";
 [
 <!ENTITY app "<application>MouseTrap</application>">
@@ -19,60 +19,60 @@
 ]>
 
 <article id="index">
-<articleinfo> 
-        <title>&appname; Manual V&manrevision;</title> 
-        <copyright> 
-               <year>2008</year> 
-               <holder>&publisher;</holder> 
-        </copyright>  
-         
-        <publisher> 
-               <publishername>&publisher;</publishername> 
-        </publisher> 
-               &legal; 
-        <legalnotice id="feedback"> 
-               <title>Feedback</title> 
-               <para>To report a bug or make a suggestion regarding the &appname; application or this 
manual, 
-               follow the directions in the <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback 
Page</ulink>.
-               </para>
-        </legalnotice> 
-        <authorgroup> 
-               <author> 
-                 <firstname>&author1;</firstname> 
-                 <surname>&author2;</surname> 
-                 <affiliation> 
-                        <orgname>&publisher;</orgname> 
-                 </affiliation> 
-               </author>  
-        </authorgroup> 
-        <revhistory> 
-      <revision> 
-               <revnumber>MouseTrap Manual V0.1</revnumber> 
-               <date>July 2008</date> 
-               <revdescription> 
-                       <para role="author">Flavio Percoco Premoli
-               <email>flaper87 flaper87 org</email>
-                       </para>
-               </revdescription> 
-      </revision> 
-      <revision> 
-               <revnumber>MouseTrap (MouseTrap) - User Manual V1.0</revnumber> 
-               <date>2008</date> 
-               <revdescription> 
-                       <para role="author">Flavio Percoco Premoli 
-               <email>flaper87 flaper87 org</email>
-                       </para>
-               </revdescription> 
-      </revision> 
-        </revhistory> 
-        <releaseinfo> This manual describes version &appversion; of &appname;.</releaseinfo> 
-                       
+<articleinfo>
+         <title>&appname; Manual V&manrevision;</title>
+         <copyright>
+                <year>2008</year>
+                <holder>&publisher;</holder>
+         </copyright>
+
+         <publisher>
+                <publishername>&publisher;</publishername>
+         </publisher>
+                &legal;
+         <legalnotice id="feedback">
+                <title>Feedback</title>
+                <para>To report a bug or make a suggestion regarding the &appname; application or this 
manual,
+                follow the directions in the <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback 
Page</ulink>.
+                </para>
+         </legalnotice>
+         <authorgroup>
+                <author>
+                  <firstname>&author1;</firstname>
+                  <surname>&author2;</surname>
+                  <affiliation>
+                         <orgname>&publisher;</orgname>
+                  </affiliation>
+                </author>
+         </authorgroup>
+         <revhistory>
+      <revision>
+                <revnumber>MouseTrap Manual V0.1</revnumber>
+                <date>July 2008</date>
+                <revdescription>
+                          <para role="author">Flavio Percoco Premoli
+                    <email>flaper87 flaper87 org</email>
+                          </para>
+                </revdescription>
+      </revision>
+      <revision>
+                <revnumber>MouseTrap (MouseTrap) - User Manual V1.0</revnumber>
+                <date>2008</date>
+                <revdescription>
+                          <para role="author">Flavio Percoco Premoli
+                    <email>flaper87 flaper87 org</email>
+                          </para>
+                </revdescription>
+      </revision>
+         </revhistory>
+         <releaseinfo> This manual describes version &appversion; of &appname;.</releaseinfo>
+
   </articleinfo>
 
   <indexterm><primary>MouseTrap</primary></indexterm>
   <indexterm><primary>Mouse Control Via Webcam</primary></indexterm>
 
-&intro; 
+&intro;
 &starting;
 &hMode;
 &pref;
diff --git a/docs/docbook/pref.xml b/docs/docbook/pref.xml
index 3e1b689..086f8b1 100755
--- a/docs/docbook/pref.xml
+++ b/docs/docbook/pref.xml
@@ -1,137 +1,137 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-    
+
 <sect1 id="pref">
-       <title>Preferences GUI</title>
-       <para> You can access the preferences dialog throught the preferences button found in the main 
window. The MouseTrap preferences dialog contains the following tabbed sections.</para>
-       <itemizedlist>
-       <listitem>
-               <para><guilabel>General</guilabel></para>
-               <para>The <guilabel>General</guilabel> tabbed section contains general preferences for &app; 
</para>
-       </listitem>
-       <listitem>
-               <para><guilabel>Camera</guilabel></para>
-               <para>The <guilabel>Camera</guilabel> module is the most important part of &app; in this 
section it is possible to configure importante actions and behaviors of this module.</para>
-       </listitem>
-       <listitem>
-               <para><guilabel>Mouse</guilabel></para>
-               <para>The <guilabel>Mouse</guilabel> tabbed section allow users to configure the mouse motion 
related settings. E.g: Motion Speed.</para>
-       </listitem>
-       <listitem>
-               <para><guilabel>Debug</guilabel></para>
-               <para>The <guilabel>Debug</guilabel> module allow users to trace out what is happening with 
&app; and get some extra information about it.</para>
-       </listitem>
-       </itemizedlist>
-       <sect2>
-               <title>General Tab</title>
-               <varlistentry>
-                       <term><guilabel>Show Main Gui</guilabel></term>
-                       <listitem> 
-                               <para>It is possible to enable or disable the main window, so it wont appear 
when &app; is launched.</para>
-                       </listitem>
-       </varlistentry>
-       </sect2>
-       <sect2>
-               <title>Camera Tab</title>
-               <varlistentry>
-                       <term><guilabel>Activate Camera module</guilabel></term>
-                       <listitem> 
-                               <para>Enabling this will make &app; to start the camera module at 
start.</para>
-                               <para><guilabel>Note:</guilabel> Disabling this is useful for developers when 
new modules are being tested.</para>
-                       </listitem>
-               </varlistentry>
-               <varlistentry>
-                       <term><guilabel>Flip Image</guilabel></term>
-                       <listitem> 
-                               <para>Enabling this will make &app; to flip the image automatically when it 
is started. This is useful for cameras that take captures as a mirror.</para>
-                       </listitem>
-               </varlistentry>
-               <varlistentry>
-                       <term><guilabel>Show Point Mapper</guilabel></term>
-                       <listitem> 
-                               <para>Enabling this will make &app; show the point mapper when it is 
started.</para>
-                       </listitem>
-               </varlistentry>
-               <varlistentry>
-                       <term><guilabel>Show Capture</guilabel></term>
-                       <listitem> 
-                               <para>Enabling this will make &app; show the capture widget when it is 
started.</para>
-                       </listitem>
-               </varlistentry>
-               <varlistentry>
-                       <term><guilabel>Required Movement</guilabel></term>
-                       <listitem> 
-                               <para>This is the value of the head movement needed to start moving the mouse 
pointer. Changging this value will make the safe area bigger or smaller depending of the value selected. 
Default: 10</para>
-                       </listitem>
-               </varlistentry>
-               <varlistentry>
-                       <term><guilabel>Input Video Device Index</guilabel></term>
-                       <listitem> 
-                               <para>This is the value of the int next to our video device E.g: 
/dev/video0</para>
-                               <para>Changing this value will cause &app; to use another webcam in case 
there is more than one.</para>
-                       </listitem>
-               </varlistentry>
-       </sect2>
-       <sect2>
-               <title>Mouse Tab</title>
-               <varlistentry>
-                       <term><guilabel>Step Speed</guilabel></term>
-                       <listitem> 
-                               <para>This value is the size of each mouse step, changging its value increase 
the speed of the mouse movements.</para>
-                               <para><guilabel>Note:</guilabel> This value is used just by the <link 
linkend="hMode">Hold Mode</link>.</para>
-                       </listitem>
-               </varlistentry>
-               <varlistentry>
-                       <term><guilabel>Default Click</guilabel></term>
-                       <listitem> 
-                               <para>This is the click that will be performed when the default click corner 
is reached by the green point. It is possible to change its value and set the most used click type.</para>
-                       </listitem>
-               </varlistentry>
-               <varlistentry>
-                       <term><guilabel>Select Mouse Mode</guilabel></term>
-                       <listitem> 
-                               <para>With this option is possible to select the way we want to control the 
mouse pointer.</para>
-                               <itemizedlist>
-                                       <listitem>
-                                               <para><guilabel><link linkend="hMode">Hold 
Mode</link></guilabel></para>
-                                               <para> This is a simple joystick mode that will make the 
mouse pointer move by holding the head to the desired side.</para>
-                                       </listitem>
-                                       <listitem>
-                                               <para><guilabel><link linkend="sMode">Screen 
Mode</link></guilabel></para>
-                                               <para>This mode emulates a real mouse pointer.This will move 
the mouse pointer to the green point current position taken from the mapper.</para>
-                                       </listitem>
-                               </itemizedlist>
-                       </listitem>
-               </varlistentry>
-       </sect2>
-       <sect2>
-               <title>Debug Tab</title>
-               <varlistentry>
-                       <term><guilabel>Debugging level</guilabel></term>
-                       <listitem> 
-                               <para>This value indicates the type of debug that should be performed. 
Depending of the value it will make &app; to print information, warnings or errors found.</para>
-                       <itemizedlist>
-                               <listitem>
-                                       <para><guilabel>ACTIONS = 600</guilabel></para>
-                                       <para>This debug level is used to know when a feature fails, normaly 
that feature doesn't make mouseTrap crash.</para>
-                               </listitem>
-                               <listitem>
-                                       <para><guilabel>MODULES = 400</guilabel></para>
-                                       <para>This debug level is used to know when a module fails while 
loading.</para>
-                               </listitem>
-                               <listitem>
-                                       <para><guilabel>LOAD = 200</guilabel></para>
-                                       <para>This debug level is used to know when mouseTrap crashes while 
starting.</para>
-                               </listitem>
-                               <listitem>
-                                       <para><guilabel>ALL = 0</guilabel></para>
-                                       <para>It will show all debugging errors.</para>
-                               </listitem>
-                               <listitem>
-                                       <para><guilabel>EXTREME = 100*100</guilabel></para>
-                                       <para>This is just for tracing out all the executed code.</para>
-                               </listitem>
-                       </itemizedlist>
-                       </listitem>
-               </varlistentry>
-       </sect2>
+        <title>Preferences GUI</title>
+        <para> You can access the preferences dialog throught the preferences button found in the main 
window. The MouseTrap preferences dialog contains the following tabbed sections.</para>
+        <itemizedlist>
+        <listitem>
+                <para><guilabel>General</guilabel></para>
+                <para>The <guilabel>General</guilabel> tabbed section contains general preferences for &app; 
</para>
+        </listitem>
+        <listitem>
+                <para><guilabel>Camera</guilabel></para>
+                <para>The <guilabel>Camera</guilabel> module is the most important part of &app; in this 
section it is possible to configure importante actions and behaviors of this module.</para>
+        </listitem>
+        <listitem>
+                <para><guilabel>Mouse</guilabel></para>
+                <para>The <guilabel>Mouse</guilabel> tabbed section allow users to configure the mouse 
motion related settings. E.g: Motion Speed.</para>
+        </listitem>
+        <listitem>
+                <para><guilabel>Debug</guilabel></para>
+                <para>The <guilabel>Debug</guilabel> module allow users to trace out what is happening with 
&app; and get some extra information about it.</para>
+        </listitem>
+        </itemizedlist>
+        <sect2>
+                <title>General Tab</title>
+                <varlistentry>
+                        <term><guilabel>Show Main Gui</guilabel></term>
+                        <listitem>
+                                <para>It is possible to enable or disable the main window, so it wont appear 
when &app; is launched.</para>
+                        </listitem>
+        </varlistentry>
+        </sect2>
+        <sect2>
+                <title>Camera Tab</title>
+                <varlistentry>
+                        <term><guilabel>Activate Camera module</guilabel></term>
+                        <listitem>
+                                <para>Enabling this will make &app; to start the camera module at 
start.</para>
+                                <para><guilabel>Note:</guilabel> Disabling this is useful for developers 
when new modules are being tested.</para>
+                        </listitem>
+                </varlistentry>
+                <varlistentry>
+                        <term><guilabel>Flip Image</guilabel></term>
+                        <listitem>
+                                <para>Enabling this will make &app; to flip the image automatically when it 
is started. This is useful for cameras that take captures as a mirror.</para>
+                        </listitem>
+                </varlistentry>
+                <varlistentry>
+                        <term><guilabel>Show Point Mapper</guilabel></term>
+                        <listitem>
+                                <para>Enabling this will make &app; show the point mapper when it is 
started.</para>
+                        </listitem>
+                </varlistentry>
+                <varlistentry>
+                        <term><guilabel>Show Capture</guilabel></term>
+                        <listitem>
+                                <para>Enabling this will make &app; show the capture widget when it is 
started.</para>
+                        </listitem>
+                </varlistentry>
+                <varlistentry>
+                        <term><guilabel>Required Movement</guilabel></term>
+                        <listitem>
+                                <para>This is the value of the head movement needed to start moving the 
mouse pointer. Changging this value will make the safe area bigger or smaller depending of the value 
selected. Default: 10</para>
+                        </listitem>
+                </varlistentry>
+                <varlistentry>
+                        <term><guilabel>Input Video Device Index</guilabel></term>
+                        <listitem>
+                                <para>This is the value of the int next to our video device E.g: 
/dev/video0</para>
+                                <para>Changing this value will cause &app; to use another webcam in case 
there is more than one.</para>
+                        </listitem>
+                </varlistentry>
+        </sect2>
+        <sect2>
+                <title>Mouse Tab</title>
+                <varlistentry>
+                        <term><guilabel>Step Speed</guilabel></term>
+                        <listitem>
+                                <para>This value is the size of each mouse step, changging its value 
increase the speed of the mouse movements.</para>
+                                <para><guilabel>Note:</guilabel> This value is used just by the <link 
linkend="hMode">Hold Mode</link>.</para>
+                        </listitem>
+                </varlistentry>
+                <varlistentry>
+                        <term><guilabel>Default Click</guilabel></term>
+                        <listitem>
+                                <para>This is the click that will be performed when the default click corner 
is reached by the green point. It is possible to change its value and set the most used click type.</para>
+                        </listitem>
+                </varlistentry>
+                <varlistentry>
+                        <term><guilabel>Select Mouse Mode</guilabel></term>
+                        <listitem>
+                                <para>With this option is possible to select the way we want to control the 
mouse pointer.</para>
+                                <itemizedlist>
+                                        <listitem>
+                                                <para><guilabel><link linkend="hMode">Hold 
Mode</link></guilabel></para>
+                                                <para> This is a simple joystick mode that will make the 
mouse pointer move by holding the head to the desired side.</para>
+                                        </listitem>
+                                        <listitem>
+                                                <para><guilabel><link linkend="sMode">Screen 
Mode</link></guilabel></para>
+                                                <para>This mode emulates a real mouse pointer.This will move 
the mouse pointer to the green point current position taken from the mapper.</para>
+                                        </listitem>
+                                </itemizedlist>
+                        </listitem>
+                </varlistentry>
+        </sect2>
+        <sect2>
+                <title>Debug Tab</title>
+                <varlistentry>
+                        <term><guilabel>Debugging level</guilabel></term>
+                        <listitem>
+                                <para>This value indicates the type of debug that should be performed. 
Depending of the value it will make &app; to print information, warnings or errors found.</para>
+                        <itemizedlist>
+                                <listitem>
+                                        <para><guilabel>ACTIONS = 600</guilabel></para>
+                                        <para>This debug level is used to know when a feature fails, normaly 
that feature doesn't make mouseTrap crash.</para>
+                                </listitem>
+                                <listitem>
+                                        <para><guilabel>MODULES = 400</guilabel></para>
+                                        <para>This debug level is used to know when a module fails while 
loading.</para>
+                                </listitem>
+                                <listitem>
+                                        <para><guilabel>LOAD = 200</guilabel></para>
+                                        <para>This debug level is used to know when mouseTrap crashes while 
starting.</para>
+                                </listitem>
+                                <listitem>
+                                        <para><guilabel>ALL = 0</guilabel></para>
+                                        <para>It will show all debugging errors.</para>
+                                </listitem>
+                                <listitem>
+                                        <para><guilabel>EXTREME = 100*100</guilabel></para>
+                                        <para>This is just for tracing out all the executed code.</para>
+                                </listitem>
+                        </itemizedlist>
+                        </listitem>
+                </varlistentry>
+        </sect2>
 </sect1>
diff --git a/docs/docbook/starting.xml b/docs/docbook/starting.xml
index 114f694..023734f 100755
--- a/docs/docbook/starting.xml
+++ b/docs/docbook/starting.xml
@@ -8,23 +8,23 @@
       <title>Launching MouseTrap</title>
 
       <para>It is possible to start MouseTrap like this: </para>
-               <varlistentry>
-                 <term>Menu</term>
-                 <listitem> 
-                 <para>Choose 
-                       <menuchoice>
-                               <guimenu>Applications</guimenu> 
-                               <guisubmenu>Accessibility</guisubmenu> 
-                               <guimenuitem>MouseTrap</guimenuitem>
-                       </menuchoice>. 
-                 </para></listitem>
-               </varlistentry>
+                <varlistentry>
+                  <term>Menu</term>
+                  <listitem>
+                  <para>Choose
+                        <menuchoice>
+                                <guimenu>Applications</guimenu>
+                                <guisubmenu>Accessibility</guisubmenu>
+                                <guimenuitem>MouseTrap</guimenuitem>
+                        </menuchoice>.
+                  </para></listitem>
+                </varlistentry>
 
     </sect2>
 
     <sect2>
        <title>Configuring the first time </title>
-       <para> MouseTrap has a default settings command that will write the default configuration settings 
into the current user folder, after this it is possible to change this settings using the Prefferences Gui.  
+        <para> MouseTrap has a default settings command that will write the default configuration settings 
into the current user folder, after this it is possible to change this settings using the Prefferences Gui.
 </para>
 <para>Command:</para>
 <para>mouseTrap --default-settings </para>
@@ -34,37 +34,37 @@
     <sect2>
        <title>What should you see?</title>
 
-       <!-- ==== Figure ==== -->
-       <figure id="main-gui">
-               <title>&app; - Main Window</title>
-               <screenshot>
-                 <mediaobject>
-                   <imageobject>
-                     <imagedata fileref="figures/main_gui.png" format="PNG"/>
-                   </imageobject>
-                   <textobject>
-                     <phrase>Shows MouseTrap main window.</phrase>
-                   </textobject>
-                 </mediaobject>
-               </screenshot>
-       </figure>
-       <!-- ==== End of Figure ==== -->
-
-       <!-- ==== Figure ==== -->
-       <figure id="viewer-gui">
-               <title>&app; - Viewer Gui</title>
-               <screenshot>
-                 <mediaobject>
-                   <imageobject>
-                     <imagedata fileref="figures/viewer_gui.png" format="PNG"/>
-                   </imageobject>
-                   <textobject>
-                     <phrase>Shows MouseTrap viewer window.</phrase>
-                   </textobject>
-                 </mediaobject>
-               </screenshot>
-       </figure>
-       <!-- ==== End of Figure ==== -->
+        <!-- ==== Figure ==== -->
+        <figure id="main-gui">
+                <title>&app; - Main Window</title>
+                <screenshot>
+                  <mediaobject>
+                    <imageobject>
+                      <imagedata fileref="figures/main_gui.png" format="PNG"/>
+                    </imageobject>
+                    <textobject>
+                      <phrase>Shows MouseTrap main window.</phrase>
+                    </textobject>
+                  </mediaobject>
+                </screenshot>
+        </figure>
+        <!-- ==== End of Figure ==== -->
+
+        <!-- ==== Figure ==== -->
+        <figure id="viewer-gui">
+                <title>&app; - Viewer Gui</title>
+                <screenshot>
+                  <mediaobject>
+                    <imageobject>
+                      <imagedata fileref="figures/viewer_gui.png" format="PNG"/>
+                    </imageobject>
+                    <textobject>
+                      <phrase>Shows MouseTrap viewer window.</phrase>
+                    </textobject>
+                  </mediaobject>
+                </screenshot>
+        </figure>
+        <!-- ==== End of Figure ==== -->
      </sect2>
 
     <sect2>
@@ -76,55 +76,55 @@
 
       <para> There are also 3 other widgets above the previusly explaned, those widgets are:</para>
 <para>
-       <varlistentry>
+        <varlistentry>
             <term><emphasis role="bold">Show Point Mapper</emphasis></term>
-                 <listitem> 
-                 <para> Hide or Show the point Mapper</para>
-               </listitem>
-       </varlistentry>
+                  <listitem>
+                  <para> Hide or Show the point Mapper</para>
+                </listitem>
+        </varlistentry>
 </para>
 
 <para>
-       <varlistentry>
+        <varlistentry>
             <term><emphasis role="bold">Show Capture</emphasis></term>
-                 <listitem> 
-                 <para> Hide or Show the capture widget</para>
-               </listitem>
-       </varlistentry>
+                  <listitem>
+                  <para> Hide or Show the capture widget</para>
+                </listitem>
+        </varlistentry>
 </para>
 
 <para>
-       <varlistentry>
+        <varlistentry>
             <term><emphasis role="bold">Flip Image</emphasis></term>
-                 <listitem> 
-                 <para>This will flip the captured image horizontaly inverting the X axis.</para>
-                 <para>
-                       In some cases the webcams capture images working as a mirror and this will make 
mousetrap invert the X axis, so it is possible in those cases to flip the image.
-                 </para>
-               </listitem>
-       </varlistentry>
+                  <listitem>
+                  <para>This will flip the captured image horizontaly inverting the X axis.</para>
+                  <para>
+                        In some cases the webcams capture images working as a mirror and this will make 
mousetrap invert the X axis, so it is possible in those cases to flip the image.
+                  </para>
+                </listitem>
+        </varlistentry>
 </para>
 
 <para><emphasis role="bold">NOTE:</emphasis> It is hardly not recomended to hide the Point Mapper and the 
Capture view, this widgets are really useful for users to understand whats happening with mousetrap and how 
it is working.</para>
     </sect2>
-    
+
     <sect2>
     <title>Clicks Panel</title>
-    
+
     <figure id="viewer-gui">
-           <title>&app; - Clicks Dialog</title>
-           <screenshot>
-                   <mediaobject>
-                           <imageobject>
-                                   <imagedata fileref="figures/clicks_gui.png" format="PNG"/>
-                           </imageobject>
-                           <textobject>
-                                   <phrase>Shows MouseTrap viewer window.</phrase>
-                           </textobject>
-                   </mediaobject>
-           </screenshot>
-       </figure>
-       <para><emphasis role="bold">Note:</emphasis> The click panel can be used just with the <link 
linkend="hMode">"Holde Mode"</link>.</para>
+            <title>&app; - Clicks Dialog</title>
+            <screenshot>
+                    <mediaobject>
+                            <imageobject>
+                                    <imagedata fileref="figures/clicks_gui.png" format="PNG"/>
+                            </imageobject>
+                            <textobject>
+                                    <phrase>Shows MouseTrap viewer window.</phrase>
+                            </textobject>
+                    </mediaobject>
+            </screenshot>
+        </figure>
+        <para><emphasis role="bold">Note:</emphasis> The click panel can be used just with the <link 
linkend="hMode">"Holde Mode"</link>.</para>
     </sect2>
 
 </sect1>
diff --git a/docs/docbook/use.xml b/docs/docbook/use.xml
index 896d035..a18ac3c 100755
--- a/docs/docbook/use.xml
+++ b/docs/docbook/use.xml
@@ -13,33 +13,33 @@
 
       <para> There are also 3 other widgets above the previusly explaned, those widgets are:</para>
 <para>
-       <varlistentry>
+        <varlistentry>
             <term>Show Point Mapper</term>
-                 <listitem> 
-                 <para> Hide or Show the point Mapper</para>
-               </listitem>
-       </varlistentry>
+                  <listitem>
+                  <para> Hide or Show the point Mapper</para>
+                </listitem>
+        </varlistentry>
 </para>
 
 <para>
-       <varlistentry>
+        <varlistentry>
             <term>Show Capture</term>
-                 <listitem> 
-                 <para> Hide or Show the capture widget</para>
-               </listitem>
-       </varlistentry>
+                  <listitem>
+                  <para> Hide or Show the capture widget</para>
+                </listitem>
+        </varlistentry>
 </para>
 
 <para>
-       <varlistentry>
+        <varlistentry>
             <term>Flip Image</term>
-                 <listitem> 
-                 <para>This will flip the captured image horizontaly inverting the X axis.</para>
-                 <para>
-                       In some cases the webcams capture images working as a mirror and this will make 
mousetrap invert the X axis, so it is possible in those cases to flip the image.
-                 </para>
-               </listitem>
-       </varlistentry>
+                  <listitem>
+                  <para>This will flip the captured image horizontaly inverting the X axis.</para>
+                  <para>
+                        In some cases the webcams capture images working as a mirror and this will make 
mousetrap invert the X axis, so it is possible in those cases to flip the image.
+                  </para>
+                </listitem>
+        </varlistentry>
 </para>
 
 <para><emphasis>NOTE:</emphasis> It is hardly not recomended to hide the Point Mapper and the Capture view, 
this widgets are really useful for users to understand whats happening with mousetrap and how it is 
working.</para>
diff --git a/samples/idm_example.py b/samples/idm_example.py
index 549d290..717842d 100644
--- a/samples/idm_example.py
+++ b/samples/idm_example.py
@@ -48,7 +48,7 @@ class Module(object):
     def __init__(self, controller, stgs = {}):
         """
         IDM's init function.
-        
+
         Arguments:
         - self: The main object pointer.
         - controller: mousetrap main class pointer. This is passed by MouseTrap's controller (mousetrap.py) 
when loaded.
@@ -56,33 +56,33 @@ class Module(object):
         """
         # Debugging is always important
         debug.debug("ocvfw.idm", "Starting %s idm" % a_name)
-        
+
         # Controller instance
         self.ctr          = controller
-        
+
         # Capture instance
-        # The capture is the object containing the image 
+        # The capture is the object containing the image
         # and all the possible methods to modify it.
         self.cap          = None
-        
+
         # IDM's Settings dict
         self.stgs         = stgs
 
         # Prepares the IDM using the settings.
         self.prepare_config()
-        
+
         debug.info("ocvfw.idm", "%s Algorithm loaded" % a_name)
 
     def prepare_config(self):
         """
         Prepares the IDM using the settings
-        
+
         Arguments:
         - self: The main object pointer
         """
         global a_settings
-        
-        # If the dict is empty then 
+
+        # If the dict is empty then
         # use the default settings defined in a_settings
         if not self.stgs:
             self.stgs = a_settings
@@ -94,28 +94,28 @@ class Module(object):
     def set_capture(self, cam):
         """
         Initialize the capture and sets the main settings.
-        
+
         Arguments:
         - self: The main object pointer
         - cam: The camera device index. For Example: 0 = /dev/video0, 1 = /dev/video1
         """
-        
+
         debug.debug("ocvfw.idm", "Setting Capture")
-        
+
         # Starts the Capture using the async method.
         # This means that self.cap.sync() wont be called periodically
         # by the idm because the Capture syncs the image asynchronously (See dev/camera.py)
         # The default backend used is OcvfwPython but it is possible to chose other backends
         # that will use other libs to process images.
         self.cap = Capture(async=True, idx=cam, backend="OcvfwPython")
-        
+
         # This sets the final image default color to rgb. The default color is bgr.
         self.cap.change(color="rgb")
 
     def get_capture(self):
         """
         Gets the last queried and formated image.
-        Function used by the mousetrap/ui/main.py 
+        Function used by the mousetrap/ui/main.py
         to get the output image
 
         Arguments:
diff --git a/src/mousetrap/app/addons/cpu.py b/src/mousetrap/app/addons/cpu.py
index ec634bc..84ad289 100644
--- a/src/mousetrap/app/addons/cpu.py
+++ b/src/mousetrap/app/addons/cpu.py
@@ -34,7 +34,7 @@ class Addon(AddonsBase):
 
     def __init__(self, controller):
         AddonsBase.__init__(self, controller)
-        
+
         GObject.timeout_add(1000, self.check_cpu)
         debug.debug("addon.cpu", "CPU addon started")
 
diff --git a/src/mousetrap/app/addons/handler.py b/src/mousetrap/app/addons/handler.py
index 8afdfa7..8fa8b1a 100644
--- a/src/mousetrap/app/addons/handler.py
+++ b/src/mousetrap/app/addons/handler.py
@@ -35,13 +35,13 @@ class AddonsHandler(object):
 
     def get_addons_list(self):
         """
-        Checks the addons folder and gets the 
+        Checks the addons folder and gets the
         list of present addons.
 
         Arguments:
         - self: The main object pointer.
         """
-        
+
         reg = re.compile(r'([A-Za-z0-9]+)\.py$', re.DOTALL)
         dirname = os.path.dirname(__file__)
         return [ mod[0] for mod in [ reg.findall(f) for f in os.listdir("%s/" % dirname) if "handler" not in 
f] if mod ]
@@ -59,11 +59,11 @@ class AddonsHandler(object):
                           globals(),
                           locals(),
                           [''])
-            
+
             return { "name" : tmp.a_name, "dsc" : tmp.a_description, "stgs" : tmp.a_settings}
         except:
             print(("Problems loading mousetrap.app.addons.%s" % addon))
-            
+
 
 class AddonsBase(object):
 
@@ -89,7 +89,7 @@ class AddonsBase(object):
         - msg: The message.
         """
         self.itf.statusbar.push(self.itf.statusbar_id, msg)
-    
+
     def add_item(self, item):
         """
         Adds any gtk widget to the addons vbox.
diff --git a/src/mousetrap/app/commons.py b/src/mousetrap/app/commons.py
index 943bbc3..f0250f6 100644
--- a/src/mousetrap/app/commons.py
+++ b/src/mousetrap/app/commons.py
@@ -31,16 +31,16 @@ import re
 
 def get_py_list(dirlist):
     """
-    Checks for .py files on directories in dirlist 
-    and removes the extensions. 
-        
+    Checks for .py files on directories in dirlist
+    and removes the extensions.
+
     Arguments:
     - dirlist: The directories list.
     """
 
     if not type(dirlist) is list:
         dirlist = [dirlist]
-        
+
     reg = re.compile(r'([A-Za-z0-9]+)\.py$', re.DOTALL)
 
     group = []
diff --git a/src/mousetrap/app/debug.py b/src/mousetrap/app/debug.py
index 50521c4..c14d349 100644
--- a/src/mousetrap/app/debug.py
+++ b/src/mousetrap/app/debug.py
@@ -33,7 +33,7 @@ modules = {}
 
 
 class StreamFileHandler(logging.Handler):
-    
+
     def emit(self, record):
         final_msg = "%s: %s - %s" % (record.levelname, record.name, record.getMessage())
         print(final_msg)
diff --git a/src/mousetrap/app/lib/mouse.py b/src/mousetrap/app/lib/mouse.py
index f678aee..4e02bc8 100644
--- a/src/mousetrap/app/lib/mouse.py
+++ b/src/mousetrap/app/lib/mouse.py
@@ -124,31 +124,31 @@ def move( x=0, y=0, point=None ):
 
     if point is not None:
         x, y = point.x, point.y
-        
-    
+
+
     old_x, old_y = position()
-    x_diff = abs(old_x - x) 
-    y_diff = abs(old_y - y) 
-    
+    x_diff = abs(old_x - x)
+    y_diff = abs(old_y - y)
+
     while True:
         old_x, old_y = position()
-        
+
         if x_diff <= 0 and y_diff <= 0:
             break
-        
+
         x_diff -= 1
         y_diff -= 1
-        
+
         if x > old_x:
-             new_x = x + 1
+            new_x = x + 1
         else:
-             new_x = x - 1
-             
+            new_x = x - 1
+
         if y > old_y:
-             new_y = y + 1
+            new_y = y + 1
         else:
-             new_y = y - 1
-             
+            new_y = y - 1
+
         if isGnome:
             try:
                 reg.generateMouseEvent( x, y, 'abs' )
@@ -158,7 +158,7 @@ def move( x=0, y=0, point=None ):
             xtest.fake_input( xDisplay, X.MotionNotify, x = x, y = y)
             #display.sync()
             xDisplay.flush()
-            
+
     return True
 
 ###########################################
diff --git a/src/mousetrap/app/lib/settings.py b/src/mousetrap/app/lib/settings.py
index 2e41d87..a6332b8 100644
--- a/src/mousetrap/app/lib/settings.py
+++ b/src/mousetrap/app/lib/settings.py
@@ -35,7 +35,7 @@ class Settings( configparser.ConfigParser ):
 
     def optionxform( self, optionstr ):
         """
-        Keeps the options cases instead of 
+        Keeps the options cases instead of
         converting them in lowercase.
 
         Arguments:
@@ -86,7 +86,7 @@ class Settings( configparser.ConfigParser ):
 
             conf.write("\n\n[access]")
             conf.write("\nreqMovement = 10")
-            
+
             conf.write("\n\n[scripts]")
             conf.write("\nname = joystick")
 
diff --git a/src/mousetrap/app/main.py b/src/mousetrap/app/main.py
index 5c320a4..3f9e27e 100644
--- a/src/mousetrap/app/main.py
+++ b/src/mousetrap/app/main.py
@@ -94,18 +94,18 @@ class Controller():
             #Will return false when cap.image() is false in ui/main
             GObject.timeout_add(150, self.update_frame)    #Thread that updates the image on the screen
             GObject.timeout_add(50, self.update_pointers)   #Thread that moves the mouse
-            
+
             debug.info("mousetrap", "Idm loaded and started")
 
         # Lets build the interface
         self.itf = MainGui(self)
         self.itf.build_interface()
         self.itf.load_addons()
-        
+
         if conf_created:
             from .ui import settings_gui
             settings_gui.showPreffGui(self)
-            
+
         debug.info("mousetrap", "MouseTrap's Interface Built and Loaded")
 
         GObject.threads_init()
@@ -118,12 +118,12 @@ class Controller():
         Arguments:
         - self: The main object pointer.
         """
-   
+
         arguments = sys.argv[1:]
         if len(arguments) == 1:
             arguments = arguments[0].split()
 
-        env.flags = dict((key[0], {"section" : sec}) for sec in self.cfg.sections() 
+        env.flags = dict((key[0], {"section" : sec}) for sec in self.cfg.sections()
                                                     for key in self.cfg.items(sec))
 
         try:
@@ -141,13 +141,13 @@ class Controller():
                  "set="])
 
             for opt, val in opts:
-               
+
                 key = False
 
                 # This will change the default video device input
                 if opt in ("-s", "--set"):
                     key, value = val.strip().split("-")
-                    
+
                 if opt in ("-e", "--enable"):
                     key, value = [val.strip(), "True"]
 
@@ -159,16 +159,16 @@ class Controller():
                 elif key:
                     self.usage()
                     self.quit(2)
-                         
+
                 if opt in ("-v", "--version"):
                     print((env.version))
                     self.quit(0)
-                    
+
                 # This will show the usage of mouseTrap
                 if opt in ("-?", "-h", "--help"):
                     self.usage()
                     self.quit(0)
-                    
+
         except getopt.GetoptError as err:
             print(str(err))
             self.usage()
@@ -184,41 +184,41 @@ class Controller():
         """
 
         print(( _("Usage: mouseTrap [OPTION...]")))
-    
+
         # '-?, --help' that is used to display usage information.
         #
         print(( "-?, -h, --help              " + \
                 _("        Show this help message")))
-                
-        
+
+
         # Option:
         # '-i' that is used to set the input camera index. E.g: -i 0
         print(( "-s, --set            " + \
                 _("              Sets new value to Non Boolean options E.g -s inputDevIndex-1")))
-    
+
         # Options:
         # -e, --enable Allow the users to enable modules not permantly
         print(( "-e, --enable=[" \
             + "main-window" + "|" \
             + "cam") + "]")
-        
+
         print(( _("     Enable the selected options")))
-        
+
         # Options:
         # -d, --disable Allow the users to disable modules not permanently.
         print(( "-d, --disable=[" \
             + "main-window" + "|" \
             + "cam" + "]"))
-            
+
         print(( _("    Disable the selected options")))
-        
+
         # Options:
         # -t --timeout To change the mouse timeout not permanently.
         print(( "-v, --version      " + \
                 _("                 Shows mouseTrap version")))
-        
+
         print(( _("\nReport bugs to flaper87 flaper87 org")))
-    
+
     def script(self):
         """
         Returns the main script class object.
@@ -236,7 +236,7 @@ class Controller():
         - self: The main object pointer.
         """
         self.itf.update_frame(self.idm.get_capture(), self.idm.get_pointer())
-        return True 
+        return True
 
     def update_pointers(self):
         """
@@ -248,10 +248,10 @@ class Controller():
         self.itf.script.update_items(self.idm.get_pointer())
         return True
 
-    def quit(self, exitcode=1):  
+    def quit(self, exitcode=1):
         """
         Quits mouseTrap and all its process
-        
+
         Arguments:
         - self: The main object pointer.
         - exitcode: The exitcode number. It helps to handle some quit events.
diff --git a/src/mousetrap/app/mousetrap.in b/src/mousetrap/app/mousetrap.in
index 4a7b3c2..271bb00 100644
--- a/src/mousetrap/app/mousetrap.in
+++ b/src/mousetrap/app/mousetrap.in
@@ -150,7 +150,7 @@ mousetrap() {
 
     getDesktop
 
-       /usr/bin/python -c "import mousetrap.app.main as mousetrap; mousetrap.Controller().start();" "$ARGS"
+        /usr/bin/python -c "import mousetrap.app.main as mousetrap; mousetrap.Controller().start();" "$ARGS"
 }
 
 getDesktop() {
diff --git a/src/mousetrap/app/ui/dialogs.py b/src/mousetrap/app/ui/dialogs.py
index 4e9ec3e..6cb2022 100644
--- a/src/mousetrap/app/ui/dialogs.py
+++ b/src/mousetrap/app/ui/dialogs.py
@@ -28,257 +28,257 @@ from gi.repository import Gtk
 from i18n import _
 
 def addLabelMessage( dialog, message ):
-       """
-       Adds a label to the dialog
+    """
+    Adds a label to the dialog
 
-       Arguments:
-       - dialog: The dialog object pointer.
-       - message: The dialog message
-       """
+    Arguments:
+    - dialog: The dialog object pointer.
+    - message: The dialog message
+    """
 
-       label = Gtk.Label()
-       label.set_use_markup(True)
-       label.set_markup("<span>" + message + "</span>")
-       label.show()
-#      dialog.hbox.attach(label, left=, top=, width=, height=, )
+    label = Gtk.Label()
+    label.set_use_markup(True)
+    label.set_markup("<span>" + message + "</span>")
+    label.show()
+#    dialog.hbox.attach(label, left=, top=, width=, height=, )
 
 def addImage( dialog, stockImage, stock=False):
-       """
-       Adds an image to a dialog.
-
-       Arguments:
-       - dialog: The dialog object pointer.
-       - stockImage: The image to set.
-       - stock. is it a stock image? False if it isn't.
-       """
-
-       image = Gtk.Image()
-       if stock:
-               image.set_from_stock( stockImage, Gtk.IconSize.DIALOG )
-       else:
-               pass
-       image.set_alignment( 0.0, 0.5 )
-       image.show()
-#      dialog.hbox.attach(label, left=, top=, width=, height=, )
+    """
+    Adds an image to a dialog.
+
+    Arguments:
+    - dialog: The dialog object pointer.
+    - stockImage: The image to set.
+    - stock. is it a stock image? False if it isn't.
+    """
+
+    image = Gtk.Image()
+    if stock:
+        image.set_from_stock( stockImage, Gtk.IconSize.DIALOG )
+    else:
+        pass
+    image.set_alignment( 0.0, 0.5 )
+    image.show()
+#    dialog.hbox.attach(label, left=, top=, width=, height=, )
 
 def confirmDialog( message, parent ):
-       """
-       Creates a confirmation dialog.
-
-       Arguments:
-       - message: The dialog message
-       - parent: The parent window. None if there's not one.
-       """
-
-       dialog = createDialog( _( "Confirmation Dialog" ), parent,
-                               Gtk.DialogFlags.MODAL | Gtk.DialogFlags.DESTROY_WITH_PARENT, \
-                               (Gtk.STOCK_CANCEL, Gtk.ResponseType.REJECT, \
-                               Gtk.STOCK_OK, Gtk.ResponseType.ACCEPT))
-       addImage( dialog, Gtk.STOCK_DIALOG_WARNING, True)
-       addLabelMessage( dialog, message )
-       return dialog.run()
+    """
+    Creates a confirmation dialog.
+
+    Arguments:
+    - message: The dialog message
+    - parent: The parent window. None if there's not one.
+    """
+
+    dialog = createDialog( _( "Confirmation Dialog" ), parent,
+                Gtk.DialogFlags.MODAL | Gtk.DialogFlags.DESTROY_WITH_PARENT, \
+                (Gtk.STOCK_CANCEL, Gtk.ResponseType.REJECT, \
+                Gtk.STOCK_OK, Gtk.ResponseType.ACCEPT))
+    addImage( dialog, Gtk.STOCK_DIALOG_WARNING, True)
+    addLabelMessage( dialog, message )
+    return dialog.run()
 
 def errorDialog( message, parent ):
-       """
-       Creates an error dialog using the messageDialog function.
+    """
+    Creates an error dialog using the messageDialog function.
 
-       Arguments:
-       - message: The dialog message
-       - parent: The parent window. None if there's not one.
-       """
-       return messageDialog( _("Error Dialog"), message, parent,  Gtk.STOCK_DIALOG_ERROR )
+    Arguments:
+    - message: The dialog message
+    - parent: The parent window. None if there's not one.
+    """
+    return messageDialog( _("Error Dialog"), message, parent,  Gtk.STOCK_DIALOG_ERROR )
 
 def warningDialog( message, parent ):
-       """
-       Creates a warning dialog using the messageDialog function.
+    """
+    Creates a warning dialog using the messageDialog function.
 
-       Arguments:
-       - message: The dialog message
-       - parent: The parent window. None if there's not one.
-       """
-       return messageDialog( _("Information Dialog"), message, parent,  Gtk.STOCK_DIALOG_WARNING )
+    Arguments:
+    - message: The dialog message
+    - parent: The parent window. None if there's not one.
+    """
+    return messageDialog( _("Information Dialog"), message, parent,  Gtk.STOCK_DIALOG_WARNING )
 
 def informationDialog( message, parent ):
-       """
-       Creates an information dialog using the messageDialog function.
+    """
+    Creates an information dialog using the messageDialog function.
 
-       Arguments:
-       - message: The dialog message
-       - parent: The parent window. None if there's not one.
-       """
-       return messageDialog( _("Information Dialog"), message, parent,  Gtk.STOCK_DIALOG_INFO )
+    Arguments:
+    - message: The dialog message
+    - parent: The parent window. None if there's not one.
+    """
+    return messageDialog( _("Information Dialog"), message, parent,  Gtk.STOCK_DIALOG_INFO )
 
 def messageDialog( title, message, parent, stockImage, stock = True ):
-       """
-       Creates a simple message dialog. E.g: Error, Warnings, Informations.
-
-       Arguments:
-       - title: The dialog title.
-       - message: The dialog message.
-       - parent: The parent Window, None if there's not one.
-       - stockImage: The image to show.
-       - stock: If the image is a stock image.
-       """
-       dialog = createDialog( title, parent, Gtk.DialogFlags.MODAL | Gtk.DialogFlags.DESTROY_WITH_PARENT, \
-                               (Gtk.STOCK_OK, Gtk.ResponseType.ACCEPT))
-
-       addImage( dialog, stockImage, stock)
-       addLabelMessage( dialog, message )
-       return dialog.run()
+    """
+    Creates a simple message dialog. E.g: Error, Warnings, Informations.
+
+    Arguments:
+    - title: The dialog title.
+    - message: The dialog message.
+    - parent: The parent Window, None if there's not one.
+    - stockImage: The image to show.
+    - stock: If the image is a stock image.
+    """
+    dialog = createDialog( title, parent, Gtk.DialogFlags.MODAL | Gtk.DialogFlags.DESTROY_WITH_PARENT, \
+                (Gtk.STOCK_OK, Gtk.ResponseType.ACCEPT))
+
+    addImage( dialog, stockImage, stock)
+    addLabelMessage( dialog, message )
+    return dialog.run()
 
 def closeDialog( dialog, *args ):
-       """
-       Close Function for dialogs.
+    """
+    Close Function for dialogs.
 
-       Arguments:
-       - dialog: the dialog to destroy.
-       - *args: The widget event arguments.
-       """
-       dialog.destroy()
+    Arguments:
+    - dialog: the dialog to destroy.
+    - *args: The widget event arguments.
+    """
+    dialog.destroy()
 
 def createDialog( title, parent, flags, buttons ):
-       """
-       Creates a Dialog Window.
-
-       Arguments:
-       - self: The main object pointer.
-       - title: The Dialog window Title
-       - parent: The parent window.
-       - message: A message to show in the dialog.
-       - stockImage: A GTK+ stock image.
-       - flags: gtk.Dialog Flags to set the typo of dialog. E.g: gtk.DIALOG_MODAL | 
gtk.DIALOG_DESTROY_WITH_PARENT
-       - buttons: A tuple with the gtk.Buttons to show. E.g: ( gtk.STOCK_OK, gtk.STOCK_CANCEL )
-       """
-
-       dialog = Gtk.Dialog(title, parent, flags, buttons)
-       dialog.set_default_size(150, 100)
-       dialog.set_position(Gtk.WindowPosition.CENTER)
-       dialog.set_border_width(8)
-       
-       vbox = Gtk.Grid()
-       vbox.set_column_spacing(4)
-       hbox = Gtk.Grid()
-       hbox.set_row_spacing(4)
-       bbox = Gtk.ButtonBox()
-       bbox.set_layout(Gtk.BUTTONBOX_END)
-       
-       vbox.add(hbox)
-       vbox.attach_next_to(bbox, hbox, Gtk.PositionType.BOTTOM, 1, 1)
-       dialog.add(vbox)
-       
-       setattr(dialog, 'vbox', vbox)
-       setattr(dialog, 'hbox', hbox)
-       setattr(dialog, 'bbox', bbox)
-       
-       args = list(args)
-       args.insert(0, stock.CLOSE)
-       dialog.connect('delete-event', closeDialog, dialog)
-       
-       dialog.show_all()
-       return dialog
+    """
+    Creates a Dialog Window.
+
+    Arguments:
+    - self: The main object pointer.
+    - title: The Dialog window Title
+    - parent: The parent window.
+    - message: A message to show in the dialog.
+    - stockImage: A GTK+ stock image.
+    - flags: gtk.Dialog Flags to set the typo of dialog. E.g: gtk.DIALOG_MODAL | 
gtk.DIALOG_DESTROY_WITH_PARENT
+    - buttons: A tuple with the gtk.Buttons to show. E.g: ( gtk.STOCK_OK, gtk.STOCK_CANCEL )
+    """
+
+    dialog = Gtk.Dialog(title, parent, flags, buttons)
+    dialog.set_default_size(150, 100)
+    dialog.set_position(Gtk.WindowPosition.CENTER)
+    dialog.set_border_width(8)
+
+    vbox = Gtk.Grid()
+    vbox.set_column_spacing(4)
+    hbox = Gtk.Grid()
+    hbox.set_row_spacing(4)
+    bbox = Gtk.ButtonBox()
+    bbox.set_layout(Gtk.BUTTONBOX_END)
+
+    vbox.add(hbox)
+    vbox.attach_next_to(bbox, hbox, Gtk.PositionType.BOTTOM, 1, 1)
+    dialog.add(vbox)
+
+    setattr(dialog, 'vbox', vbox)
+    setattr(dialog, 'hbox', hbox)
+    setattr(dialog, 'bbox', bbox)
+
+    args = list(args)
+    args.insert(0, stock.CLOSE)
+    dialog.connect('delete-event', closeDialog, dialog)
+
+    dialog.show_all()
+    return dialog
 
 class IdmSettings(Gtk.Window):
 
-       def __init__(self, cfg, name, stgs):
-               """
-               Idm Settings window.
-
-               Arguments:
-               self: The main object pointer.
-               cfg: The config object.
-               stgs: The idm's settings dict to parse.
-               """
-               GObject.GObject.__init__(self)
-
-               self.cfg = cfg
-               self.idm_stgs = eval(stgs)
-               self.idm = name.lower()
-               self.tmp = {}
-
-               #self.set_size_request( 500 , 120)
-               self.set_default_size( 500 , 120)
-               self.set_title(_("%s Config's Dialog" % self.idm.capitalize()))
-
-               self.main_vbox = Gtk.Grid()
-               self.main_vbox.set_column_spacing(6)
-               self.add_widgets()
-               
-               buttons_box = Gtk.Grid()
-               buttons_box.set_row_spacing(6)
-               
-               button = Gtk.Button( _("Accept"), stock=Gtk.STOCK_OK )
-               button.connect("clicked", self.accept_button)
-               buttons_box.add(button)
-               
-               button = Gtk.Button( _("Cancel"), stock=Gtk.STOCK_CANCEL )
-               button.connect("clicked", self.cancel_button)
-               buttons_box.add(button)
-               
-               buttons_box.show_all()
-               
-               self.main_vbox.add(buttons_box)
-               
-               self.main_vbox.show_all()
-               # Switched the two lines below around.
-               self.add(self.main_vbox)
-               self.show_all()
-               
-               if not self.cfg.has_section(self.idm):
-                       self.cfg.add_section(self.idm)
-       
-       def accept_button(self, widget, *args):
-               for key in self.tmp:
-                       self.cfg.set(self.idm, key, self.tmp[key])
-               self.destroy()
-       
-       def cancel_button(self, widget, *args):
-               self.destroy()
-       
-       def add_widgets(self):
-               '''
-               Dynamically adds the widgets to the dialog.
-               
-               Arguments:
-               - self: The main object pointer.
-               '''
-               for key in self.idm_stgs:
-                       # This line might need to be edited..
-                       self.main_vbox.add(self.create_labled_input(key, True, True, 0))
-       
-       def value_changed(self, widget, key):
-               self.tmp[key] = widget.get_text()
-       
-       def create_labled_input(self, key):
-               '''
-               Creates a textbox with a label.
-               
-               Arguments:
-               - self: The main object pointer.
-               - key: The parent key.
-               '''
-               hbox = Gtk.Grid()
-               label = Gtk.Label( _(key.capitalize()) )
-               label.set_use_underline(True)
-               label.show()
-               hbox.add(label)
-               
-               val = str(self.idm_stgs[key]["value"])
-               if self.cfg.get(self.idm, key):
-                       val = self.cfg.get(self.idm, key)
-               
-               entry = Gtk.Entry()
-               entry.set_text(val)
-               entry.connect("changed", self.value_changed, key)
-               entry.show()
-               hbox.add(entry)
-               hbox.show_all()
-               return hbox
+    def __init__(self, cfg, name, stgs):
+        """
+        Idm Settings window.
+
+        Arguments:
+        self: The main object pointer.
+        cfg: The config object.
+        stgs: The idm's settings dict to parse.
+        """
+        GObject.GObject.__init__(self)
+
+        self.cfg = cfg
+        self.idm_stgs = eval(stgs)
+        self.idm = name.lower()
+        self.tmp = {}
+
+        #self.set_size_request( 500 , 120)
+        self.set_default_size( 500 , 120)
+        self.set_title(_("%s Config's Dialog" % self.idm.capitalize()))
+
+        self.main_vbox = Gtk.Grid()
+        self.main_vbox.set_column_spacing(6)
+        self.add_widgets()
+
+        buttons_box = Gtk.Grid()
+        buttons_box.set_row_spacing(6)
+
+        button = Gtk.Button( _("Accept"), stock=Gtk.STOCK_OK )
+        button.connect("clicked", self.accept_button)
+        buttons_box.add(button)
+
+        button = Gtk.Button( _("Cancel"), stock=Gtk.STOCK_CANCEL )
+        button.connect("clicked", self.cancel_button)
+        buttons_box.add(button)
+
+        buttons_box.show_all()
+
+        self.main_vbox.add(buttons_box)
+
+        self.main_vbox.show_all()
+        # Switched the two lines below around.
+        self.add(self.main_vbox)
+        self.show_all()
+
+        if not self.cfg.has_section(self.idm):
+            self.cfg.add_section(self.idm)
+
+    def accept_button(self, widget, *args):
+        for key in self.tmp:
+            self.cfg.set(self.idm, key, self.tmp[key])
+        self.destroy()
+
+    def cancel_button(self, widget, *args):
+        self.destroy()
+
+    def add_widgets(self):
+        '''
+        Dynamically adds the widgets to the dialog.
+
+        Arguments:
+        - self: The main object pointer.
+        '''
+        for key in self.idm_stgs:
+            # This line might need to be edited..
+            self.main_vbox.add(self.create_labled_input(key, True, True, 0))
+
+    def value_changed(self, widget, key):
+        self.tmp[key] = widget.get_text()
+
+    def create_labled_input(self, key):
+        '''
+        Creates a textbox with a label.
+
+        Arguments:
+        - self: The main object pointer.
+        - key: The parent key.
+        '''
+        hbox = Gtk.Grid()
+        label = Gtk.Label( _(key.capitalize()) )
+        label.set_use_underline(True)
+        label.show()
+        hbox.add(label)
+
+        val = str(self.idm_stgs[key]["value"])
+        if self.cfg.get(self.idm, key):
+            val = self.cfg.get(self.idm, key)
+
+        entry = Gtk.Entry()
+        entry.set_text(val)
+        entry.connect("changed", self.value_changed, key)
+        entry.show()
+        hbox.add(entry)
+        hbox.show_all()
+        return hbox
 
 ###############################################
-#                                             #
+#                         #
 #    THE WHEEL HAS ALREADY BEEN DISCOVERED    #
 #     SO, LETS USE MOUSETWEAK INSTEAD OF      #
-#      ADD THIS SUPPORT TO MOUSETRAP.         #
+#      ADD THIS SUPPORT TO MOUSETRAP.     #
 ###############################################
 # class ClicksDialog( gtk.Window ):
 #     """
@@ -289,252 +289,252 @@ class IdmSettings(Gtk.Window):
 #     """
 #
 #     def __init__( self, gui ):
-#         """
-#         Initialize the Clicks Dialog.
-#
-#         Arguments:
-#         - self: The main object pointer.
-#         - mouseTrap: The mouseTrap object pointer.
-#         - cAm: The camera object pointer
-#         """
-#
-#         gtk.Window.__init__( self )
-#
-#         self.gui = gui
-#
-#         self.set_property("skip-taskbar-hint", True)
-#         self.set_keep_above( True )
-#         self.set_size_request( 500 , 120)
-#         self.set_default_size( 500 , 120)
-#         self.width, self.height = self.get_default_size()
-#
-#         self.set_title(_('Clicks Panel'))
-#
-#         self.set_app_paintable(True)
-#         #self.set_decorated(False)
-#
-#         self.buttons = []
-#         self.blue  = '#1161d9'
-#         self.green = '#60da11'
-#         evtBox = gtk.EventBox()
-#
-#         buttonsBox = gtk.HBox( spacing = 6 )
-#         buttonsBox.show_all()
-#
-#         self.leftClick = gtk.Button()
-#         self.leftClick.add(self._newImageButton(_("Left Click"),
-#                                                   "%s/images/leftClick.png" % env.mTDataDir))
-#         self.leftClick.connect("clicked", self.executeClick, 'b1c')
-#         self.leftClick.show()
-#         self.buttons.append( self.leftClick )
-#         buttonsBox.pack_start( self.leftClick )
-#
-#         self.doubleClick = gtk.Button()
-#         self.doubleClick.add(self._newImageButton(_("Double Click"),
-#                                                     "%s/images/doubleClick.png" % env.mTDataDir))
-#         self.doubleClick.connect("clicked", self.executeClick, 'b1d')
-#         self.doubleClick.show()
-#         self.buttons.append( self.doubleClick )
-#         buttonsBox.pack_start( self.doubleClick )
-#
-#         self.leftHold = gtk.Button()
-#         self.leftHold.add(self._newImageButton(_("Drag/Drop Click"),
-#                                                  "%s/images/leftHold.png" % env.mTDataDir))
-#         self.leftHold.connect("clicked", self.executeClick, 'b1p')
-#         self.leftHold.show()
-#         self.buttons.append( self.leftHold )
-#         buttonsBox.pack_start( self.leftHold )
-#
-#         #~ self.middleClick = gtk.Button()
-#         #~ self.middleClick.add(self._newImageButton(_("Middle Click"), "%s/images/middleClick.png" % 
env.mTDataDir))
-#         #~ self.middleClick.connect("clicked", self.executeClick, 'b2c')
-#         #~ self.middleClick.show()
-#         #~ self.buttons.append( self.middleClick )
-#         #~ buttonsBox.pack_start( self.middleClick )
-#
-#         self.rightClick = gtk.Button()
-#         self.rightClick.add(self._newImageButton(_("Right Click"),
-#                                                    "%s/images/rightClick.png" % env.mTDataDir))
-#         self.rightClick.connect("clicked", self.executeClick, 'b3c')
-#         self.rightClick.show()
-#         self.buttons.append( self.rightClick )
-#         buttonsBox.pack_start( self.rightClick )
-#
-#         self.add( buttonsBox  )
+#     """
+#     Initialize the Clicks Dialog.
+#
+#     Arguments:
+#     - self: The main object pointer.
+#     - mouseTrap: The mouseTrap object pointer.
+#     - cAm: The camera object pointer
+#     """
+#
+#     gtk.Window.__init__( self )
+#
+#     self.gui = gui
+#
+#     self.set_property("skip-taskbar-hint", True)
+#     self.set_keep_above( True )
+#     self.set_size_request( 500 , 120)
+#     self.set_default_size( 500 , 120)
+#     self.width, self.height = self.get_default_size()
+#
+#     self.set_title(_('Clicks Panel'))
+#
+#     self.set_app_paintable(True)
+#     #self.set_decorated(False)
+#
+#     self.buttons = []
+#     self.blue  = '#1161d9'
+#     self.green = '#60da11'
+#     evtBox = gtk.EventBox()
+#
+#     buttonsBox = gtk.HBox( spacing = 6 )
+#     buttonsBox.show_all()
+#
+#     self.leftClick = gtk.Button()
+#     self.leftClick.add(self._newImageButton(_("Left Click"),
+#                           "%s/images/leftClick.png" % env.mTDataDir))
+#     self.leftClick.connect("clicked", self.executeClick, 'b1c')
+#     self.leftClick.show()
+#     self.buttons.append( self.leftClick )
+#     buttonsBox.pack_start( self.leftClick )
+#
+#     self.doubleClick = gtk.Button()
+#     self.doubleClick.add(self._newImageButton(_("Double Click"),
+#                             "%s/images/doubleClick.png" % env.mTDataDir))
+#     self.doubleClick.connect("clicked", self.executeClick, 'b1d')
+#     self.doubleClick.show()
+#     self.buttons.append( self.doubleClick )
+#     buttonsBox.pack_start( self.doubleClick )
+#
+#     self.leftHold = gtk.Button()
+#     self.leftHold.add(self._newImageButton(_("Drag/Drop Click"),
+#                          "%s/images/leftHold.png" % env.mTDataDir))
+#     self.leftHold.connect("clicked", self.executeClick, 'b1p')
+#     self.leftHold.show()
+#     self.buttons.append( self.leftHold )
+#     buttonsBox.pack_start( self.leftHold )
+#
+#     #~ self.middleClick = gtk.Button()
+#     #~ self.middleClick.add(self._newImageButton(_("Middle Click"), "%s/images/middleClick.png" % 
env.mTDataDir))
+#     #~ self.middleClick.connect("clicked", self.executeClick, 'b2c')
+#     #~ self.middleClick.show()
+#     #~ self.buttons.append( self.middleClick )
+#     #~ buttonsBox.pack_start( self.middleClick )
+#
+#     self.rightClick = gtk.Button()
+#     self.rightClick.add(self._newImageButton(_("Right Click"),
+#                            "%s/images/rightClick.png" % env.mTDataDir))
+#     self.rightClick.connect("clicked", self.executeClick, 'b3c')
+#     self.rightClick.show()
+#     self.buttons.append( self.rightClick )
+#     buttonsBox.pack_start( self.rightClick )
+#
+#     self.add( buttonsBox  )
 #
 #     def showPanel( self ):
-#         """
-#         Shows the panel
+#     """
+#     Shows the panel
 #
-#         Arguments:
-#         - self: The main object pointer.
-#         """
+#     Arguments:
+#     - self: The main object pointer.
+#     """
 #
-#         X = Y = 0
+#     X = Y = 0
 #
-#         poss = mouseTrap.mice( "position" )
+#     poss = mouseTrap.mice( "position" )
 #
-#         # We'll change the click panel position to be sure that
-#         # it won't appear under another window or worse under a
-#         # popup menu.
-#         if poss[0] in xrange( env.screen["width"]/2 ):
-#             X = env.screen["width"] - self.width
+#     # We'll change the click panel position to be sure that
+#     # it won't appear under another window or worse under a
+#     # popup menu.
+#     if poss[0] in xrange( env.screen["width"]/2 ):
+#         X = env.screen["width"] - self.width
 #
 #
-#         if poss[1] in xrange( env.screen["height"]/2 ):
-#             Y = env.screen["height"] - self.height
+#     if poss[1] in xrange( env.screen["height"]/2 ):
+#         Y = env.screen["height"] - self.height
 #
 #
-#         self.move(X, Y)
+#     self.move(X, Y)
 #
-#         if self.get_focus():
-#             self.buttons[ self.buttons.index(self.get_focus()) ].get_child().modify_bg( gtk.STATE_NORMAL,
-#                                                                                         
gtk.gdk.color_parse(self.blue))
+#     if self.get_focus():
+#         self.buttons[ self.buttons.index(self.get_focus()) ].get_child().modify_bg( gtk.STATE_NORMAL,
+#                                             gtk.gdk.color_parse(self.blue))
 #
-#         self.set_focus(self.buttons[0])
-#         self.buttons[0].get_child().modify_bg( gtk.STATE_NORMAL, gtk.gdk.color_parse(self.green))
-#         self.show_all()
+#     self.set_focus(self.buttons[0])
+#     self.buttons[0].get_child().modify_bg( gtk.STATE_NORMAL, gtk.gdk.color_parse(self.green))
+#     self.show_all()
 #
-#         mouseTrap.setState( "clk-dialog" )
+#     mouseTrap.setState( "clk-dialog" )
 #
 #     def hidePanel( self, *args ):
-#         """
-#         Hides the panel
+#     """
+#     Hides the panel
 #
-#         Arguments:
-#         - self: The main object pointer.
-#         - args: The event arguments
-#         """
-#         self.hide()
-#         mouseTrap.setState( "active" )
+#     Arguments:
+#     - self: The main object pointer.
+#     - args: The event arguments
+#     """
+#     self.hide()
+#     mouseTrap.setState( "active" )
 #
 #     def pressButton( self, *args ):
-#         """
-#         Press the focused button
+#     """
+#     Press the focused button
 #
-#         Arguments:
-#         - self: The main object pointer.
-#         - args: The event arguments
-#         """
+#     Arguments:
+#     - self: The main object pointer.
+#     - args: The event arguments
+#     """
 #
-#         self.get_focus().clicked()
+#     self.get_focus().clicked()
 #
 #     def prevBtn( self, *args ):
-#         """
-#         Move to the prev button
+#     """
+#     Move to the prev button
 #
-#         Arguments:
-#         - self: The main object pointer.
-#         - args: The event arguments
-#         """
+#     Arguments:
+#     - self: The main object pointer.
+#     - args: The event arguments
+#     """
 #
-#         self.buttons[ self.buttons.index(self.get_focus()) ].get_child().modify_bg( gtk.STATE_NORMAL,
-#                                                                                     
gtk.gdk.color_parse(self.blue))
-#         self.buttons[ self.buttons.index(self.get_focus()) - 1 ].grab_focus()
-#         self.buttons[ self.buttons.index(self.get_focus()) ].get_child().modify_bg( gtk.STATE_NORMAL,
-#                                                                                     
gtk.gdk.color_parse(self.green))
+#     self.buttons[ self.buttons.index(self.get_focus()) ].get_child().modify_bg( gtk.STATE_NORMAL,
+#                                             gtk.gdk.color_parse(self.blue))
+#     self.buttons[ self.buttons.index(self.get_focus()) - 1 ].grab_focus()
+#     self.buttons[ self.buttons.index(self.get_focus()) ].get_child().modify_bg( gtk.STATE_NORMAL,
+#                                             gtk.gdk.color_parse(self.green))
 #
 #     def nextBtn( self, *args ):
-#         """
-#         Move to the next button
-#
-#         Arguments:
-#         - self: The main object pointer.
-#         - args: The event arguments
-#         """
-#
-#         index = self.buttons.index(self.get_focus()) + 1
-#         if index >= len(self.buttons):
-#             index = 0
-#         self.buttons[ index -1 ].get_child().modify_bg( gtk.STATE_NORMAL,
-#                                                         gtk.gdk.color_parse(self.blue))
-#         self.buttons[ index ].grab_focus()
-#         self.buttons[ index ].get_child().modify_bg( gtk.STATE_NORMAL,
-#                                                      gtk.gdk.color_parse(self.green))
+#     """
+#     Move to the next button
+#
+#     Arguments:
+#     - self: The main object pointer.
+#     - args: The event arguments
+#     """
+#
+#     index = self.buttons.index(self.get_focus()) + 1
+#     if index >= len(self.buttons):
+#         index = 0
+#     self.buttons[ index -1 ].get_child().modify_bg( gtk.STATE_NORMAL,
+#                             gtk.gdk.color_parse(self.blue))
+#     self.buttons[ index ].grab_focus()
+#     self.buttons[ index ].get_child().modify_bg( gtk.STATE_NORMAL,
+#                              gtk.gdk.color_parse(self.green))
 #
 #     def executeClick( self, widget, button ):
-#         """
-#         Execute the selected click
+#     """
+#     Execute the selected click
 #
-#         Arguments:
-#         - self: The main object pointer.
-#         - widget: The button clicked.
-#         - button: The mouse button that should be pressed.
-#         """
+#     Arguments:
+#     - self: The main object pointer.
+#     - widget: The button clicked.
+#     - button: The mouse button that should be pressed.
+#     """
 #
-#         self.gui.clickDlgHandler( button )
-#         self.hidePanel()
+#     self.gui.clickDlgHandler( button )
+#     self.hidePanel()
 #
 #     def _newImageButton( self, label, image ):
-#         """
-#         Creates an image button from an image file
+#     """
+#     Creates an image button from an image file
 #
-#         Arguments:
-#         - self: The main object pointer
-#         - label: The buttons label
-#         - image: The image path
+#     Arguments:
+#     - self: The main object pointer
+#     - label: The buttons label
+#     - image: The image path
 #
-#         Returns ButtonLabelBox A gtk.HBox that contains the new image stock button.
-#         """
-#         evt = gtk.EventBox()
+#     Returns ButtonLabelBox A gtk.HBox that contains the new image stock button.
+#     """
+#     evt = gtk.EventBox()
 #
-#         buttonLabelBox = gtk.VBox()
+#     buttonLabelBox = gtk.VBox()
 #
-#         im = gtk.Image()
-#         im.set_from_file( image )
-#         im.show
+#     im = gtk.Image()
+#     im.set_from_file( image )
+#     im.show
 #
-#         label = gtk.Label( label )
-#         label.set_alignment( 0.0, 0.5 )
-#         label.set_use_underline( True )
+#     label = gtk.Label( label )
+#     label.set_alignment( 0.0, 0.5 )
+#     label.set_use_underline( True )
 #
-#         buttonLabelBox.pack_start( im )
-#         buttonLabelBox.pack_start( label )
-#         buttonLabelBox.show_all()
+#     buttonLabelBox.pack_start( im )
+#     buttonLabelBox.pack_start( label )
+#     buttonLabelBox.show_all()
 #
-#         evt.add(buttonLabelBox)
-#         evt.modify_bg( gtk.STATE_NORMAL, gtk.gdk.color_parse(self.blue))
-#         evt.modify_bg( gtk.STATE_PRELIGHT, gtk.gdk.color_parse(self.green))
-#         return evt
+#     evt.add(buttonLabelBox)
+#     evt.modify_bg( gtk.STATE_NORMAL, gtk.gdk.color_parse(self.blue))
+#     evt.modify_bg( gtk.STATE_PRELIGHT, gtk.gdk.color_parse(self.green))
+#     return evt
 
 
 class CairoTransGui( Gtk.Window ):
 
-       def __init__( self, message ):
-               GObject.GObject.__init__(self)
+    def __init__( self, message ):
+        GObject.GObject.__init__(self)
 
-               self.set_property("skip-taskbar-hint", True)
-               self.connect("expose-event", self.expose)
-               self.add_events(Gdk.EventMask.BUTTON_PRESS_MASK)
-               self.connect('button-press-event', self.clicked)
-               self.set_size_request( 700 , 100)
-               #self.connect('screen-changed', self.screenChanged)
+        self.set_property("skip-taskbar-hint", True)
+        self.connect("expose-event", self.expose)
+        self.add_events(Gdk.EventMask.BUTTON_PRESS_MASK)
+        self.connect('button-press-event', self.clicked)
+        self.set_size_request( 700 , 100)
+        #self.connect('screen-changed', self.screenChanged)
 
-               self.set_title('MouseTrap Message!!!')
+        self.set_title('MouseTrap Message!!!')
 
 
-               self.set_app_paintable(True)
-               self.set_decorated(False)
+        self.set_app_paintable(True)
+        self.set_decorated(False)
 
-               self.message = message
+        self.message = message
 
-               self.show_all()
+        self.show_all()
 
-       def expose( self, widget, event):
+    def expose( self, widget, event):
 
-               cr = widget.window.cairo_create()
+        cr = widget.window.cairo_create()
 
-               cr.set_operator(1)
-               cr.paint()
+        cr.set_operator(1)
+        cr.paint()
 
-               cr.set_source_rgba (255.0, 255.0, 255.0, 100.0)
-               cr.set_font_size (50)
-               cr.move_to (0, 70)
-               cr.show_text (self.message)
-               cr.fill()
-               cr.stroke()
-               return False
+        cr.set_source_rgba (255.0, 255.0, 255.0, 100.0)
+        cr.set_font_size (50)
+        cr.move_to (0, 70)
+        cr.show_text (self.message)
+        cr.fill()
+        cr.stroke()
+        return False
 
-       def clicked(self, widget, event):
-               #If a shift key is pressed, start resizing
-               self.begin_move_drag(event.button, int(event.x_root), int(event.y_root), event.time)
+    def clicked(self, widget, event):
+        #If a shift key is pressed, start resizing
+        self.begin_move_drag(event.button, int(event.x_root), int(event.y_root), event.time)
diff --git a/src/mousetrap/app/ui/main.py b/src/mousetrap/app/ui/main.py
index 6fe8466..9852245 100644
--- a/src/mousetrap/app/ui/main.py
+++ b/src/mousetrap/app/ui/main.py
@@ -35,234 +35,234 @@ import mousetrap.app.environment as env
 from mousetrap.app.addons import cpu
 
 class MainGui( Gtk.Window ):
-       '''
-       MouseTrap's main GUI Class.
-       '''
-       
-       def __init__( self, controller ):
-               '''
-               The main GUI constructor
-               
-               Arguments:
-               - self: The main object pointer.
-               - controller: The mouseTrap's controller.
-               '''
-               
-               GObject.GObject.__init__( self )
-               self.ctr    = controller
-               self.cfg    = controller.cfg
-               self.script = self.ctr.script()
-               self.set_default_size(200, 400)
-               
-       def setWindowsIcon( self ):
-               '''
-               Sets the mainGui icon
-               
-               Arguments:
-               - self: The main object pointer.
-               '''
-               
-               icon_theme = Gtk.IconTheme.get_default()
-               try:
-                       icon = icon_theme.load_icon("mousetrap", 48, 0)
-               except:
-                       return
-               
-               self.set_default_icon(icon)
-               
-       def build_interface( self ):
-               '''
-               Builds the interface
-               
-               Arguments:
-               - self: The main object pointer.
-               '''
-               
-               self.setWindowsIcon()
-               
-               accelGroup = Gtk.AccelGroup()
-               self.add_accel_group( accelGroup )
-               
-               self.accelGroup = accelGroup
-               
-               self.set_title("MouseTrap")
-               self.connect("destroy", self.close)
-               # Why does this appear twice?? (line below)
-               self.setWindowsIcon()
-               
-               self.vbox = Gtk.Grid()
-               
-               self.buttonsBox = Gtk.ButtonBox()
-               
-               self.prefButton = Gtk.Button(stock=Gtk.STOCK_PREFERENCES)
-               self.prefButton.connect("clicked", self._show_settings_gui)
-               self.buttonsBox.add(self.prefButton)
-               
-               self.closeButton = Gtk.Button(stock=Gtk.STOCK_QUIT)
-               self.closeButton.connect("clicked", self.close)
-               self.buttonsBox.add(self.closeButton)
-               
-               self.helpButton = Gtk.Button(stock=Gtk.STOCK_HELP)
-               self.helpButton.connect("clicked", self._loadHelp)
-               self.buttonsBox.add(self.helpButton)
-               
-               self.vbox.add(self.buttonsBox)
-
-               self.addonBox = Gtk.Grid()
-               self.addonBox.show_all()
-               self.vbox.attach_next_to(self.addonBox, self.buttonsBox, Gtk.PositionType.BOTTOM, 1, 1)
-               
-               self.cap_image = Gtk.Image()
-               
-               if self.cfg.getboolean("gui", "showCapture"):
-                       self.cap_expander = Gtk.Expander.new_with_mnemonic("_Camera Image")
-                       self.cap_expander.add(self.cap_image)
-                       self.cap_expander.set_expanded(True)
-                       #expander.connect('notify::expanded', self.expaned_cb)
-                       self.vbox.attach_next_to(self.cap_expander, self.addonBox, Gtk.PositionType.BOTTOM, 
1, 1)
-                       
-               if self.cfg.getboolean("gui", "showPointMapper"):
-                       self.map_expander = Gtk.Expander.new_with_mnemonic("_Script Mapper")
-                       self.map_expander.add(self.script)
-                       self.map_expander.set_expanded(True)
-                       #expander.connect('notify::expanded', self.expaned_cb)
-                       self.vbox.attach_next_to(self.map_expander, self.addonBox, Gtk.PositionType.BOTTOM, 
1, 1)
-               
-#              self.hbox = Gtk.Grid()
-#                      
-#              flipButton = Gtk.Button( _("Flip Image") )
-#              flipButton.connect("clicked", self.recalcPoint, "flip" )
-#              hbox.add(flipButton)
-#              
-#              recalcButton = Gtk.Button( _("Recalc Point") )
-#              recalcButton.connect("clicked", self.recalcPoint )
-#              hbox.add(recalcButton)
-#              
-#              self.vbox.add(self.hbox, Gtk.PositionType.BOTTOM)
-#              
-#              self.buttonsBox.show_all()
-
-               self.statusbar = Gtk.Statusbar()
-               self.statusbar_id = self.statusbar.get_context_id("statusbar")
-               
-               self.vbox.attach_next_to(self.statusbar, self.addonBox, Gtk.PositionType.BOTTOM, 1, 1)
-               
-               self.vbox.show_all()
-               self.add(self.vbox)
-               self.show_all()
-       
-       def load_addons(self):
-               '''
-               Loads the enabled addons
-               
-               Arguments:
-               - self: The main object pointer.
-               '''
-               
-               for add in self.cfg.getList("main", "addon"):
-                       tmp = __import__("mousetrap.app.addons.%s" % add, globals(), locals(),[''])
-               
-                       setattr(self, add, tmp.Addon(self.ctr))
-               
-       def update_frame(self, cap, point):
-               '''
-               Updates the image
-               
-               Arguments:
-               - self: The main object pointer.
-               - img: The IPLimage object.
-               '''
-               if not cap.image():
-                       return False
-               
-               #sets new pixbuf
-               self.cap_image.set_from_pixbuf(cap.to_gtk_buff().scale_simple(200, 160, 
GdkPixbuf.InterpType.BILINEAR))
-               
-#      def recalPoint(self, widget, flip = ''):
-#              '''
-#              Enables the Flip of the Image in the X axis
-#              
-#              This is for webcams that capture images as a mirror.
-#              
-#              Arguments:
-#              - selfL The main object pointer.
-#              - *args: Widget related arguments.
-#              '''
-#              
-#              if flip:
-#                      self.settings.set( "cam", "flipImage", str(not self.settings.getboolean("cam", 
"flipImage")) )
-#              
-#              mouseTrap.calcPoint()
-       
-       def _newStockImageBurron(self, label, stock):
-               '''
-               Creates an image button from gtk's stock.
-               
-               Arguments:
-               - self: The main object pointer.
-               - label: The button's label.
-               - stock: The Stock image the button will use. E.g. Gtk.STOCK_GO-FORWARD.
-               
-               Returns buttonLabelBox - A Gtk.Grid that contains the new image stock button.
-               '''
-               
-               buttonLabelBox = Gtk.Grid()
-               
-               im = Gtk.Image.new_from_stock( stock, Gtk.IconSize.BUTTON )
-               
-               label = Gtk.Label( label = label )
-               #label.set_alignment( 0.0, 0.5 )
-               label.set_use_underline( True )
-               
-               buttonLabelBox.add( im )
-               buttonLabelBox.attach_next_to( label, im, Gtk.PositionType.BOTTOM, 1, 1 )
-               buttonLabelBox.show_all()
-               return buttonLabelBox
-               
-       def _show_settings_gui(self, *args):
-               '''
-               Starts the preferences GUI
-               
-               Arguments:
-               - self: The main object pointer.
-               - *args: The widget callback arguments.
-               '''
-               
-               settings_gui.showPreffGui(self.ctr)
-       
-       def _loadHelp(self, *args):
-               '''
-               Shows the user manual.
-               
-               Arguments:
-               - self: The main object pointer.
-               - *args: The widget callback arguments.
-               '''
-               
-               uri = "ghelp:%s/docs/mousetrap.xml" % env.mTDataDir
-               try:
-                       Gtk.show_uri(Gdk.Screen.get_default(), uri, Gtk.get_current_event_time())
-               except:
-                       debug.exception( "mainGui", "The help load failed" )
-       
-       def close(self, *args):
-               '''
-               Close function for the quit button. This will kill mouseTrap.
-               
-               Arguments:
-               - self: The main object pointer.
-               - *args: The widget callback arguments.
-               '''
-               self.ctr.quit(0)
-       
+    '''
+    MouseTrap's main GUI Class.
+    '''
+
+    def __init__( self, controller ):
+        '''
+        The main GUI constructor
+
+        Arguments:
+        - self: The main object pointer.
+        - controller: The mouseTrap's controller.
+        '''
+
+        GObject.GObject.__init__( self )
+        self.ctr    = controller
+        self.cfg    = controller.cfg
+        self.script = self.ctr.script()
+        self.set_default_size(200, 400)
+
+    def setWindowsIcon( self ):
+        '''
+        Sets the mainGui icon
+
+        Arguments:
+        - self: The main object pointer.
+        '''
+
+        icon_theme = Gtk.IconTheme.get_default()
+        try:
+            icon = icon_theme.load_icon("mousetrap", 48, 0)
+        except:
+            return
+
+        self.set_default_icon(icon)
+
+    def build_interface( self ):
+        '''
+        Builds the interface
+
+        Arguments:
+        - self: The main object pointer.
+        '''
+
+        self.setWindowsIcon()
+
+        accelGroup = Gtk.AccelGroup()
+        self.add_accel_group( accelGroup )
+
+        self.accelGroup = accelGroup
+
+        self.set_title("MouseTrap")
+        self.connect("destroy", self.close)
+        # Why does this appear twice?? (line below)
+        self.setWindowsIcon()
+
+        self.vbox = Gtk.Grid()
+
+        self.buttonsBox = Gtk.ButtonBox()
+
+        self.prefButton = Gtk.Button(stock=Gtk.STOCK_PREFERENCES)
+        self.prefButton.connect("clicked", self._show_settings_gui)
+        self.buttonsBox.add(self.prefButton)
+
+        self.closeButton = Gtk.Button(stock=Gtk.STOCK_QUIT)
+        self.closeButton.connect("clicked", self.close)
+        self.buttonsBox.add(self.closeButton)
+
+        self.helpButton = Gtk.Button(stock=Gtk.STOCK_HELP)
+        self.helpButton.connect("clicked", self._loadHelp)
+        self.buttonsBox.add(self.helpButton)
+
+        self.vbox.add(self.buttonsBox)
+
+        self.addonBox = Gtk.Grid()
+        self.addonBox.show_all()
+        self.vbox.attach_next_to(self.addonBox, self.buttonsBox, Gtk.PositionType.BOTTOM, 1, 1)
+
+        self.cap_image = Gtk.Image()
+
+        if self.cfg.getboolean("gui", "showCapture"):
+            self.cap_expander = Gtk.Expander.new_with_mnemonic("_Camera Image")
+            self.cap_expander.add(self.cap_image)
+            self.cap_expander.set_expanded(True)
+            #expander.connect('notify::expanded', self.expaned_cb)
+            self.vbox.attach_next_to(self.cap_expander, self.addonBox, Gtk.PositionType.BOTTOM, 1, 1)
+
+        if self.cfg.getboolean("gui", "showPointMapper"):
+            self.map_expander = Gtk.Expander.new_with_mnemonic("_Script Mapper")
+            self.map_expander.add(self.script)
+            self.map_expander.set_expanded(True)
+            #expander.connect('notify::expanded', self.expaned_cb)
+            self.vbox.attach_next_to(self.map_expander, self.addonBox, Gtk.PositionType.BOTTOM, 1, 1)
+
+#        self.hbox = Gtk.Grid()
+#
+#        flipButton = Gtk.Button( _("Flip Image") )
+#        flipButton.connect("clicked", self.recalcPoint, "flip" )
+#        hbox.add(flipButton)
+#
+#        recalcButton = Gtk.Button( _("Recalc Point") )
+#        recalcButton.connect("clicked", self.recalcPoint )
+#        hbox.add(recalcButton)
+#
+#        self.vbox.add(self.hbox, Gtk.PositionType.BOTTOM)
+#
+#        self.buttonsBox.show_all()
+
+        self.statusbar = Gtk.Statusbar()
+        self.statusbar_id = self.statusbar.get_context_id("statusbar")
+
+        self.vbox.attach_next_to(self.statusbar, self.addonBox, Gtk.PositionType.BOTTOM, 1, 1)
+
+        self.vbox.show_all()
+        self.add(self.vbox)
+        self.show_all()
+
+    def load_addons(self):
+        '''
+        Loads the enabled addons
+
+        Arguments:
+        - self: The main object pointer.
+        '''
+
+        for add in self.cfg.getList("main", "addon"):
+            tmp = __import__("mousetrap.app.addons.%s" % add, globals(), locals(),[''])
+
+            setattr(self, add, tmp.Addon(self.ctr))
+
+    def update_frame(self, cap, point):
+        '''
+        Updates the image
+
+        Arguments:
+        - self: The main object pointer.
+        - img: The IPLimage object.
+        '''
+        if not cap.image():
+            return False
+
+        #sets new pixbuf
+        self.cap_image.set_from_pixbuf(cap.to_gtk_buff().scale_simple(200, 160, 
GdkPixbuf.InterpType.BILINEAR))
+
+#    def recalPoint(self, widget, flip = ''):
+#        '''
+#        Enables the Flip of the Image in the X axis
+#
+#        This is for webcams that capture images as a mirror.
+#
+#        Arguments:
+#        - selfL The main object pointer.
+#        - *args: Widget related arguments.
+#        '''
+#
+#        if flip:
+#            self.settings.set( "cam", "flipImage", str(not self.settings.getboolean("cam", "flipImage")) )
+#
+#        mouseTrap.calcPoint()
+
+    def _newStockImageBurron(self, label, stock):
+        '''
+        Creates an image button from gtk's stock.
+
+        Arguments:
+        - self: The main object pointer.
+        - label: The button's label.
+        - stock: The Stock image the button will use. E.g. Gtk.STOCK_GO-FORWARD.
+
+        Returns buttonLabelBox - A Gtk.Grid that contains the new image stock button.
+        '''
+
+        buttonLabelBox = Gtk.Grid()
+
+        im = Gtk.Image.new_from_stock( stock, Gtk.IconSize.BUTTON )
+
+        label = Gtk.Label( label = label )
+        #label.set_alignment( 0.0, 0.5 )
+        label.set_use_underline( True )
+
+        buttonLabelBox.add( im )
+        buttonLabelBox.attach_next_to( label, im, Gtk.PositionType.BOTTOM, 1, 1 )
+        buttonLabelBox.show_all()
+        return buttonLabelBox
+
+    def _show_settings_gui(self, *args):
+        '''
+        Starts the preferences GUI
+
+        Arguments:
+        - self: The main object pointer.
+        - *args: The widget callback arguments.
+        '''
+
+        settings_gui.showPreffGui(self.ctr)
+
+    def _loadHelp(self, *args):
+        '''
+        Shows the user manual.
+
+        Arguments:
+        - self: The main object pointer.
+        - *args: The widget callback arguments.
+        '''
+
+        uri = "ghelp:%s/docs/mousetrap.xml" % env.mTDataDir
+        try:
+            Gtk.show_uri(Gdk.Screen.get_default(), uri, Gtk.get_current_event_time())
+        except:
+            debug.exception( "mainGui", "The help load failed" )
+
+    def close(self, *args):
+        '''
+        Close function for the quit button. This will kill mouseTrap.
+
+        Arguments:
+        - self: The main object pointer.
+        - *args: The widget callback arguments.
+        '''
+        self.ctr.quit(0)
+
 def showMainGui( ):
-       '''
-       Loads the mainGUI components and launches it.
-       
-       Arguments:
-       - mouseTrap: The mouseTrap object pointer.
-       '''
-       
-       gui = MianGui()
-       gui.build_interface()
-       return gui
+    '''
+    Loads the mainGUI components and launches it.
+
+    Arguments:
+    - mouseTrap: The mouseTrap object pointer.
+    '''
+
+    gui = MianGui()
+    gui.build_interface()
+    return gui
diff --git a/src/mousetrap/app/ui/scripts/__init__.py b/src/mousetrap/app/ui/scripts/__init__.py
index 06c39c8..f765fd6 100644
--- a/src/mousetrap/app/ui/scripts/__init__.py
+++ b/src/mousetrap/app/ui/scripts/__init__.py
@@ -29,13 +29,13 @@ import os
 
 def get_scripts_list():
     """
-    Checks the addons folder and gets the 
+    Checks the addons folder and gets the
     list of present addons.
 
     Arguments:
     - self: The main object pointer.
     """
-    
+
     reg = re.compile(r'([A-Za-z0-9]+)\.py$', re.DOTALL)
     dirname = os.path.dirname(__file__)
     return [ mod[0] for mod in [ reg.findall(f) for f in os.listdir("%s/" % dirname) if "__init__" not in f] 
if mod ]
diff --git a/src/mousetrap/app/ui/scripts/color.py b/src/mousetrap/app/ui/scripts/color.py
index 66e7c74..ab861a9 100644
--- a/src/mousetrap/app/ui/scripts/color.py
+++ b/src/mousetrap/app/ui/scripts/color.py
@@ -58,19 +58,19 @@ class ScriptClass(Mapper):
         self.point       = None
         self.border_with = 0
         """
-        self.threshold = 1 # Threshold for mouse movement.  If any mouse movement is 
+        self.threshold = 1 # Threshold for mouse movement.  If any mouse movement is
                            # smaller than self.threshold pixels (I guess) then the mouse is not moved.
                            # Trying to reduce jitteriness. Not working.
         self.same_location_count = 0 # Yeah this variable name is bad.  It means the number of times
                                      # that the cursor has been in the same location under the threshold.
         """
         self.connect("expose_event", self.expose_event)
-        
+
         self.cfg = settings.load()
-    
+
         algorithm_info = pocv.get_idm_inf("color")
-        
-        self.scale = self.cfg.get("color", "vscale") 
+
+        self.scale = self.cfg.get("color", "vscale")
 
     def update_items(self, point):
         self.point = point
diff --git a/src/mousetrap/app/ui/scripts/joystick.py b/src/mousetrap/app/ui/scripts/joystick.py
index 81a9d1e..23d12e4 100644
--- a/src/mousetrap/app/ui/scripts/joystick.py
+++ b/src/mousetrap/app/ui/scripts/joystick.py
@@ -53,7 +53,7 @@ class ScriptClass(Mapper):
         self.point       = None
         self.border_width = 0
 
-       #FIXME: uncommenting this results in tracebacks and the window not showing.
+        #FIXME: uncommenting this results in tracebacks and the window not showing.
         #self.connect("expose_event", self.expose_event)
 
     def update_items(self, point):
@@ -63,7 +63,7 @@ class ScriptClass(Mapper):
 
     def expose_event(self, widget, event):
         self.width, self.height = self.allocation[2], self.allocation[3]
-        
+
 #        self.draw_rectangle(0,
 #                            0,
 #                            self.width,
@@ -92,22 +92,22 @@ class ScriptClass(Mapper):
     def calc_move(self):
         if not hasattr(self, "vpoint"):
             return False
-        
+
         x, y = mouse.position()
 
         par = ["width", "height"]
-        
+
         if self.vpoint["x"] > (self.safe_area["x"] + 20):
-            x = x + abs((self.safe_area["x"] + 20) - self.vpoint["x"]) 
-        elif self.vpoint["x"] < self.safe_area["x"]: 
+            x = x + abs((self.safe_area["x"] + 20) - self.vpoint["x"])
+        elif self.vpoint["x"] < self.safe_area["x"]:
             x = x - abs((self.safe_area["x"]) - self.vpoint["x"])
-            
+
         if self.vpoint["y"] > (self.safe_area["y"] + 20):
             y = y + abs((self.safe_area["y"] + 20) - self.vpoint["y"])
-        elif self.vpoint["y"] < self.safe_area["y"]: 
+        elif self.vpoint["y"] < self.safe_area["y"]:
             y = y - abs((self.safe_area["y"]) - self.vpoint["y"])
-            
-        
+
+
         mouse.move( x, y)
 
     def prefferences(self):
diff --git a/src/mousetrap/app/ui/settings_gui.py b/src/mousetrap/app/ui/settings_gui.py
index 7b5faa5..2fdfe6c 100644
--- a/src/mousetrap/app/ui/settings_gui.py
+++ b/src/mousetrap/app/ui/settings_gui.py
@@ -39,595 +39,595 @@ from mousetrap.app.ui.scripts import get_scripts_list
 from mousetrap.app.addons.handler import AddonsHandler
 
 class PreffGui( Gtk.Window ):
-       """
-       The Class for the preferences GUI.
+    """
+    The Class for the preferences GUI.
 
-       Arguments:
-       - gtk.Window: The gtk.Window Object.
-       """
+    Arguments:
+    - gtk.Window: The gtk.Window Object.
+    """
 
-       def __init__(self, controller):
-               """
-               The Class Constructor.
+    def __init__(self, controller):
+        """
+        The Class Constructor.
 
-               Arguments:
-               - self: The main object pointer.
-               - mouseTrap: The mouseTrap object pointer.
-               """
+        Arguments:
+        - self: The main object pointer.
+        - mouseTrap: The mouseTrap object pointer.
+        """
 
-               GObject.GObject.__init__( self )
+        GObject.GObject.__init__( self )
 
-               self.ctr = controller
-               self.cfg = self.ctr.cfg
-               self.adds = AddonsHandler(self.ctr)
-               self.preffWidgets = dict()
+        self.ctr = controller
+        self.cfg = self.ctr.cfg
+        self.adds = AddonsHandler(self.ctr)
+        self.preffWidgets = dict()
 
-       def setWindowsIcon( self ):
-               """
-               Sets the icon for the preffGUI.
+    def setWindowsIcon( self ):
+        """
+        Sets the icon for the preffGUI.
 
-               Arguments:
-               - self: The main object pointer.
-               """
+        Arguments:
+        - self: The main object pointer.
+        """
 
-               icon_theme = Gtk.IconTheme.get_default()
-               try:
-                       icon = icon_theme.load_icon("mouseTrap", 48, 0)
-               except:
-                       return
+        icon_theme = Gtk.IconTheme.get_default()
+        try:
+            icon = icon_theme.load_icon("mouseTrap", 48, 0)
+        except:
+            return
 
-               Gtk.Window_set_default_icon(icon)
+        Gtk.Window_set_default_icon(icon)
 
-       def buildInterface( self ):
-               """
-               Builds the preffGUI.
+    def buildInterface( self ):
+        """
+        Builds the preffGUI.
 
-               Arguments:
-               - self: The main object pointer.
-               """
+        Arguments:
+        - self: The main object pointer.
+        """
 
-               accelGroup = Gtk.AccelGroup()
-               self.add_accel_group( accelGroup )
+        accelGroup = Gtk.AccelGroup()
+        self.add_accel_group( accelGroup )
 
-               accelGroup = accelGroup
+        accelGroup = accelGroup
 
-               self.set_title( _("mouseTrap Preferences") )
-               self.set_size_request( 300, 100)
-               self.connect( "destroy", self.close)
+        self.set_title( _("mouseTrap Preferences") )
+        self.set_size_request( 300, 100)
+        self.connect( "destroy", self.close)
 
-               self.window = Gtk.Grid()
+        self.window = Gtk.Grid()
 
-               self.noteBook = Gtk.Notebook()
-               self.noteBook.set_tab_pos( Gtk.PositionType.TOP )
-               self.window.add( self.noteBook )
-               self.noteBook.show()
+        self.noteBook = Gtk.Notebook()
+        self.noteBook.set_tab_pos( Gtk.PositionType.TOP )
+        self.window.add( self.noteBook )
+        self.noteBook.show()
 
-               self.main_gui_tab()
-               self.cam_tab()
-               self.algorithm_tab()
-               self.addons_tab()
-               self.mouseTab()
-               self.debug_tab()
+        self.main_gui_tab()
+        self.cam_tab()
+        self.algorithm_tab()
+        self.addons_tab()
+        self.mouseTab()
+        self.debug_tab()
 
-               ####################
-               # Bottom's buttons #
-               ####################
-               self.buttonsBox = Gtk.Grid()
+        ####################
+        # Bottom's buttons #
+        ####################
+        self.buttonsBox = Gtk.Grid()
 
-               self.acceptButton = Gtk.Button( _("Accept"), stock=Gtk.STOCK_OK)
-               self.acceptButton.connect("clicked", self.acceptButtonClick )
-               self.buttonsBox.add( self.acceptButton )
+        self.acceptButton = Gtk.Button( _("Accept"), stock=Gtk.STOCK_OK)
+        self.acceptButton.connect("clicked", self.acceptButtonClick )
+        self.buttonsBox.add( self.acceptButton )
 
-               self.cancelButton = Gtk.Button( _("Accept"), stock=Gtk.STOCK_CANCEL )
-               self.cancelButton.connect("clicked", self.close )
-               self.buttonsBox.add( self.cancelButton )
+        self.cancelButton = Gtk.Button( _("Accept"), stock=Gtk.STOCK_CANCEL )
+        self.cancelButton.connect("clicked", self.close )
+        self.buttonsBox.add( self.cancelButton )
 
-               self.applyButton = Gtk.Button( _("Accept"), stock=Gtk.STOCK_APPLY )
-               self.applyButton.connect( "clicked", self.applyButtonClick )
-               self.buttonsBox.add( self.applyButton )
+        self.applyButton = Gtk.Button( _("Accept"), stock=Gtk.STOCK_APPLY )
+        self.applyButton.connect( "clicked", self.applyButtonClick )
+        self.buttonsBox.add( self.applyButton )
 
-               self.buttonsBox.show_all()
+        self.buttonsBox.show_all()
 
-               self.window.attach_next_to(self.buttonsBox, self.noteBook, Gtk.PositionType.BOTTOM, 1, 1)
-               self.window.show_all()
-               self.add( self.window )
-               self.show()
+        self.window.attach_next_to(self.buttonsBox, self.noteBook, Gtk.PositionType.BOTTOM, 1, 1)
+        self.window.show_all()
+        self.add( self.window )
+        self.show()
 
-       def main_gui_tab( self ):
-               """
-               The mainGui Preff Tab.
+    def main_gui_tab( self ):
+        """
+        The mainGui Preff Tab.
 
-               Arguments:
-               - self: The main object pointer.
-               """
+        Arguments:
+        - self: The main object pointer.
+        """
 
-               frame = Gtk.Frame()
+        frame = Gtk.Frame()
 
-               general_box = Gtk.Grid()
-               general_box.set_column_spacing(6)
+        general_box = Gtk.Grid()
+        general_box.set_column_spacing(6)
 
-#         mWindowActive = Gtk.CheckButton( _("Show main window") )
-#         mWindowActive.set_active( self.cfg.getboolean( "gui", "showMainGui" ) )
-#         mWindowActive.connect( "toggled", self._checkToggled, "gui", "showMainGui" )
+#     mWindowActive = Gtk.CheckButton( _("Show main window") )
+#     mWindowActive.set_active( self.cfg.getboolean( "gui", "showMainGui" ) )
+#     mWindowActive.connect( "toggled", self._checkToggled, "gui", "showMainGui" )
 #
-#         mainGuiBox.add( mWindowActive )
+#     mainGuiBox.add( mWindowActive )
 
-               cAmActive = Gtk.CheckButton( _("Activate Camera module") )
-               cAmActive.set_active( self.cfg.getboolean( "main", "startCam" ) )
-               cAmActive.connect( "toggled", self._checkToggled, "main", "startCam" )
+        cAmActive = Gtk.CheckButton( _("Activate Camera module") )
+        cAmActive.set_active( self.cfg.getboolean( "main", "startCam" ) )
+        cAmActive.connect( "toggled", self._checkToggled, "main", "startCam" )
 
-               general_box.add( cAmActive )
+        general_box.add( cAmActive )
 
-               flipImage = Gtk.CheckButton( _("Flip Image") )
-               flipImage.set_active( self.cfg.getboolean( "cam",  "flipImage" ) )
-               flipImage.connect( "toggled", self._checkToggled, "cam", "flipImage" )
+        flipImage = Gtk.CheckButton( _("Flip Image") )
+        flipImage.set_active( self.cfg.getboolean( "cam",  "flipImage" ) )
+        flipImage.connect( "toggled", self._checkToggled, "cam", "flipImage" )
 
-               general_box.attach_next_to( flipImage, cAmActive, Gtk.PositionType.BOTTOM, 1, 1 )
+        general_box.attach_next_to( flipImage, cAmActive, Gtk.PositionType.BOTTOM, 1, 1 )
 
-               inputDevIndex = self.addSpin( _("Input Video Device Index: "), "inputDevIndex",
-                                               self.cfg.getint( "cam", "inputDevIndex" ), "cam", 
"inputDevIndex", 0)
-               general_box.attach_next_to( inputDevIndex, flipImage, Gtk.PositionType.BOTTOM, 1, 1 )
+        inputDevIndex = self.addSpin( _("Input Video Device Index: "), "inputDevIndex",
+                        self.cfg.getint( "cam", "inputDevIndex" ), "cam", "inputDevIndex", 0)
+        general_box.attach_next_to( inputDevIndex, flipImage, Gtk.PositionType.BOTTOM, 1, 1 )
 
-               general_box.show_all()
+        general_box.show_all()
 
-               frame.add( general_box )
-               frame.show()
+        frame.add( general_box )
+        frame.show()
 
-               self.noteBook.insert_page(frame, Gtk.Label(label= _("General")), -1)
+        self.noteBook.insert_page(frame, Gtk.Label(label= _("General")), -1)
 
-       def cam_tab( self ):
-               """
-               The cam module Preff Tab.
+    def cam_tab( self ):
+        """
+        The cam module Preff Tab.
 
-               Arguments:
-               - self: The main object pointer.
-               """
+        Arguments:
+        - self: The main object pointer.
+        """
 
-               frame = Gtk.Frame()
+        frame = Gtk.Frame()
 
-               camBox = Gtk.Grid()
-               camBox.set_column_spacing(6)
+        camBox = Gtk.Grid()
+        camBox.set_column_spacing(6)
 
-               mapperActive = Gtk.CheckButton( _("Show Point Mapper") )
-               mapperActive.set_active( self.cfg.getboolean( "gui", "showPointMapper" ) )
-               mapperActive.connect( "toggled", self._checkToggled, "gui", "showPointMapper" )
+        mapperActive = Gtk.CheckButton( _("Show Point Mapper") )
+        mapperActive.set_active( self.cfg.getboolean( "gui", "showPointMapper" ) )
+        mapperActive.connect( "toggled", self._checkToggled, "gui", "showPointMapper" )
 
-               camBox.add( mapperActive )
+        camBox.add( mapperActive )
 
-               showCapture = Gtk.CheckButton( _("Show Capture") )
-               showCapture.set_active( self.cfg.getboolean( "gui", "showCapture" ) )
-               showCapture.connect( "toggled", self._checkToggled, "gui", "showCapture" )
+        showCapture = Gtk.CheckButton( _("Show Capture") )
+        showCapture.set_active( self.cfg.getboolean( "gui", "showCapture" ) )
+        showCapture.connect( "toggled", self._checkToggled, "gui", "showCapture" )
 
-               camBox.attach_next_to( showCapture, mapperActive, Gtk.PositionType.BOTTOM, 1, 1 )
+        camBox.attach_next_to( showCapture, mapperActive, Gtk.PositionType.BOTTOM, 1, 1 )
 
-               camBox.show_all()
+        camBox.show_all()
 
-               frame.add( camBox )
-               frame.show()
+        frame.add( camBox )
+        frame.show()
 
-               self.noteBook.insert_page(frame, Gtk.Label(label= _("Camera")), -1)
+        self.noteBook.insert_page(frame, Gtk.Label(label= _("Camera")), -1)
 
-       def algorithm_tab( self ):
-               """
-               The cam module Preff Tab.
+    def algorithm_tab( self ):
+        """
+        The cam module Preff Tab.
 
-               Arguments:
-               - self: The main object pointer.
-               """
+         Arguments:
+        - self: The main object pointer.
+        """
 
-               frame = Gtk.Frame()
+        frame = Gtk.Frame()
 
-               algo_box = Gtk.Grid()
-               algo_box.set_column_spacing(6)
+        algo_box = Gtk.Grid()
+        algo_box.set_column_spacing(6)
 
-               liststore = Gtk.ListStore(bool, str, str, str)
+        liststore = Gtk.ListStore(bool, str, str, str)
 
-               conf_button = Gtk.Button(stock=Gtk.STOCK_PREFERENCES)
-               conf_button.connect('clicked', self.show_alg_pref, liststore)
-               conf_button.set_sensitive(False)
+        conf_button = Gtk.Button(stock=Gtk.STOCK_PREFERENCES)
+        conf_button.connect('clicked', self.show_alg_pref, liststore)
+        conf_button.set_sensitive(False)
 
-               scripts_combo = Gtk.ComboBoxText()
-               scripts_combo.append_text(self.cfg.get("scripts", "name"))
+        scripts_combo = Gtk.ComboBoxText()
+        scripts_combo.append_text(self.cfg.get("scripts", "name"))
 
-               for script in get_scripts_list():
-                       if script.lower() != self.cfg.get("scripts", "name"):
-                               scripts_combo.append_text(script)
+        for script in get_scripts_list():
+            if script.lower() != self.cfg.get("scripts", "name"):
+                scripts_combo.append_text(script)
 
-               scripts_combo.connect('changed', self._comboChanged, "scripts", "name")
-               scripts_combo.set_active(0)
-        
-               tree_view = Gtk.TreeView(liststore)
-               tree_view.connect("cursor-changed", self._tree_view_click, conf_button)
+        scripts_combo.connect('changed', self._comboChanged, "scripts", "name")
+        scripts_combo.set_active(0)
 
-               toggle_cell = Gtk.CellRendererToggle()
-               toggle_cell.set_radio(True)
-               toggle_cell.connect( 'toggled', self._toggle_cell_changed, liststore)
-               toggle_cell.set_property('activatable', True)
-               #toggle_cell.set_property('background-set' , True)
+        tree_view = Gtk.TreeView(liststore)
+        tree_view.connect("cursor-changed", self._tree_view_click, conf_button)
 
-               name_cell = Gtk.CellRendererText()
-               desc_cell = Gtk.CellRendererText()
+        toggle_cell = Gtk.CellRendererToggle()
+        toggle_cell.set_radio(True)
+        toggle_cell.connect( 'toggled', self._toggle_cell_changed, liststore)
+        toggle_cell.set_property('activatable', True)
+        #toggle_cell.set_property('background-set' , True)
 
-               toggle_column = Gtk.TreeViewColumn(_('Active Algorithms'), toggle_cell)
-               name_column = Gtk.TreeViewColumn(_('Installed Algorithms'))
-               desc_column = Gtk.TreeViewColumn(_('Description'))
+        name_cell = Gtk.CellRendererText()
+        desc_cell = Gtk.CellRendererText()
 
-               for alg in pocv.get_idms_list():
-                       alg_inf = pocv.get_idm_inf(alg)
-            
-                       if not alg_inf:
-                               continue
-            
-                       state = False
-                       if alg_inf["name"].lower() in self.cfg.get("main", "algorithm").lower():
-                               state = True
-                       # FIXME: I don't know what the purpose of this liststore is,
-                       # but it wants strings, so let's not argue for now. ;)
-                       liststore.append([state, alg_inf["name"], alg_inf["dsc"], str(alg_inf["stgs"])])
+        toggle_column = Gtk.TreeViewColumn(_('Active Algorithms'), toggle_cell)
+        name_column = Gtk.TreeViewColumn(_('Installed Algorithms'))
+        desc_column = Gtk.TreeViewColumn(_('Description'))
 
-                       #liststore.append([False, "%s: %s" % (alg_inf["name"], alg_inf["dsc"]), 
alg_inf["stgs"]])
+        for alg in pocv.get_idms_list():
+            alg_inf = pocv.get_idm_inf(alg)
 
-               tree_view.append_column(toggle_column)
-               tree_view.append_column(name_column)
-               tree_view.append_column(desc_column)
+            if not alg_inf:
+                continue
 
-               name_column.pack_start(name_cell, True)
-               desc_column.pack_start(desc_cell, True)
+            state = False
+            if alg_inf["name"].lower() in self.cfg.get("main", "algorithm").lower():
+                state = True
+            # FIXME: I don't know what the purpose of this liststore is,
+            # but it wants strings, so let's not argue for now. ;)
+            liststore.append([state, alg_inf["name"], alg_inf["dsc"], str(alg_inf["stgs"])])
 
-               toggle_column.add_attribute( toggle_cell, "active", 0 )
-               toggle_column.set_max_width(30)
-               #toggle_column.set_attributes( toggle_cell, background=2 )
-               name_column.set_attributes(name_cell, text=1)
-               desc_column.set_attributes(desc_cell, text=2)
+            #liststore.append([False, "%s: %s" % (alg_inf["name"], alg_inf["dsc"]), alg_inf["stgs"]])
 
-               algo_box.add(tree_view)
-               algo_box.attach_next_to(conf_button, tree_view, Gtk.PositionType.BOTTOM, 1, 1)
-               algo_box.attach_next_to(scripts_combo, conf_button, Gtk.PositionType.BOTTOM, 1, 1)
+        tree_view.append_column(toggle_column)
+        tree_view.append_column(name_column)
+        tree_view.append_column(desc_column)
 
-               algo_box.show_all()
+        name_column.pack_start(name_cell, True)
+        desc_column.pack_start(desc_cell, True)
 
-               frame.add( algo_box )
-               frame.show()
+        toggle_column.add_attribute( toggle_cell, "active", 0 )
+        toggle_column.set_max_width(30)
+        #toggle_column.set_attributes( toggle_cell, background=2 )
+        name_column.set_attributes(name_cell, text=1)
+        desc_column.set_attributes(desc_cell, text=2)
 
-               self.noteBook.insert_page(frame, Gtk.Label(label= _("Algorithm")), -1)
-    
-       def addons_tab( self ):
-               """
-               The cam module Preff Tab.
+        algo_box.add(tree_view)
+        algo_box.attach_next_to(conf_button, tree_view, Gtk.PositionType.BOTTOM, 1, 1)
+        algo_box.attach_next_to(scripts_combo, conf_button, Gtk.PositionType.BOTTOM, 1, 1)
 
-               Arguments:
-               - self: The main object pointer.
-               """
+        algo_box.show_all()
 
-               frame = Gtk.Frame()
+        frame.add( algo_box )
+        frame.show()
 
-               algo_box = Gtk.Grid()
-               algo_box.set_column_spacing(6)
+        self.noteBook.insert_page(frame, Gtk.Label(label= _("Algorithm")), -1)
 
-               liststore = Gtk.ListStore(bool, str, str, str)
+    def addons_tab( self ):
+        """
+        The cam module Preff Tab.
 
-               conf_button = Gtk.Button(stock=Gtk.STOCK_PREFERENCES)
-               conf_button.connect('clicked', self.show_alg_pref, liststore)
-               conf_button.set_sensitive(False)
+        Arguments:
+        - self: The main object pointer.
+        """
 
-               tree_view = Gtk.TreeView(liststore)
-               tree_view.connect("cursor-changed", self._tree_view_click, conf_button)
+        frame = Gtk.Frame()
 
-               toggle_cell = Gtk.CellRendererToggle()
-               toggle_cell.connect( 'toggled', self._enable_disable_addon, liststore)
-               toggle_cell.set_property('activatable', True)
+        algo_box = Gtk.Grid()
+        algo_box.set_column_spacing(6)
 
-               name_cell = Gtk.CellRendererText()
-               desc_cell = Gtk.CellRendererText()
+        liststore = Gtk.ListStore(bool, str, str, str)
 
-               toggle_column = Gtk.TreeViewColumn(_('Active'), toggle_cell)
-               name_column = Gtk.TreeViewColumn(_('Name'))
-               desc_column = Gtk.TreeViewColumn(_('Description'))
-
-               for add in self.adds.get_addons_list():
-                       add_inf = self.adds.get_addon_inf(add)
-            
-                       if not add_inf:
-                               continue
-            
-                       state = False
-                       if add_inf["name"].lower() in self.cfg.getList("main", "addon"):
-                               state = True
-                       # FIXME: I don't know what the purpose of this liststore is,
-                       # but it wants strings, so let's not argue for now. ;)
-                       liststore.append([state, add_inf["name"], add_inf["dsc"], str(add_inf["stgs"])])      
  
-
-               tree_view.append_column(toggle_column)
-               tree_view.append_column(name_column)
-               tree_view.append_column(desc_column)
-
-               name_column.pack_start(name_cell, True)
-               desc_column.pack_start(desc_cell, True)
+        conf_button = Gtk.Button(stock=Gtk.STOCK_PREFERENCES)
+        conf_button.connect('clicked', self.show_alg_pref, liststore)
+        conf_button.set_sensitive(False)
 
-               toggle_column.add_attribute( toggle_cell, "active", 0 )
-               toggle_column.set_max_width(30)
-               #toggle_column.set_attributes( toggle_cell, background=2 )
-               name_column.set_attributes(name_cell, text=1)
-               desc_column.set_attributes(desc_cell, text=2)
+        tree_view = Gtk.TreeView(liststore)
+        tree_view.connect("cursor-changed", self._tree_view_click, conf_button)
 
-               algo_box.add(tree_view)
-               algo_box.attach_next_to(conf_button, tree_view, Gtk.PositionType.BOTTOM, 1, 1)
-
-               algo_box.show_all()
+        toggle_cell = Gtk.CellRendererToggle()
+        toggle_cell.connect( 'toggled', self._enable_disable_addon, liststore)
+        toggle_cell.set_property('activatable', True)
 
-               frame.add( algo_box )
-               frame.show()
+        name_cell = Gtk.CellRendererText()
+        desc_cell = Gtk.CellRendererText()
 
-               self.noteBook.insert_page(frame, Gtk.Label(label= _("Addons")), -1)
+        toggle_column = Gtk.TreeViewColumn(_('Active'), toggle_cell)
+        name_column = Gtk.TreeViewColumn(_('Name'))
+        desc_column = Gtk.TreeViewColumn(_('Description'))
 
-       def mouseTab( self ):
-               """
-               The cam module Preff Tab.
+        for add in self.adds.get_addons_list():
+            add_inf = self.adds.get_addon_inf(add)
 
-               Arguments:
-               - self: The main object pointer.
-               """
+            if not add_inf:
+                continue
 
-               frame = Gtk.Frame()
+            state = False
+            if add_inf["name"].lower() in self.cfg.getList("main", "addon"):
+                state = True
+            # FIXME: I don't know what the purpose of this liststore is,
+            # but it wants strings, so let's not argue for now. ;)
+            liststore.append([state, add_inf["name"], add_inf["dsc"], str(add_inf["stgs"])])
 
-               camBox = Gtk.Grid()
-               camBox.set_column_spacing(6)
+        tree_view.append_column(toggle_column)
+        tree_view.append_column(name_column)
+        tree_view.append_column(desc_column)
 
-               reqMov = self.addSpin( _("Step Speed: "), "stepSpeed", self.cfg.getint( "mouse", "stepSpeed" 
), "mouse", "stepSpeed" )
-               camBox.add( reqMov )
+        name_column.pack_start(name_cell, True)
+        desc_column.pack_start(desc_cell, True)
 
-        ###############################################
-        #                                             #
-        #    THE WHEEL HAS ALREADY BEEN DISCOVERED    #
-        #     SO, LETS USE MOUSETWEAK INSTEAD OF      #
-        #      ADD THIS SUPPORT TO MOUSETRAP.         #
-        ###############################################
+        toggle_column.add_attribute( toggle_cell, "active", 0 )
+        toggle_column.set_max_width(30)
+        #toggle_column.set_attributes( toggle_cell, background=2 )
+        name_column.set_attributes(name_cell, text=1)
+        desc_column.set_attributes(desc_cell, text=2)
 
-#         defClickF = gtk.frame( _( "Default Click:" ) )
+        algo_box.add(tree_view)
+        algo_box.attach_next_to(conf_button, tree_view, Gtk.PositionType.BOTTOM, 1, 1)
+
+        algo_box.show_all()
+
+        frame.add( algo_box )
+        frame.show()
+
+        self.noteBook.insert_page(frame, Gtk.Label(label= _("Addons")), -1)
+
+    def mouseTab( self ):
+        """
+        The cam module Preff Tab.
+
+        Arguments:
+        - self: The main object pointer.
+        """
+
+        frame = Gtk.Frame()
+
+        camBox = Gtk.Grid()
+        camBox.set_column_spacing(6)
+
+        reqMov = self.addSpin( _("Step Speed: "), "stepSpeed", self.cfg.getint( "mouse", "stepSpeed" ), 
"mouse", "stepSpeed" )
+        camBox.add( reqMov )
+
+    ###############################################
+    #                         #
+    #    THE WHEEL HAS ALREADY BEEN DISCOVERED    #
+    #     SO, LETS USE MOUSETWEAK INSTEAD OF      #
+    #      ADD THIS SUPPORT TO MOUSETRAP.     #
+    ###############################################
+
+#     defClickF = gtk.frame( _( "Default Click:" ) )
 #
-#         defClicks = {  "b1c"   :  _("Left Click"),
-#                        "b1d"   :  _("Double Click"),
-#                        "b1p"   :  _("Drag/Drop Click"),
-#                        "b3c"   :  _("Right Click")}
+#     defClicks = {  "b1c"   :  _("Left Click"),
+#            "b1d"   :  _("Double Click"),
+#            "b1p"   :  _("Drag/Drop Click"),
+#            "b3c"   :  _("Right Click")}
 #
-#         defClicksInv = dict((v,k) for k,v in defClicks.iteritems())
+#     defClicksInv = dict((v,k) for k,v in defClicks.iteritems())
 #
-#         defClick = gtk.combo_box_new_text()
-#         defClick.append_text(defClicks[self.cfg.get( "mouse", "defClick" )])
+#     defClick = gtk.combo_box_new_text()
+#     defClick.append_text(defClicks[self.cfg.get( "mouse", "defClick" )])
 #
-#         defClicklBl = gtk.Label(self.cfg.get( "mouse", "defClick" ))
-#         self.preffWidgets['defClick'] = defClicklBl
+#     defClicklBl = gtk.Label(self.cfg.get( "mouse", "defClick" ))
+#     self.preffWidgets['defClick'] = defClicklBl
 #
-#         for mode in defClicks:
-#             if mode == self.cfg.get( "mouse", "defClick" ):
-#                 continue
-#             defClick.append_text( defClicks[mode] )
+#     for mode in defClicks:
+#         if mode == self.cfg.get( "mouse", "defClick" ):
+#         continue
+#         defClick.append_text( defClicks[mode] )
 #
-#         defClick.connect('changed', self._comboChanged, "mouse", "defClick", defClicksInv)
-#         defClick.set_active(0)
+#     defClick.connect('changed', self._comboChanged, "mouse", "defClick", defClicksInv)
+#     defClick.set_active(0)
 #
-#         defClickF.add( defClick)
-#         camBox.pack_start( defClickF, False, False )
+#     defClickF.add( defClick)
+#     camBox.pack_start( defClickF, False, False )
+
+        camBox.show_all()
+
+        frame.add( camBox )
+        frame.show()
+
+        self.noteBook.insert_page(frame, Gtk.Label(label= _("Mouse")), -1)
+
+    def debug_tab( self ):
+        """
+        The debuging Preff Tab.
+
+        Arguments:
+        - self: The main object pointer.
+        """
 
-               camBox.show_all()
+        frame = Gtk.Frame()
 
-               frame.add( camBox )
-               frame.show()
+        debugBox = Gtk.Grid()
+        debugBox.set_column_spacing(6)
 
-               self.noteBook.insert_page(frame, Gtk.Label(label= _("Mouse")), -1)
+        levelHbox = Gtk.Grid()
+        levelHbox.set_row_spacing(4)
 
-       def debug_tab( self ):
-               """
-               The debuging Preff Tab.
+        levellabel = Gtk.Label(label= _("Debugging Level:") )
+        levellabel.set_alignment( 0.0, 0.5 )
+        levellabel.show()
+        levelHbox.add( levellabel )
 
-               Arguments:
-               - self: The main object pointer.
-               """
+        adj = Gtk.Adjustment( self.cfg.getint( "main", "debugLevel" ), 10, 50, 10, 1, 0)
+        levelSpin = Gtk.SpinButton()
+        levelSpin.set_adjustment(adj)
+        levelSpin.set_wrap( True )
+        levelHbox.add( levelSpin )
+        levelSpin.connect( "value-changed", self._spinChanged, "main", "debugLevel" )
 
-               frame = Gtk.Frame()
+        debugBox.add( levelHbox )
 
-               debugBox = Gtk.Grid()
-               debugBox.set_column_spacing(6)
+        debugBox.show_all()
 
-               levelHbox = Gtk.Grid()
-               levelHbox.set_row_spacing(4)
+        frame.add( debugBox )
+        frame.show()
 
-               levellabel = Gtk.Label(label= _("Debugging Level:") )
-               levellabel.set_alignment( 0.0, 0.5 )
-               levellabel.show()
-               levelHbox.add( levellabel )
+        self.noteBook.insert_page(frame, Gtk.Label(label= _("Debug")), -1)
 
-               adj = Gtk.Adjustment( self.cfg.getint( "main", "debugLevel" ), 10, 50, 10, 1, 0)
-               levelSpin = Gtk.SpinButton()
-               levelSpin.set_adjustment(adj)
-               levelSpin.set_wrap( True )
-               levelHbox.add( levelSpin )
-               levelSpin.connect( "value-changed", self._spinChanged, "main", "debugLevel" )
+    def show_alg_pref(self, widget, liststore):
+        dlg = dialogs.IdmSettings(self.cfg, self.selected_idm, self.selected_idm_stgs)
+        dlg.set_transient_for(self)
+        dlg.set_destroy_with_parent(True)
 
-               debugBox.add( levelHbox )
-
-               debugBox.show_all()
+    def acceptButtonClick( self, *args ):
+        """
+        Accept button callback. This will apply the settings and close the
+        preferences GUI.
 
-               frame.add( debugBox )
-               frame.show()
-
-               self.noteBook.insert_page(frame, Gtk.Label(label= _("Debug")), -1)
+        Arguments:
+        - self: The main object pointer.
+        - *args: The button event arguments
+        """
 
-       def show_alg_pref(self, widget, liststore):
-               dlg = dialogs.IdmSettings(self.cfg, self.selected_idm, self.selected_idm_stgs)
-               dlg.set_transient_for(self)
-               dlg.set_destroy_with_parent(True)
-
-       def acceptButtonClick( self, *args ):
-               """
-               Accept button callback. This will apply the settings and close the
-               preferences GUI.
-
-               Arguments:
-               - self: The main object pointer.
-               - *args: The button event arguments
-               """
-
-               self.cfg.write( open( env.configPath + "userSettings.cfg", "w" ) )
-               self.destroy()
-
-
-       def _tree_view_click(self, widget, conf_button):
-               """
-               Row Selection Event.
-
-               Enables/Disables the conf_button whether the
-               selected algorithm can be configured or not.
-
-               Arguments:
-               - widget: The gtk Widget
-               - conf_button: The configuration button object.
-               """
-
-               ts = widget.get_selection()
-               model, it = ts.get_selected()
-               path = model.get_path(it)[0]
-               if model[path][0] and model[path][3]:
-                       self.selected_idm = model[path][1]
-                       self.selected_idm_stgs = model[path][3]
-                       conf_button.set_sensitive(True)
-
-       def _toggle_cell_changed(self, cell, path, model):
-               """
-               ListStore RadioButton Value Changer.
-               """
-
-               if model[path][0]:
-                       return False
-
-               for pth in range(len(model)):
-                       pth = str(pth)
-                       if pth == path:
-                               model[pth][0] = True
-                               self.cfg.set("main", "algorithm", model[pth][1].lower())
-                       else:
-                               model[pth][0] = False
-
-       def _enable_disable_addon(self, cell, path, model):
-               """
-               ListStore RadioButton Value Changer.
-               """
-        
-               model[path][0] = not model[path][0]
-
-               cur = self.cfg.getList("main", "addon")
-
-               if model[path][1] in cur:
-                       cur.remove(model[path][1].lower())
-               else:
-                       cur.append(model[path][1].lower())
-
-               self.cfg.setList("main", "addon", cur)
-
-       def _checkToggled( self, widget, section, option ):
-               """
-               Sets the new value in the settings object for the toggled checkbox
-
-               Arguments:
-               - self: The main object pointer.
-               - widget: The checkbox.
-               - section: The section of the settings object.
-               - option: The option in the section.
-               """
-               self.cfg.set( section, option, str(widget.get_active()))
-
-       def _spinChanged( self, widget, section, option ):
-               """
-               Sets the new value in the settings object for the toggled checkbox
-
-               Arguments:
-               - self: The main object pointer.
-               - widget: The checkbox.
-               - section: The section of the settings object.
-               - option: The option in the section.
-               """
-               self.cfg.set( section, option, str(widget.get_value_as_int()))
-
-       def applyButtonClick( self, *args):
-               """
-               Apply button callback. This will apply the settings.
-
-               Arguments:
-               - self: The main object pointer.
-               - *args: The button event arguments
-               """
-               self.cfg.write( open( env.configPath + 'userSettings.cfg', "w" ) )
-
-       def _comboChanged( self, widget, section, option, modes=None ):
-               """
-               On combo change. This function is the callback for the on_change
-               event.
-
-               This helps to keep the combobox settings variable updated with the
-               selected option.
-
-               Arguments:
-               - self: The main object pointer.
-               - widget: The widget pointer.
-               - section: The section of the settings object.
-               - option: The option in the section.
-               - modes: The new value.
-               """
-
-               model = widget.get_model()
-               index = widget.get_active()
-               val = (modes and modes[model[index][0]]) or model[index][0] 
-               self.cfg.set( section, option, val)
-
-       def addSpin( self, label, var, startValue, section, option, min_ = 1, max_ = 15):
-               """
-               Creates a new spin button inside a HBox and return it.
-
-               Arguments:
-               - self: The main object pointer.
-               - label: The spin button label.
-               - var: The prefferences dict variable.
-               - startValue: The start value.
-               """
-
-               spinHbox = Gtk.Grid()
-               spinHbox.set_row_spacing(4)
-
-               spinLbl = Gtk.Label(label= label )
-               spinLbl.set_alignment( 0.0, 0.5 )
-               spinLbl.show()
-               spinHbox.add( spinLbl )
-
-               adj = Gtk.Adjustment( startValue, min_, max_, 1, 1, 0)
-               spinButton = Gtk.SpinButton()
-               spinButton.set_adjustment(adj)
-               spinButton.set_wrap( True )
-               spinButton.connect( "value-changed", self._spinChanged, section, option )
-               spinHbox.add( spinButton )
-
-               spinLbl.set_mnemonic_widget( spinButton )
-
-               return spinHbox
-
-       def close( self, *args ):
-               """
-               Closes the prefferences GUI without saving the changes.
-
-               Arguments:
-               - self: The main object pointer.
-               - *args: The button event arguments
-               """
-               self.destroy()
+        self.cfg.write( open( env.configPath + "userSettings.cfg", "w" ) )
+        self.destroy()
+
+
+    def _tree_view_click(self, widget, conf_button):
+        """
+        Row Selection Event.
+
+        Enables/Disables the conf_button whether the
+        selected algorithm can be configured or not.
+
+        Arguments:
+        - widget: The gtk Widget
+        - conf_button: The configuration button object.
+        """
+
+        ts = widget.get_selection()
+        model, it = ts.get_selected()
+        path = model.get_path(it)[0]
+        if model[path][0] and model[path][3]:
+            self.selected_idm = model[path][1]
+            self.selected_idm_stgs = model[path][3]
+            conf_button.set_sensitive(True)
+
+    def _toggle_cell_changed(self, cell, path, model):
+        """
+        ListStore RadioButton Value Changer.
+        """
+
+        if model[path][0]:
+            return False
+
+        for pth in range(len(model)):
+            pth = str(pth)
+            if pth == path:
+                model[pth][0] = True
+                self.cfg.set("main", "algorithm", model[pth][1].lower())
+            else:
+                model[pth][0] = False
+
+    def _enable_disable_addon(self, cell, path, model):
+        """
+        ListStore RadioButton Value Changer.
+        """
+
+        model[path][0] = not model[path][0]
+
+        cur = self.cfg.getList("main", "addon")
+
+        if model[path][1] in cur:
+            cur.remove(model[path][1].lower())
+        else:
+            cur.append(model[path][1].lower())
+
+        self.cfg.setList("main", "addon", cur)
+
+    def _checkToggled( self, widget, section, option ):
+        """
+        Sets the new value in the settings object for the toggled checkbox
+
+        Arguments:
+        - self: The main object pointer.
+        - widget: The checkbox.
+        - section: The section of the settings object.
+        - option: The option in the section.
+        """
+        self.cfg.set( section, option, str(widget.get_active()))
+
+    def _spinChanged( self, widget, section, option ):
+        """
+        Sets the new value in the settings object for the toggled checkbox
+
+        Arguments:
+        - self: The main object pointer.
+        - widget: The checkbox.
+        - section: The section of the settings object.
+        - option: The option in the section.
+        """
+        self.cfg.set( section, option, str(widget.get_value_as_int()))
+
+    def applyButtonClick( self, *args):
+        """
+        Apply button callback. This will apply the settings.
+
+        Arguments:
+        - self: The main object pointer.
+        - *args: The button event arguments
+        """
+        self.cfg.write( open( env.configPath + 'userSettings.cfg', "w" ) )
+
+    def _comboChanged( self, widget, section, option, modes=None ):
+        """
+        On combo change. This function is the callback for the on_change
+        event.
+
+        This helps to keep the combobox settings variable updated with the
+        selected option.
+
+        Arguments:
+        - self: The main object pointer.
+        - widget: The widget pointer.
+        - section: The section of the settings object.
+        - option: The option in the section.
+        - modes: The new value.
+        """
+
+        model = widget.get_model()
+        index = widget.get_active()
+        val = (modes and modes[model[index][0]]) or model[index][0]
+        self.cfg.set( section, option, val)
+
+    def addSpin( self, label, var, startValue, section, option, min_ = 1, max_ = 15):
+        """
+        Creates a new spin button inside a HBox and return it.
+
+        Arguments:
+        - self: The main object pointer.
+        - label: The spin button label.
+        - var: The prefferences dict variable.
+        - startValue: The start value.
+        """
+
+        spinHbox = Gtk.Grid()
+        spinHbox.set_row_spacing(4)
+
+        spinLbl = Gtk.Label(label= label )
+        spinLbl.set_alignment( 0.0, 0.5 )
+        spinLbl.show()
+        spinHbox.add( spinLbl )
+
+        adj = Gtk.Adjustment( startValue, min_, max_, 1, 1, 0)
+        spinButton = Gtk.SpinButton()
+        spinButton.set_adjustment(adj)
+        spinButton.set_wrap( True )
+        spinButton.connect( "value-changed", self._spinChanged, section, option )
+        spinHbox.add( spinButton )
+
+        spinLbl.set_mnemonic_widget( spinButton )
+
+        return spinHbox
+
+    def close( self, *args ):
+        """
+        Closes the prefferences GUI without saving the changes.
+
+        Arguments:
+        - self: The main object pointer.
+        - *args: The button event arguments
+        """
+        self.destroy()
 
 
 def showPreffGui(controller):
-       """
-       Starts the preffGui.
+    """
+    Starts the preffGui.
 
-       Arguments:
-       - mouseTrap: The mouseTrap object pointer.
-       """
+    Arguments:
+    - mouseTrap: The mouseTrap object pointer.
+    """
 
-       gui = PreffGui(controller)
-       gui.setWindowsIcon()
-       gui.buildInterface()
+    gui = PreffGui(controller)
+    gui.setWindowsIcon()
+    gui.buildInterface()
diff --git a/src/mousetrap/app/ui/widgets.py b/src/mousetrap/app/ui/widgets.py
index bdff051..55dbf7e 100644
--- a/src/mousetrap/app/ui/widgets.py
+++ b/src/mousetrap/app/ui/widgets.py
@@ -65,7 +65,7 @@ class Mapper(Gtk.Widget):
 
         # First set an internal flag telling that we're realized
         #self.set_flags(self.flags() | Gtk.REALIZED)
-       self.set_realized(True)
+        self.set_realized(True)
 
         # Create a new gdk.Window which we can draw on.
         # Also say that we want to receive exposure events
@@ -80,8 +80,8 @@ class Mapper(Gtk.Widget):
                         | Gdk.EventMask.BUTTON1_MOTION_MASK | Gdk.EventMask.BUTTON_PRESS_MASK
                         | Gdk.EventMask.POINTER_MOTION_MASK
                         | Gdk.EventMask.POINTER_MOTION_HINT_MASK,
-               wclass=Gdk.INPUT_OUTPUT
-       )
+                wclass=Gdk.INPUT_OUTPUT
+        )
 
         # Associate the gdk.Window with ourselves, Gtk+ needs a reference
         # between the widget and the gdk window
diff --git a/src/mousetrap/ocvfw/_ocv.py b/src/mousetrap/ocvfw/_ocv.py
index 05e0274..064187a 100644
--- a/src/mousetrap/ocvfw/_ocv.py
+++ b/src/mousetrap/ocvfw/_ocv.py
@@ -32,7 +32,7 @@ import numpy
 import array
 
 class OcvfwBase:
-    
+
     def __init__( self ):
         """
         Initialize the module and set its main variables.
@@ -54,7 +54,7 @@ class OcvfwBase:
             getattr(self, "%s" % key)(value)
             debug.debug("_ocv - set", "Changed %s value to %s" % (key, value))
             return True
-        
+
         debug.debug("_ocv - set", "%s not found" % (key))
         return False
 
@@ -66,15 +66,15 @@ class OcvfwBase:
         - self: The main object pointer.
         - set: The new value. If None returns the current state.
         """
-        
+
         if set is None:
             return self.__lk_swap
-        
+
         self.__lk_swap = set
 
     def new_image(self, size, num, ch):
         """
-        Creates a new image 
+        Creates a new image
         """
 
         #if type(size) == "<type 'tuple'>":
@@ -100,7 +100,7 @@ class OcvfwBase:
         - num: An int value.
         """
         return co.cv.WaitKey(num)
-    
+
     def start_camera(self, params = None):
         """
         Starts the camera capture
@@ -108,10 +108,10 @@ class OcvfwBase:
         Arguments:
         - params: A list with the capture properties. NOTE: Not implemented yet.
         """
-        self.capture = cv.CaptureFromCAM(self.idx )    
+        self.capture = cv.CaptureFromCAM(self.idx )
 
         debug.debug( "ocvfw", "start_camera: Camera Started" )
-    
+
     def query_image(self, bgr=False, flip=False):
         """
         Queries the new frame.
@@ -125,9 +125,9 @@ class OcvfwBase:
 
         frame = cv.QueryFrame( self.capture )
 
-       #Test to make sure camera starts properly
+        #Test to make sure camera starts properly
         #cv.ShowImage("webcam", frame)
-        
+
 
         if not  self.img:
             self.storage        = co.cv.CreateMemStorage(0)
@@ -142,16 +142,16 @@ class OcvfwBase:
             #a = co.cv.Round(self.img.width/self.imageScale)
             #b = co.cv.Round(self.img.height/self.imageScale)
             #c = (a, b)
-            self.small_img      = co.cv.CreateImage( 
-                               ( co.cv.Round(self.img.width/self.imageScale),
-                                 co.cv.Round(self.img.height/self.imageScale) ),
-                               8, 3 )
+            self.small_img      = co.cv.CreateImage(
+                                ( co.cv.Round(self.img.width/self.imageScale),
+                                  co.cv.Round(self.img.height/self.imageScale) ),
+                                8, 3 )
 
         self.img = frame
 
         self.wait_key(10)
         return True
-    
+
     def set_lkpoint(self, point):
         """
         Set a point to follow it using the L. Kallman method.
@@ -163,14 +163,14 @@ class OcvfwBase:
 
         #Point = co.cv.Point( point.x, point.y )
 
-       self.img_lkpoints["current"] = numpy.zeros((point.x, point.y), numpy.float32)
+        self.img_lkpoints["current"] = numpy.zeros((point.x, point.y), numpy.float32)
         self.img_lkpoints["current"] = cv.fromarray(self.img_lkpoints["current"])
 
-        self.grey = numpy.asarray(self.grey[:,:])      #new
+        self.grey = numpy.asarray(self.grey[:,:])        #new
 
         if numpy.all(self.img_lkpoints["current"]):
             #co.cv.FindCornerSubPix(
-            cv2.cornerSubPix(                          # was cv.FindCornerSubPix
+            cv2.cornerSubPix(                                # was cv.FindCornerSubPix
                 self.grey,
                 self.img_lkpoints["current"],
                 (20, 20), (0,0),
@@ -213,19 +213,19 @@ class OcvfwBase:
         self.grey = numpy.asarray(self.grey[:,:])
         grey = cv2.cvtColor(self.grey, cv2.COLOR_BGR2GRAY)
 
-          # calculate the optical flow
+           # calculate the optical flow
         nextPts, status, err = cv2.calcOpticalFlowPyrLK (
             prevGrey, #prevImg
             grey, #nextImg
-           self.prevPyramid, #prevPts
-           self.pyramid, #nextPts
-           None, #status
-           (20, 20), #winSize
-           2, #maxLevel
+                self.prevPyramid, #prevPts
+                self.pyramid, #nextPts
+                None, #status
+                (20, 20), #winSize
+                2, #maxLevel
                 (cv2.TERM_CRITERIA_MAX_ITER|cv2.TERM_CRITERIA_EPS, 20, 0.03), #criteria
-           cv2.OPTFLOW_USE_INITIAL_FLOW #flags
-           )
-       cv.ShowImage("test",self.grey)
+                cv2.OPTFLOW_USE_INITIAL_FLOW #flags
+                )
+        cv.ShowImage("test",self.grey)
 
         if isinstance(optical_flow[0], tuple):
             self.img_lkpoints["current"], status = optical_flow[0]
@@ -286,7 +286,7 @@ class OcvfwCtypes(OcvfwBase):
 
     This Backend uses ctypes opencv python bindings.
     """
-    
+
 
     def __init__(self):
         """
@@ -296,12 +296,12 @@ class OcvfwCtypes(OcvfwBase):
                         globals(),
                         locals(),
                         [''])
-        
+
         co.hg = __import__("pyopencv.cv",
                         globals(),
                         locals(),
                         [''])#should be removed
- 
+
         OcvfwBase.__init__(self)
 
 
@@ -317,7 +317,7 @@ class OcvfwPython(OcvfwBase):
                         globals(),
                         locals(),
                         [''])
-        
+
     co.hg = __import__("cv",
                         globals(),
                         locals(),
@@ -368,12 +368,12 @@ class OcvfwPython(OcvfwBase):
         #co.cv.ClearMemStorage( self.storage )
 
         points = co.cv.HaarDetectObjects( self.small_img, cascade, self.storage, 1.2, 2, method, (20, 20) )
-       
+
         if points:
             matches = [ [ ( int(r[0][0]*self.imageScale), int(r[0][1]*self.imageScale)), \
                         ( int((r[0][0]+r[0][3])*self.imageScale), int((r[0][0]+r[0][2])*self.imageScale) )] \
                         for r in points]
-           
+
             debug.debug( "ocvfw", "cmGetHaarPoints: detected some matches" )
             debug.debug("ocvfw-getHaarPoints", matches)
             return matches
@@ -396,13 +396,13 @@ class OcvfwPython(OcvfwBase):
         debug.debug( "ocvfw-get_haar_roi_points", self.img)
 
         #FIXME: Work around to fix when the rect is too big
-       if (rect[0]+rect[2]) > self.img.width:
-               rect = (rect[0], rect[1], self.img.width-rect[0],self.img.height-rect[1])
-       if (rect[1]+rect[3]) > self.img.height:
-               rect = (rect[0], rect[1], self.img.width-rect[0],self.img.height-rect[1])
+        if (rect[0]+rect[2]) > self.img.width:
+            rect = (rect[0], rect[1], self.img.width-rect[0],self.img.height-rect[1])
+        if (rect[1]+rect[3]) > self.img.height:
+            rect = (rect[0], rect[1], self.img.width-rect[0],self.img.height-rect[1])
 
         debug.debug("before GetSubRect - rect",rect)
-       debug.debug("before GetSubRect - self.img", self.img)
+        debug.debug("before GetSubRect - self.img", self.img)
         imageROI = co.cv.GetSubRect(self.img, rect)
 
         if cascade:
@@ -415,13 +415,13 @@ class OcvfwPython(OcvfwBase):
             matches = [ [ ( int(r[0][0]*origSize[0]), int(r[0][1]*origSize[1])), \
                           ( int((r[0][0]+r[0][3])+origSize[0]), int((r[0][1]+r[0][2])*origSize[1]) )] \
                           for r in points]
-           #matches = [ [ ( int(r[0][0]), int(r[0][1])), \
+            #matches = [ [ ( int(r[0][0]), int(r[0][1])), \
              #             ( int((r[0][0]+r[0][3])), int((r[0][1]+r[0][2])) )] \
               #            for r in points]
-          #FIXME: I don't think the  matches are right
+           #FIXME: I don't think the  matches are right
 
             debug.debug( "ocvfw", "cmGetHaarROIPoints: detected some matches" )
-           debug.debug("ocvfw-getHaarROIPoints", matches)
+            debug.debug("ocvfw-getHaarROIPoints", matches)
             return matches
 
 
diff --git a/src/mousetrap/ocvfw/dev/camera.py b/src/mousetrap/ocvfw/dev/camera.py
index 7839b06..9224061 100644
--- a/src/mousetrap/ocvfw/dev/camera.py
+++ b/src/mousetrap/ocvfw/dev/camera.py
@@ -43,7 +43,7 @@ def _camera(backend):
     if not hasattr(ocv, backend):
         debug.warning("Camera", "Not such backend %s falling back to OcvfwPython" % backend)
         backend = "OcvfwPython"
-    
+
     bknd = getattr(ocv, backend)
 
     @co.singleton
@@ -84,7 +84,7 @@ class Capture(object):
 
         self.last_update   = 0
         self.last_duration = 0
-            
+
         self.set_async(fps, async)
 
     def set_async(self, fps=100, async=False):
@@ -112,7 +112,7 @@ class Capture(object):
         """
         Camera.query_image()
         #cv.ShowImage("webcam", self.img)
-       
+
         if not self.__image:
             self.__images_cn   = { 1 : co.cv.CreateImage ( Camera.imgSize, 8, 1 ),
                                    3 : co.cv.CreateImage ( Camera.imgSize, 8, 3 ),
@@ -132,14 +132,14 @@ class Capture(object):
             Camera.swap_lkpoints()
 
         self.show_rectangles(self.rectangles())
-       self.draw_point(self.points())
+        self.draw_point(self.points())
 
         return self.async
 
     def set_camera(self, key, value):
-      """
-      """
-      Camera.set(key, value)
+        """
+        """
+        Camera.set(key, value)
 
     def image(self, new_img = None):
         """
@@ -187,17 +187,17 @@ class Capture(object):
 
         if "as_numpy_array" in dir(img):
             buff = GdkPixbuf.Pixbuf.new_from_array(img.as_numpy_array(),
-                                                 GdkPixbuf.Colorspace.RGB,  
+                                                 GdkPixbuf.Colorspace.RGB,
                                                  img.depth)
         else:
             buff = GdkPixbuf.Pixbuf.new_from_data(img.tostring(),
-                                                GdkPixbuf.Colorspace.RGB, 
-                                               False,                      # has alpha channel
+                                                GdkPixbuf.Colorspace.RGB,
+                                                False,                      # has alpha channel
                                                 img.depth,
                                                 img.width,
                                                 img.height,
-                                                img.width*img.nChannels,       # stride or widthStep
-                                               None, None)                     #Bug workaround for memory 
management
+                                                img.width*img.nChannels,         # stride or widthStep
+                                                None, None)                        #Bug workaround for 
memory management
         return buff
 
     def points(self):
@@ -231,8 +231,8 @@ class Capture(object):
             co.cv.Rectangle( self.__image, (rect.x, rect.y), (rect.size[0], rect.size[1]), 
co.cv.CV_RGB(255,0,0), 3, 8, 0 )
 
     def draw_point(self, points):
-       for point in points:
-               co.cv.Circle(self.__image, (point.x,point.y), 3, co.cv.Scalar(0, 255, 0, 0), 3, 8, 0)
+        for point in points:
+            co.cv.Circle(self.__image, (point.x,point.y), 3, co.cv.Scalar(0, 255, 0, 0), 3, 8, 0)
 
     def original(self):
         """
@@ -376,11 +376,11 @@ class Capture(object):
         if roi is None:
             return Camera.get_haar_points(haar_csd)
 
-       #FIXME:This should not be hard coded
-       #roi = (250, 120, 390, 360)
+        #FIXME:This should not be hard coded
+        #roi = (250, 120, 390, 360)
         roi = (roi["start"], roi["end"], roi["width"], roi["height"]) #get_haar_roi_points needs a list
-        #roi = co.cv.Rectangle(self.__image, (roi[0], roi[1]), (roi[2], roi[3]), (0,0,255)) 
-                                               # was roi["start"], roi["end"]), (roi["width"], roi["height"]
+        #roi = co.cv.Rectangle(self.__image, (roi[0], roi[1]), (roi[2], roi[3]), (0,0,255))
+                                                # was roi["start"], roi["end"]), (roi["width"], roi["height"]
             #roi pt1 and pt2 needs to be a vertex and added color
         #might need to remove and reestablish point values
         return Camera.get_haar_roi_points(haar_csd, roi, orig)
diff --git a/src/mousetrap/ocvfw/haars/Mouth.xml b/src/mousetrap/ocvfw/haars/Mouth.xml
index ae4ee24..9bd9c09 100644
--- a/src/mousetrap/ocvfw/haars/Mouth.xml
+++ b/src/mousetrap/ocvfw/haars/Mouth.xml
@@ -1,21991 +1,21991 @@
-<?xml version="1.0"?>
-<!----------------------------------------------------------------------------
-  25x15 Mouth detector computed with 7000 positive samples
-
-//////////////////////////////////////////////////////////////////////////
-| Contributors License Agreement
-| IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
-|   By downloading, copying, installing or using the software you agree 
-|   to this license.
-|   If you do not agree to this license, do not download, install,
-|   copy or use the software.
-|
-| Copyright (c) 2006, Modesto Castrillon-Santana (IUSIANI, University of
-| Las Palmas de Gran Canaria, Spain).
-|  All rights reserved.
-|
-| Redistribution and use in source and binary forms, with or without
-| modification, are permitted provided that the following conditions are
-| met:
-|
-|    * Redistributions of source code must retain the above copyright
-|       notice, this list of conditions and the following disclaimer.
-|    * Redistributions in binary form must reproduce the above
-|      copyright notice, this list of conditions and the following
-|      disclaimer in the documentation and/or other materials provided
-|      with the distribution.  
-|    * The name of Contributor may not used to endorse or promote products 
-|      derived from this software without specific prior written permission.
-|
-| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-| "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-| LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-| A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-| CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-| EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-| PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-| PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-| LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-| NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  Back to
-| Top
-//////////////////////////////////////////////////////////////////////////
-
-RESEARCH USE:
-If you are using any of the detectors or involved ideas please cite one of these papers:
-
- ARTICLE{Castrillon07-jvci,
-  author =       "Castrill\'on Santana, M. and D\'eniz Su\'arez, O. and Hern\'andez Tejera, M. and Guerra 
Artal, C.",
-  title =        "ENCARA2: Real-time Detection of Multiple Faces at Different Resolutions in Video Streams",
-  journal =      "Journal of Visual Communication and Image Representation",
-  year =         "2007",
-  vol =          "18",
-  issue =        "2",
-  month =        "April",
-  pages =        "130-140"
-}
-
- INPROCEEDINGS{Castrillon07-swb,
-  author =       "Castrill\'on Santana, M. and D\'eniz Su\'arez, O. and Hern\'andez Sosa, D. and Lorenzo 
Navarro, J. ",
-  title =        "Using Incremental Principal Component Analysis to Learn a Gender Classifier Automatically",
-  booktitle =    "1st Spanish Workshop on Biometrics",
-  year =         "2007",
-  month =        "June",
-  address =      "Girona, Spain",
-  file = F
-}
-
-A comparison of this and other face related classifiers can be found in:
-
- InProceedings{Castrillon08a-visapp,
- 'athor =       "Modesto Castrill\'on-Santana and O. D\'eniz-Su\'arez, L. Ant\'on-Canal\'{\i}s and J. 
Lorenzo-Navarro",
-  title =        "Face and Facial Feature Detection Evaluation"
-  booktitle =    "Third International Conference on Computer Vision Theory and Applications, VISAPP08"
-  year =         "2008",
-  month =        "January"
-}
-
-More information can be found at http://mozart.dis.ulpgc.es/Gias/modesto_eng.html or in the papers.
-
-COMMERCIAL USE:
-If you have any commercial interest in this work please contact 
-mcastrillon iusiani ulpgc es
------------------------------------------------------------------------->
-<opencv_storage>
-<Boca_17stages type_id="opencv-haar-classifier">
-  <size>
-    25 15</size>
-  <stages>
-    <_>
-      <!-- stage 0 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 14 9 -1.</_>
-                <_>
-                  0 3 14 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1192855015397072</threshold>
-            <left_val>0.7854182124137878</left_val>
-            <right_val>-0.4541360139846802</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 1 8 14 -1.</_>
-                <_>
-                  17 8 8 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0641647726297379</threshold>
-            <left_val>-0.7407680749893189</left_val>
-            <right_val>0.2652035951614380</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 11 6 -1.</_>
-                <_>
-                  7 5 11 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0910761803388596</threshold>
-            <left_val>-0.2063370943069458</left_val>
-            <right_val>0.8400946259498596</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 15 6 -1.</_>
-                <_>
-                  5 4 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1129330024123192</threshold>
-            <left_val>0.8284121751785278</left_val>
-            <right_val>-0.1866362988948822</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 4 11 6 -1.</_>
-                <_>
-                  6 6 11 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0741933435201645</threshold>
-            <left_val>0.8354660272598267</left_val>
-            <right_val>-0.1527701020240784</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 1 6 3 -1.</_>
-                <_>
-                  19 1 2 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.1404659491963685e-005</threshold>
-            <left_val>-0.0716945603489876</left_val>
-            <right_val>0.1858334988355637</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 15 6 -1.</_>
-                <_>
-                  5 2 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0996975302696228</threshold>
-            <left_val>0.6870458126068115</left_val>
-            <right_val>-0.1721730977296829</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 13 6 -1.</_>
-                <_>
-                  7 5 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0900413617491722</threshold>
-            <left_val>0.7310237884521484</left_val>
-            <right_val>-0.1368771940469742</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 6 5 -1.</_>
-                <_>
-                  8 3 3 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.5138311320915818e-004</threshold>
-            <left_val>-0.3469826877117157</left_val>
-            <right_val>0.3647777140140533</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 14 4 1 -1.</_>
-                <_>
-                  21 14 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.6144449546118267e-005</threshold>
-            <left_val>-0.3085466027259827</left_val>
-            <right_val>0.2320024073123932</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 3 12 -1.</_>
-                <_>
-                  0 7 3 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.9363909814273939e-005</threshold>
-            <left_val>-0.3819856047630310</left_val>
-            <right_val>0.2404107004404068</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 10 3 4 -1.</_>
-                <_>
-                  22 11 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.9673648104071617e-003</threshold>
-            <left_val>0.0545878112316132</left_val>
-            <right_val>-0.7487065792083740</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 10 3 4 -1.</_>
-                <_>
-                  0 11 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.7189309261739254e-003</threshold>
-            <left_val>-0.7476686835289002</left_val>
-            <right_val>0.1205869019031525</right_val></_></_></trees>
-      <stage_threshold>-1.4372119903564453</stage_threshold>
-      <parent>-1</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 1 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 15 8 -1.</_>
-                <_>
-                  5 2 15 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1006335020065308</threshold>
-            <left_val>0.7848083972930908</left_val>
-            <right_val>-0.3866829872131348</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 0 5 9 -1.</_>
-                <_>
-                  20 3 5 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0366767607629299</threshold>
-            <left_val>0.5453233718872070</left_val>
-            <right_val>-0.4012677967548370</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 2 13 4 -1.</_>
-                <_>
-                  6 4 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0815562233328819</threshold>
-            <left_val>-0.1315398067235947</left_val>
-            <right_val>0.8084958195686340</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 2 15 6 -1.</_>
-                <_>
-                  7 4 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1064186021685600</threshold>
-            <left_val>0.6782389879226685</left_val>
-            <right_val>-0.2083356976509094</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 3 4 12 -1.</_>
-                <_>
-                  2 9 4 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0156307406723499</threshold>
-            <left_val>-0.3749788105487824</left_val>
-            <right_val>0.3150509893894196</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 1 14 6 -1.</_>
-                <_>
-                  6 3 14 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0711290463805199</threshold>
-            <left_val>-0.1557385027408600</left_val>
-            <right_val>0.7050542831420898</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 3 9 6 -1.</_>
-                <_>
-                  8 5 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0736639127135277</threshold>
-            <left_val>-0.1547683030366898</left_val>
-            <right_val>0.6715884804725647</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 4 6 -1.</_>
-                <_>
-                  21 3 4 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.0592950275167823e-004</threshold>
-            <left_val>0.1365388035774231</left_val>
-            <right_val>-0.2670182883739471</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 12 1 3 -1.</_>
-                <_>
-                  1 13 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.9239520188421011e-003</threshold>
-            <left_val>-0.7261438965797424</left_val>
-            <right_val>0.1364576965570450</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 12 1 3 -1.</_>
-                <_>
-                  23 13 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.3057300131767988e-003</threshold>
-            <left_val>0.0706136971712112</left_val>
-            <right_val>-0.6423184275627136</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 12 1 3 -1.</_>
-                <_>
-                  1 13 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.8073299434036016e-003</threshold>
-            <left_val>0.1355642974376679</left_val>
-            <right_val>-0.7050786018371582</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 7 11 8 -1.</_>
-                <_>
-                  7 9 11 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0664333626627922</threshold>
-            <left_val>0.6158788204193115</left_val>
-            <right_val>-0.1400263011455536</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 4 9 6 -1.</_>
-                <_>
-                  8 6 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0689277201890945</threshold>
-            <left_val>0.6765924096107483</left_val>
-            <right_val>-0.1224988028407097</right_val></_></_></trees>
-      <stage_threshold>-1.5416599512100220</stage_threshold>
-      <parent>0</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 2 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 15 9 -1.</_>
-                <_>
-                  1 3 15 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1822655051946640</threshold>
-            <left_val>0.5961514711380005</left_val>
-            <right_val>-0.3195483088493347</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 0 11 15 -1.</_>
-                <_>
-                  9 5 11 5 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2893281877040863</threshold>
-            <left_val>-0.0240151602774858</left_val>
-            <right_val>0.3762707114219666</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 3 4 -1.</_>
-                <_>
-                  0 9 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.2456621304154396e-003</threshold>
-            <left_val>-0.7117397785186768</left_val>
-            <right_val>0.1214720010757446</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 9 12 6 -1.</_>
-                <_>
-                  7 12 12 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0545681491494179</threshold>
-            <left_val>-0.1822118014097214</left_val>
-            <right_val>0.4597271978855133</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 2 6 -1.</_>
-                <_>
-                  0 7 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.4434829615056515e-003</threshold>
-            <left_val>-0.5354676842689514</left_val>
-            <right_val>0.1655835956335068</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 0 2 11 -1.</_>
-                <_>
-                  14 0 1 11 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0204923897981644</threshold>
-            <left_val>-0.8770608901977539</left_val>
-            <right_val>-0.0151639897376299</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 2 6 -1.</_>
-                <_>
-                  0 11 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.8007471486926079e-003</threshold>
-            <left_val>-0.5431423187255859</left_val>
-            <right_val>0.1356130987405777</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 24 12 -1.</_>
-                <_>
-                  13 0 12 6 2.</_>
-                <_>
-                  1 6 12 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1226660013198853</threshold>
-            <left_val>0.1124472022056580</left_val>
-            <right_val>-0.6574401855468750</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 3 4 -1.</_>
-                <_>
-                  0 2 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.5254979088203982e-005</threshold>
-            <left_val>0.1536739021539688</left_val>
-            <right_val>-0.3841981887817383</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 14 6 -1.</_>
-                <_>
-                  7 5 14 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1131860986351967</threshold>
-            <left_val>0.4927195906639099</left_val>
-            <right_val>-0.1094276010990143</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 15 4 -1.</_>
-                <_>
-                  5 5 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0792956873774529</threshold>
-            <left_val>-0.1647461056709290</left_val>
-            <right_val>0.4720517992973328</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 13 12 1 -1.</_>
-                <_>
-                  12 13 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0148729300126433</threshold>
-            <left_val>0.0740143731236458</left_val>
-            <right_val>-0.5926275849342346</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 3 12 6 -1.</_>
-                <_>
-                  8 3 6 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0538397915661335</threshold>
-            <left_val>-0.2111544013023377</left_val>
-            <right_val>0.3537890911102295</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 2 4 9 -1.</_>
-                <_>
-                  21 2 2 9 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0759592726826668</threshold>
-            <left_val>0.5931801795959473</left_val>
-            <right_val>-0.1090068966150284</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 2 13 6 -1.</_>
-                <_>
-                  6 4 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1158166006207466</threshold>
-            <left_val>-0.0984905213117599</left_val>
-            <right_val>0.5940334796905518</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 15 2 -1.</_>
-                <_>
-                  5 4 15 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0160826407372952</threshold>
-            <left_val>0.3794195055961609</left_val>
-            <right_val>-0.1654051989316940</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 5 3 -1.</_>
-                <_>
-                  0 12 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.7254770547151566e-003</threshold>
-            <left_val>0.0937571078538895</left_val>
-            <right_val>-0.7060937881469727</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 0 11 14 -1.</_>
-                <_>
-                  14 7 11 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0611884109675884</threshold>
-            <left_val>-0.4381029903888702</left_val>
-            <right_val>0.0796229690313339</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 10 4 1 -1.</_>
-                <_>
-                  3 11 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.5152038112282753e-003</threshold>
-            <left_val>-0.7019357085227966</left_val>
-            <right_val>0.0781789273023605</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 24 12 -1.</_>
-                <_>
-                  13 0 12 6 2.</_>
-                <_>
-                  1 6 12 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1988534033298492</threshold>
-            <left_val>-0.6726130843162537</left_val>
-            <right_val>0.0560497716069222</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 6 6 -1.</_>
-                <_>
-                  0 4 3 3 2.</_>
-                <_>
-                  3 7 3 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0194473192095757</threshold>
-            <left_val>-0.1165110021829605</left_val>
-            <right_val>0.4151527881622315</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 9 1 4 -1.</_>
-                <_>
-                  22 10 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-4.6706218272447586e-003</threshold>
-            <left_val>-0.6090158820152283</left_val>
-            <right_val>0.1049979999661446</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 9 4 1 -1.</_>
-                <_>
-                  3 10 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>4.0827528573572636e-003</threshold>
-            <left_val>0.0689968466758728</left_val>
-            <right_val>-0.5490871071815491</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 4 8 10 -1.</_>
-                <_>
-                  20 4 4 5 2.</_>
-                <_>
-                  16 9 4 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0201979596167803</threshold>
-            <left_val>0.2884930074214935</left_val>
-            <right_val>-0.1804888993501663</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 7 9 6 -1.</_>
-                <_>
-                  8 9 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0504430681467056</threshold>
-            <left_val>-0.0897706300020218</left_val>
-            <right_val>0.4609920978546143</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 12 4 3 -1.</_>
-                <_>
-                  12 12 2 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.0139562226831913e-003</threshold>
-            <left_val>-0.4820869863033295</left_val>
-            <right_val>0.0588099807500839</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 3 3 -1.</_>
-                <_>
-                  0 1 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.5741933435201645e-003</threshold>
-            <left_val>0.0568646714091301</left_val>
-            <right_val>-0.5979083180427551</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 9 14 2 -1.</_>
-                <_>
-                  11 9 7 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0121624497696757</threshold>
-            <left_val>0.1446305960416794</left_val>
-            <right_val>-0.1168325990438461</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 13 4 1 -1.</_>
-                <_>
-                  10 13 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.9329390488564968e-003</threshold>
-            <left_val>-0.5450860857963562</left_val>
-            <right_val>0.0609783902764320</right_val></_></_></trees>
-      <stage_threshold>-1.5324319601058960</stage_threshold>
-      <parent>1</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 3 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 8 6 -1.</_>
-                <_>
-                  0 3 8 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0320550985634327</threshold>
-            <left_val>0.4280030131340027</left_val>
-            <right_val>-0.4258942902088165</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 1 15 6 -1.</_>
-                <_>
-                  5 3 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1231034025549889</threshold>
-            <left_val>0.5121241807937622</left_val>
-            <right_val>-0.2055584937334061</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 4 3 -1.</_>
-                <_>
-                  0 8 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.8588259853422642e-003</threshold>
-            <left_val>-0.7101820707321167</left_val>
-            <right_val>0.1075906008481979</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 3 20 6 -1.</_>
-                <_>
-                  8 3 10 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0977141335606575</threshold>
-            <left_val>-0.1477957963943481</left_val>
-            <right_val>0.4571174979209900</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 6 24 5 -1.</_>
-                <_>
-                  6 6 12 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0527394600212574</threshold>
-            <left_val>0.3743767142295837</left_val>
-            <right_val>-0.2183827012777329</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 5 9 6 -1.</_>
-                <_>
-                  8 7 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0584189109504223</threshold>
-            <left_val>-0.1386294066905975</left_val>
-            <right_val>0.4993282854557037</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 14 4 -1.</_>
-                <_>
-                  5 4 14 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0887569189071655</threshold>
-            <left_val>-0.1315895020961762</left_val>
-            <right_val>0.6216561794281006</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 8 3 6 -1.</_>
-                <_>
-                  22 10 3 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0145876696333289</threshold>
-            <left_val>0.0915696695446968</left_val>
-            <right_val>-0.5815675258636475</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 9 18 2 -1.</_>
-                <_>
-                  3 9 9 1 2.</_>
-                <_>
-                  12 10 9 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1044600009918213</threshold>
-            <left_val>5.2740359678864479e-003</left_val>
-            <right_val>-5.6644519531250000e+004</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 8 3 6 -1.</_>
-                <_>
-                  22 10 3 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.4322784096002579e-003</threshold>
-            <left_val>-0.4866046011447907</left_val>
-            <right_val>0.0979617610573769</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 24 6 -1.</_>
-                <_>
-                  0 0 12 3 2.</_>
-                <_>
-                  12 3 12 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0406559295952320</threshold>
-            <left_val>0.1391579061746597</left_val>
-            <right_val>-0.3656015992164612</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 11 4 4 -1.</_>
-                <_>
-                  15 11 2 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.3366899266839027e-003</threshold>
-            <left_val>0.0641745477914810</left_val>
-            <right_val>-0.6245471239089966</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 5 15 2 -1.</_>
-                <_>
-                  5 6 15 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0158455893397331</threshold>
-            <left_val>-0.1791914999485016</left_val>
-            <right_val>0.2889905869960785</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 4 15 6 -1.</_>
-                <_>
-                  5 6 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0746863335371017</threshold>
-            <left_val>0.5424023270606995</left_val>
-            <right_val>-0.1314727962017059</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 2 3 -1.</_>
-                <_>
-                  0 8 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.7695250250399113e-003</threshold>
-            <left_val>0.0965340435504913</left_val>
-            <right_val>-0.6561154723167419</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 6 13 6 -1.</_>
-                <_>
-                  6 8 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0535226687788963</threshold>
-            <left_val>0.4636800885200501</left_val>
-            <right_val>-0.1353430002927780</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 6 3 -1.</_>
-                <_>
-                  0 12 6 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.3648750074207783e-003</threshold>
-            <left_val>-0.6624563932418823</left_val>
-            <right_val>0.0684857368469238</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 14 14 -1.</_>
-                <_>
-                  11 7 14 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.2447337061166763</threshold>
-            <left_val>-0.8181337118148804</left_val>
-            <right_val>0.0450799688696861</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 13 4 1 -1.</_>
-                <_>
-                  8 13 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.4634969886392355e-003</threshold>
-            <left_val>-0.7681804895401001</left_val>
-            <right_val>0.0495845898985863</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 9 13 6 -1.</_>
-                <_>
-                  6 11 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0358034893870354</threshold>
-            <left_val>0.3749603927135468</left_val>
-            <right_val>-0.1447928994894028</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 4 4 -1.</_>
-                <_>
-                  0 10 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.6720529682934284e-003</threshold>
-            <left_val>-0.6127536296844482</left_val>
-            <right_val>0.0935847163200378</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 4 6 -1.</_>
-                <_>
-                  21 3 4 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0132687101140618</threshold>
-            <left_val>0.2863784134387970</left_val>
-            <right_val>-0.2551889121532440</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 12 6 3 -1.</_>
-                <_>
-                  0 13 6 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.2518939375877380e-003</threshold>
-            <left_val>-0.5896773934364319</left_val>
-            <right_val>0.0677111670374870</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 11 4 3 -1.</_>
-                <_>
-                  17 11 2 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.3092570528388023e-003</threshold>
-            <left_val>0.0272198095917702</left_val>
-            <right_val>-0.5714861154556274</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 10 8 -1.</_>
-                <_>
-                  0 7 5 4 2.</_>
-                <_>
-                  5 11 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0258194394409657</threshold>
-            <left_val>-0.1326007992029190</left_val>
-            <right_val>0.3050251901149750</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 2 3 8 -1.</_>
-                <_>
-                  22 2 3 4 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0211078803986311</threshold>
-            <left_val>0.1200629025697708</left_val>
-            <right_val>-0.1475265026092529</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 3 16 4 -1.</_>
-                <_>
-                  9 3 8 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0408483408391476</threshold>
-            <left_val>-0.1736883074045181</left_val>
-            <right_val>0.2530446052551270</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 13 24 2 -1.</_>
-                <_>
-                  13 13 12 1 2.</_>
-                <_>
-                  1 14 12 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0179475992918015</threshold>
-            <left_val>-0.7117617130279541</left_val>
-            <right_val>0.0583698004484177</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 5 4 10 -1.</_>
-                <_>
-                  6 5 2 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0138895902782679</threshold>
-            <left_val>-0.6778132915496826</left_val>
-            <right_val>0.0435630008578300</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 7 2 6 -1.</_>
-                <_>
-                  11 9 2 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-9.8488982766866684e-003</threshold>
-            <left_val>0.1479212939739227</left_val>
-            <right_val>-0.0897465273737907</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 9 8 6 -1.</_>
-                <_>
-                  8 12 8 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0659847036004066</threshold>
-            <left_val>0.5683801770210266</left_val>
-            <right_val>-0.0681742578744888</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 7 1 4 -1.</_>
-                <_>
-                  24 8 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.8370660254731774e-003</threshold>
-            <left_val>-0.4986937940120697</left_val>
-            <right_val>0.0779643580317497</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 7 15 6 -1.</_>
-                <_>
-                  5 9 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0277651809155941</threshold>
-            <left_val>0.2679949104785919</left_val>
-            <right_val>-0.1382624953985214</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 8 4 3 -1.</_>
-                <_>
-                  21 9 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.9889356642961502e-003</threshold>
-            <left_val>0.0445619411766529</left_val>
-            <right_val>-0.7317379117012024</right_val></_></_></trees>
-      <stage_threshold>-1.4849940538406372</stage_threshold>
-      <parent>2</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 4 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 15 4 -1.</_>
-                <_>
-                  5 3 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0456383489072323</threshold>
-            <left_val>0.6275423169136047</left_val>
-            <right_val>-0.2494937032461166</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 4 15 3 -1.</_>
-                <_>
-                  6 5 15 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0310676805675030</threshold>
-            <left_val>0.6427816152572632</left_val>
-            <right_val>-0.1671900004148483</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 2 12 -1.</_>
-                <_>
-                  0 3 1 6 2.</_>
-                <_>
-                  1 9 1 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.0193419661372900e-003</threshold>
-            <left_val>-0.2399346977472305</left_val>
-            <right_val>0.3676818013191223</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 11 4 -1.</_>
-                <_>
-                  7 4 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0315676406025887</threshold>
-            <left_val>-0.1147691980004311</left_val>
-            <right_val>0.5750172734260559</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 6 6 -1.</_>
-                <_>
-                  0 3 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.4146341755986214e-003</threshold>
-            <left_val>0.2154625058174133</left_val>
-            <right_val>-0.3768770098686218</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 3 1 12 -1.</_>
-                <_>
-                  24 7 1 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.7010860182344913e-003</threshold>
-            <left_val>-0.4533824026584625</left_val>
-            <right_val>0.0946888476610184</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 24 12 -1.</_>
-                <_>
-                  0 0 12 6 2.</_>
-                <_>
-                  12 6 12 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1890300065279007</threshold>
-            <left_val>0.0801155269145966</left_val>
-            <right_val>-0.7184885144233704</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 1 24 14 -1.</_>
-                <_>
-                  13 1 12 7 2.</_>
-                <_>
-                  1 8 12 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1293978989124298</threshold>
-            <left_val>0.1093719005584717</left_val>
-            <right_val>-0.5197048783302307</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 8 4 -1.</_>
-                <_>
-                  5 3 8 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0657683908939362</threshold>
-            <left_val>0.5003104209899902</left_val>
-            <right_val>-0.1238735020160675</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 9 1 4 -1.</_>
-                <_>
-                  23 10 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-4.0884059853851795e-003</threshold>
-            <left_val>-0.5118011236190796</left_val>
-            <right_val>0.0594223700463772</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 7 11 8 -1.</_>
-                <_>
-                  7 9 11 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0306642707437277</threshold>
-            <left_val>0.2964648902416229</left_val>
-            <right_val>-0.1741248071193695</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 9 1 4 -1.</_>
-                <_>
-                  23 10 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>2.7700960636138916e-003</threshold>
-            <left_val>0.0846907272934914</left_val>
-            <right_val>-0.4009515047073364</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 6 1 9 -1.</_>
-                <_>
-                  0 9 1 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.2402039766311646e-003</threshold>
-            <left_val>-0.5560923218727112</left_val>
-            <right_val>0.0800850465893745</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 2 9 3 -1.</_>
-                <_>
-                  8 3 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0105152595788240</threshold>
-            <left_val>-0.1309404969215393</left_val>
-            <right_val>0.3612711131572723</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 4 7 4 -1.</_>
-                <_>
-                  9 5 7 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0181792695075274</threshold>
-            <left_val>-0.1245180964469910</left_val>
-            <right_val>0.3556562960147858</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 0 3 2 -1.</_>
-                <_>
-                  22 1 3 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.3037698380649090e-003</threshold>
-            <left_val>0.0638220235705376</left_val>
-            <right_val>-0.6178466081619263</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 13 14 -1.</_>
-                <_>
-                  0 7 13 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1947806030511856</threshold>
-            <left_val>-0.7228901982307434</left_val>
-            <right_val>0.0475768186151981</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 9 4 4 -1.</_>
-                <_>
-                  21 10 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.2230421938002110e-003</threshold>
-            <left_val>0.0453382283449173</left_val>
-            <right_val>-0.5460836291313171</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 4 4 -1.</_>
-                <_>
-                  0 10 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.0375838764011860e-003</threshold>
-            <left_val>0.0804468318820000</left_val>
-            <right_val>-0.4817472100257874</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 9 1 4 -1.</_>
-                <_>
-                  21 10 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-7.1934829466044903e-003</threshold>
-            <left_val>-0.5018991827964783</left_val>
-            <right_val>0.0128700295463204</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 9 4 1 -1.</_>
-                <_>
-                  4 10 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-4.4941599480807781e-003</threshold>
-            <left_val>-0.5862709879875183</left_val>
-            <right_val>0.0634675025939941</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 3 10 12 -1.</_>
-                <_>
-                  20 3 5 6 2.</_>
-                <_>
-                  15 9 5 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0874131396412849</threshold>
-            <left_val>-0.0676202401518822</left_val>
-            <right_val>0.4797031879425049</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 14 6 -1.</_>
-                <_>
-                  0 8 7 3 2.</_>
-                <_>
-                  7 11 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0377015694975853</threshold>
-            <left_val>0.3913342952728272</left_val>
-            <right_val>-0.0978809297084808</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 10 1 4 -1.</_>
-                <_>
-                  22 11 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>3.0070370994508266e-003</threshold>
-            <left_val>0.0484924912452698</left_val>
-            <right_val>-0.2472224980592728</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 10 12 -1.</_>
-                <_>
-                  0 3 5 6 2.</_>
-                <_>
-                  5 9 5 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0974098667502403</threshold>
-            <left_val>-0.0669010728597641</left_val>
-            <right_val>0.5813519954681397</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 0 2 1 -1.</_>
-                <_>
-                  23 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-4.0166568942368031e-003</threshold>
-            <left_val>-0.5456554293632507</left_val>
-            <right_val>0.0363924615085125</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 3 9 3 -1.</_>
-                <_>
-                  8 4 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0104924896731973</threshold>
-            <left_val>-0.1087466031312943</left_val>
-            <right_val>0.3253425061702728</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 5 11 4 -1.</_>
-                <_>
-                  7 6 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0249659996479750</threshold>
-            <left_val>-0.1137896031141281</left_val>
-            <right_val>0.3056510984897614</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 7 20 8 -1.</_>
-                <_>
-                  12 7 10 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1301030069589615</threshold>
-            <left_val>-0.1220476999878883</left_val>
-            <right_val>0.3035365939140320</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 5 9 8 -1.</_>
-                <_>
-                  15 5 3 8 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0843720883131027</threshold>
-            <left_val>-0.6943122148513794</left_val>
-            <right_val>0.0178856607526541</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 1 2 -1.</_>
-                <_>
-                  2 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-2.9267850331962109e-003</threshold>
-            <left_val>-0.5401834845542908</left_val>
-            <right_val>0.0564073212444782</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 3 4 4 -1.</_>
-                <_>
-                  22 4 2 4 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0206745099276304</threshold>
-            <left_val>0.4180921018123627</left_val>
-            <right_val>-0.0685340464115143</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 5 9 8 -1.</_>
-                <_>
-                  7 5 3 8 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0514506399631500</threshold>
-            <left_val>-0.6289098262786865</left_val>
-            <right_val>0.0529876984655857</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 10 3 2 -1.</_>
-                <_>
-                  22 10 3 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-8.9261196553707123e-003</threshold>
-            <left_val>-0.4644356071949005</left_val>
-            <right_val>0.0236550793051720</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 24 5 -1.</_>
-                <_>
-                  6 5 12 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0830484703183174</threshold>
-            <left_val>0.3304196894168854</left_val>
-            <right_val>-0.0938697606325150</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 7 7 3 -1.</_>
-                <_>
-                  9 8 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0113369999453425</threshold>
-            <left_val>-0.0979600325226784</left_val>
-            <right_val>0.3484053015708923</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 20 9 -1.</_>
-                <_>
-                  7 0 10 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0827779024839401</threshold>
-            <left_val>-0.1159391030669212</left_val>
-            <right_val>0.2680957913398743</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 2 8 9 -1.</_>
-                <_>
-                  13 2 4 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0478848814964294</threshold>
-            <left_val>-0.6079211235046387</left_val>
-            <right_val>0.0222362894564867</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 8 4 1 -1.</_>
-                <_>
-                  2 9 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-3.8582698907703161e-003</threshold>
-            <left_val>-0.4688901007175446</left_val>
-            <right_val>0.0554540418088436</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 5 6 10 -1.</_>
-                <_>
-                  22 5 3 5 2.</_>
-                <_>
-                  19 10 3 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0334531292319298</threshold>
-            <left_val>0.4192667901515961</left_val>
-            <right_val>-0.0631088465452194</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 6 10 -1.</_>
-                <_>
-                  0 5 3 5 2.</_>
-                <_>
-                  3 10 3 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0126036396250129</threshold>
-            <left_val>-0.1227632984519005</left_val>
-            <right_val>0.2175220996141434</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 10 9 2 -1.</_>
-                <_>
-                  13 10 3 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0262600891292095</threshold>
-            <left_val>0.0162896700203419</left_val>
-            <right_val>-0.5688759088516235</right_val></_></_></trees>
-      <stage_threshold>-1.5437099933624268</stage_threshold>
-      <parent>3</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 5 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 15 2 -1.</_>
-                <_>
-                  5 3 15 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0197793096303940</threshold>
-            <left_val>0.4472095072269440</left_val>
-            <right_val>-0.2573797106742859</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 4 4 3 -1.</_>
-                <_>
-                  21 4 2 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.1997236013412476e-003</threshold>
-            <left_val>0.4397894144058228</left_val>
-            <right_val>-0.1382309943437576</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 5 15 4 -1.</_>
-                <_>
-                  1 6 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0222425796091557</threshold>
-            <left_val>-0.1761150062084198</left_val>
-            <right_val>0.3406811952590942</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 5 4 10 -1.</_>
-                <_>
-                  23 5 2 5 2.</_>
-                <_>
-                  21 10 2 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.3650550544261932e-003</threshold>
-            <left_val>-0.1087490990757942</left_val>
-            <right_val>0.1631094068288803</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 21 8 -1.</_>
-                <_>
-                  7 0 7 8 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.7425013780593872</threshold>
-            <left_val>4.6233131433837116e-004</left_val>
-            <right_val>-1.4172740478515625e+003</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 15 6 -1.</_>
-                <_>
-                  5 2 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1289999037981033</threshold>
-            <left_val>0.4220936894416809</left_val>
-            <right_val>-0.1264209002256393</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 2 21 3 -1.</_>
-                <_>
-                  9 2 7 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.4214023947715759</threshold>
-            <left_val>3.0299068894237280e-003</left_val>
-            <right_val>1.2071870117187500e+003</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 3 15 6 -1.</_>
-                <_>
-                  6 5 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1431712061166763</threshold>
-            <left_val>0.5070012211799622</left_val>
-            <right_val>-0.1091170981526375</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 4 10 -1.</_>
-                <_>
-                  0 5 2 5 2.</_>
-                <_>
-                  2 10 2 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.4366121292114258e-003</threshold>
-            <left_val>-0.2218814045190811</left_val>
-            <right_val>0.2446105927228928</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 10 1 4 -1.</_>
-                <_>
-                  21 11 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>3.0177310109138489e-003</threshold>
-            <left_val>0.1072233989834786</left_val>
-            <right_val>-0.3470205068588257</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 3 4 -1.</_>
-                <_>
-                  0 8 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.8220949247479439e-003</threshold>
-            <left_val>-0.6534119248390198</left_val>
-            <right_val>0.0803434476256371</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 3 24 3 -1.</_>
-                <_>
-                  7 3 12 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0362788289785385</threshold>
-            <left_val>-0.2207075059413910</left_val>
-            <right_val>0.2242490947246552</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 24 13 -1.</_>
-                <_>
-                  6 0 12 13 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1675994992256165</threshold>
-            <left_val>0.4059072136878967</left_val>
-            <right_val>-0.1054169982671738</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 15 4 -1.</_>
-                <_>
-                  5 4 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0509919412434101</threshold>
-            <left_val>0.3452283143997192</left_val>
-            <right_val>-0.1206474006175995</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 4 14 3 -1.</_>
-                <_>
-                  5 5 14 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0161635298281908</threshold>
-            <left_val>-0.1465175002813339</left_val>
-            <right_val>0.3696750998497009</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 8 2 4 -1.</_>
-                <_>
-                  22 9 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>8.3268675953149796e-003</threshold>
-            <left_val>0.0642398297786713</left_val>
-            <right_val>-0.5490669012069702</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 8 4 2 -1.</_>
-                <_>
-                  3 9 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-7.2614871896803379e-003</threshold>
-            <left_val>-0.6105815768241882</left_val>
-            <right_val>0.0538330897688866</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 8 9 6 -1.</_>
-                <_>
-                  9 10 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0427855290472507</threshold>
-            <left_val>0.3435507118701935</left_val>
-            <right_val>-0.1058441996574402</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 11 14 -1.</_>
-                <_>
-                  0 7 11 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0558885596692562</threshold>
-            <left_val>-0.4213463068008423</left_val>
-            <right_val>0.0855342373251915</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 24 12 -1.</_>
-                <_>
-                  13 0 12 6 2.</_>
-                <_>
-                  1 6 12 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1077039018273354</threshold>
-            <left_val>0.0796676799654961</left_val>
-            <right_val>-0.5105268955230713</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 3 4 -1.</_>
-                <_>
-                  0 2 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.8622798203723505e-005</threshold>
-            <left_val>0.1164970993995667</left_val>
-            <right_val>-0.3022361099720001</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 2 15 4 -1.</_>
-                <_>
-                  7 3 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0272718109190464</threshold>
-            <left_val>-0.0831976532936096</left_val>
-            <right_val>0.3410704135894775</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 10 4 1 -1.</_>
-                <_>
-                  3 11 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>2.7942128945142031e-003</threshold>
-            <left_val>0.0836139172315598</left_val>
-            <right_val>-0.4521746933460236</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 11 4 4 -1.</_>
-                <_>
-                  21 12 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.9649557806551456e-003</threshold>
-            <left_val>-0.5814967751502991</left_val>
-            <right_val>0.0588471181690693</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 7 12 8 -1.</_>
-                <_>
-                  1 7 6 4 2.</_>
-                <_>
-                  7 11 6 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0364551208913326</threshold>
-            <left_val>0.2987614870071411</left_val>
-            <right_val>-0.1163965016603470</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 8 11 6 -1.</_>
-                <_>
-                  7 11 11 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0560359284281731</threshold>
-            <left_val>-0.1189749017357826</left_val>
-            <right_val>0.3490499854087830</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 13 2 2 -1.</_>
-                <_>
-                  0 14 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.9068910041823983e-003</threshold>
-            <left_val>0.0623399801552296</left_val>
-            <right_val>-0.5222734212875366</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 3 8 6 -1.</_>
-                <_>
-                  12 3 4 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0314803011715412</threshold>
-            <left_val>-0.5988280177116394</left_val>
-            <right_val>0.0221100505441427</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 8 6 -1.</_>
-                <_>
-                  9 3 4 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0291779898107052</threshold>
-            <left_val>-0.7628328204154968</left_val>
-            <right_val>0.0378519818186760</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 6 3 3 -1.</_>
-                <_>
-                  22 7 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.3441819772124290e-003</threshold>
-            <left_val>0.0293787997215986</left_val>
-            <right_val>-0.5464184880256653</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 5 6 -1.</_>
-                <_>
-                  0 7 5 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.2941689928993583e-003</threshold>
-            <left_val>-0.2152619063854218</left_val>
-            <right_val>0.1293071061372757</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 7 9 6 -1.</_>
-                <_>
-                  8 9 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0399527512490749</threshold>
-            <left_val>-0.0815632417798042</left_val>
-            <right_val>0.3440327942371368</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 20 13 -1.</_>
-                <_>
-                  12 0 10 13 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2579689919948578</threshold>
-            <left_val>-0.0829713121056557</left_val>
-            <right_val>0.2971759140491486</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 3 6 4 -1.</_>
-                <_>
-                  22 3 3 2 2.</_>
-                <_>
-                  19 5 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.3975978195667267e-003</threshold>
-            <left_val>-0.1235759034752846</left_val>
-            <right_val>0.3130742907524109</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 8 12 3 -1.</_>
-                <_>
-                  9 8 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0210481006652117</threshold>
-            <left_val>0.2553890943527222</left_val>
-            <right_val>-0.1077592000365257</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 3 2 5 -1.</_>
-                <_>
-                  22 3 1 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0184192396700382</threshold>
-            <left_val>-0.0348858311772347</left_val>
-            <right_val>0.4613004922866821</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 8 8 -1.</_>
-                <_>
-                  8 7 4 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0335993207991123</threshold>
-            <left_val>-0.6385626196861267</left_val>
-            <right_val>0.0432357601821423</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 0 3 1 -1.</_>
-                <_>
-                  21 1 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.9369178488850594e-003</threshold>
-            <left_val>-0.3381235003471375</left_val>
-            <right_val>0.0261388104408979</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 1 3 -1.</_>
-                <_>
-                  4 1 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>7.4244509451091290e-003</threshold>
-            <left_val>0.0416494794189930</left_val>
-            <right_val>-0.6013135910034180</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 11 1 3 -1.</_>
-                <_>
-                  21 12 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-3.8341500330716372e-003</threshold>
-            <left_val>-0.3147934973239899</left_val>
-            <right_val>0.0227260906249285</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 4 4 3 -1.</_>
-                <_>
-                  3 4 2 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.9263929724693298e-003</threshold>
-            <left_val>-0.0845179632306099</left_val>
-            <right_val>0.2986125946044922</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 4 6 8 -1.</_>
-                <_>
-                  22 4 3 4 2.</_>
-                <_>
-                  19 8 3 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0194444190710783</threshold>
-            <left_val>0.2213757932186127</left_val>
-            <right_val>-0.0513583682477474</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 8 8 -1.</_>
-                <_>
-                  0 4 4 4 2.</_>
-                <_>
-                  4 8 4 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0187752693891525</threshold>
-            <left_val>-0.1223364025354385</left_val>
-            <right_val>0.2647691071033478</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 11 1 3 -1.</_>
-                <_>
-                  21 12 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>6.4857508987188339e-003</threshold>
-            <left_val>0.0205634497106075</left_val>
-            <right_val>-0.5246906280517578</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 24 14 -1.</_>
-                <_>
-                  0 1 12 7 2.</_>
-                <_>
-                  12 8 12 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.2598725855350494</threshold>
-            <left_val>-0.6570193767547607</left_val>
-            <right_val>0.0345496907830238</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 8 2 4 -1.</_>
-                <_>
-                  23 9 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.8150831609964371e-003</threshold>
-            <left_val>-0.6595460772514343</left_val>
-            <right_val>0.0302442405372858</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 15 4 -1.</_>
-                <_>
-                  5 4 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0261219404637814</threshold>
-            <left_val>0.1870407015085220</left_val>
-            <right_val>-0.1252924054861069</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 1 9 3 -1.</_>
-                <_>
-                  8 2 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.7821800000965595e-003</threshold>
-            <left_val>0.2328509986400604</left_val>
-            <right_val>-0.1182496026158333</right_val></_></_>
-        <_>
-          <!-- tree 48 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 2 4 -1.</_>
-                <_>
-                  0 9 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.9595640953630209e-003</threshold>
-            <left_val>-0.4579938054084778</left_val>
-            <right_val>0.0564655400812626</right_val></_></_>
-        <_>
-          <!-- tree 49 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 10 7 2 -1.</_>
-                <_>
-                  18 11 7 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0120882000774145</threshold>
-            <left_val>-0.5189349055290222</left_val>
-            <right_val>0.0244996603578329</right_val></_></_>
-        <_>
-          <!-- tree 50 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 11 12 4 -1.</_>
-                <_>
-                  6 12 12 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.8109169155359268e-003</threshold>
-            <left_val>0.2570025026798248</left_val>
-            <right_val>-0.0927671566605568</right_val></_></_>
-        <_>
-          <!-- tree 51 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 0 6 15 -1.</_>
-                <_>
-                  16 0 2 15 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0459428504109383</threshold>
-            <left_val>-0.4479719102382660</left_val>
-            <right_val>0.0299462303519249</right_val></_></_>
-        <_>
-          <!-- tree 52 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 10 7 2 -1.</_>
-                <_>
-                  0 11 7 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0100041404366493</threshold>
-            <left_val>-0.6149634122848511</left_val>
-            <right_val>0.0364212691783905</right_val></_></_>
-        <_>
-          <!-- tree 53 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 5 6 6 -1.</_>
-                <_>
-                  18 5 3 3 2.</_>
-                <_>
-                  15 8 3 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0116753997281194</threshold>
-            <left_val>0.1172877028584480</left_val>
-            <right_val>-0.0613474808633327</right_val></_></_>
-        <_>
-          <!-- tree 54 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 6 15 -1.</_>
-                <_>
-                  7 0 2 15 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0524668507277966</threshold>
-            <left_val>-0.7613652944564819</left_val>
-            <right_val>0.0306894704699516</right_val></_></_>
-        <_>
-          <!-- tree 55 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 7 9 4 -1.</_>
-                <_>
-                  8 8 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0182263404130936</threshold>
-            <left_val>-0.0854801833629608</left_val>
-            <right_val>0.2695373892784119</right_val></_></_>
-        <_>
-          <!-- tree 56 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 6 10 6 -1.</_>
-                <_>
-                  7 8 10 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0452684201300144</threshold>
-            <left_val>0.3264470100402832</left_val>
-            <right_val>-0.0773756429553032</right_val></_></_>
-        <_>
-          <!-- tree 57 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 11 1 3 -1.</_>
-                <_>
-                  18 12 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-8.1426883116364479e-003</threshold>
-            <left_val>-0.4582937955856323</left_val>
-            <right_val>9.3973511829972267e-003</right_val></_></_>
-        <_>
-          <!-- tree 58 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 11 3 1 -1.</_>
-                <_>
-                  7 12 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.3349281661212444e-003</threshold>
-            <left_val>-0.5775498151779175</left_val>
-            <right_val>0.0352523885667324</right_val></_></_>
-        <_>
-          <!-- tree 59 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 10 4 1 -1.</_>
-                <_>
-                  16 10 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.0754769900813699e-003</threshold>
-            <left_val>0.1434753984212875</left_val>
-            <right_val>-0.1015762984752655</right_val></_></_>
-        <_>
-          <!-- tree 60 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 1 2 -1.</_>
-                <_>
-                  0 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.5198600962758064e-003</threshold>
-            <left_val>-0.6082041263580322</left_val>
-            <right_val>0.0328880697488785</right_val></_></_>
-        <_>
-          <!-- tree 61 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 1 9 3 -1.</_>
-                <_>
-                  8 2 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0112483501434326</threshold>
-            <left_val>-0.0905500426888466</left_val>
-            <right_val>0.2323783040046692</right_val></_></_>
-        <_>
-          <!-- tree 62 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 6 5 3 -1.</_>
-                <_>
-                  0 7 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0119920196011662</threshold>
-            <left_val>-0.5705332159996033</left_val>
-            <right_val>0.0367036312818527</right_val></_></_>
-        <_>
-          <!-- tree 63 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 8 1 4 -1.</_>
-                <_>
-                  20 9 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0121055301278830</threshold>
-            <left_val>-0.7086269259452820</left_val>
-            <right_val>4.4598700478672981e-003</right_val></_></_></trees>
-      <stage_threshold>-1.5637760162353516</stage_threshold>
-      <parent>4</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 6 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 1 15 6 -1.</_>
-                <_>
-                  5 3 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1112890988588333</threshold>
-            <left_val>0.5214446783065796</left_val>
-            <right_val>-0.2762526869773865</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 0 2 2 -1.</_>
-                <_>
-                  24 0 1 1 2.</_>
-                <_>
-                  23 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.1310080084949732e-003</threshold>
-            <left_val>-0.6073393225669861</left_val>
-            <right_val>0.0243980996310711</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 3 15 6 -1.</_>
-                <_>
-                  3 5 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0975013524293900</threshold>
-            <left_val>0.5489286780357361</left_val>
-            <right_val>-0.1652427017688751</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 6 9 -1.</_>
-                <_>
-                  19 3 6 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0652247071266174</threshold>
-            <left_val>0.3402006924152374</left_val>
-            <right_val>-0.2693930864334106</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 15 6 -1.</_>
-                <_>
-                  5 4 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1191802993416786</threshold>
-            <left_val>-0.1123576015233994</left_val>
-            <right_val>0.6395980119705200</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 3 8 3 -1.</_>
-                <_>
-                  17 4 8 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0140629801899195</threshold>
-            <left_val>0.3342761993408203</left_val>
-            <right_val>-0.1284538954496384</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 3 8 4 -1.</_>
-                <_>
-                  4 3 8 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0564025007188320</threshold>
-            <left_val>0.3790628910064697</left_val>
-            <right_val>-0.1554156988859177</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 4 6 2 -1.</_>
-                <_>
-                  16 5 6 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.1742408908903599e-003</threshold>
-            <left_val>-0.1133088991045952</left_val>
-            <right_val>0.1825089007616043</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 24 12 -1.</_>
-                <_>
-                  0 0 12 6 2.</_>
-                <_>
-                  12 6 12 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1259752959012985</threshold>
-            <left_val>0.0945485532283783</left_val>
-            <right_val>-0.4853444099426270</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 10 3 2 -1.</_>
-                <_>
-                  22 10 3 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>5.9177991934120655e-003</threshold>
-            <left_val>0.0701321363449097</left_val>
-            <right_val>-0.5377039909362793</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 3 6 6 -1.</_>
-                <_>
-                  4 5 6 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0439277403056622</threshold>
-            <left_val>0.3950741887092590</left_val>
-            <right_val>-0.1080185994505882</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 4 9 1 -1.</_>
-                <_>
-                  17 7 3 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-9.8314704373478889e-003</threshold>
-            <left_val>0.0959606170654297</left_val>
-            <right_val>-0.0468075983226299</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 10 2 3 -1.</_>
-                <_>
-                  3 10 1 3 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>5.6353402324020863e-003</threshold>
-            <left_val>0.0943416282534599</left_val>
-            <right_val>-0.5247716903686523</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 8 5 2 -1.</_>
-                <_>
-                  20 8 5 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0115382801741362</threshold>
-            <left_val>-0.5154880285263062</left_val>
-            <right_val>0.0138055300340056</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 16 6 -1.</_>
-                <_>
-                  0 9 8 3 2.</_>
-                <_>
-                  8 12 8 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0286462493240833</threshold>
-            <left_val>-0.1382701992988586</left_val>
-            <right_val>0.2750437855720520</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 2 13 3 -1.</_>
-                <_>
-                  6 3 13 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0138679798692465</threshold>
-            <left_val>-0.1203586980700493</left_val>
-            <right_val>0.3521435856819153</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 3 4 -1.</_>
-                <_>
-                  0 3 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.0469371015205979e-004</threshold>
-            <left_val>0.1522637009620667</left_val>
-            <right_val>-0.2590084075927734</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 0 9 12 -1.</_>
-                <_>
-                  8 6 9 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1594581007957459</threshold>
-            <left_val>-0.6391854882240295</left_val>
-            <right_val>0.0514649897813797</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 1 2 -1.</_>
-                <_>
-                  4 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-2.7928699273616076e-003</threshold>
-            <left_val>-0.5840150713920593</left_val>
-            <right_val>0.0542793795466423</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 15 3 -1.</_>
-                <_>
-                  5 4 15 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0183532107621431</threshold>
-            <left_val>-0.1051151007413864</left_val>
-            <right_val>0.3529815971851349</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 10 2 3 -1.</_>
-                <_>
-                  3 10 1 3 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.1810559816658497e-003</threshold>
-            <left_val>-0.4741767942905426</left_val>
-            <right_val>0.0798512324690819</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 4 6 4 -1.</_>
-                <_>
-                  22 4 3 2 2.</_>
-                <_>
-                  19 6 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.2321299016475677e-003</threshold>
-            <left_val>-0.0759327188134193</left_val>
-            <right_val>0.1852813959121704</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 8 4 -1.</_>
-                <_>
-                  0 3 4 2 2.</_>
-                <_>
-                  4 5 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0121171101927757</threshold>
-            <left_val>-0.1117528975009918</left_val>
-            <right_val>0.2853634953498840</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 10 5 3 -1.</_>
-                <_>
-                  19 11 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.2612818330526352e-003</threshold>
-            <left_val>-0.5885108709335327</left_val>
-            <right_val>0.0526883192360401</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 10 5 3 -1.</_>
-                <_>
-                  1 11 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.6134900078177452e-003</threshold>
-            <left_val>0.0474684908986092</left_val>
-            <right_val>-0.5394589900970459</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 1 13 14 -1.</_>
-                <_>
-                  12 8 13 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1945167928934097</threshold>
-            <left_val>-0.5634222030639648</left_val>
-            <right_val>0.0302108898758888</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 13 14 -1.</_>
-                <_>
-                  0 8 13 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.3550943136215210</threshold>
-            <left_val>0.0630894526839256</left_val>
-            <right_val>-0.4980587959289551</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 3 6 12 -1.</_>
-                <_>
-                  14 3 3 6 2.</_>
-                <_>
-                  11 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0331119708716869</threshold>
-            <left_val>0.0346324704587460</left_val>
-            <right_val>-0.5246484875679016</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 5 6 10 -1.</_>
-                <_>
-                  9 5 3 5 2.</_>
-                <_>
-                  12 10 3 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0342818088829517</threshold>
-            <left_val>0.0431439802050591</left_val>
-            <right_val>-0.6470713019371033</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 8 5 4 -1.</_>
-                <_>
-                  20 9 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.8256614506244659e-003</threshold>
-            <left_val>-0.4688000977039337</left_val>
-            <right_val>0.0402393713593483</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 5 4 -1.</_>
-                <_>
-                  0 9 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0111560495570302</threshold>
-            <left_val>0.0401505008339882</left_val>
-            <right_val>-0.6095538735389710</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 9 9 3 -1.</_>
-                <_>
-                  8 10 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0113630602136254</threshold>
-            <left_val>-0.0827489867806435</left_val>
-            <right_val>0.3811689019203186</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 10 6 4 -1.</_>
-                <_>
-                  9 10 2 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0204051006585360</threshold>
-            <left_val>0.0425756387412548</left_val>
-            <right_val>-0.7467774152755737</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 6 14 4 -1.</_>
-                <_>
-                  6 7 14 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0191116295754910</threshold>
-            <left_val>-0.1239197030663490</left_val>
-            <right_val>0.2226520031690598</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 6 5 4 -1.</_>
-                <_>
-                  9 7 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.3364898562431335e-003</threshold>
-            <left_val>0.3034206926822662</left_val>
-            <right_val>-0.0926956906914711</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 5 3 6 -1.</_>
-                <_>
-                  22 7 3 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.6538922041654587e-003</threshold>
-            <left_val>-0.3351745009422302</left_val>
-            <right_val>0.0585405789315701</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 3 6 -1.</_>
-                <_>
-                  0 7 3 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0347895994782448</threshold>
-            <left_val>0.0337578095495701</left_val>
-            <right_val>-0.7483453154563904</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 1 5 4 -1.</_>
-                <_>
-                  17 2 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0174188297241926</threshold>
-            <left_val>0.2445363998413086</left_val>
-            <right_val>-0.0698786973953247</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 1 6 4 -1.</_>
-                <_>
-                  3 2 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.5119079984724522e-003</threshold>
-            <left_val>-0.1277886927127838</left_val>
-            <right_val>0.2403315007686615</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 14 4 1 -1.</_>
-                <_>
-                  21 14 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.0669797929003835e-004</threshold>
-            <left_val>-0.1169779002666473</left_val>
-            <right_val>0.1439380049705505</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 8 3 2 -1.</_>
-                <_>
-                  5 9 1 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.9512741863727570e-003</threshold>
-            <left_val>-0.5078160762786865</left_val>
-            <right_val>0.0478522293269634</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 2 4 7 -1.</_>
-                <_>
-                  14 2 2 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0503778010606766</threshold>
-            <left_val>2.9282520990818739e-003</left_val>
-            <right_val>-0.7751696109771729</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 2 4 7 -1.</_>
-                <_>
-                  9 2 2 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.8862510118633509e-003</threshold>
-            <left_val>-0.1550420969724655</left_val>
-            <right_val>0.1570920050144196</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 3 8 5 -1.</_>
-                <_>
-                  11 3 4 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0385116301476955</threshold>
-            <left_val>0.0230970401316881</left_val>
-            <right_val>-0.6291617155075073</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 10 15 1 -1.</_>
-                <_>
-                  10 10 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.5746049620211124e-003</threshold>
-            <left_val>0.1807070970535278</left_val>
-            <right_val>-0.1298052966594696</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 6 21 9 -1.</_>
-                <_>
-                  9 6 7 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1266476064920425</threshold>
-            <left_val>-0.0865593999624252</left_val>
-            <right_val>0.2957325875759125</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 6 6 -1.</_>
-                <_>
-                  0 6 6 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.4126111790537834e-003</threshold>
-            <left_val>-0.1528324931859970</left_val>
-            <right_val>0.1662916988134384</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 12 24 3 -1.</_>
-                <_>
-                  7 12 12 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0361530818045139</threshold>
-            <left_val>0.2797313034534454</left_val>
-            <right_val>-0.1039886027574539</right_val></_></_>
-        <_>
-          <!-- tree 48 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 6 2 -1.</_>
-                <_>
-                  6 8 6 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.1673998609185219e-003</threshold>
-            <left_val>-0.0945642217993736</left_val>
-            <right_val>0.2778528034687042</right_val></_></_>
-        <_>
-          <!-- tree 49 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 8 2 4 -1.</_>
-                <_>
-                  13 8 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-6.7790350876748562e-003</threshold>
-            <left_val>0.1679068058729172</left_val>
-            <right_val>-0.0839543119072914</right_val></_></_>
-        <_>
-          <!-- tree 50 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 6 8 5 -1.</_>
-                <_>
-                  10 6 4 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0298676099628210</threshold>
-            <left_val>-0.7236117124557495</left_val>
-            <right_val>0.0346310697495937</right_val></_></_>
-        <_>
-          <!-- tree 51 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 5 6 4 -1.</_>
-                <_>
-                  11 6 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.5265512093901634e-003</threshold>
-            <left_val>-0.1173760965466499</left_val>
-            <right_val>0.1346033960580826</right_val></_></_>
-        <_>
-          <!-- tree 52 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 14 4 1 -1.</_>
-                <_>
-                  2 14 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.4080960176652297e-005</threshold>
-            <left_val>-0.1753176003694534</left_val>
-            <right_val>0.1322204023599625</right_val></_></_>
-        <_>
-          <!-- tree 53 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 2 4 13 -1.</_>
-                <_>
-                  17 2 2 13 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0176294595003128</threshold>
-            <left_val>-0.5160853862762451</left_val>
-            <right_val>0.0253861900418997</right_val></_></_>
-        <_>
-          <!-- tree 54 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 1 4 -1.</_>
-                <_>
-                  0 8 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.5446309698745608e-003</threshold>
-            <left_val>-0.4142186045646668</left_val>
-            <right_val>0.0513300895690918</right_val></_></_>
-        <_>
-          <!-- tree 55 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 0 1 2 -1.</_>
-                <_>
-                  24 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.1520429980009794e-003</threshold>
-            <left_val>0.0366159491240978</left_val>
-            <right_val>-0.3692800998687744</right_val></_></_>
-        <_>
-          <!-- tree 56 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 2 4 -1.</_>
-                <_>
-                  1 5 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.9612779617309570e-003</threshold>
-            <left_val>0.2446188032627106</left_val>
-            <right_val>-0.0842714235186577</right_val></_></_></trees>
-      <stage_threshold>-1.5267670154571533</stage_threshold>
-      <parent>5</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 7 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 8 4 -1.</_>
-                <_>
-                  0 3 8 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0141031695529819</threshold>
-            <left_val>0.2699790894985199</left_val>
-            <right_val>-0.3928318023681641</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 11 10 4 -1.</_>
-                <_>
-                  20 11 5 2 2.</_>
-                <_>
-                  15 13 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.4714400321245193e-003</threshold>
-            <left_val>-0.2269169986248016</left_val>
-            <right_val>0.2749052047729492</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 5 11 3 -1.</_>
-                <_>
-                  7 6 11 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0166354794055223</threshold>
-            <left_val>-0.1547908037900925</left_val>
-            <right_val>0.3224202096462250</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 4 4 3 -1.</_>
-                <_>
-                  21 4 2 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.4477178752422333e-003</threshold>
-            <left_val>0.3320780992507935</left_val>
-            <right_val>-0.1249654963612557</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 4 1 -1.</_>
-                <_>
-                  2 5 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.4904569145292044e-003</threshold>
-            <left_val>0.2900204956531525</left_val>
-            <right_val>-0.1460298001766205</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 12 4 -1.</_>
-                <_>
-                  7 4 12 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0282104406505823</threshold>
-            <left_val>-0.0831937119364738</left_val>
-            <right_val>0.4805397987365723</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 6 7 3 -1.</_>
-                <_>
-                  8 7 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.3179903924465179e-003</threshold>
-            <left_val>-0.1692426949739456</left_val>
-            <right_val>0.3482030928134918</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 0 9 14 -1.</_>
-                <_>
-                  16 7 9 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0579102896153927</threshold>
-            <left_val>-0.5040398836135864</left_val>
-            <right_val>0.0840934887528419</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 24 6 -1.</_>
-                <_>
-                  0 0 12 3 2.</_>
-                <_>
-                  12 3 12 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0882126465439796</threshold>
-            <left_val>0.0733099877834320</left_val>
-            <right_val>-0.4883395135402679</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 13 2 1 -1.</_>
-                <_>
-                  23 13 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.0974380176048726e-005</threshold>
-            <left_val>-0.1594507992267609</left_val>
-            <right_val>0.1473277956247330</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 13 24 2 -1.</_>
-                <_>
-                  0 13 12 1 2.</_>
-                <_>
-                  12 14 12 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0142063600942492</threshold>
-            <left_val>-0.6365684866905212</left_val>
-            <right_val>0.0507153607904911</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 12 5 3 -1.</_>
-                <_>
-                  19 13 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.7181900851428509e-003</threshold>
-            <left_val>-0.6330028772354126</left_val>
-            <right_val>0.0328688994050026</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 7 7 4 -1.</_>
-                <_>
-                  9 8 7 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0120071703568101</threshold>
-            <left_val>-0.1254525035619736</left_val>
-            <right_val>0.2893699109554291</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 0 4 7 -1.</_>
-                <_>
-                  14 0 2 7 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0707826167345047</threshold>
-            <left_val>0.0305656604468822</left_val>
-            <right_val>-0.5666698217391968</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 7 4 -1.</_>
-                <_>
-                  11 0 7 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0504123307764530</threshold>
-            <left_val>-0.5089793801307678</left_val>
-            <right_val>0.0710048824548721</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 4 14 2 -1.</_>
-                <_>
-                  9 5 14 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0220727995038033</threshold>
-            <left_val>-0.1444841027259827</left_val>
-            <right_val>0.2781184911727905</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 2 15 4 -1.</_>
-                <_>
-                  3 3 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0147649403661489</threshold>
-            <left_val>-0.1283989995718002</left_val>
-            <right_val>0.3290185928344727</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 12 5 3 -1.</_>
-                <_>
-                  19 13 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.8206568248569965e-003</threshold>
-            <left_val>0.0654795467853546</left_val>
-            <right_val>-0.5463265776634216</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 8 4 -1.</_>
-                <_>
-                  0 11 4 2 2.</_>
-                <_>
-                  4 13 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.0179790444672108e-003</threshold>
-            <left_val>-0.2028342932462692</left_val>
-            <right_val>0.1679659038782120</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 9 11 6 -1.</_>
-                <_>
-                  7 11 11 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0250812191516161</threshold>
-            <left_val>-0.1104943975806236</left_val>
-            <right_val>0.3191860020160675</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 7 4 -1.</_>
-                <_>
-                  0 12 7 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.9391358196735382e-003</threshold>
-            <left_val>0.0734132081270218</left_val>
-            <right_val>-0.5538399219512940</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 0 5 2 -1.</_>
-                <_>
-                  20 1 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.6396959805861115e-004</threshold>
-            <left_val>0.1123031005263329</left_val>
-            <right_val>-0.1697127074003220</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 10 3 2 -1.</_>
-                <_>
-                  6 11 1 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-8.5602197796106339e-003</threshold>
-            <left_val>-0.7347347736358643</left_val>
-            <right_val>0.0417169481515884</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 4 8 10 -1.</_>
-                <_>
-                  21 4 4 5 2.</_>
-                <_>
-                  17 9 4 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0389347188174725</threshold>
-            <left_val>0.2292626947164536</left_val>
-            <right_val>-0.0792299434542656</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 15 2 -1.</_>
-                <_>
-                  5 4 15 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0215415991842747</threshold>
-            <left_val>0.3007172048091888</left_val>
-            <right_val>-0.1152340024709702</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 4 5 2 -1.</_>
-                <_>
-                  16 5 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.9337721429765224e-003</threshold>
-            <left_val>-0.1002838015556335</left_val>
-            <right_val>0.1348572969436646</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 22 10 -1.</_>
-                <_>
-                  1 0 11 5 2.</_>
-                <_>
-                  12 5 11 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1615066975355148</threshold>
-            <left_val>0.0588171891868114</left_val>
-            <right_val>-0.5656744837760925</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 0 5 2 -1.</_>
-                <_>
-                  20 1 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0123260198161006</threshold>
-            <left_val>-0.2823328077793121</left_val>
-            <right_val>0.0187596306204796</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 5 2 -1.</_>
-                <_>
-                  0 1 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.2987951785326004e-003</threshold>
-            <left_val>0.0524063482880592</left_val>
-            <right_val>-0.5719032287597656</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 1 6 12 -1.</_>
-                <_>
-                  13 1 3 6 2.</_>
-                <_>
-                  10 7 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0289043206721544</threshold>
-            <left_val>0.0477108694612980</left_val>
-            <right_val>-0.4854584038257599</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 1 8 -1.</_>
-                <_>
-                  0 4 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0155697297304869</threshold>
-            <left_val>0.0493178516626358</left_val>
-            <right_val>-0.5100051760673523</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 13 6 -1.</_>
-                <_>
-                  6 2 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0938120707869530</threshold>
-            <left_val>0.2564809024333954</left_val>
-            <right_val>-0.1057069003582001</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 3 4 4 -1.</_>
-                <_>
-                  3 4 4 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0286933295428753</threshold>
-            <left_val>0.5247043967247009</left_val>
-            <right_val>-0.0509502515196800</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 8 5 3 -1.</_>
-                <_>
-                  20 9 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.2301640175282955e-003</threshold>
-            <left_val>0.0583653002977371</left_val>
-            <right_val>-0.4894312024116516</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 13 2 2 -1.</_>
-                <_>
-                  7 13 1 1 2.</_>
-                <_>
-                  8 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.2664839283097535e-005</threshold>
-            <left_val>-0.1437218040227890</left_val>
-            <right_val>0.1820268929004669</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 13 2 2 -1.</_>
-                <_>
-                  17 13 1 1 2.</_>
-                <_>
-                  16 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.5241750515997410e-003</threshold>
-            <left_val>0.0201267991214991</left_val>
-            <right_val>-0.3884589970111847</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 13 2 2 -1.</_>
-                <_>
-                  7 13 1 1 2.</_>
-                <_>
-                  8 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.5512307628523558e-005</threshold>
-            <left_val>0.2280354052782059</left_val>
-            <right_val>-0.1581206023693085</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 5 6 1 -1.</_>
-                <_>
-                  21 5 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.4175599683076143e-003</threshold>
-            <left_val>-0.0890450775623322</left_val>
-            <right_val>0.2839250862598419</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 6 6 -1.</_>
-                <_>
-                  0 10 6 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0343084894120693</threshold>
-            <left_val>0.0391304790973663</left_val>
-            <right_val>-0.6263393163681030</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 8 13 4 -1.</_>
-                <_>
-                  6 9 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0127667998895049</threshold>
-            <left_val>-0.0984294191002846</left_val>
-            <right_val>0.2857427895069122</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 10 8 1 -1.</_>
-                <_>
-                  7 10 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.7450299821794033e-003</threshold>
-            <left_val>0.2090786993503571</left_val>
-            <right_val>-0.1267945021390915</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 11 4 4 -1.</_>
-                <_>
-                  17 11 2 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.0629850961267948e-003</threshold>
-            <left_val>-0.4784719944000244</left_val>
-            <right_val>0.0229746792465448</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 6 15 2 -1.</_>
-                <_>
-                  5 7 15 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0109674101695418</threshold>
-            <left_val>-0.1310741007328033</left_val>
-            <right_val>0.1712857037782669</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 1 20 10 -1.</_>
-                <_>
-                  3 1 10 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1530689001083374</threshold>
-            <left_val>0.2361073046922684</left_val>
-            <right_val>-0.0965401679277420</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 4 3 3 -1.</_>
-                <_>
-                  2 5 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.1676090545952320e-003</threshold>
-            <left_val>-0.1028804033994675</left_val>
-            <right_val>0.2537584006786346</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 11 4 4 -1.</_>
-                <_>
-                  17 11 2 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0107051497325301</threshold>
-            <left_val>0.0160892698913813</left_val>
-            <right_val>-0.5868526101112366</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 11 4 4 -1.</_>
-                <_>
-                  6 11 2 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.1142919585108757e-003</threshold>
-            <left_val>-0.6146798133850098</left_val>
-            <right_val>0.0344046317040920</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 4 8 10 -1.</_>
-                <_>
-                  21 4 4 5 2.</_>
-                <_>
-                  17 9 4 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0160057693719864</threshold>
-            <left_val>0.0954133197665215</left_val>
-            <right_val>-0.0657811686396599</right_val></_></_>
-        <_>
-          <!-- tree 48 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 5 3 -1.</_>
-                <_>
-                  0 9 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.5541699081659317e-003</threshold>
-            <left_val>0.0425793603062630</left_val>
-            <right_val>-0.5490341186523438</right_val></_></_>
-        <_>
-          <!-- tree 49 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 13 2 1 -1.</_>
-                <_>
-                  23 13 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.5742941185599193e-005</threshold>
-            <left_val>0.1505846977233887</left_val>
-            <right_val>-0.0978325977921486</right_val></_></_>
-        <_>
-          <!-- tree 50 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 13 2 1 -1.</_>
-                <_>
-                  1 13 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.9888480134541169e-005</threshold>
-            <left_val>-0.1522217988967896</left_val>
-            <right_val>0.1464709937572479</right_val></_></_>
-        <_>
-          <!-- tree 51 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 1 7 3 -1.</_>
-                <_>
-                  10 2 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.3986131250858307e-003</threshold>
-            <left_val>-0.0793018564581871</left_val>
-            <right_val>0.2222844958305359</right_val></_></_>
-        <_>
-          <!-- tree 52 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 8 12 -1.</_>
-                <_>
-                  0 3 4 6 2.</_>
-                <_>
-                  4 9 4 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0445945896208286</threshold>
-            <left_val>0.3217073082923889</left_val>
-            <right_val>-0.0712599530816078</right_val></_></_>
-        <_>
-          <!-- tree 53 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 16 11 -1.</_>
-                <_>
-                  6 0 8 11 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2763071060180664</threshold>
-            <left_val>-0.0312894396483898</left_val>
-            <right_val>0.4636780917644501</right_val></_></_>
-        <_>
-          <!-- tree 54 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 21 3 -1.</_>
-                <_>
-                  9 0 7 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0459242798388004</threshold>
-            <left_val>0.2685551047325134</left_val>
-            <right_val>-0.0946981832385063</right_val></_></_>
-        <_>
-          <!-- tree 55 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 1 2 12 -1.</_>
-                <_>
-                  23 1 2 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0328284502029419</threshold>
-            <left_val>0.0420088581740856</left_val>
-            <right_val>-0.1909179985523224</right_val></_></_>
-        <_>
-          <!-- tree 56 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 1 2 -1.</_>
-                <_>
-                  2 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>5.8416211977601051e-003</threshold>
-            <left_val>0.0443820804357529</left_val>
-            <right_val>-0.5017232894897461</right_val></_></_>
-        <_>
-          <!-- tree 57 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 0 6 3 -1.</_>
-                <_>
-                  17 0 2 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0253127701580524</threshold>
-            <left_val>7.6768198050558567e-003</left_val>
-            <right_val>-0.4524691104888916</right_val></_></_>
-        <_>
-          <!-- tree 58 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 9 6 4 -1.</_>
-                <_>
-                  10 9 2 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0206803791224957</threshold>
-            <left_val>-0.7082331180572510</left_val>
-            <right_val>0.0277527105063200</right_val></_></_>
-        <_>
-          <!-- tree 59 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 5 5 6 -1.</_>
-                <_>
-                  20 7 5 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.9456259906291962e-003</threshold>
-            <left_val>-0.1725641041994095</left_val>
-            <right_val>0.0885240733623505</right_val></_></_>
-        <_>
-          <!-- tree 60 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 24 8 -1.</_>
-                <_>
-                  0 4 12 4 2.</_>
-                <_>
-                  12 8 12 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1318278014659882</threshold>
-            <left_val>0.0378756709396839</left_val>
-            <right_val>-0.5236573815345764</right_val></_></_>
-        <_>
-          <!-- tree 61 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 10 1 4 -1.</_>
-                <_>
-                  21 11 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-4.8449821770191193e-003</threshold>
-            <left_val>-0.3831801116466522</left_val>
-            <right_val>0.0295521095395088</right_val></_></_>
-        <_>
-          <!-- tree 62 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 11 3 -1.</_>
-                <_>
-                  7 1 11 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.3295581601560116e-003</threshold>
-            <left_val>-0.1172816008329392</left_val>
-            <right_val>0.1712217032909393</right_val></_></_>
-        <_>
-          <!-- tree 63 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 13 4 -1.</_>
-                <_>
-                  6 1 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0353284589946270</threshold>
-            <left_val>0.3731549978256226</left_val>
-            <right_val>-0.0650273412466049</right_val></_></_></trees>
-      <stage_threshold>-1.4507639408111572</stage_threshold>
-      <parent>6</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 8 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 11 11 4 -1.</_>
-                <_>
-                  7 13 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0136478496715426</threshold>
-            <left_val>-0.2802368998527527</left_val>
-            <right_val>0.3575335144996643</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 3 4 12 -1.</_>
-                <_>
-                  23 3 2 6 2.</_>
-                <_>
-                  21 9 2 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0123078199103475</threshold>
-            <left_val>-0.1484645009040833</left_val>
-            <right_val>0.2714886069297791</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 4 21 6 -1.</_>
-                <_>
-                  9 6 7 2 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.4659403860569000</threshold>
-            <left_val>-0.0705008506774902</left_val>
-            <right_val>0.5868018865585327</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 3 2 10 -1.</_>
-                <_>
-                  24 3 1 5 2.</_>
-                <_>
-                  23 8 1 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.5693339519202709e-003</threshold>
-            <left_val>-0.1150237023830414</left_val>
-            <right_val>0.1375536024570465</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 2 10 -1.</_>
-                <_>
-                  0 3 1 5 2.</_>
-                <_>
-                  1 8 1 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.5176738854497671e-003</threshold>
-            <left_val>-0.1778890937566757</left_val>
-            <right_val>0.2172407060861588</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 10 1 4 -1.</_>
-                <_>
-                  23 11 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>4.5299702323973179e-003</threshold>
-            <left_val>0.0458603501319885</left_val>
-            <right_val>-0.5376703143119812</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 10 4 1 -1.</_>
-                <_>
-                  2 11 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>4.0295510552823544e-003</threshold>
-            <left_val>0.0599071383476257</left_val>
-            <right_val>-0.5803095102310181</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 10 9 4 -1.</_>
-                <_>
-                  8 11 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.0281656011939049e-003</threshold>
-            <left_val>-0.0889611616730690</left_val>
-            <right_val>0.3474006950855255</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 8 13 6 -1.</_>
-                <_>
-                  5 11 13 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0710994601249695</threshold>
-            <left_val>0.4003205001354218</left_val>
-            <right_val>-0.0876752585172653</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 15 4 -1.</_>
-                <_>
-                  5 2 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0905078798532486</threshold>
-            <left_val>0.3202385008335114</left_val>
-            <right_val>-0.1107280030846596</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 22 15 -1.</_>
-                <_>
-                  12 0 11 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.3949914872646332</threshold>
-            <left_val>-0.0544822700321674</left_val>
-            <right_val>0.4376561045646668</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 14 8 1 -1.</_>
-                <_>
-                  12 14 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.0021281242370605e-003</threshold>
-            <left_val>0.0412968583405018</left_val>
-            <right_val>-0.6277515888214111</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 3 8 4 -1.</_>
-                <_>
-                  1 4 8 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0126753300428391</threshold>
-            <left_val>0.1864306032657623</left_val>
-            <right_val>-0.1586595028638840</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 13 1 2 -1.</_>
-                <_>
-                  15 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.2523188060149550e-004</threshold>
-            <left_val>-0.0737809464335442</left_val>
-            <right_val>0.1131825000047684</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 15 6 -1.</_>
-                <_>
-                  5 4 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1519853025674820</threshold>
-            <left_val>-0.0698502063751221</left_val>
-            <right_val>0.5526459217071533</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 12 2 1 -1.</_>
-                <_>
-                  23 12 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.9174448251724243e-003</threshold>
-            <left_val>-0.4224376976490021</left_val>
-            <right_val>0.0234292708337307</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 12 1 2 -1.</_>
-                <_>
-                  2 12 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>5.1085697486996651e-004</threshold>
-            <left_val>-0.1782114058732987</left_val>
-            <right_val>0.1747542023658752</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 13 9 2 -1.</_>
-                <_>
-                  11 13 3 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0286266505718231</threshold>
-            <left_val>-0.7806789875030518</left_val>
-            <right_val>0.0430335216224194</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 0 8 2 -1.</_>
-                <_>
-                  8 1 8 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.2388539984822273e-003</threshold>
-            <left_val>-0.1174874976277351</left_val>
-            <right_val>0.2301342934370041</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 12 4 3 -1.</_>
-                <_>
-                  20 13 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.8310899659991264e-003</threshold>
-            <left_val>-0.5170273780822754</left_val>
-            <right_val>0.0224770605564117</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 18 10 -1.</_>
-                <_>
-                  3 0 9 5 2.</_>
-                <_>
-                  12 5 9 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1381812989711762</threshold>
-            <left_val>-0.6718307137489319</left_val>
-            <right_val>0.0339458398520947</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 12 6 3 -1.</_>
-                <_>
-                  12 12 2 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0129029303789139</threshold>
-            <left_val>0.0190411508083344</left_val>
-            <right_val>-0.4739249050617218</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 1 8 -1.</_>
-                <_>
-                  0 2 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.3398052006959915e-003</threshold>
-            <left_val>0.0412811301648617</left_val>
-            <right_val>-0.5821130871772766</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 5 3 4 -1.</_>
-                <_>
-                  22 6 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.4067512943875045e-005</threshold>
-            <left_val>-0.2301639020442963</left_val>
-            <right_val>0.1240853965282440</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 4 4 -1.</_>
-                <_>
-                  0 6 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0172388590872288</threshold>
-            <left_val>0.0539665818214417</left_val>
-            <right_val>-0.5818564891815186</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 14 10 -1.</_>
-                <_>
-                  13 0 7 5 2.</_>
-                <_>
-                  6 5 7 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0786773264408112</threshold>
-            <left_val>-0.4061115086078644</left_val>
-            <right_val>0.0569235086441040</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 12 4 3 -1.</_>
-                <_>
-                  1 13 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.5859591811895370e-003</threshold>
-            <left_val>0.0368424393236637</left_val>
-            <right_val>-0.5646867752075195</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 7 2 2 -1.</_>
-                <_>
-                  21 7 1 1 2.</_>
-                <_>
-                  20 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.1322399415075779e-004</threshold>
-            <left_val>0.1785047054290772</left_val>
-            <right_val>-0.0668883100152016</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 7 2 2 -1.</_>
-                <_>
-                  3 7 1 1 2.</_>
-                <_>
-                  4 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.9400849062949419e-004</threshold>
-            <left_val>-0.0783978328108788</left_val>
-            <right_val>0.3054557144641876</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 6 3 4 -1.</_>
-                <_>
-                  22 7 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0128271998837590</threshold>
-            <left_val>0.0404374599456787</left_val>
-            <right_val>-0.6479570865631104</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 6 7 3 -1.</_>
-                <_>
-                  9 7 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0119779799133539</threshold>
-            <left_val>-0.0993791595101357</left_val>
-            <right_val>0.2267276048660278</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 6 4 2 -1.</_>
-                <_>
-                  11 7 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.9378769472241402e-003</threshold>
-            <left_val>0.2706328034400940</left_val>
-            <right_val>-0.0839221030473709</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 6 5 4 -1.</_>
-                <_>
-                  0 7 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0203377306461334</threshold>
-            <left_val>0.0400571115314960</left_val>
-            <right_val>-0.6170961260795593</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 15 6 -1.</_>
-                <_>
-                  5 5 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1582631021738052</threshold>
-            <left_val>0.3718011081218720</left_val>
-            <right_val>-0.0776448771357536</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 4 5 2 -1.</_>
-                <_>
-                  4 5 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.5150578953325748e-003</threshold>
-            <left_val>-0.1424572020769119</left_val>
-            <right_val>0.1946897059679031</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 12 6 3 -1.</_>
-                <_>
-                  13 12 2 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0179421696811914</threshold>
-            <left_val>-0.7258480787277222</left_val>
-            <right_val>0.0292347799986601</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 1 3 -1.</_>
-                <_>
-                  2 1 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>5.2153151482343674e-003</threshold>
-            <left_val>0.0460041500627995</left_val>
-            <right_val>-0.4536756873130798</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 11 12 2 -1.</_>
-                <_>
-                  11 11 4 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.7863838523626328e-003</threshold>
-            <left_val>0.1746426969766617</left_val>
-            <right_val>-0.1098980978131294</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 4 4 -1.</_>
-                <_>
-                  0 9 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.4133447855710983e-003</threshold>
-            <left_val>0.0346476286649704</left_val>
-            <right_val>-0.5983666181564331</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 7 9 3 -1.</_>
-                <_>
-                  8 8 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.6218741014599800e-003</threshold>
-            <left_val>-0.1057026013731957</left_val>
-            <right_val>0.2037336975336075</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 8 9 6 -1.</_>
-                <_>
-                  8 10 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0216018799692392</threshold>
-            <left_val>-0.0909303426742554</left_val>
-            <right_val>0.2887038886547089</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 11 5 4 -1.</_>
-                <_>
-                  20 12 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0118230897933245</threshold>
-            <left_val>-0.6303614974021912</left_val>
-            <right_val>0.0240826196968555</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 5 8 3 -1.</_>
-                <_>
-                  9 5 4 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0202329792082310</threshold>
-            <left_val>-0.7420278787612915</left_val>
-            <right_val>0.0235212203115225</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 0 2 2 -1.</_>
-                <_>
-                  17 0 1 1 2.</_>
-                <_>
-                  16 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.4510147785767913e-004</threshold>
-            <left_val>-0.0552557893097401</left_val>
-            <right_val>0.1650166064500809</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 5 4 -1.</_>
-                <_>
-                  0 12 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.1876022741198540e-003</threshold>
-            <left_val>-0.5770931839942932</left_val>
-            <right_val>0.0352346412837505</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 0 2 2 -1.</_>
-                <_>
-                  17 0 1 1 2.</_>
-                <_>
-                  16 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.5044958824291825e-004</threshold>
-            <left_val>0.1859780997037888</left_val>
-            <right_val>-0.0824367776513100</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 9 6 6 -1.</_>
-                <_>
-                  7 9 2 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0273097790777683</threshold>
-            <left_val>-0.7204548716545105</left_val>
-            <right_val>0.0276838503777981</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 10 10 4 -1.</_>
-                <_>
-                  19 10 5 2 2.</_>
-                <_>
-                  14 12 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.3051019571721554e-003</threshold>
-            <left_val>-0.0758159905672073</left_val>
-            <right_val>0.1228180006146431</right_val></_></_>
-        <_>
-          <!-- tree 48 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 6 3 1 -1.</_>
-                <_>
-                  7 6 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.2118180105462670e-004</threshold>
-            <left_val>-0.0847066268324852</left_val>
-            <right_val>0.2212305068969727</right_val></_></_>
-        <_>
-          <!-- tree 49 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 6 3 2 -1.</_>
-                <_>
-                  17 6 1 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.5794708896428347e-004</threshold>
-            <left_val>0.0922004431486130</left_val>
-            <right_val>-0.0512673109769821</right_val></_></_>
-        <_>
-          <!-- tree 50 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 6 3 2 -1.</_>
-                <_>
-                  7 6 1 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.2906070332974195e-003</threshold>
-            <left_val>0.2364850938320160</left_val>
-            <right_val>-0.0856367424130440</right_val></_></_>
-        <_>
-          <!-- tree 51 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 3 8 4 -1.</_>
-                <_>
-                  12 4 8 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0234409496188164</threshold>
-            <left_val>-0.3417592048645020</left_val>
-            <right_val>0.0303556900471449</right_val></_></_>
-        <_>
-          <!-- tree 52 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 1 2 -1.</_>
-                <_>
-                  2 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>6.7003733420278877e-005</threshold>
-            <left_val>-0.1778312027454376</left_val>
-            <right_val>0.1098366007208824</right_val></_></_>
-        <_>
-          <!-- tree 53 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 2 1 -1.</_>
-                <_>
-                  21 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-2.0913260523229837e-003</threshold>
-            <left_val>-0.3296548128128052</left_val>
-            <right_val>0.0488219298422337</right_val></_></_>
-        <_>
-          <!-- tree 54 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 1 2 -1.</_>
-                <_>
-                  4 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>5.2883368916809559e-003</threshold>
-            <left_val>0.0476020798087120</left_val>
-            <right_val>-0.4229690134525299</right_val></_></_>
-        <_>
-          <!-- tree 55 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 1 8 6 -1.</_>
-                <_>
-                  11 3 8 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.1046722009778023</threshold>
-            <left_val>0.0145577099174261</left_val>
-            <right_val>-0.5163959860801697</right_val></_></_>
-        <_>
-          <!-- tree 56 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 3 4 8 -1.</_>
-                <_>
-                  13 4 2 8 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0410936884582043</threshold>
-            <left_val>0.0255694594234228</left_val>
-            <right_val>-0.6734575033187866</right_val></_></_>
-        <_>
-          <!-- tree 57 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 20 15 -1.</_>
-                <_>
-                  3 0 10 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.4545299112796783</threshold>
-            <left_val>-0.0473212711513042</left_val>
-            <right_val>0.4647259116172791</right_val></_></_>
-        <_>
-          <!-- tree 58 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 0 7 3 -1.</_>
-                <_>
-                  9 1 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.4200271368026733e-003</threshold>
-            <left_val>0.2172905951738358</left_val>
-            <right_val>-0.0805237367749214</right_val></_></_>
-        <_>
-          <!-- tree 59 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 1 5 2 -1.</_>
-                <_>
-                  12 2 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.3253689762204885e-003</threshold>
-            <left_val>0.1196364015340805</left_val>
-            <right_val>-0.0847371667623520</right_val></_></_>
-        <_>
-          <!-- tree 60 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 1 13 3 -1.</_>
-                <_>
-                  6 2 13 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0152236903086305</threshold>
-            <left_val>-0.0892436280846596</left_val>
-            <right_val>0.2284111976623535</right_val></_></_>
-        <_>
-          <!-- tree 61 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 3 10 12 -1.</_>
-                <_>
-                  19 3 5 6 2.</_>
-                <_>
-                  14 9 5 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0312239099293947</threshold>
-            <left_val>0.1464260965585709</left_val>
-            <right_val>-0.1012998968362808</right_val></_></_>
-        <_>
-          <!-- tree 62 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 6 21 6 -1.</_>
-                <_>
-                  8 6 7 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0729675367474556</threshold>
-            <left_val>0.1977909952402115</left_val>
-            <right_val>-0.0998045280575752</right_val></_></_>
-        <_>
-          <!-- tree 63 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 0 10 12 -1.</_>
-                <_>
-                  12 0 5 12 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0434687100350857</threshold>
-            <left_val>-0.0738932862877846</left_val>
-            <right_val>0.1571179032325745</right_val></_></_>
-        <_>
-          <!-- tree 64 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 8 11 3 -1.</_>
-                <_>
-                  7 9 11 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.7427257783710957e-003</threshold>
-            <left_val>-0.0907922536134720</left_val>
-            <right_val>0.2449675947427750</right_val></_></_>
-        <_>
-          <!-- tree 65 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 5 22 10 -1.</_>
-                <_>
-                  2 5 11 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0834884494543076</threshold>
-            <left_val>0.1732859015464783</left_val>
-            <right_val>-0.1288128942251205</right_val></_></_>
-        <_>
-          <!-- tree 66 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 4 15 4 -1.</_>
-                <_>
-                  5 6 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0421115085482597</threshold>
-            <left_val>-0.1475321054458618</left_val>
-            <right_val>0.1373448967933655</right_val></_></_>
-        <_>
-          <!-- tree 67 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 1 15 6 -1.</_>
-                <_>
-                  7 3 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0966737270355225</threshold>
-            <left_val>-0.0551961399614811</left_val>
-            <right_val>0.3563303947448731</right_val></_></_>
-        <_>
-          <!-- tree 68 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 2 6 -1.</_>
-                <_>
-                  0 10 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.8993981480598450e-003</threshold>
-            <left_val>-0.5261930823326111</left_val>
-            <right_val>0.0388906002044678</right_val></_></_>
-        <_>
-          <!-- tree 69 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 1 15 4 -1.</_>
-                <_>
-                  5 2 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0238508302718401</threshold>
-            <left_val>0.1924559026956558</left_val>
-            <right_val>-0.1050153970718384</right_val></_></_>
-        <_>
-          <!-- tree 70 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 8 2 2 -1.</_>
-                <_>
-                  7 8 1 1 2.</_>
-                <_>
-                  8 9 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.4902130290865898e-004</threshold>
-            <left_val>0.2476740926504135</left_val>
-            <right_val>-0.0738597288727760</right_val></_></_>
-        <_>
-          <!-- tree 71 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 9 9 2 -1.</_>
-                <_>
-                  14 9 3 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0230488497763872</threshold>
-            <left_val>-0.5220348238945007</left_val>
-            <right_val>0.0295383799821138</right_val></_></_>
-        <_>
-          <!-- tree 72 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 8 2 2 -1.</_>
-                <_>
-                  7 8 1 1 2.</_>
-                <_>
-                  8 9 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.7920900871977210e-004</threshold>
-            <left_val>-0.0807055011391640</left_val>
-            <right_val>0.2493984997272492</right_val></_></_>
-        <_>
-          <!-- tree 73 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 10 8 4 -1.</_>
-                <_>
-                  17 11 8 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0254354309290648</threshold>
-            <left_val>-0.6520490050315857</left_val>
-            <right_val>0.0163280703127384</right_val></_></_>
-        <_>
-          <!-- tree 74 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 10 8 4 -1.</_>
-                <_>
-                  0 11 8 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0176391601562500</threshold>
-            <left_val>0.0246949195861816</left_val>
-            <right_val>-0.6850522756576538</right_val></_></_>
-        <_>
-          <!-- tree 75 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 11 6 4 -1.</_>
-                <_>
-                  18 11 2 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0205357391387224</threshold>
-            <left_val>0.0165182203054428</left_val>
-            <right_val>-0.4285225868225098</right_val></_></_>
-        <_>
-          <!-- tree 76 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 13 24 1 -1.</_>
-                <_>
-                  6 13 12 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0111132804304361</threshold>
-            <left_val>-0.0871591791510582</left_val>
-            <right_val>0.2062001973390579</right_val></_></_></trees>
-      <stage_threshold>-1.3936280012130737</stage_threshold>
-      <parent>7</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 9 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 10 6 -1.</_>
-                <_>
-                  0 9 5 3 2.</_>
-                <_>
-                  5 12 5 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0140618495643139</threshold>
-            <left_val>-0.2737283110618591</left_val>
-            <right_val>0.4017829895019531</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 5 10 10 -1.</_>
-                <_>
-                  18 5 5 5 2.</_>
-                <_>
-                  13 10 5 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0334245301783085</threshold>
-            <left_val>0.3433864116668701</left_val>
-            <right_val>-0.1524070948362351</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 4 2 -1.</_>
-                <_>
-                  2 4 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.3982729073613882e-003</threshold>
-            <left_val>0.3046114146709442</left_val>
-            <right_val>-0.2162856012582779</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 5 12 10 -1.</_>
-                <_>
-                  19 5 6 5 2.</_>
-                <_>
-                  13 10 6 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0673939511179924</threshold>
-            <left_val>-0.0539562106132507</left_val>
-            <right_val>0.3304964005947113</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 12 10 -1.</_>
-                <_>
-                  0 5 6 5 2.</_>
-                <_>
-                  6 10 6 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0515447482466698</threshold>
-            <left_val>0.3804036974906921</left_val>
-            <right_val>-0.1334261000156403</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 11 3 4 -1.</_>
-                <_>
-                  11 13 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.6630779504776001e-003</threshold>
-            <left_val>-0.1760202944278717</left_val>
-            <right_val>0.2139966934919357</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 8 2 5 -1.</_>
-                <_>
-                  5 8 1 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>7.8836623579263687e-003</threshold>
-            <left_val>0.0570616200566292</left_val>
-            <right_val>-0.5150743126869202</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 14 18 1 -1.</_>
-                <_>
-                  4 14 9 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.9480048045516014e-003</threshold>
-            <left_val>0.2230996936559677</left_val>
-            <right_val>-0.1190536990761757</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 1 6 -1.</_>
-                <_>
-                  1 3 1 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.5760587565600872e-004</threshold>
-            <left_val>0.0999659672379494</left_val>
-            <right_val>-0.2558285892009735</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 9 9 4 -1.</_>
-                <_>
-                  8 10 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.5389392226934433e-003</threshold>
-            <left_val>-0.0655315071344376</left_val>
-            <right_val>0.3246265947818756</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 5 4 -1.</_>
-                <_>
-                  0 10 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.7904132194817066e-003</threshold>
-            <left_val>0.0450260303914547</left_val>
-            <right_val>-0.6068859100341797</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 5 6 2 -1.</_>
-                <_>
-                  21 5 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.0692770853638649e-003</threshold>
-            <left_val>-0.0624743513762951</left_val>
-            <right_val>0.1570695042610169</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 6 2 -1.</_>
-                <_>
-                  2 5 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.1110940035432577e-003</threshold>
-            <left_val>-0.0744680091738701</left_val>
-            <right_val>0.2600801885128021</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 9 6 3 -1.</_>
-                <_>
-                  15 9 2 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0156514495611191</threshold>
-            <left_val>0.0255663506686687</left_val>
-            <right_val>-0.5172523260116577</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 3 21 9 -1.</_>
-                <_>
-                  9 3 7 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2044613063335419</threshold>
-            <left_val>-0.0763430967926979</left_val>
-            <right_val>0.3323906958103180</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 9 10 2 -1.</_>
-                <_>
-                  11 9 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0101691596210003</threshold>
-            <left_val>0.1606681048870087</left_val>
-            <right_val>-0.1091597974300385</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 24 14 -1.</_>
-                <_>
-                  0 0 12 7 2.</_>
-                <_>
-                  12 7 12 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1894780993461609</threshold>
-            <left_val>0.0538599416613579</left_val>
-            <right_val>-0.5398759841918945</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 15 6 -1.</_>
-                <_>
-                  5 4 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1479240059852600</threshold>
-            <left_val>0.2385465949773789</left_val>
-            <right_val>-0.1132820993661881</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 16 11 -1.</_>
-                <_>
-                  10 0 8 11 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1483031064271927</threshold>
-            <left_val>0.3646511137485504</left_val>
-            <right_val>-0.0753156766295433</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 15 6 -1.</_>
-                <_>
-                  5 2 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1325532943010330</threshold>
-            <left_val>0.2919555902481079</left_val>
-            <right_val>-0.0949441567063332</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 5 5 4 -1.</_>
-                <_>
-                  10 6 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0163901709020138</threshold>
-            <left_val>0.3920511901378632</left_val>
-            <right_val>-0.0685021281242371</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 0 2 3 -1.</_>
-                <_>
-                  23 1 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.3240979798138142e-003</threshold>
-            <left_val>-0.6633772253990173</left_val>
-            <right_val>0.0337768010795116</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 6 3 -1.</_>
-                <_>
-                  0 1 6 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0147409504279494</threshold>
-            <left_val>0.0431423708796501</left_val>
-            <right_val>-0.5016931891441345</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 5 15 2 -1.</_>
-                <_>
-                  10 6 15 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0171020403504372</threshold>
-            <left_val>-0.1739968061447144</left_val>
-            <right_val>0.2036074995994568</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 6 4 -1.</_>
-                <_>
-                  0 4 3 2 2.</_>
-                <_>
-                  3 6 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.5232060626149178e-003</threshold>
-            <left_val>0.2614240050315857</left_val>
-            <right_val>-0.0894730314612389</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 7 2 4 -1.</_>
-                <_>
-                  20 8 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>8.0899456515908241e-003</threshold>
-            <left_val>0.0491316393017769</left_val>
-            <right_val>-0.3869245946407318</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 7 4 2 -1.</_>
-                <_>
-                  5 8 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0111914901062846</threshold>
-            <left_val>-0.7151393890380859</left_val>
-            <right_val>0.0292793400585651</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 13 1 2 -1.</_>
-                <_>
-                  24 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.4855492382775992e-005</threshold>
-            <left_val>0.1147895976901054</left_val>
-            <right_val>-0.1195824965834618</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 4 15 -1.</_>
-                <_>
-                  3 0 2 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0263162907212973</threshold>
-            <left_val>0.0260859299451113</left_val>
-            <right_val>-0.8071029186248779</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 4 1 -1.</_>
-                <_>
-                  22 1 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0132494196295738</threshold>
-            <left_val>-0.3211443126201630</left_val>
-            <right_val>7.5486088171601295e-003</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 1 4 -1.</_>
-                <_>
-                  3 1 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>6.2180599197745323e-003</threshold>
-            <left_val>0.0555592402815819</left_val>
-            <right_val>-0.4065248966217041</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 1 24 14 -1.</_>
-                <_>
-                  13 1 12 7 2.</_>
-                <_>
-                  1 8 12 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1724980026483536</threshold>
-            <left_val>0.0407503582537174</left_val>
-            <right_val>-0.5056337714195252</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 9 6 6 -1.</_>
-                <_>
-                  8 9 2 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0216798391193151</threshold>
-            <left_val>-0.6235452890396118</left_val>
-            <right_val>0.0264780297875404</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 15 4 -1.</_>
-                <_>
-                  10 3 5 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0167031493037939</threshold>
-            <left_val>-0.1379484981298447</left_val>
-            <right_val>0.1374935954809189</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 20 10 -1.</_>
-                <_>
-                  5 0 10 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0904578119516373</threshold>
-            <left_val>0.2364515066146851</left_val>
-            <right_val>-0.0822857320308685</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 3 6 12 -1.</_>
-                <_>
-                  22 3 3 6 2.</_>
-                <_>
-                  19 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0319220200181007</threshold>
-            <left_val>0.2578540146350861</left_val>
-            <right_val>-0.0472433306276798</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 2 7 2 -1.</_>
-                <_>
-                  3 3 7 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0107858600094914</threshold>
-            <left_val>0.1915684044361115</left_val>
-            <right_val>-0.1092626005411148</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 3 6 12 -1.</_>
-                <_>
-                  22 3 3 6 2.</_>
-                <_>
-                  19 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0153568601235747</threshold>
-            <left_val>-0.0915980264544487</left_val>
-            <right_val>0.1492947041988373</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 6 12 -1.</_>
-                <_>
-                  0 3 3 6 2.</_>
-                <_>
-                  3 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0298386197537184</threshold>
-            <left_val>0.3693186044692993</left_val>
-            <right_val>-0.0698615685105324</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 14 6 1 -1.</_>
-                <_>
-                  19 14 3 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.5088700456544757e-003</threshold>
-            <left_val>-0.0684053674340248</left_val>
-            <right_val>0.1167493984103203</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 2 6 13 -1.</_>
-                <_>
-                  6 2 2 13 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0391593612730503</threshold>
-            <left_val>-0.5139203071594238</left_val>
-            <right_val>0.0376962982118130</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 14 8 1 -1.</_>
-                <_>
-                  19 14 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.6957627683877945e-003</threshold>
-            <left_val>0.0178152993321419</left_val>
-            <right_val>-0.4685910940170288</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 14 8 1 -1.</_>
-                <_>
-                  2 14 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.2683161124587059e-004</threshold>
-            <left_val>-0.1310783028602600</left_val>
-            <right_val>0.1574900001287460</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 11 2 2 -1.</_>
-                <_>
-                  23 11 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>3.9894571527838707e-003</threshold>
-            <left_val>0.0452235005795956</left_val>
-            <right_val>-0.4237715899944305</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 11 2 2 -1.</_>
-                <_>
-                  2 11 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.1600970327854156e-003</threshold>
-            <left_val>-0.5150998830795288</left_val>
-            <right_val>0.0348056405782700</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 4 9 4 -1.</_>
-                <_>
-                  8 5 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0237389300018549</threshold>
-            <left_val>0.2213699966669083</left_val>
-            <right_val>-0.0842292308807373</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 4 9 3 -1.</_>
-                <_>
-                  8 5 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0145637700334191</threshold>
-            <left_val>-0.0898087024688721</left_val>
-            <right_val>0.2186468988656998</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 6 2 4 -1.</_>
-                <_>
-                  23 6 1 2 2.</_>
-                <_>
-                  22 8 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.2849658317863941e-004</threshold>
-            <left_val>-0.0709035396575928</left_val>
-            <right_val>0.1204996034502983</right_val></_></_>
-        <_>
-          <!-- tree 48 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 6 8 -1.</_>
-                <_>
-                  9 3 2 8 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0311498604714870</threshold>
-            <left_val>-0.6067348122596741</left_val>
-            <right_val>0.0294798705726862</right_val></_></_>
-        <_>
-          <!-- tree 49 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 4 3 4 -1.</_>
-                <_>
-                  22 5 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0167685598134995</threshold>
-            <left_val>0.0236525908112526</left_val>
-            <right_val>-0.4164066910743713</right_val></_></_>
-        <_>
-          <!-- tree 50 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 9 4 2 -1.</_>
-                <_>
-                  4 10 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-8.9033348485827446e-003</threshold>
-            <left_val>-0.5536022186279297</left_val>
-            <right_val>0.0302125699818134</right_val></_></_>
-        <_>
-          <!-- tree 51 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 7 2 2 -1.</_>
-                <_>
-                  18 7 1 1 2.</_>
-                <_>
-                  17 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.3961132653057575e-004</threshold>
-            <left_val>-0.0588473901152611</left_val>
-            <right_val>0.1531303972005844</right_val></_></_>
-        <_>
-          <!-- tree 52 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 11 6 1 -1.</_>
-                <_>
-                  11 11 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.3886012434959412e-003</threshold>
-            <left_val>-0.7052780985832214</left_val>
-            <right_val>0.0250979401171207</right_val></_></_>
-        <_>
-          <!-- tree 53 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 7 2 2 -1.</_>
-                <_>
-                  18 7 1 1 2.</_>
-                <_>
-                  17 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.4085000515915453e-004</threshold>
-            <left_val>0.1771869063377380</left_val>
-            <right_val>-0.1048467978835106</right_val></_></_>
-        <_>
-          <!-- tree 54 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 2 4 -1.</_>
-                <_>
-                  0 8 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.1828009784221649e-003</threshold>
-            <left_val>0.0330388285219669</left_val>
-            <right_val>-0.4948574900627136</right_val></_></_>
-        <_>
-          <!-- tree 55 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 5 5 6 -1.</_>
-                <_>
-                  20 7 5 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.2702568033710122e-004</threshold>
-            <left_val>-0.1844830960035324</left_val>
-            <right_val>0.0777885988354683</right_val></_></_>
-        <_>
-          <!-- tree 56 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 2 2 -1.</_>
-                <_>
-                  6 7 1 1 2.</_>
-                <_>
-                  7 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.0980831040069461e-004</threshold>
-            <left_val>0.1959578990936279</left_val>
-            <right_val>-0.0837520435452461</right_val></_></_>
-        <_>
-          <!-- tree 57 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 7 2 2 -1.</_>
-                <_>
-                  18 7 1 1 2.</_>
-                <_>
-                  17 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.2273030006326735e-004</threshold>
-            <left_val>-0.0814708098769188</left_val>
-            <right_val>0.1209300011396408</right_val></_></_>
-        <_>
-          <!-- tree 58 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 2 2 -1.</_>
-                <_>
-                  6 7 1 1 2.</_>
-                <_>
-                  7 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.6565610682591796e-004</threshold>
-            <left_val>-0.0953319519758224</left_val>
-            <right_val>0.2288299947977066</right_val></_></_>
-        <_>
-          <!-- tree 59 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 0 4 9 -1.</_>
-                <_>
-                  16 0 2 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0216477997601032</threshold>
-            <left_val>-0.6933805942535400</left_val>
-            <right_val>0.0170615408569574</right_val></_></_>
-        <_>
-          <!-- tree 60 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 1 14 14 -1.</_>
-                <_>
-                  5 1 7 7 2.</_>
-                <_>
-                  12 8 7 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0595006607472897</threshold>
-            <left_val>0.0526031702756882</left_val>
-            <right_val>-0.2782197892665863</right_val></_></_>
-        <_>
-          <!-- tree 61 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 0 4 9 -1.</_>
-                <_>
-                  16 0 2 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0253651998937130</threshold>
-            <left_val>8.9954538270831108e-003</left_val>
-            <right_val>-0.6383489966392517</right_val></_></_>
-        <_>
-          <!-- tree 62 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 5 3 -1.</_>
-                <_>
-                  0 8 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.9667091332376003e-003</threshold>
-            <left_val>-0.3175272047519684</left_val>
-            <right_val>0.0470112897455692</right_val></_></_>
-        <_>
-          <!-- tree 63 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 2 3 4 -1.</_>
-                <_>
-                  22 3 1 4 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>8.2784779369831085e-003</threshold>
-            <left_val>-0.0544440597295761</left_val>
-            <right_val>0.2219938933849335</right_val></_></_>
-        <_>
-          <!-- tree 64 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 4 15 -1.</_>
-                <_>
-                  7 0 2 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0221254508942366</threshold>
-            <left_val>-0.6738150715827942</left_val>
-            <right_val>0.0225456394255161</right_val></_></_>
-        <_>
-          <!-- tree 65 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 2 3 4 -1.</_>
-                <_>
-                  22 3 1 4 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0180159192532301</threshold>
-            <left_val>0.1972057968378067</left_val>
-            <right_val>-0.0419279783964157</right_val></_></_>
-        <_>
-          <!-- tree 66 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 2 4 3 -1.</_>
-                <_>
-                  3 3 4 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>8.4426235407590866e-003</threshold>
-            <left_val>-0.0605471916496754</left_val>
-            <right_val>0.2649214863777161</right_val></_></_>
-        <_>
-          <!-- tree 67 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 5 3 7 -1.</_>
-                <_>
-                  14 6 1 7 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0325668416917324</threshold>
-            <left_val>-0.7107285857200623</left_val>
-            <right_val>0.0118406098335981</right_val></_></_>
-        <_>
-          <!-- tree 68 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 10 15 1 -1.</_>
-                <_>
-                  9 10 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.7655492089688778e-003</threshold>
-            <left_val>0.1384397000074387</left_val>
-            <right_val>-0.1150531992316246</right_val></_></_>
-        <_>
-          <!-- tree 69 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 6 10 9 -1.</_>
-                <_>
-                  12 6 5 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0569362901151180</threshold>
-            <left_val>-0.0613397099077702</left_val>
-            <right_val>0.2665694057941437</right_val></_></_>
-        <_>
-          <!-- tree 70 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 1 22 14 -1.</_>
-                <_>
-                  12 1 11 14 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1374146044254303</threshold>
-            <left_val>-0.1139679029583931</left_val>
-            <right_val>0.1789363026618958</right_val></_></_>
-        <_>
-          <!-- tree 71 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 8 3 2 -1.</_>
-                <_>
-                  11 9 3 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.4123009536415339e-003</threshold>
-            <left_val>-0.0668940767645836</left_val>
-            <right_val>0.2595616877079010</right_val></_></_>
-        <_>
-          <!-- tree 72 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 5 11 2 -1.</_>
-                <_>
-                  2 6 11 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0116290198639035</threshold>
-            <left_val>-0.1346206963062286</left_val>
-            <right_val>0.1518495976924896</right_val></_></_></trees>
-      <stage_threshold>-1.3217060565948486</stage_threshold>
-      <parent>8</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 10 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 1 10 4 -1.</_>
-                <_>
-                  3 2 10 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0302658006548882</threshold>
-            <left_val>0.3809668123722076</left_val>
-            <right_val>-0.1337769925594330</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 1 15 6 -1.</_>
-                <_>
-                  5 3 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1888993978500366</threshold>
-            <left_val>0.3472220003604889</left_val>
-            <right_val>-0.1143490970134735</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 6 6 -1.</_>
-                <_>
-                  0 9 3 3 2.</_>
-                <_>
-                  3 12 3 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.4756601564586163e-003</threshold>
-            <left_val>-0.1779001951217651</left_val>
-            <right_val>0.1983720064163208</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 3 5 2 -1.</_>
-                <_>
-                  19 4 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.2559102922677994e-003</threshold>
-            <left_val>0.2553296089172363</left_val>
-            <right_val>-0.0956856831908226</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 10 14 4 -1.</_>
-                <_>
-                  2 10 7 2 2.</_>
-                <_>
-                  9 12 7 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0103751895949245</threshold>
-            <left_val>-0.1290100961923599</left_val>
-            <right_val>0.2047273963689804</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 3 24 8 -1.</_>
-                <_>
-                  9 3 8 8 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2527360022068024</threshold>
-            <left_val>-0.0779134780168533</left_val>
-            <right_val>0.3413710892200470</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 2 6 -1.</_>
-                <_>
-                  0 10 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.9952310770750046e-003</threshold>
-            <left_val>0.1191667988896370</left_val>
-            <right_val>-0.4138369858264923</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 14 2 1 -1.</_>
-                <_>
-                  23 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.6510503529570997e-005</threshold>
-            <left_val>-0.2305306047201157</left_val>
-            <right_val>0.1328932046890259</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 6 4 -1.</_>
-                <_>
-                  0 4 3 2 2.</_>
-                <_>
-                  3 6 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0104297399520874</threshold>
-            <left_val>-0.0622061118483543</left_val>
-            <right_val>0.2935121059417725</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 13 21 1 -1.</_>
-                <_>
-                  10 13 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.4513092190027237e-003</threshold>
-            <left_val>0.1671503931283951</left_val>
-            <right_val>-0.1161310002207756</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 24 14 -1.</_>
-                <_>
-                  0 0 12 7 2.</_>
-                <_>
-                  12 7 12 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1386305987834930</threshold>
-            <left_val>-0.4514685869216919</left_val>
-            <right_val>0.0725729763507843</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 0 1 10 -1.</_>
-                <_>
-                  24 5 1 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0154232997447252</threshold>
-            <left_val>-0.4277118146419525</left_val>
-            <right_val>0.0248409193009138</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 11 2 2 -1.</_>
-                <_>
-                  4 11 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-6.5782992169260979e-003</threshold>
-            <left_val>-0.6540787816047669</left_val>
-            <right_val>0.0402618311345577</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 14 2 1 -1.</_>
-                <_>
-                  23 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.8917557655368000e-005</threshold>
-            <left_val>0.2068260014057159</left_val>
-            <right_val>-0.1195247992873192</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 14 2 1 -1.</_>
-                <_>
-                  1 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.1416288847103715e-005</threshold>
-            <left_val>-0.1625899970531464</left_val>
-            <right_val>0.1518989056348801</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 2 11 6 -1.</_>
-                <_>
-                  7 4 11 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1354866027832031</threshold>
-            <left_val>-0.0504554286599159</left_val>
-            <right_val>0.4712490141391754</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 2 2 2 -1.</_>
-                <_>
-                  2 2 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>1.1286230292171240e-003</threshold>
-            <left_val>-0.1934940963983536</left_val>
-            <right_val>0.1492028981447220</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 0 1 10 -1.</_>
-                <_>
-                  24 5 1 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0376871302723885</threshold>
-            <left_val>-6.5130472648888826e-004</left_val>
-            <right_val>-0.5566216707229614</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 1 10 -1.</_>
-                <_>
-                  0 5 1 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0177724994719028</threshold>
-            <left_val>-0.5733047127723694</left_val>
-            <right_val>0.0462512709200382</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 11 6 2 -1.</_>
-                <_>
-                  14 11 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0141524598002434</threshold>
-            <left_val>-0.7905998826026917</left_val>
-            <right_val>0.0153570203110576</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 20 2 -1.</_>
-                <_>
-                  7 0 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0194474104791880</threshold>
-            <left_val>0.2123239040374756</left_val>
-            <right_val>-0.1021943986415863</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 0 10 4 -1.</_>
-                <_>
-                  10 0 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0129150198772550</threshold>
-            <left_val>-0.0788644626736641</left_val>
-            <right_val>0.1457864940166473</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 20 1 -1.</_>
-                <_>
-                  10 0 10 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.7283121645450592e-003</threshold>
-            <left_val>-0.1338106989860535</left_val>
-            <right_val>0.2055318057537079</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 4 10 3 -1.</_>
-                <_>
-                  8 5 10 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0264210291206837</threshold>
-            <left_val>0.2729040980339050</left_val>
-            <right_val>-0.0841038301587105</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 6 7 6 -1.</_>
-                <_>
-                  9 8 7 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0216425806283951</threshold>
-            <left_val>0.2165616005659103</left_val>
-            <right_val>-0.0997976064682007</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 5 9 3 -1.</_>
-                <_>
-                  8 6 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0186041705310345</threshold>
-            <left_val>0.3167817890644074</left_val>
-            <right_val>-0.0684646219015121</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 1 3 -1.</_>
-                <_>
-                  5 1 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>7.9184472560882568e-003</threshold>
-            <left_val>0.0389325916767120</left_val>
-            <right_val>-0.5849621891975403</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 0 1 4 -1.</_>
-                <_>
-                  24 2 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.0868779807351530e-005</threshold>
-            <left_val>0.1183537989854813</left_val>
-            <right_val>-0.2693997025489807</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 10 2 1 -1.</_>
-                <_>
-                  10 10 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.3271610997617245e-005</threshold>
-            <left_val>0.1483621001243591</left_val>
-            <right_val>-0.1414014995098114</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 10 1 4 -1.</_>
-                <_>
-                  21 11 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>3.0123859178274870e-003</threshold>
-            <left_val>0.0475597009062767</left_val>
-            <right_val>-0.3168076872825623</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 6 5 -1.</_>
-                <_>
-                  6 0 2 5 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0202028602361679</threshold>
-            <left_val>0.0363369397819042</left_val>
-            <right_val>-0.4958786964416504</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 3 8 12 -1.</_>
-                <_>
-                  21 3 4 6 2.</_>
-                <_>
-                  17 9 4 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0681129470467567</threshold>
-            <left_val>-0.0636018067598343</left_val>
-            <right_val>0.3745648860931397</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 8 12 -1.</_>
-                <_>
-                  0 3 4 6 2.</_>
-                <_>
-                  4 9 4 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0613449215888977</threshold>
-            <left_val>0.3703984022140503</left_val>
-            <right_val>-0.0626903176307678</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 3 6 10 -1.</_>
-                <_>
-                  13 3 3 5 2.</_>
-                <_>
-                  10 8 3 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0239223092794418</threshold>
-            <left_val>-0.3475331962108612</left_val>
-            <right_val>0.0568292401731014</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 10 4 1 -1.</_>
-                <_>
-                  4 11 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>4.4279401190578938e-003</threshold>
-            <left_val>0.0318974405527115</left_val>
-            <right_val>-0.5085908770561218</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 2 9 4 -1.</_>
-                <_>
-                  16 2 9 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0923664569854736</threshold>
-            <left_val>-0.4889659881591797</left_val>
-            <right_val>9.9938698112964630e-003</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 2 4 9 -1.</_>
-                <_>
-                  9 2 2 9 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-3.1878310255706310e-003</threshold>
-            <left_val>0.0857494324445724</left_val>
-            <right_val>-0.2382344007492065</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 9 3 3 -1.</_>
-                <_>
-                  20 10 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.2605291604995728e-003</threshold>
-            <left_val>0.0244128108024597</left_val>
-            <right_val>-0.5500137209892273</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 1 13 4 -1.</_>
-                <_>
-                  6 2 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0217170491814613</threshold>
-            <left_val>-0.0847987011075020</left_val>
-            <right_val>0.2182479947805405</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 4 5 4 -1.</_>
-                <_>
-                  10 5 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0102959601208568</threshold>
-            <left_val>-0.1032914966344833</left_val>
-            <right_val>0.1945870965719223</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 3 3 -1.</_>
-                <_>
-                  0 6 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0121496301144362</threshold>
-            <left_val>0.0322238989174366</left_val>
-            <right_val>-0.5932865738868713</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 5 4 4 -1.</_>
-                <_>
-                  21 6 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0191168300807476</threshold>
-            <left_val>0.0309407506138086</left_val>
-            <right_val>-0.4538871943950653</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 4 4 -1.</_>
-                <_>
-                  0 6 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.1067700628191233e-004</threshold>
-            <left_val>-0.1545806974172592</left_val>
-            <right_val>0.1262297928333283</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 9 9 6 -1.</_>
-                <_>
-                  8 11 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0294274203479290</threshold>
-            <left_val>0.2070481926202774</left_val>
-            <right_val>-0.0861818864941597</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 11 3 1 -1.</_>
-                <_>
-                  5 12 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-3.7067469675093889e-003</threshold>
-            <left_val>-0.5155926942825317</left_val>
-            <right_val>0.0383589081466198</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 14 2 1 -1.</_>
-                <_>
-                  23 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.0146670875838026e-005</threshold>
-            <left_val>-0.1023617982864380</left_val>
-            <right_val>0.0884054377675056</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 14 2 1 -1.</_>
-                <_>
-                  1 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.8713612563442439e-005</threshold>
-            <left_val>0.1984436959028244</left_val>
-            <right_val>-0.0994443595409393</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 1 4 14 -1.</_>
-                <_>
-                  11 8 4 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0848333984613419</threshold>
-            <left_val>-0.3900933861732483</left_val>
-            <right_val>0.0397581607103348</right_val></_></_>
-        <_>
-          <!-- tree 48 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 2 3 -1.</_>
-                <_>
-                  3 1 2 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0115453395992517</threshold>
-            <left_val>0.0299104899168015</left_val>
-            <right_val>-0.5021548867225647</right_val></_></_>
-        <_>
-          <!-- tree 49 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 12 1 2 -1.</_>
-                <_>
-                  24 13 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.2721769744530320e-003</threshold>
-            <left_val>0.0357883498072624</left_val>
-            <right_val>-0.3856284022331238</right_val></_></_>
-        <_>
-          <!-- tree 50 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 14 14 -1.</_>
-                <_>
-                  0 8 14 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.3789406120777130</threshold>
-            <left_val>0.0429151207208633</left_val>
-            <right_val>-0.3726823925971985</right_val></_></_>
-        <_>
-          <!-- tree 51 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 0 6 15 -1.</_>
-                <_>
-                  15 0 2 15 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0587286688387394</threshold>
-            <left_val>0.0175066608935595</left_val>
-            <right_val>-0.7129334807395935</right_val></_></_>
-        <_>
-          <!-- tree 52 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 1 4 -1.</_>
-                <_>
-                  0 3 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.2667418862693012e-005</threshold>
-            <left_val>0.0852374136447906</left_val>
-            <right_val>-0.1796067953109741</right_val></_></_>
-        <_>
-          <!-- tree 53 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 13 1 2 -1.</_>
-                <_>
-                  24 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.5661939289420843e-003</threshold>
-            <left_val>-0.4941900074481964</left_val>
-            <right_val>0.0211067497730255</right_val></_></_>
-        <_>
-          <!-- tree 54 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 13 1 2 -1.</_>
-                <_>
-                  0 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.2544771935790777e-005</threshold>
-            <left_val>0.1260727941989899</left_val>
-            <right_val>-0.1358107030391693</right_val></_></_>
-        <_>
-          <!-- tree 55 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 11 2 4 -1.</_>
-                <_>
-                  23 12 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.3382088877260685e-003</threshold>
-            <left_val>-0.3425475955009460</left_val>
-            <right_val>0.0313290804624558</right_val></_></_>
-        <_>
-          <!-- tree 56 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 2 4 -1.</_>
-                <_>
-                  0 12 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.0032588876783848e-003</threshold>
-            <left_val>0.0353341810405254</left_val>
-            <right_val>-0.4785414040088654</right_val></_></_>
-        <_>
-          <!-- tree 57 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 10 2 2 -1.</_>
-                <_>
-                  17 10 1 1 2.</_>
-                <_>
-                  16 11 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.8725446655880660e-005</threshold>
-            <left_val>-0.0865093916654587</left_val>
-            <right_val>0.1098069027066231</right_val></_></_>
-        <_>
-          <!-- tree 58 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 10 2 2 -1.</_>
-                <_>
-                  7 10 1 1 2.</_>
-                <_>
-                  8 11 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.5411381395533681e-004</threshold>
-            <left_val>-0.0866223275661469</left_val>
-            <right_val>0.1815810948610306</right_val></_></_>
-        <_>
-          <!-- tree 59 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 24 6 -1.</_>
-                <_>
-                  13 0 12 3 2.</_>
-                <_>
-                  1 3 12 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1003293022513390</threshold>
-            <left_val>-0.4118100106716156</left_val>
-            <right_val>0.0407990105450153</right_val></_></_>
-        <_>
-          <!-- tree 60 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 1 6 12 -1.</_>
-                <_>
-                  8 1 2 12 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0457341782748699</threshold>
-            <left_val>0.0250630006194115</left_val>
-            <right_val>-0.5801063179969788</right_val></_></_>
-        <_>
-          <!-- tree 61 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 6 6 3 -1.</_>
-                <_>
-                  19 7 6 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0143571095541120</threshold>
-            <left_val>0.0273739993572235</left_val>
-            <right_val>-0.3111906945705414</right_val></_></_>
-        <_>
-          <!-- tree 62 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 6 7 2 -1.</_>
-                <_>
-                  5 7 7 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.2823958210647106e-003</threshold>
-            <left_val>-0.1212206035852432</left_val>
-            <right_val>0.1300680041313171</right_val></_></_>
-        <_>
-          <!-- tree 63 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 6 7 4 -1.</_>
-                <_>
-                  9 7 7 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0191692691296339</threshold>
-            <left_val>0.3547115027904511</left_val>
-            <right_val>-0.0586979016661644</right_val></_></_>
-        <_>
-          <!-- tree 64 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 6 6 3 -1.</_>
-                <_>
-                  0 7 6 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0203719399869442</threshold>
-            <left_val>0.0270470399409533</left_val>
-            <right_val>-0.6216102838516235</right_val></_></_>
-        <_>
-          <!-- tree 65 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 8 13 4 -1.</_>
-                <_>
-                  6 9 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0119816595688462</threshold>
-            <left_val>0.1762886941432953</left_val>
-            <right_val>-0.0943156927824020</right_val></_></_>
-        <_>
-          <!-- tree 66 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 10 2 2 -1.</_>
-                <_>
-                  7 10 1 1 2.</_>
-                <_>
-                  8 11 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.4278322649188340e-005</threshold>
-            <left_val>0.1507049947977066</left_val>
-            <right_val>-0.1071290969848633</right_val></_></_>
-        <_>
-          <!-- tree 67 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 11 6 2 -1.</_>
-                <_>
-                  14 11 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0101822800934315</threshold>
-            <left_val>0.0161433499306440</left_val>
-            <right_val>-0.3503915071487427</right_val></_></_>
-        <_>
-          <!-- tree 68 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 12 10 -1.</_>
-                <_>
-                  6 0 6 5 2.</_>
-                <_>
-                  12 5 6 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0520590804517269</threshold>
-            <left_val>-0.3121460080146790</left_val>
-            <right_val>0.0477841906249523</right_val></_></_>
-        <_>
-          <!-- tree 69 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 11 6 2 -1.</_>
-                <_>
-                  14 11 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0249434690922499</threshold>
-            <left_val>-0.7933396100997925</left_val>
-            <right_val>-4.0430951048620045e-004</right_val></_></_>
-        <_>
-          <!-- tree 70 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 2 2 -1.</_>
-                <_>
-                  7 0 1 1 2.</_>
-                <_>
-                  8 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.2259827973321080e-004</threshold>
-            <left_val>0.2043831050395966</left_val>
-            <right_val>-0.0712744519114494</right_val></_></_>
-        <_>
-          <!-- tree 71 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 0 2 2 -1.</_>
-                <_>
-                  17 0 1 1 2.</_>
-                <_>
-                  16 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.6859298638300970e-005</threshold>
-            <left_val>0.0861500576138496</left_val>
-            <right_val>-0.0658712089061737</right_val></_></_>
-        <_>
-          <!-- tree 72 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 2 2 -1.</_>
-                <_>
-                  7 0 1 1 2.</_>
-                <_>
-                  8 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.0834350511431694e-004</threshold>
-            <left_val>-0.1051706001162529</left_val>
-            <right_val>0.2224697023630142</right_val></_></_>
-        <_>
-          <!-- tree 73 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 11 6 2 -1.</_>
-                <_>
-                  14 11 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.1075460352003574e-003</threshold>
-            <left_val>0.0464305393397808</left_val>
-            <right_val>-0.0319086797535419</right_val></_></_>
-        <_>
-          <!-- tree 74 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 11 6 2 -1.</_>
-                <_>
-                  9 11 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0123662399128079</threshold>
-            <left_val>-0.6207143068313599</left_val>
-            <right_val>0.0261646900326014</right_val></_></_>
-        <_>
-          <!-- tree 75 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 12 18 3 -1.</_>
-                <_>
-                  11 12 6 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0354762189090252</threshold>
-            <left_val>0.1230582967400551</left_val>
-            <right_val>-0.0519298203289509</right_val></_></_>
-        <_>
-          <!-- tree 76 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 1 2 -1.</_>
-                <_>
-                  2 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-2.3794448934495449e-003</threshold>
-            <left_val>-0.3795419931411743</left_val>
-            <right_val>0.0417488515377045</right_val></_></_>
-        <_>
-          <!-- tree 77 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 4 4 2 -1.</_>
-                <_>
-                  23 4 2 1 2.</_>
-                <_>
-                  21 5 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.3966970145702362e-003</threshold>
-            <left_val>-0.0851486772298813</left_val>
-            <right_val>0.1512037962675095</right_val></_></_>
-        <_>
-          <!-- tree 78 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 3 7 3 -1.</_>
-                <_>
-                  9 4 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.1437891088426113e-003</threshold>
-            <left_val>-0.0816644281148911</left_val>
-            <right_val>0.1789588034152985</right_val></_></_>
-        <_>
-          <!-- tree 79 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 2 8 5 -1.</_>
-                <_>
-                  15 4 4 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.1239939033985138</threshold>
-            <left_val>-0.6658980846405029</left_val>
-            <right_val>9.5204189419746399e-003</right_val></_></_>
-        <_>
-          <!-- tree 80 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 1 6 4 -1.</_>
-                <_>
-                  11 2 6 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0393908508121967</threshold>
-            <left_val>0.0182536505162716</left_val>
-            <right_val>-0.7637290954589844</right_val></_></_>
-        <_>
-          <!-- tree 81 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 0 2 2 -1.</_>
-                <_>
-                  22 1 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.9372270219027996e-003</threshold>
-            <left_val>0.0226261299103498</left_val>
-            <right_val>-0.3233875036239624</right_val></_></_>
-        <_>
-          <!-- tree 82 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 1 16 12 -1.</_>
-                <_>
-                  12 1 8 12 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1816650927066803</threshold>
-            <left_val>-0.0618673898279667</left_val>
-            <right_val>0.2298932969570160</right_val></_></_>
-        <_>
-          <!-- tree 83 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 20 10 -1.</_>
-                <_>
-                  3 0 10 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0892752110958099</threshold>
-            <left_val>-0.0848015919327736</left_val>
-            <right_val>0.2109096944332123</right_val></_></_>
-        <_>
-          <!-- tree 84 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 6 6 -1.</_>
-                <_>
-                  0 4 3 3 2.</_>
-                <_>
-                  3 7 3 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0179201308637857</threshold>
-            <left_val>-0.0663900971412659</left_val>
-            <right_val>0.2243462055921555</right_val></_></_>
-        <_>
-          <!-- tree 85 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 4 3 3 -1.</_>
-                <_>
-                  23 5 1 3 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>5.5024111643433571e-003</threshold>
-            <left_val>-0.0559136196970940</left_val>
-            <right_val>0.1079157963395119</right_val></_></_>
-        <_>
-          <!-- tree 86 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 4 3 3 -1.</_>
-                <_>
-                  2 5 3 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0126318400725722</threshold>
-            <left_val>0.3352184891700745</left_val>
-            <right_val>-0.0470694787800312</right_val></_></_>
-        <_>
-          <!-- tree 87 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 7 3 4 -1.</_>
-                <_>
-                  22 8 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.2040186971426010e-003</threshold>
-            <left_val>0.0521674789488316</left_val>
-            <right_val>-0.5830680727958679</right_val></_></_>
-        <_>
-          <!-- tree 88 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 1 4 7 -1.</_>
-                <_>
-                  4 1 2 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0215438604354858</threshold>
-            <left_val>0.0103719802573323</left_val>
-            <right_val>-0.8169081807136536</right_val></_></_>
-        <_>
-          <!-- tree 89 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 7 3 4 -1.</_>
-                <_>
-                  22 8 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.2779878713190556e-003</threshold>
-            <left_val>-0.3437061011791229</left_val>
-            <right_val>0.0348356589674950</right_val></_></_>
-        <_>
-          <!-- tree 90 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 1 2 -1.</_>
-                <_>
-                  2 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>9.5721762627363205e-003</threshold>
-            <left_val>0.0160374492406845</left_val>
-            <right_val>-0.7592146992683411</right_val></_></_>
-        <_>
-          <!-- tree 91 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 4 6 2 -1.</_>
-                <_>
-                  18 5 6 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.9499992057681084e-003</threshold>
-            <left_val>-0.0835138633847237</left_val>
-            <right_val>0.0937561765313149</right_val></_></_>
-        <_>
-          <!-- tree 92 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 15 6 -1.</_>
-                <_>
-                  5 5 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0868803784251213</threshold>
-            <left_val>0.1977919936180115</left_val>
-            <right_val>-0.0735685229301453</right_val></_></_>
-        <_>
-          <!-- tree 93 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 4 8 4 -1.</_>
-                <_>
-                  16 5 8 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.7690730318427086e-003</threshold>
-            <left_val>-0.0611343309283257</left_val>
-            <right_val>0.0826714411377907</right_val></_></_>
-        <_>
-          <!-- tree 94 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 24 10 -1.</_>
-                <_>
-                  0 1 12 5 2.</_>
-                <_>
-                  12 6 12 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1480645984411240</threshold>
-            <left_val>0.0396532900631428</left_val>
-            <right_val>-0.4085262119770050</right_val></_></_>
-        <_>
-          <!-- tree 95 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 0 4 7 -1.</_>
-                <_>
-                  15 0 2 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0186682697385550</threshold>
-            <left_val>-0.6671301126480103</left_val>
-            <right_val>0.0156445093452930</right_val></_></_>
-        <_>
-          <!-- tree 96 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 3 4 -1.</_>
-                <_>
-                  0 8 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0101426700130105</threshold>
-            <left_val>0.0211487896740437</left_val>
-            <right_val>-0.5610821843147278</right_val></_></_>
-        <_>
-          <!-- tree 97 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 5 4 4 -1.</_>
-                <_>
-                  20 5 2 2 2.</_>
-                <_>
-                  18 7 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.6263110339641571e-003</threshold>
-            <left_val>0.0881423130631447</left_val>
-            <right_val>-0.0586008317768574</right_val></_></_>
-        <_>
-          <!-- tree 98 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 5 6 2 -1.</_>
-                <_>
-                  5 5 3 1 2.</_>
-                <_>
-                  8 6 3 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.0406240839511156e-003</threshold>
-            <left_val>-0.0699731782078743</left_val>
-            <right_val>0.1942113041877747</right_val></_></_>
-        <_>
-          <!-- tree 99 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 9 2 3 -1.</_>
-                <_>
-                  21 10 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.0523111820220947e-003</threshold>
-            <left_val>-0.3989843130111694</left_val>
-            <right_val>0.0284519009292126</right_val></_></_>
-        <_>
-          <!-- tree 100 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 1 2 2 -1.</_>
-                <_>
-                  7 1 1 1 2.</_>
-                <_>
-                  8 2 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.3293411252088845e-004</threshold>
-            <left_val>-0.0920187085866928</left_val>
-            <right_val>0.1521372944116592</right_val></_></_>
-        <_>
-          <!-- tree 101 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 1 2 2 -1.</_>
-                <_>
-                  17 1 1 1 2.</_>
-                <_>
-                  16 2 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.4471479516942054e-004</threshold>
-            <left_val>0.1328881978988648</left_val>
-            <right_val>-0.0869787335395813</right_val></_></_></trees>
-      <stage_threshold>-1.4393190145492554</stage_threshold>
-      <parent>9</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 11 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 7 7 6 -1.</_>
-                <_>
-                  9 9 7 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0305288899689913</threshold>
-            <left_val>0.3361127972602844</left_val>
-            <right_val>-0.1605879068374634</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 2 7 2 -1.</_>
-                <_>
-                  17 3 7 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.8238358944654465e-003</threshold>
-            <left_val>0.2510839104652405</left_val>
-            <right_val>-0.2578383982181549</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 2 9 4 -1.</_>
-                <_>
-                  3 3 9 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0260700508952141</threshold>
-            <left_val>0.3176701068878174</left_val>
-            <right_val>-0.1111562028527260</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 14 6 1 -1.</_>
-                <_>
-                  19 14 3 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.6021650517359376e-003</threshold>
-            <left_val>-0.1096177026629448</left_val>
-            <right_val>0.1561331003904343</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 9 11 6 -1.</_>
-                <_>
-                  6 11 11 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0346175394952297</threshold>
-            <left_val>0.2614395916461945</left_val>
-            <right_val>-0.0955564379692078</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 3 8 12 -1.</_>
-                <_>
-                  21 3 4 6 2.</_>
-                <_>
-                  17 9 4 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0825498923659325</threshold>
-            <left_val>-0.0359772108495235</left_val>
-            <right_val>0.3189736902713776</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 24 8 -1.</_>
-                <_>
-                  0 7 12 4 2.</_>
-                <_>
-                  12 11 12 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1079908013343811</threshold>
-            <left_val>-0.4661987125873566</left_val>
-            <right_val>0.0965379774570465</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 16 12 -1.</_>
-                <_>
-                  13 3 8 6 2.</_>
-                <_>
-                  5 9 8 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0710962936282158</threshold>
-            <left_val>-0.3290941119194031</left_val>
-            <right_val>0.0201707594096661</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 24 6 -1.</_>
-                <_>
-                  8 5 8 2 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.6102272272109985</threshold>
-            <left_val>-0.0410851910710335</left_val>
-            <right_val>0.5919780731201172</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 8 24 1 -1.</_>
-                <_>
-                  7 8 12 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.6180485561490059e-003</threshold>
-            <left_val>0.1845327019691467</left_val>
-            <right_val>-0.1256957054138184</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 9 14 6 -1.</_>
-                <_>
-                  1 9 7 3 2.</_>
-                <_>
-                  8 12 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0216567497700453</threshold>
-            <left_val>0.3558863103389740</left_val>
-            <right_val>-0.0654195472598076</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 5 3 2 -1.</_>
-                <_>
-                  19 6 3 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.2288730144500732e-003</threshold>
-            <left_val>-0.1597114056348801</left_val>
-            <right_val>0.1442176997661591</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 14 10 1 -1.</_>
-                <_>
-                  5 14 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.6023850552737713e-003</threshold>
-            <left_val>-0.1301265954971314</left_val>
-            <right_val>0.1848530024290085</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 1 15 6 -1.</_>
-                <_>
-                  5 3 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1224254965782166</threshold>
-            <left_val>-0.0509620085358620</left_val>
-            <right_val>0.4787274003028870</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 1 7 6 -1.</_>
-                <_>
-                  1 3 7 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0398168414831162</threshold>
-            <left_val>0.1911015063524246</left_val>
-            <right_val>-0.1490415036678314</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 12 6 3 -1.</_>
-                <_>
-                  17 13 2 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0165654607117176</threshold>
-            <left_val>0.0250385701656342</left_val>
-            <right_val>-0.2660810947418213</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 1 3 -1.</_>
-                <_>
-                  3 1 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>6.7314971238374710e-003</threshold>
-            <left_val>0.0361662209033966</left_val>
-            <right_val>-0.5751237273216248</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 12 24 3 -1.</_>
-                <_>
-                  7 12 12 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0238826293498278</threshold>
-            <left_val>0.1817242056131363</left_val>
-            <right_val>-0.1013408973813057</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 12 6 3 -1.</_>
-                <_>
-                  5 13 2 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0168766304850578</threshold>
-            <left_val>0.0499957092106342</left_val>
-            <right_val>-0.4964488148689270</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 24 12 -1.</_>
-                <_>
-                  13 0 12 6 2.</_>
-                <_>
-                  1 6 12 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0814632922410965</threshold>
-            <left_val>0.0508196912705898</left_val>
-            <right_val>-0.3092927038669586</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 21 15 -1.</_>
-                <_>
-                  9 0 7 15 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1567866057157517</threshold>
-            <left_val>-0.0846417918801308</left_val>
-            <right_val>0.2097589969635010</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 3 6 2 -1.</_>
-                <_>
-                  17 4 6 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0107369897887111</threshold>
-            <left_val>-0.0588766187429428</left_val>
-            <right_val>0.2673564851284027</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 3 14 2 -1.</_>
-                <_>
-                  3 4 14 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0162507798522711</threshold>
-            <left_val>0.2185824960470200</left_val>
-            <right_val>-0.1275278925895691</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 21 4 -1.</_>
-                <_>
-                  11 0 7 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0513998307287693</threshold>
-            <left_val>0.1707165986299515</left_val>
-            <right_val>-0.0564976185560226</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 13 4 1 -1.</_>
-                <_>
-                  7 13 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.8661050125956535e-003</threshold>
-            <left_val>0.0403385981917381</left_val>
-            <right_val>-0.4740450084209442</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 3 8 12 -1.</_>
-                <_>
-                  21 3 4 6 2.</_>
-                <_>
-                  17 9 4 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0494354106485844</threshold>
-            <left_val>0.1537600010633469</left_val>
-            <right_val>-0.0417859293520451</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 8 12 -1.</_>
-                <_>
-                  0 3 4 6 2.</_>
-                <_>
-                  4 9 4 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0696671828627586</threshold>
-            <left_val>-0.0588539093732834</left_val>
-            <right_val>0.3099964857101440</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 16 8 -1.</_>
-                <_>
-                  13 0 8 4 2.</_>
-                <_>
-                  5 4 8 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0781185403466225</threshold>
-            <left_val>-0.4109517037868500</left_val>
-            <right_val>0.0523068793118000</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 7 4 2 -1.</_>
-                <_>
-                  4 8 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-8.6161941289901733e-003</threshold>
-            <left_val>-0.5668942928314209</left_val>
-            <right_val>0.0286804605275393</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 11 15 4 -1.</_>
-                <_>
-                  5 12 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.8916371092200279e-003</threshold>
-            <left_val>-0.0957784205675125</left_val>
-            <right_val>0.1680631041526794</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 13 1 2 -1.</_>
-                <_>
-                  10 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.4734419942833483e-005</threshold>
-            <left_val>-0.1476065963506699</left_val>
-            <right_val>0.1278074979782105</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 14 6 1 -1.</_>
-                <_>
-                  14 14 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.5460228361189365e-003</threshold>
-            <left_val>-0.5353912711143494</left_val>
-            <right_val>0.0211423803120852</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 5 6 4 -1.</_>
-                <_>
-                  9 6 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0119369700551033</threshold>
-            <left_val>0.2489618957042694</left_val>
-            <right_val>-0.0659059137105942</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 5 13 2 -1.</_>
-                <_>
-                  12 6 13 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0160134993493557</threshold>
-            <left_val>-0.0751639306545258</left_val>
-            <right_val>0.0920000970363617</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 15 6 -1.</_>
-                <_>
-                  5 2 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1797882020473480</threshold>
-            <left_val>0.3122220933437347</left_val>
-            <right_val>-0.0546800307929516</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 20 15 -1.</_>
-                <_>
-                  3 0 10 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.4293603003025055</threshold>
-            <left_val>-0.0467442497611046</left_val>
-            <right_val>0.4671711027622223</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 1 22 14 -1.</_>
-                <_>
-                  12 1 11 14 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1762980967760086</threshold>
-            <left_val>-0.1196762025356293</left_val>
-            <right_val>0.2303612977266312</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 5 10 2 -1.</_>
-                <_>
-                  15 6 10 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0434980615973473</threshold>
-            <left_val>0.0213767793029547</left_val>
-            <right_val>-0.3402695953845978</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 13 2 -1.</_>
-                <_>
-                  0 6 13 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0168955195695162</threshold>
-            <left_val>-0.1305568963289261</left_val>
-            <right_val>0.1834042966365814</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 15 4 -1.</_>
-                <_>
-                  5 3 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0185353793203831</threshold>
-            <left_val>-0.0754243135452271</left_val>
-            <right_val>0.2354936003684998</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 4 15 3 -1.</_>
-                <_>
-                  5 5 15 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0173294302076101</threshold>
-            <left_val>-0.0853839814662933</left_val>
-            <right_val>0.2036404013633728</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 11 4 4 -1.</_>
-                <_>
-                  21 12 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.6630741134285927e-003</threshold>
-            <left_val>0.0385910011827946</left_val>
-            <right_val>-0.6201460957527161</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 1 2 -1.</_>
-                <_>
-                  5 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>5.7052681222558022e-003</threshold>
-            <left_val>0.0312472805380821</left_val>
-            <right_val>-0.4070529043674469</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 3 2 4 -1.</_>
-                <_>
-                  23 3 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.8030379433184862e-003</threshold>
-            <left_val>0.1957851052284241</left_val>
-            <right_val>-0.1433366984128952</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 1 4 6 -1.</_>
-                <_>
-                  8 1 2 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0187879204750061</threshold>
-            <left_val>-0.8691418766975403</left_val>
-            <right_val>0.0169819705188274</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 6 11 3 -1.</_>
-                <_>
-                  8 7 11 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0186009202152491</threshold>
-            <left_val>-0.0818153098225594</left_val>
-            <right_val>0.1891387999057770</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 13 2 1 -1.</_>
-                <_>
-                  1 13 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.4120598330628127e-005</threshold>
-            <left_val>-0.1289912015199661</left_val>
-            <right_val>0.1211050972342491</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 12 3 3 -1.</_>
-                <_>
-                  21 13 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.6057129986584187e-003</threshold>
-            <left_val>-0.4698300957679749</left_val>
-            <right_val>0.0159890707582235</right_val></_></_>
-        <_>
-          <!-- tree 48 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 12 3 3 -1.</_>
-                <_>
-                  1 13 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.5192570649087429e-003</threshold>
-            <left_val>0.0361930206418037</left_val>
-            <right_val>-0.4484112858772278</right_val></_></_>
-        <_>
-          <!-- tree 49 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 3 2 4 -1.</_>
-                <_>
-                  23 3 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.7741440096870065e-003</threshold>
-            <left_val>-0.0433034710586071</left_val>
-            <right_val>0.1395574957132340</right_val></_></_>
-        <_>
-          <!-- tree 50 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 2 4 -1.</_>
-                <_>
-                  1 3 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.6350420191884041e-003</threshold>
-            <left_val>0.1395068019628525</left_val>
-            <right_val>-0.1124152988195419</right_val></_></_>
-        <_>
-          <!-- tree 51 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 3 4 10 -1.</_>
-                <_>
-                  23 3 2 5 2.</_>
-                <_>
-                  21 8 2 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.4794770441949368e-003</threshold>
-            <left_val>-0.0600515604019165</left_val>
-            <right_val>0.0728941932320595</right_val></_></_>
-        <_>
-          <!-- tree 52 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 4 10 -1.</_>
-                <_>
-                  0 3 2 5 2.</_>
-                <_>
-                  2 8 2 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0203247498720884</threshold>
-            <left_val>0.4297815859317780</left_val>
-            <right_val>-0.0396846085786819</right_val></_></_>
-        <_>
-          <!-- tree 53 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 1 1 4 -1.</_>
-                <_>
-                  24 2 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.3453041948378086e-003</threshold>
-            <left_val>-0.2533842921257019</left_val>
-            <right_val>0.0242939405143261</right_val></_></_>
-        <_>
-          <!-- tree 54 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 1 6 -1.</_>
-                <_>
-                  0 2 1 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.0959975495934486e-003</threshold>
-            <left_val>0.0340887792408466</left_val>
-            <right_val>-0.4518730044364929</right_val></_></_>
-        <_>
-          <!-- tree 55 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 1 4 4 -1.</_>
-                <_>
-                  17 1 2 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0161635801196098</threshold>
-            <left_val>6.8225921131670475e-003</left_val>
-            <right_val>-0.7205737829208374</right_val></_></_>
-        <_>
-          <!-- tree 56 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 1 4 4 -1.</_>
-                <_>
-                  6 1 2 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0112293101847172</threshold>
-            <left_val>-0.6191986203193665</left_val>
-            <right_val>0.0222914796322584</right_val></_></_>
-        <_>
-          <!-- tree 57 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 2 10 12 -1.</_>
-                <_>
-                  15 8 10 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1763328015804291</threshold>
-            <left_val>-0.6819115877151489</left_val>
-            <right_val>8.8407555595040321e-003</right_val></_></_>
-        <_>
-          <!-- tree 58 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 5 9 3 -1.</_>
-                <_>
-                  8 6 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0192962400615215</threshold>
-            <left_val>-0.0796290487051010</left_val>
-            <right_val>0.2013067007064819</right_val></_></_>
-        <_>
-          <!-- tree 59 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 14 2 -1.</_>
-                <_>
-                  6 8 14 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0105654401704669</threshold>
-            <left_val>-0.0832984521985054</left_val>
-            <right_val>0.1872760951519013</right_val></_></_>
-        <_>
-          <!-- tree 60 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 7 5 4 -1.</_>
-                <_>
-                  10 8 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.7616738379001617e-003</threshold>
-            <left_val>0.2069583982229233</left_val>
-            <right_val>-0.0813189968466759</right_val></_></_>
-        <_>
-          <!-- tree 61 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 12 2 3 -1.</_>
-                <_>
-                  23 13 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.3086878936737776e-003</threshold>
-            <left_val>-0.2798121869564056</left_val>
-            <right_val>0.0293897707015276</right_val></_></_>
-        <_>
-          <!-- tree 62 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 4 4 -1.</_>
-                <_>
-                  0 8 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.9189318455755711e-003</threshold>
-            <left_val>-0.5095586180686951</left_val>
-            <right_val>0.0291001908481121</right_val></_></_>
-        <_>
-          <!-- tree 63 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 13 21 2 -1.</_>
-                <_>
-                  10 13 7 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0195926092565060</threshold>
-            <left_val>0.1248695999383926</left_val>
-            <right_val>-0.0666698589920998</right_val></_></_>
-        <_>
-          <!-- tree 64 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 1 3 1 -1.</_>
-                <_>
-                  7 1 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.6698801927268505e-004</threshold>
-            <left_val>0.1772525012493134</left_val>
-            <right_val>-0.0755556300282478</right_val></_></_>
-        <_>
-          <!-- tree 65 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 0 2 2 -1.</_>
-                <_>
-                  17 0 1 1 2.</_>
-                <_>
-                  16 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.5187108702957630e-004</threshold>
-            <left_val>-0.0468317084014416</left_val>
-            <right_val>0.1377387940883637</right_val></_></_>
-        <_>
-          <!-- tree 66 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 2 2 -1.</_>
-                <_>
-                  7 0 1 1 2.</_>
-                <_>
-                  8 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.3244438711553812e-004</threshold>
-            <left_val>0.1750548034906387</left_val>
-            <right_val>-0.0822173282504082</right_val></_></_>
-        <_>
-          <!-- tree 67 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 12 2 3 -1.</_>
-                <_>
-                  23 13 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.2091289758682251e-003</threshold>
-            <left_val>0.0258904304355383</left_val>
-            <right_val>-0.3546032905578613</right_val></_></_>
-        <_>
-          <!-- tree 68 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 8 9 2 -1.</_>
-                <_>
-                  11 8 3 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0288993604481220</threshold>
-            <left_val>-0.7315214276313782</left_val>
-            <right_val>0.0180548094213009</right_val></_></_>
-        <_>
-          <!-- tree 69 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 12 2 3 -1.</_>
-                <_>
-                  23 13 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.8803699074778706e-005</threshold>
-            <left_val>-0.0383186303079128</left_val>
-            <right_val>0.0343451388180256</right_val></_></_>
-        <_>
-          <!-- tree 70 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 12 2 3 -1.</_>
-                <_>
-                  0 13 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.2848090156912804e-003</threshold>
-            <left_val>-0.3603490889072418</left_val>
-            <right_val>0.0380517281591892</right_val></_></_>
-        <_>
-          <!-- tree 71 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 4 9 9 -1.</_>
-                <_>
-                  8 7 9 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2230083048343658</threshold>
-            <left_val>-0.0353877097368240</left_val>
-            <right_val>0.4118692874908447</right_val></_></_>
-        <_>
-          <!-- tree 72 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 11 12 4 -1.</_>
-                <_>
-                  3 11 6 2 2.</_>
-                <_>
-                  9 13 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.8663020823150873e-003</threshold>
-            <left_val>-0.1147940978407860</left_val>
-            <right_val>0.1196625977754593</right_val></_></_>
-        <_>
-          <!-- tree 73 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 10 5 4 -1.</_>
-                <_>
-                  10 11 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.6781090311706066e-003</threshold>
-            <left_val>-0.0887862071394920</left_val>
-            <right_val>0.2093122005462647</right_val></_></_>
-        <_>
-          <!-- tree 74 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 14 6 1 -1.</_>
-                <_>
-                  9 14 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.6886930465698242e-003</threshold>
-            <left_val>0.0420652516186237</left_val>
-            <right_val>-0.3311671912670136</right_val></_></_>
-        <_>
-          <!-- tree 75 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 18 15 -1.</_>
-                <_>
-                  4 0 9 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.5000842809677124</threshold>
-            <left_val>0.4582319855690002</left_val>
-            <right_val>-0.0300164502114058</right_val></_></_>
-        <_>
-          <!-- tree 76 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 4 4 -1.</_>
-                <_>
-                  1 3 2 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.2457590568810701e-003</threshold>
-            <left_val>-0.0581394806504250</left_val>
-            <right_val>0.2244455963373184</right_val></_></_>
-        <_>
-          <!-- tree 77 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 0 3 4 -1.</_>
-                <_>
-                  22 2 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.2515371721237898e-004</threshold>
-            <left_val>0.0857456997036934</left_val>
-            <right_val>-0.2164471000432968</right_val></_></_>
-        <_>
-          <!-- tree 78 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 20 8 -1.</_>
-                <_>
-                  5 0 10 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0756241232156754</threshold>
-            <left_val>-0.0728698670864105</left_val>
-            <right_val>0.1809341013431549</right_val></_></_>
-        <_>
-          <!-- tree 79 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 5 24 10 -1.</_>
-                <_>
-                  13 5 12 5 2.</_>
-                <_>
-                  1 10 12 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1401147991418839</threshold>
-            <left_val>-0.3049497008323669</left_val>
-            <right_val>0.0322263389825821</right_val></_></_>
-        <_>
-          <!-- tree 80 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 5 6 -1.</_>
-                <_>
-                  0 7 5 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.2914249673485756e-003</threshold>
-            <left_val>-0.1651930958032608</left_val>
-            <right_val>0.0796989724040031</right_val></_></_>
-        <_>
-          <!-- tree 81 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 3 4 2 -1.</_>
-                <_>
-                  18 4 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.8063062131404877e-003</threshold>
-            <left_val>-0.0511631406843662</left_val>
-            <right_val>0.1528493016958237</right_val></_></_>
-        <_>
-          <!-- tree 82 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 3 4 2 -1.</_>
-                <_>
-                  2 3 4 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0197005104273558</threshold>
-            <left_val>-0.0214679203927517</left_val>
-            <right_val>0.5898631215095520</right_val></_></_>
-        <_>
-          <!-- tree 83 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 1 6 6 -1.</_>
-                <_>
-                  16 1 2 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0282465498894453</threshold>
-            <left_val>-0.3611007034778595</left_val>
-            <right_val>0.0215946007519960</right_val></_></_>
-        <_>
-          <!-- tree 84 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 1 6 6 -1.</_>
-                <_>
-                  7 1 2 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0318388007581234</threshold>
-            <left_val>0.0213881190866232</left_val>
-            <right_val>-0.5591915845870972</right_val></_></_>
-        <_>
-          <!-- tree 85 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 10 6 1 -1.</_>
-                <_>
-                  13 10 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.2926959469914436e-003</threshold>
-            <left_val>0.0171414706856012</left_val>
-            <right_val>-0.3245368003845215</right_val></_></_>
-        <_>
-          <!-- tree 86 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 8 11 4 -1.</_>
-                <_>
-                  6 9 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.3176206573843956e-003</threshold>
-            <left_val>-0.0691479519009590</left_val>
-            <right_val>0.1877806931734085</right_val></_></_>
-        <_>
-          <!-- tree 87 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 13 2 2 -1.</_>
-                <_>
-                  24 13 1 1 2.</_>
-                <_>
-                  23 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.9812679965980351e-004</threshold>
-            <left_val>-0.0710251703858376</left_val>
-            <right_val>0.1166272014379501</right_val></_></_>
-        <_>
-          <!-- tree 88 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 13 4 -1.</_>
-                <_>
-                  6 1 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0172033403068781</threshold>
-            <left_val>-0.0834768265485764</left_val>
-            <right_val>0.1448491960763931</right_val></_></_>
-        <_>
-          <!-- tree 89 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 0 3 1 -1.</_>
-                <_>
-                  18 1 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>8.0548562109470367e-003</threshold>
-            <left_val>0.0214444492012262</left_val>
-            <right_val>-0.2763100862503052</right_val></_></_>
-        <_>
-          <!-- tree 90 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 0 1 3 -1.</_>
-                <_>
-                  7 1 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>6.7419088445603848e-003</threshold>
-            <left_val>0.0341341383755207</left_val>
-            <right_val>-0.3555370867252350</right_val></_></_>
-        <_>
-          <!-- tree 91 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 12 2 2 -1.</_>
-                <_>
-                  23 12 1 1 2.</_>
-                <_>
-                  22 13 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.7136920077027753e-005</threshold>
-            <left_val>-0.0699329003691673</left_val>
-            <right_val>0.0822271332144737</right_val></_></_>
-        <_>
-          <!-- tree 92 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 13 2 1 -1.</_>
-                <_>
-                  1 13 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.0014430346200243e-005</threshold>
-            <left_val>0.1533315926790237</left_val>
-            <right_val>-0.0801942795515060</right_val></_></_>
-        <_>
-          <!-- tree 93 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 13 2 1 -1.</_>
-                <_>
-                  22 13 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.6377622715663165e-005</threshold>
-            <left_val>0.0740585327148438</left_val>
-            <right_val>-0.0435769110918045</right_val></_></_>
-        <_>
-          <!-- tree 94 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 13 2 1 -1.</_>
-                <_>
-                  2 13 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.0605492510367185e-005</threshold>
-            <left_val>-0.1192411035299301</left_val>
-            <right_val>0.1157367005944252</right_val></_></_>
-        <_>
-          <!-- tree 95 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 13 3 1 -1.</_>
-                <_>
-                  23 13 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.2301438194699585e-005</threshold>
-            <left_val>-0.0702318474650383</left_val>
-            <right_val>0.0793638303875923</right_val></_></_>
-        <_>
-          <!-- tree 96 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 2 2 12 -1.</_>
-                <_>
-                  2 2 1 12 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.4867830323055387e-003</threshold>
-            <left_val>0.1245760992169380</left_val>
-            <right_val>-0.1076287999749184</right_val></_></_>
-        <_>
-          <!-- tree 97 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 3 4 2 -1.</_>
-                <_>
-                  18 4 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.2434820681810379e-003</threshold>
-            <left_val>0.1116774976253510</left_val>
-            <right_val>-0.0614912398159504</right_val></_></_>
-        <_>
-          <!-- tree 98 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 3 4 2 -1.</_>
-                <_>
-                  3 4 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.8055239282548428e-003</threshold>
-            <left_val>-0.0496800504624844</left_val>
-            <right_val>0.3046393096446991</right_val></_></_>
-        <_>
-          <!-- tree 99 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 0 1 12 -1.</_>
-                <_>
-                  24 3 1 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0167157892137766</threshold>
-            <left_val>0.0242684707045555</left_val>
-            <right_val>-0.5641499757766724</right_val></_></_>
-        <_>
-          <!-- tree 100 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 8 15 6 -1.</_>
-                <_>
-                  5 10 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0197794307023287</threshold>
-            <left_val>0.1293102055788040</left_val>
-            <right_val>-0.1014008000493050</right_val></_></_>
-        <_>
-          <!-- tree 101 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 7 6 2 -1.</_>
-                <_>
-                  19 7 6 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-6.7752218456007540e-005</threshold>
-            <left_val>0.0773630663752556</left_val>
-            <right_val>-0.0876037329435349</right_val></_></_>
-        <_>
-          <!-- tree 102 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 10 5 3 -1.</_>
-                <_>
-                  1 11 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0129433302208781</threshold>
-            <left_val>-0.8692914843559265</left_val>
-            <right_val>0.0158042199909687</right_val></_></_>
-        <_>
-          <!-- tree 103 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 0 1 12 -1.</_>
-                <_>
-                  24 3 1 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0125468103215098</threshold>
-            <left_val>-0.1350758969783783</left_val>
-            <right_val>0.0456306189298630</right_val></_></_>
-        <_>
-          <!-- tree 104 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 1 12 -1.</_>
-                <_>
-                  0 3 1 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.9727862030267715e-003</threshold>
-            <left_val>0.0405779294669628</left_val>
-            <right_val>-0.3409133851528168</right_val></_></_>
-        <_>
-          <!-- tree 105 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 0 12 1 -1.</_>
-                <_>
-                  13 0 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.3152899965643883e-003</threshold>
-            <left_val>0.1372991949319840</left_val>
-            <right_val>-0.0561671592295170</right_val></_></_>
-        <_>
-          <!-- tree 106 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 12 1 -1.</_>
-                <_>
-                  8 0 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.6897659301757813e-003</threshold>
-            <left_val>0.1639326065778732</left_val>
-            <right_val>-0.0914164036512375</right_val></_></_>
-        <_>
-          <!-- tree 107 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 20 1 -1.</_>
-                <_>
-                  8 0 10 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.0578881055116653e-003</threshold>
-            <left_val>-0.0800797268748283</left_val>
-            <right_val>0.1433712989091873</right_val></_></_>
-        <_>
-          <!-- tree 108 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 9 2 -1.</_>
-                <_>
-                  4 0 3 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0299335699528456</threshold>
-            <left_val>-0.5326762199401856</left_val>
-            <right_val>0.0227312203496695</right_val></_></_>
-        <_>
-          <!-- tree 109 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 6 8 2 -1.</_>
-                <_>
-                  11 7 8 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.0810988545417786e-003</threshold>
-            <left_val>-0.0732182189822197</left_val>
-            <right_val>0.1027508974075317</right_val></_></_>
-        <_>
-          <!-- tree 110 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 3 3 8 -1.</_>
-                <_>
-                  11 7 3 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0508137904107571</threshold>
-            <left_val>0.0516868904232979</left_val>
-            <right_val>-0.2544622123241425</right_val></_></_>
-        <_>
-          <!-- tree 111 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 4 4 2 -1.</_>
-                <_>
-                  21 5 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>4.7044758684933186e-003</threshold>
-            <left_val>-0.0572907589375973</left_val>
-            <right_val>0.0760648325085640</right_val></_></_>
-        <_>
-          <!-- tree 112 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 2 6 -1.</_>
-                <_>
-                  6 7 1 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>4.6408819034695625e-003</threshold>
-            <left_val>0.0559986904263496</left_val>
-            <right_val>-0.2172269970178604</right_val></_></_>
-        <_>
-          <!-- tree 113 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 4 4 2 -1.</_>
-                <_>
-                  21 5 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-9.5121748745441437e-003</threshold>
-            <left_val>0.1812860071659088</left_val>
-            <right_val>-0.0377242304384708</right_val></_></_>
-        <_>
-          <!-- tree 114 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 4 2 4 -1.</_>
-                <_>
-                  4 5 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>2.5726249441504478e-003</threshold>
-            <left_val>-0.1238458007574081</left_val>
-            <right_val>0.1421934068202972</right_val></_></_></trees>
-      <stage_threshold>-1.3500690460205078</stage_threshold>
-      <parent>10</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 12 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 5 11 3 -1.</_>
-                <_>
-                  7 6 11 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0184330195188522</threshold>
-            <left_val>-0.1618741005659103</left_val>
-            <right_val>0.3351263999938965</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 1 3 4 -1.</_>
-                <_>
-                  20 2 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.8202150501310825e-003</threshold>
-            <left_val>-0.0972008332610130</left_val>
-            <right_val>0.2755692005157471</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 4 9 3 -1.</_>
-                <_>
-                  8 5 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0214508101344109</threshold>
-            <left_val>-0.1013654991984367</left_val>
-            <right_val>0.3922119140625000</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 6 9 3 -1.</_>
-                <_>
-                  9 7 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0201995000243187</threshold>
-            <left_val>-0.1041551977396011</left_val>
-            <right_val>0.3485709130764008</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 8 8 -1.</_>
-                <_>
-                  0 7 4 4 2.</_>
-                <_>
-                  4 11 4 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0154604399576783</threshold>
-            <left_val>-0.1814713031053543</left_val>
-            <right_val>0.2296576052904129</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 7 7 3 -1.</_>
-                <_>
-                  9 8 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0121146701276302</threshold>
-            <left_val>-0.0955794528126717</left_val>
-            <right_val>0.3321264982223511</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 3 9 3 -1.</_>
-                <_>
-                  8 4 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0166161693632603</threshold>
-            <left_val>-0.0751067474484444</left_val>
-            <right_val>0.3475660085678101</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 1 1 6 -1.</_>
-                <_>
-                  19 3 1 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0151290399953723</threshold>
-            <left_val>0.1396238952875137</left_val>
-            <right_val>-0.1150512024760246</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 24 5 -1.</_>
-                <_>
-                  6 7 12 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0707296282052994</threshold>
-            <left_val>0.2683610916137695</left_val>
-            <right_val>-0.1016533970832825</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 11 1 2 -1.</_>
-                <_>
-                  24 11 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>2.2831759415566921e-003</threshold>
-            <left_val>0.0443518795073032</left_val>
-            <right_val>-0.4632245898246765</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 8 5 -1.</_>
-                <_>
-                  5 2 4 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>5.5853649973869324e-003</threshold>
-            <left_val>0.0919516831636429</left_val>
-            <right_val>-0.3147256970405579</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 3 8 12 -1.</_>
-                <_>
-                  20 3 4 6 2.</_>
-                <_>
-                  16 9 4 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0406785085797310</threshold>
-            <left_val>0.1471066027879715</left_val>
-            <right_val>-0.0726505890488625</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 24 12 -1.</_>
-                <_>
-                  0 0 12 6 2.</_>
-                <_>
-                  12 6 12 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1358978003263474</threshold>
-            <left_val>-0.5053529739379883</left_val>
-            <right_val>0.0469954796135426</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 2 10 8 -1.</_>
-                <_>
-                  13 2 5 4 2.</_>
-                <_>
-                  8 6 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0384974703192711</threshold>
-            <left_val>-0.3717043101787567</left_val>
-            <right_val>0.0552083589136600</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 2 8 -1.</_>
-                <_>
-                  0 3 1 4 2.</_>
-                <_>
-                  1 7 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.7928350027650595e-003</threshold>
-            <left_val>-0.1162076964974403</left_val>
-            <right_val>0.1937797069549561</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 11 2 4 -1.</_>
-                <_>
-                  22 12 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.3412551060318947e-003</threshold>
-            <left_val>0.0129640102386475</left_val>
-            <right_val>-0.4924449026584625</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 11 2 4 -1.</_>
-                <_>
-                  1 12 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.6604509912431240e-003</threshold>
-            <left_val>-0.4564127027988434</left_val>
-            <right_val>0.0437755398452282</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 2 13 12 -1.</_>
-                <_>
-                  12 8 13 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.3209887146949768</threshold>
-            <left_val>0.0484563298523426</left_val>
-            <right_val>-0.3930096924304962</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 8 2 4 -1.</_>
-                <_>
-                  5 8 1 4 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-7.2495201602578163e-003</threshold>
-            <left_val>-0.4188942015171051</left_val>
-            <right_val>0.0410884395241737</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 6 6 7 -1.</_>
-                <_>
-                  17 6 2 7 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0233532395213842</threshold>
-            <left_val>0.0302080996334553</left_val>
-            <right_val>-0.3757928013801575</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 6 6 6 -1.</_>
-                <_>
-                  6 6 2 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0224980209022760</threshold>
-            <left_val>-0.4524075090885162</left_val>
-            <right_val>0.0389229394495487</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 13 9 2 -1.</_>
-                <_>
-                  16 13 3 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0238666702061892</threshold>
-            <left_val>-0.5288146734237671</left_val>
-            <right_val>0.0138155296444893</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 4 7 4 -1.</_>
-                <_>
-                  3 5 7 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0336419306695461</threshold>
-            <left_val>0.4436714053153992</left_val>
-            <right_val>-0.0403416194021702</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 4 6 8 -1.</_>
-                <_>
-                  21 4 3 4 2.</_>
-                <_>
-                  18 8 3 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0221408791840076</threshold>
-            <left_val>-0.0495454296469688</left_val>
-            <right_val>0.2051838934421539</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 14 9 1 -1.</_>
-                <_>
-                  6 14 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0106034297496080</threshold>
-            <left_val>0.0319968499243259</left_val>
-            <right_val>-0.5148760080337524</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 11 14 4 -1.</_>
-                <_>
-                  18 11 7 2 2.</_>
-                <_>
-                  11 13 7 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.6357148140668869e-003</threshold>
-            <left_val>-0.1237379983067513</left_val>
-            <right_val>0.1527843028306961</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 4 6 8 -1.</_>
-                <_>
-                  1 4 3 4 2.</_>
-                <_>
-                  4 8 3 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0297187492251396</threshold>
-            <left_val>-0.0567854084074497</left_val>
-            <right_val>0.2904588878154755</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 0 2 2 -1.</_>
-                <_>
-                  23 0 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>2.0548420434352010e-004</threshold>
-            <left_val>-0.2718465924263001</left_val>
-            <right_val>0.1070784032344818</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 13 4 -1.</_>
-                <_>
-                  6 1 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0486726500093937</threshold>
-            <left_val>0.4235774874687195</left_val>
-            <right_val>-0.0456859990954399</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 4 2 -1.</_>
-                <_>
-                  11 1 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.5377809070050716e-003</threshold>
-            <left_val>-0.0727348327636719</left_val>
-            <right_val>0.2103600949048996</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 2 2 -1.</_>
-                <_>
-                  2 0 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-3.3941529691219330e-003</threshold>
-            <left_val>-0.3815236985683441</left_val>
-            <right_val>0.0445483289659023</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 9 5 6 -1.</_>
-                <_>
-                  20 11 5 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0237451493740082</threshold>
-            <left_val>-0.4413619935512543</left_val>
-            <right_val>0.0249414704740047</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 15 3 -1.</_>
-                <_>
-                  5 3 15 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0200922992080450</threshold>
-            <left_val>0.1694606989622116</left_val>
-            <right_val>-0.0953345969319344</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 2 7 3 -1.</_>
-                <_>
-                  9 3 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0110265100374818</threshold>
-            <left_val>-0.0721762925386429</left_val>
-            <right_val>0.2484644949436188</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 14 21 1 -1.</_>
-                <_>
-                  9 14 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0158068798482418</threshold>
-            <left_val>0.2241718024015427</left_val>
-            <right_val>-0.0724460408091545</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 11 16 4 -1.</_>
-                <_>
-                  8 11 8 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0490073598921299</threshold>
-            <left_val>-0.0551217384636402</left_val>
-            <right_val>0.2583925127983093</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 12 24 2 -1.</_>
-                <_>
-                  12 12 12 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0288716107606888</threshold>
-            <left_val>-0.1153011992573738</left_val>
-            <right_val>0.1924846023321152</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 9 3 6 -1.</_>
-                <_>
-                  22 11 3 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.3990179225802422e-003</threshold>
-            <left_val>0.0522995889186859</left_val>
-            <right_val>-0.2191856950521469</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 12 2 -1.</_>
-                <_>
-                  0 1 6 1 2.</_>
-                <_>
-                  6 2 6 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.1737848445773125e-003</threshold>
-            <left_val>0.2038096934556961</left_val>
-            <right_val>-0.0696693286299706</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 9 9 3 -1.</_>
-                <_>
-                  8 10 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.4332564622163773e-003</threshold>
-            <left_val>-0.0534071698784828</left_val>
-            <right_val>0.2586283981800079</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 3 6 -1.</_>
-                <_>
-                  0 11 3 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0143210804089904</threshold>
-            <left_val>0.0336425192654133</left_val>
-            <right_val>-0.4679594039916992</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 11 14 4 -1.</_>
-                <_>
-                  18 11 7 2 2.</_>
-                <_>
-                  11 13 7 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0224872808903456</threshold>
-            <left_val>-0.0431007482111454</left_val>
-            <right_val>0.1123055964708328</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 9 4 6 -1.</_>
-                <_>
-                  8 9 2 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.8018830865621567e-003</threshold>
-            <left_val>-0.5997744798660278</left_val>
-            <right_val>0.0238500293344259</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 12 6 2 -1.</_>
-                <_>
-                  12 12 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.2824921011924744e-003</threshold>
-            <left_val>-0.3792850077152252</left_val>
-            <right_val>0.0247395392507315</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 12 1 2 -1.</_>
-                <_>
-                  0 13 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.8288799260044470e-005</threshold>
-            <left_val>0.1094501987099648</left_val>
-            <right_val>-0.1270592063665390</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 3 10 12 -1.</_>
-                <_>
-                  20 3 5 6 2.</_>
-                <_>
-                  15 9 5 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1060767024755478</threshold>
-            <left_val>0.1223917007446289</left_val>
-            <right_val>-0.0179706607013941</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 9 4 6 -1.</_>
-                <_>
-                  10 9 2 3 2.</_>
-                <_>
-                  12 12 2 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0145011199638247</threshold>
-            <left_val>0.0254385806620121</left_val>
-            <right_val>-0.5499516725540161</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 3 6 4 -1.</_>
-                <_>
-                  11 3 3 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0294254906475544</threshold>
-            <left_val>-0.4407989084720612</left_val>
-            <right_val>0.0163295306265354</right_val></_></_>
-        <_>
-          <!-- tree 48 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 14 14 -1.</_>
-                <_>
-                  0 7 14 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.2141247987747192</threshold>
-            <left_val>-0.5817149281501770</left_val>
-            <right_val>0.0224080495536327</right_val></_></_>
-        <_>
-          <!-- tree 49 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 2 10 12 -1.</_>
-                <_>
-                  20 2 5 6 2.</_>
-                <_>
-                  15 8 5 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0159379299730062</threshold>
-            <left_val>0.0447719283401966</left_val>
-            <right_val>-0.0470217689871788</right_val></_></_>
-        <_>
-          <!-- tree 50 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 3 6 4 -1.</_>
-                <_>
-                  11 3 3 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0358322896063328</threshold>
-            <left_val>0.0257156305015087</left_val>
-            <right_val>-0.5430511236190796</right_val></_></_>
-        <_>
-          <!-- tree 51 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 5 2 6 -1.</_>
-                <_>
-                  23 7 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0114978998899460</threshold>
-            <left_val>-0.4132392108440399</left_val>
-            <right_val>0.0246592592447996</right_val></_></_>
-        <_>
-          <!-- tree 52 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 8 5 3 -1.</_>
-                <_>
-                  10 9 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.6680490747094154e-003</threshold>
-            <left_val>-0.0596144981682301</left_val>
-            <right_val>0.2419749945402145</right_val></_></_>
-        <_>
-          <!-- tree 53 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 7 5 4 -1.</_>
-                <_>
-                  20 8 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0123357502743602</threshold>
-            <left_val>0.0375008806586266</left_val>
-            <right_val>-0.4776956140995026</right_val></_></_>
-        <_>
-          <!-- tree 54 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 10 11 4 -1.</_>
-                <_>
-                  7 11 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0130474697798491</threshold>
-            <left_val>-0.0609255395829678</left_val>
-            <right_val>0.2419895976781845</right_val></_></_>
-        <_>
-          <!-- tree 55 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 13 1 2 -1.</_>
-                <_>
-                  16 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.2074559789616615e-005</threshold>
-            <left_val>-0.0981822684407234</left_val>
-            <right_val>0.0891881734132767</right_val></_></_>
-        <_>
-          <!-- tree 56 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 1 5 4 -1.</_>
-                <_>
-                  3 2 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.2866070978343487e-003</threshold>
-            <left_val>-0.0941056609153748</left_val>
-            <right_val>0.1441165059804916</right_val></_></_>
-        <_>
-          <!-- tree 57 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 3 8 2 -1.</_>
-                <_>
-                  17 4 8 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0417326614260674</threshold>
-            <left_val>-0.6405817270278931</left_val>
-            <right_val>0.0221338905394077</right_val></_></_>
-        <_>
-          <!-- tree 58 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 5 4 -1.</_>
-                <_>
-                  0 8 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.7638191655278206e-003</threshold>
-            <left_val>0.0412781611084938</left_val>
-            <right_val>-0.3354279994964600</right_val></_></_>
-        <_>
-          <!-- tree 59 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 4 12 6 -1.</_>
-                <_>
-                  13 4 4 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1077456995844841</threshold>
-            <left_val>8.1762494519352913e-003</left_val>
-            <right_val>-0.4347884058952332</right_val></_></_>
-        <_>
-          <!-- tree 60 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 4 12 6 -1.</_>
-                <_>
-                  8 4 4 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1119699031114578</threshold>
-            <left_val>0.0199715103954077</left_val>
-            <right_val>-0.6503595113754273</right_val></_></_>
-        <_>
-          <!-- tree 61 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 12 9 -1.</_>
-                <_>
-                  11 0 6 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0680430680513382</threshold>
-            <left_val>-0.0602735094726086</left_val>
-            <right_val>0.1384491026401520</right_val></_></_>
-        <_>
-          <!-- tree 62 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 5 16 8 -1.</_>
-                <_>
-                  12 5 8 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1206192970275879</threshold>
-            <left_val>-0.0666261836886406</left_val>
-            <right_val>0.2128939926624298</right_val></_></_>
-        <_>
-          <!-- tree 63 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 12 2 1 -1.</_>
-                <_>
-                  16 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.7089789509773254e-003</threshold>
-            <left_val>-0.4214768111705780</left_val>
-            <right_val>7.0062931627035141e-003</right_val></_></_>
-        <_>
-          <!-- tree 64 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 12 2 1 -1.</_>
-                <_>
-                  8 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.8798991530202329e-005</threshold>
-            <left_val>0.1287330985069275</left_val>
-            <right_val>-0.1178120002150536</right_val></_></_>
-        <_>
-          <!-- tree 65 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 3 6 4 -1.</_>
-                <_>
-                  22 3 3 2 2.</_>
-                <_>
-                  19 5 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0177976898849010</threshold>
-            <left_val>-0.0398075394332409</left_val>
-            <right_val>0.2582241892814636</right_val></_></_>
-        <_>
-          <!-- tree 66 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 10 6 3 -1.</_>
-                <_>
-                  10 10 2 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0155267501249909</threshold>
-            <left_val>-0.5375617146492004</left_val>
-            <right_val>0.0254285801202059</right_val></_></_>
-        <_>
-          <!-- tree 67 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 6 2 2 -1.</_>
-                <_>
-                  17 6 1 1 2.</_>
-                <_>
-                  16 7 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.1374800233170390e-003</threshold>
-            <left_val>0.1497129052877426</left_val>
-            <right_val>-0.0317900516092777</right_val></_></_>
-        <_>
-          <!-- tree 68 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 24 2 -1.</_>
-                <_>
-                  0 0 12 1 2.</_>
-                <_>
-                  12 1 12 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0219873897731304</threshold>
-            <left_val>0.0302675794810057</left_val>
-            <right_val>-0.4156928062438965</right_val></_></_>
-        <_>
-          <!-- tree 69 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 6 2 2 -1.</_>
-                <_>
-                  17 6 1 1 2.</_>
-                <_>
-                  16 7 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.9880971093662083e-005</threshold>
-            <left_val>-0.0641673132777214</left_val>
-            <right_val>0.0799537077546120</right_val></_></_>
-        <_>
-          <!-- tree 70 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 6 4 -1.</_>
-                <_>
-                  0 3 3 2 2.</_>
-                <_>
-                  3 5 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.6966080814599991e-003</threshold>
-            <left_val>-0.0727465227246284</left_val>
-            <right_val>0.1708455979824066</right_val></_></_>
-        <_>
-          <!-- tree 71 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 0 3 4 -1.</_>
-                <_>
-                  22 2 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.2799488659948111e-004</threshold>
-            <left_val>0.0341552086174488</left_val>
-            <right_val>-0.1379152983427048</right_val></_></_>
-        <_>
-          <!-- tree 72 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 2 3 -1.</_>
-                <_>
-                  11 1 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.2622140347957611e-003</threshold>
-            <left_val>0.1615235060453415</left_val>
-            <right_val>-0.0755578279495239</right_val></_></_>
-        <_>
-          <!-- tree 73 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 7 2 4 -1.</_>
-                <_>
-                  20 8 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0110059296712279</threshold>
-            <left_val>-0.4823004007339478</left_val>
-            <right_val>0.0268340297043324</right_val></_></_>
-        <_>
-          <!-- tree 74 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 9 10 1 -1.</_>
-                <_>
-                  9 9 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.5793791115283966e-003</threshold>
-            <left_val>0.1946887969970703</left_val>
-            <right_val>-0.0669640377163887</right_val></_></_>
-        <_>
-          <!-- tree 75 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 6 2 2 -1.</_>
-                <_>
-                  17 6 1 1 2.</_>
-                <_>
-                  16 7 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.1821959358640015e-005</threshold>
-            <left_val>0.0793757066130638</left_val>
-            <right_val>-0.0674495473504066</right_val></_></_>
-        <_>
-          <!-- tree 76 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 6 2 2 -1.</_>
-                <_>
-                  7 6 1 1 2.</_>
-                <_>
-                  8 7 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.2134959688410163e-003</threshold>
-            <left_val>-0.0511140711605549</left_val>
-            <right_val>0.2775780856609345</right_val></_></_>
-        <_>
-          <!-- tree 77 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 6 2 2 -1.</_>
-                <_>
-                  17 6 1 1 2.</_>
-                <_>
-                  16 7 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.9206802183762193e-004</threshold>
-            <left_val>-0.0284809302538633</left_val>
-            <right_val>0.1130611971020699</right_val></_></_>
-        <_>
-          <!-- tree 78 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 1 4 -1.</_>
-                <_>
-                  0 2 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.7196949813514948e-003</threshold>
-            <left_val>0.0362051688134670</left_val>
-            <right_val>-0.3822895884513855</right_val></_></_>
-        <_>
-          <!-- tree 79 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 6 2 2 -1.</_>
-                <_>
-                  17 6 1 1 2.</_>
-                <_>
-                  16 7 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.0203691720962524e-003</threshold>
-            <left_val>-0.7084425091743469</left_val>
-            <right_val>9.6215400844812393e-005</right_val></_></_>
-        <_>
-          <!-- tree 80 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 6 2 2 -1.</_>
-                <_>
-                  7 6 1 1 2.</_>
-                <_>
-                  8 7 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.4910762486979365e-004</threshold>
-            <left_val>0.1899659931659699</left_val>
-            <right_val>-0.0707588419318199</right_val></_></_>
-        <_>
-          <!-- tree 81 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 9 9 6 -1.</_>
-                <_>
-                  11 11 3 2 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0300100892782211</threshold>
-            <left_val>0.1409595012664795</left_val>
-            <right_val>-0.0833628922700882</right_val></_></_>
-        <_>
-          <!-- tree 82 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 2 6 -1.</_>
-                <_>
-                  0 7 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0211524497717619</threshold>
-            <left_val>0.0258801300078630</left_val>
-            <right_val>-0.4697616100311279</right_val></_></_>
-        <_>
-          <!-- tree 83 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 4 4 7 -1.</_>
-                <_>
-                  15 5 2 7 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0319705903530121</threshold>
-            <left_val>-0.5124071240425110</left_val>
-            <right_val>0.0121158296242356</right_val></_></_>
-        <_>
-          <!-- tree 84 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 13 20 2 -1.</_>
-                <_>
-                  2 13 10 1 2.</_>
-                <_>
-                  12 14 10 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0105077195912600</threshold>
-            <left_val>0.0386607907712460</left_val>
-            <right_val>-0.3098644018173218</right_val></_></_>
-        <_>
-          <!-- tree 85 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 7 2 2 -1.</_>
-                <_>
-                  24 7 1 1 2.</_>
-                <_>
-                  23 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.8152811359614134e-005</threshold>
-            <left_val>-0.0616559796035290</left_val>
-            <right_val>0.0678063929080963</right_val></_></_>
-        <_>
-          <!-- tree 86 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 2 1 4 -1.</_>
-                <_>
-                  3 3 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.6495117759332061e-004</threshold>
-            <left_val>-0.0613585598766804</left_val>
-            <right_val>0.1991685926914215</right_val></_></_>
-        <_>
-          <!-- tree 87 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 2 14 4 -1.</_>
-                <_>
-                  11 3 14 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0404121391475201</threshold>
-            <left_val>0.1341411024332047</left_val>
-            <right_val>-0.0717744380235672</right_val></_></_>
-        <_>
-          <!-- tree 88 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 7 4 5 -1.</_>
-                <_>
-                  6 7 2 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.8856019750237465e-003</threshold>
-            <left_val>0.0359793491661549</left_val>
-            <right_val>-0.3332307040691376</right_val></_></_>
-        <_>
-          <!-- tree 89 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 8 1 4 -1.</_>
-                <_>
-                  22 9 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>5.3272489458322525e-003</threshold>
-            <left_val>0.0328989103436470</left_val>
-            <right_val>-0.5153871178627014</right_val></_></_>
-        <_>
-          <!-- tree 90 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 10 8 -1.</_>
-                <_>
-                  7 0 5 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0532727986574173</threshold>
-            <left_val>-0.0784574225544930</left_val>
-            <right_val>0.1582656949758530</right_val></_></_>
-        <_>
-          <!-- tree 91 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 5 24 3 -1.</_>
-                <_>
-                  9 6 8 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0174429006874561</threshold>
-            <left_val>0.1339583992958069</left_val>
-            <right_val>-0.1186174973845482</right_val></_></_>
-        <_>
-          <!-- tree 92 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 0 4 10 -1.</_>
-                <_>
-                  10 5 4 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0433590598404408</threshold>
-            <left_val>-0.2269790023565292</left_val>
-            <right_val>0.0467031300067902</right_val></_></_>
-        <_>
-          <!-- tree 93 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 4 15 3 -1.</_>
-                <_>
-                  5 5 15 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0231206398457289</threshold>
-            <left_val>0.1634031981229782</left_val>
-            <right_val>-0.0685165524482727</right_val></_></_>
-        <_>
-          <!-- tree 94 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 6 3 6 -1.</_>
-                <_>
-                  11 8 3 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.3796178698539734e-003</threshold>
-            <left_val>0.1582739949226379</left_val>
-            <right_val>-0.0771108269691467</right_val></_></_>
-        <_>
-          <!-- tree 95 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 8 7 3 -1.</_>
-                <_>
-                  18 9 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0141222495585680</threshold>
-            <left_val>-0.5691561102867127</left_val>
-            <right_val>0.0232016704976559</right_val></_></_>
-        <_>
-          <!-- tree 96 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 4 2 -1.</_>
-                <_>
-                  0 1 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0155957797542214</threshold>
-            <left_val>-0.7199953794479370</left_val>
-            <right_val>0.0111829601228237</right_val></_></_>
-        <_>
-          <!-- tree 97 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 0 2 1 -1.</_>
-                <_>
-                  20 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>7.4529898120090365e-004</threshold>
-            <left_val>-0.0766925588250160</left_val>
-            <right_val>0.0582969412207603</right_val></_></_>
-        <_>
-          <!-- tree 98 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 6 1 8 -1.</_>
-                <_>
-                  0 8 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.1220599561929703e-003</threshold>
-            <left_val>-0.4147517085075378</left_val>
-            <right_val>0.0252124201506376</right_val></_></_>
-        <_>
-          <!-- tree 99 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 7 2 2 -1.</_>
-                <_>
-                  24 7 1 1 2.</_>
-                <_>
-                  23 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.7267909141955897e-005</threshold>
-            <left_val>0.0905847102403641</left_val>
-            <right_val>-0.0668906867504120</right_val></_></_>
-        <_>
-          <!-- tree 100 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 2 2 -1.</_>
-                <_>
-                  0 7 1 1 2.</_>
-                <_>
-                  1 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.8431767653673887e-004</threshold>
-            <left_val>-0.0570513382554054</left_val>
-            <right_val>0.2420555055141449</right_val></_></_>
-        <_>
-          <!-- tree 101 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 8 1 4 -1.</_>
-                <_>
-                  23 9 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-6.3992529176175594e-003</threshold>
-            <left_val>-0.4766991138458252</left_val>
-            <right_val>0.0172231607139111</right_val></_></_>
-        <_>
-          <!-- tree 102 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 8 3 1 -1.</_>
-                <_>
-                  2 9 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>3.4215620253235102e-003</threshold>
-            <left_val>0.0330659411847591</left_val>
-            <right_val>-0.3505514860153198</right_val></_></_>
-        <_>
-          <!-- tree 103 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 7 2 2 -1.</_>
-                <_>
-                  22 7 1 1 2.</_>
-                <_>
-                  21 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.0761801432818174e-004</threshold>
-            <left_val>-0.0633307918906212</left_val>
-            <right_val>0.1801937073469162</right_val></_></_>
-        <_>
-          <!-- tree 104 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 8 15 6 -1.</_>
-                <_>
-                  5 10 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0271245595067739</threshold>
-            <left_val>0.1347420066595078</left_val>
-            <right_val>-0.0843034014105797</right_val></_></_>
-        <_>
-          <!-- tree 105 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 14 8 -1.</_>
-                <_>
-                  6 9 14 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0320383384823799</threshold>
-            <left_val>-0.0676692426204681</left_val>
-            <right_val>0.1796665936708450</right_val></_></_>
-        <_>
-          <!-- tree 106 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 4 10 2 -1.</_>
-                <_>
-                  1 5 10 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.2583961300551891e-003</threshold>
-            <left_val>-0.0986167713999748</left_val>
-            <right_val>0.1166217997670174</right_val></_></_>
-        <_>
-          <!-- tree 107 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 5 3 3 -1.</_>
-                <_>
-                  13 6 1 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.7803640589118004e-003</threshold>
-            <left_val>0.1233021020889282</left_val>
-            <right_val>-0.0477618910372257</right_val></_></_>
-        <_>
-          <!-- tree 108 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 7 3 -1.</_>
-                <_>
-                  0 5 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0392416305840015</threshold>
-            <left_val>0.0167705602943897</left_val>
-            <right_val>-0.7329750061035156</right_val></_></_>
-        <_>
-          <!-- tree 109 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 7 2 2 -1.</_>
-                <_>
-                  22 7 1 1 2.</_>
-                <_>
-                  21 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.3865249356022105e-005</threshold>
-            <left_val>0.0850126668810844</left_val>
-            <right_val>-0.0751027390360832</right_val></_></_>
-        <_>
-          <!-- tree 110 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 7 2 2 -1.</_>
-                <_>
-                  2 7 1 1 2.</_>
-                <_>
-                  3 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.2592968828976154e-004</threshold>
-            <left_val>-0.0551505312323570</left_val>
-            <right_val>0.2059426009654999</right_val></_></_>
-        <_>
-          <!-- tree 111 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 9 1 3 -1.</_>
-                <_>
-                  21 10 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.6403529015369713e-005</threshold>
-            <left_val>0.0762555226683617</left_val>
-            <right_val>-0.0699946209788322</right_val></_></_>
-        <_>
-          <!-- tree 112 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 13 2 2 -1.</_>
-                <_>
-                  11 13 1 1 2.</_>
-                <_>
-                  12 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.6928332196548581e-004</threshold>
-            <left_val>-0.2483194023370743</left_val>
-            <right_val>0.0468857996165752</right_val></_></_>
-        <_>
-          <!-- tree 113 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 3 6 12 -1.</_>
-                <_>
-                  22 3 3 6 2.</_>
-                <_>
-                  19 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0424826890230179</threshold>
-            <left_val>-0.0344216786324978</left_val>
-            <right_val>0.1484764963388443</right_val></_></_>
-        <_>
-          <!-- tree 114 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 6 12 -1.</_>
-                <_>
-                  0 3 3 6 2.</_>
-                <_>
-                  3 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0339534096419811</threshold>
-            <left_val>0.2843470871448517</left_val>
-            <right_val>-0.0431083589792252</right_val></_></_>
-        <_>
-          <!-- tree 115 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 1 4 11 -1.</_>
-                <_>
-                  18 1 2 11 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0188998207449913</threshold>
-            <left_val>0.0142998602241278</left_val>
-            <right_val>-0.4192070066928864</right_val></_></_>
-        <_>
-          <!-- tree 116 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 10 6 3 -1.</_>
-                <_>
-                  0 11 6 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.9765710458159447e-003</threshold>
-            <left_val>0.0621932409703732</left_val>
-            <right_val>-0.1786025017499924</right_val></_></_>
-        <_>
-          <!-- tree 117 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 11 2 1 -1.</_>
-                <_>
-                  23 11 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.0894439482362941e-005</threshold>
-            <left_val>0.0948854833841324</left_val>
-            <right_val>-0.0689786225557327</right_val></_></_>
-        <_>
-          <!-- tree 118 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 1 4 11 -1.</_>
-                <_>
-                  5 1 2 11 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0114915501326323</threshold>
-            <left_val>0.0331886112689972</left_val>
-            <right_val>-0.3628959059715271</right_val></_></_>
-        <_>
-          <!-- tree 119 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 3 4 12 -1.</_>
-                <_>
-                  23 3 2 6 2.</_>
-                <_>
-                  21 9 2 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0215106792747974</threshold>
-            <left_val>0.2759737968444824</left_val>
-            <right_val>-0.0317491404712200</right_val></_></_>
-        <_>
-          <!-- tree 120 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 4 12 -1.</_>
-                <_>
-                  0 3 2 6 2.</_>
-                <_>
-                  2 9 2 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0130551997572184</threshold>
-            <left_val>-0.0830815583467484</left_val>
-            <right_val>0.1449849009513855</right_val></_></_>
-        <_>
-          <!-- tree 121 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 11 6 4 -1.</_>
-                <_>
-                  11 12 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.6747581586241722e-003</threshold>
-            <left_val>-0.0461902506649494</left_val>
-            <right_val>0.1383360028266907</right_val></_></_>
-        <_>
-          <!-- tree 122 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 11 13 4 -1.</_>
-                <_>
-                  6 12 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.0616300217807293e-003</threshold>
-            <left_val>0.1968749016523361</left_val>
-            <right_val>-0.0837985798716545</right_val></_></_>
-        <_>
-          <!-- tree 123 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 10 3 1 -1.</_>
-                <_>
-                  12 10 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.1481661396101117e-004</threshold>
-            <left_val>0.0542011298239231</left_val>
-            <right_val>-0.1981233954429627</right_val></_></_>
-        <_>
-          <!-- tree 124 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 13 8 -1.</_>
-                <_>
-                  5 6 13 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2860183119773865</threshold>
-            <left_val>0.0232954602688551</left_val>
-            <right_val>-0.4173370003700256</right_val></_></_>
-        <_>
-          <!-- tree 125 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 2 10 6 -1.</_>
-                <_>
-                  15 4 10 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0463717207312584</threshold>
-            <left_val>-0.0290123391896486</left_val>
-            <right_val>0.1808013021945953</right_val></_></_>
-        <_>
-          <!-- tree 126 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 2 10 6 -1.</_>
-                <_>
-                  0 4 10 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0557247512042522</threshold>
-            <left_val>0.1358146965503693</left_val>
-            <right_val>-0.1061223000288010</right_val></_></_>
-        <_>
-          <!-- tree 127 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 1 13 8 -1.</_>
-                <_>
-                  12 3 13 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.2584396898746491</threshold>
-            <left_val>-0.4910731911659241</left_val>
-            <right_val>0.0151501996442676</right_val></_></_></trees>
-      <stage_threshold>-1.3960490226745605</stage_threshold>
-      <parent>11</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 13 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 15 3 -1.</_>
-                <_>
-                  5 4 15 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0417404398322105</threshold>
-            <left_val>0.4202992916107178</left_val>
-            <right_val>-0.1386588066816330</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 3 9 3 -1.</_>
-                <_>
-                  9 4 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0274386107921600</threshold>
-            <left_val>-0.0691855624318123</left_val>
-            <right_val>0.6378138065338135</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 2 7 3 -1.</_>
-                <_>
-                  2 3 7 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0319233611226082</threshold>
-            <left_val>0.5562999844551086</left_val>
-            <right_val>-0.0588022507727146</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 15 3 -1.</_>
-                <_>
-                  5 3 15 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0426339097321033</threshold>
-            <left_val>0.3957036137580872</left_val>
-            <right_val>-0.0923223569989204</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 4 15 3 -1.</_>
-                <_>
-                  5 5 15 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0453329794108868</threshold>
-            <left_val>0.4831672012805939</left_val>
-            <right_val>-0.0990284606814384</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 6 2 2 -1.</_>
-                <_>
-                  18 6 1 1 2.</_>
-                <_>
-                  17 7 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.4149550115689635e-003</threshold>
-            <left_val>-0.0383210293948650</left_val>
-            <right_val>0.3782787919044495</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 10 2 3 -1.</_>
-                <_>
-                  5 10 1 3 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>3.1844570767134428e-003</threshold>
-            <left_val>0.0845874175429344</left_val>
-            <right_val>-0.3629348874092102</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 11 2 4 -1.</_>
-                <_>
-                  23 13 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.9865548759698868e-003</threshold>
-            <left_val>0.0660245269536972</left_val>
-            <right_val>-0.4990949034690857</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 14 4 -1.</_>
-                <_>
-                  0 11 7 2 2.</_>
-                <_>
-                  7 13 7 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.3637079223990440e-003</threshold>
-            <left_val>-0.1568834036588669</left_val>
-            <right_val>0.1732781976461411</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 4 6 3 -1.</_>
-                <_>
-                  10 5 6 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0166161693632603</threshold>
-            <left_val>-0.1092156991362572</left_val>
-            <right_val>0.3208172023296356</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 24 14 -1.</_>
-                <_>
-                  0 1 12 7 2.</_>
-                <_>
-                  12 8 12 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1083723008632660</threshold>
-            <left_val>-0.3144314885139465</left_val>
-            <right_val>0.0960887372493744</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 5 24 8 -1.</_>
-                <_>
-                  13 5 12 4 2.</_>
-                <_>
-                  1 9 12 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0552641600370407</threshold>
-            <left_val>-0.3238588869571686</left_val>
-            <right_val>0.0760045275092125</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 24 12 -1.</_>
-                <_>
-                  0 0 12 6 2.</_>
-                <_>
-                  12 6 12 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1263256967067719</threshold>
-            <left_val>0.0652572736144066</left_val>
-            <right_val>-0.4011892974376679</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 0 15 14 -1.</_>
-                <_>
-                  10 7 15 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.3880456089973450</threshold>
-            <left_val>0.0290472805500031</left_val>
-            <right_val>-0.2850419878959656</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 11 2 1 -1.</_>
-                <_>
-                  1 11 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>2.1647498942911625e-003</threshold>
-            <left_val>0.0566388815641403</left_val>
-            <right_val>-0.4483107030391693</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 11 24 4 -1.</_>
-                <_>
-                  1 11 12 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0850358307361603</threshold>
-            <left_val>0.2374248951673508</left_val>
-            <right_val>-0.1127642020583153</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 7 10 3 -1.</_>
-                <_>
-                  7 8 10 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0297137200832367</threshold>
-            <left_val>-0.0403699316084385</left_val>
-            <right_val>0.4747174084186554</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 5 7 3 -1.</_>
-                <_>
-                  9 6 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0189488306641579</threshold>
-            <left_val>-0.0794471576809883</left_val>
-            <right_val>0.2721098959445953</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 2 6 -1.</_>
-                <_>
-                  0 11 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.4433820769190788e-003</threshold>
-            <left_val>-0.4018659889698029</left_val>
-            <right_val>0.0573576912283897</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 8 3 2 -1.</_>
-                <_>
-                  22 8 3 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-7.4416291899979115e-003</threshold>
-            <left_val>-0.4642170965671539</left_val>
-            <right_val>0.0343283303081989</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 6 1 3 -1.</_>
-                <_>
-                  12 7 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.1745829619467258e-003</threshold>
-            <left_val>-0.0719946026802063</left_val>
-            <right_val>0.2899833023548126</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 6 1 6 -1.</_>
-                <_>
-                  24 8 1 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.6435040421783924e-003</threshold>
-            <left_val>-0.4219543039798737</left_val>
-            <right_val>0.0394870713353157</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 3 7 2 -1.</_>
-                <_>
-                  3 3 7 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0225970800966024</threshold>
-            <left_val>0.2745698094367981</left_val>
-            <right_val>-0.0772427767515183</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 4 6 10 -1.</_>
-                <_>
-                  13 4 3 5 2.</_>
-                <_>
-                  10 9 3 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0175681803375483</threshold>
-            <left_val>0.0604698508977890</left_val>
-            <right_val>-0.2755838930606842</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 14 6 -1.</_>
-                <_>
-                  0 6 14 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2285360991954804</threshold>
-            <left_val>0.0372774116694927</left_val>
-            <right_val>-0.5375431180000305</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 0 8 8 -1.</_>
-                <_>
-                  13 0 4 4 2.</_>
-                <_>
-                  9 4 4 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0323306396603584</threshold>
-            <left_val>0.0458961501717567</left_val>
-            <right_val>-0.3844825029373169</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 4 5 3 -1.</_>
-                <_>
-                  2 5 5 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0285396501421928</threshold>
-            <left_val>0.5891790986061096</left_val>
-            <right_val>-0.0340728089213371</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 9 7 6 -1.</_>
-                <_>
-                  18 11 7 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0286119598895311</threshold>
-            <left_val>0.0241741407662630</left_val>
-            <right_val>-0.2325512021780014</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 7 6 -1.</_>
-                <_>
-                  0 11 7 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0190214607864618</threshold>
-            <left_val>0.0562911406159401</left_val>
-            <right_val>-0.3404670059680939</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 1 3 3 -1.</_>
-                <_>
-                  12 2 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.7942080311477184e-003</threshold>
-            <left_val>0.2392093986272812</left_val>
-            <right_val>-0.0638626366853714</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 2 6 8 -1.</_>
-                <_>
-                  9 2 3 4 2.</_>
-                <_>
-                  12 6 3 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0198575407266617</threshold>
-            <left_val>0.0513716302812099</left_val>
-            <right_val>-0.3405377864837647</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 14 24 1 -1.</_>
-                <_>
-                  7 14 12 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0227794591337442</threshold>
-            <left_val>0.2922581136226654</left_val>
-            <right_val>-0.0604945607483387</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 12 12 -1.</_>
-                <_>
-                  0 3 6 6 2.</_>
-                <_>
-                  6 9 6 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1480142027139664</threshold>
-            <left_val>-0.0343834199011326</left_val>
-            <right_val>0.4667116999626160</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 3 9 4 -1.</_>
-                <_>
-                  14 3 3 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0337039716541767</threshold>
-            <left_val>-0.3770483136177063</left_val>
-            <right_val>0.0263036508113146</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 4 6 6 -1.</_>
-                <_>
-                  9 4 3 3 2.</_>
-                <_>
-                  12 7 3 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0162283908575773</threshold>
-            <left_val>-0.3382456898689270</left_val>
-            <right_val>0.0570861399173737</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 0 4 1 -1.</_>
-                <_>
-                  20 0 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-4.2941919527947903e-003</threshold>
-            <left_val>-0.3295148909091950</left_val>
-            <right_val>0.0434178002178669</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 3 9 4 -1.</_>
-                <_>
-                  11 3 3 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0235741101205349</threshold>
-            <left_val>-0.3945200145244598</left_val>
-            <right_val>0.0398236103355885</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 4 6 9 -1.</_>
-                <_>
-                  16 4 2 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0218487493693829</threshold>
-            <left_val>0.0268086697906256</left_val>
-            <right_val>-0.2596569955348969</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 4 6 9 -1.</_>
-                <_>
-                  7 4 2 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0209309905767441</threshold>
-            <left_val>-0.3641955852508545</left_val>
-            <right_val>0.0437827892601490</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 5 2 2 -1.</_>
-                <_>
-                  17 5 1 1 2.</_>
-                <_>
-                  16 6 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.6019339673221111e-003</threshold>
-            <left_val>-0.0240206904709339</left_val>
-            <right_val>0.2182880043983460</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 15 12 -1.</_>
-                <_>
-                  0 4 15 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.5489655733108521</threshold>
-            <left_val>-0.5673372149467468</left_val>
-            <right_val>0.0286840796470642</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 1 11 3 -1.</_>
-                <_>
-                  8 2 11 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0151870902627707</threshold>
-            <left_val>-0.0816961303353310</left_val>
-            <right_val>0.2107073962688446</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 6 1 6 -1.</_>
-                <_>
-                  0 8 1 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.0653451103717089e-003</threshold>
-            <left_val>-0.3701387047767639</left_val>
-            <right_val>0.0471426397562027</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 5 1 3 -1.</_>
-                <_>
-                  14 6 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.2847671061754227e-003</threshold>
-            <left_val>0.1813296973705292</left_val>
-            <right_val>-0.0419041812419891</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 2 2 2 -1.</_>
-                <_>
-                  7 2 1 1 2.</_>
-                <_>
-                  8 3 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.3886080123484135e-003</threshold>
-            <left_val>-0.0477169714868069</left_val>
-            <right_val>0.3120515942573547</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 9 1 4 -1.</_>
-                <_>
-                  21 10 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-4.2354268953204155e-003</threshold>
-            <left_val>-0.3120726943016052</left_val>
-            <right_val>0.0365724302828312</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 5 5 3 -1.</_>
-                <_>
-                  10 6 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.9234707839787006e-003</threshold>
-            <left_val>-0.1105178967118263</left_val>
-            <right_val>0.1364745944738388</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 5 1 3 -1.</_>
-                <_>
-                  14 6 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.7824353724718094e-004</threshold>
-            <left_val>0.1019112989306450</left_val>
-            <right_val>-0.0396985597908497</right_val></_></_>
-        <_>
-          <!-- tree 48 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 2 2 -1.</_>
-                <_>
-                  0 1 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.3952899500727654e-003</threshold>
-            <left_val>0.0345855616033077</left_val>
-            <right_val>-0.4620797038078308</right_val></_></_>
-        <_>
-          <!-- tree 49 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 9 1 4 -1.</_>
-                <_>
-                  21 10 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-2.7391599360271357e-005</threshold>
-            <left_val>0.0470036789774895</left_val>
-            <right_val>-0.0576489008963108</right_val></_></_>
-        <_>
-          <!-- tree 50 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 9 4 1 -1.</_>
-                <_>
-                  4 10 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-3.7895010318607092e-003</threshold>
-            <left_val>-0.3904446959495544</left_val>
-            <right_val>0.0392708182334900</right_val></_></_>
-        <_>
-          <!-- tree 51 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 8 9 3 -1.</_>
-                <_>
-                  8 9 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0251507405191660</threshold>
-            <left_val>-0.0313480608165264</left_val>
-            <right_val>0.4742729067802429</right_val></_></_>
-        <_>
-          <!-- tree 52 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 8 21 3 -1.</_>
-                <_>
-                  9 9 7 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0545641481876373</threshold>
-            <left_val>0.1494560986757278</left_val>
-            <right_val>-0.0982013270258904</right_val></_></_>
-        <_>
-          <!-- tree 53 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 6 8 8 -1.</_>
-                <_>
-                  12 6 4 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0416621901094913</threshold>
-            <left_val>-0.4245094060897827</left_val>
-            <right_val>0.0152987902984023</right_val></_></_>
-        <_>
-          <!-- tree 54 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 6 12 -1.</_>
-                <_>
-                  9 3 2 12 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0207394007593393</threshold>
-            <left_val>-0.3218981921672821</left_val>
-            <right_val>0.0479229800403118</right_val></_></_>
-        <_>
-          <!-- tree 55 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 3 1 -1.</_>
-                <_>
-                  12 0 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.7902817651629448e-004</threshold>
-            <left_val>0.2330693006515503</left_val>
-            <right_val>-0.0597994215786457</right_val></_></_>
-        <_>
-          <!-- tree 56 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 10 4 4 -1.</_>
-                <_>
-                  11 10 2 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.1547799482941628e-003</threshold>
-            <left_val>-0.3040251135826111</left_val>
-            <right_val>0.0456931404769421</right_val></_></_>
-        <_>
-          <!-- tree 57 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 5 2 2 -1.</_>
-                <_>
-                  17 5 1 1 2.</_>
-                <_>
-                  16 6 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.6045470804092474e-005</threshold>
-            <left_val>0.0553880184888840</left_val>
-            <right_val>-0.0540977194905281</right_val></_></_>
-        <_>
-          <!-- tree 58 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 5 2 2 -1.</_>
-                <_>
-                  7 5 1 1 2.</_>
-                <_>
-                  8 6 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.0567409917712212e-003</threshold>
-            <left_val>-0.0526767596602440</left_val>
-            <right_val>0.2473292946815491</right_val></_></_>
-        <_>
-          <!-- tree 59 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 24 8 -1.</_>
-                <_>
-                  13 0 12 4 2.</_>
-                <_>
-                  1 4 12 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1842923015356064</threshold>
-            <left_val>0.0165581107139587</left_val>
-            <right_val>-0.5789644718170166</right_val></_></_>
-        <_>
-          <!-- tree 60 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 6 3 1 -1.</_>
-                <_>
-                  7 6 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.4177090488374233e-003</threshold>
-            <left_val>-0.0524071305990219</left_val>
-            <right_val>0.2524789869785309</right_val></_></_>
-        <_>
-          <!-- tree 61 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 12 4 3 -1.</_>
-                <_>
-                  21 13 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.0882350876927376e-003</threshold>
-            <left_val>-0.3066633939743042</left_val>
-            <right_val>0.0269502196460962</right_val></_></_>
-        <_>
-          <!-- tree 62 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 4 4 -1.</_>
-                <_>
-                  0 3 2 2 2.</_>
-                <_>
-                  2 5 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.5421912372112274e-003</threshold>
-            <left_val>-0.0481166206300259</left_val>
-            <right_val>0.2716326117515564</right_val></_></_>
-        <_>
-          <!-- tree 63 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 2 3 -1.</_>
-                <_>
-                  19 0 1 3 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0195690393447876</threshold>
-            <left_val>0.0251199807971716</left_val>
-            <right_val>-0.3371602892875671</right_val></_></_>
-        <_>
-          <!-- tree 64 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 2 15 6 -1.</_>
-                <_>
-                  2 5 15 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2677350938320160</threshold>
-            <left_val>0.0231193397194147</left_val>
-            <right_val>-0.5075724124908447</right_val></_></_>
-        <_>
-          <!-- tree 65 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 15 2 -1.</_>
-                <_>
-                  5 1 15 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0326806083321571</threshold>
-            <left_val>0.2773688137531281</left_val>
-            <right_val>-0.0481392890214920</right_val></_></_>
-        <_>
-          <!-- tree 66 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 2 4 -1.</_>
-                <_>
-                  0 1 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.0574508495628834e-003</threshold>
-            <left_val>-0.3639586865901947</left_val>
-            <right_val>0.0363070890307426</right_val></_></_>
-        <_>
-          <!-- tree 67 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 1 2 12 -1.</_>
-                <_>
-                  20 4 2 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0791702270507813</threshold>
-            <left_val>-0.0295530706644058</left_val>
-            <right_val>0.1632819026708603</right_val></_></_>
-        <_>
-          <!-- tree 68 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 2 2 3 -1.</_>
-                <_>
-                  4 3 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.2955629974603653e-003</threshold>
-            <left_val>-0.0644191280007362</left_val>
-            <right_val>0.1921634972095490</right_val></_></_>
-        <_>
-          <!-- tree 69 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 0 2 2 -1.</_>
-                <_>
-                  20 0 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>2.1744619880337268e-004</threshold>
-            <left_val>-0.1248127967119217</left_val>
-            <right_val>0.0513428300619125</right_val></_></_>
-        <_>
-          <!-- tree 70 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 12 4 3 -1.</_>
-                <_>
-                  0 13 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.9793200343847275e-003</threshold>
-            <left_val>-0.5400406122207642</left_val>
-            <right_val>0.0236572697758675</right_val></_></_>
-        <_>
-          <!-- tree 71 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 1 12 8 -1.</_>
-                <_>
-                  13 3 12 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.2183004021644592</threshold>
-            <left_val>-0.3002713024616242</left_val>
-            <right_val>0.0188296400010586</right_val></_></_>
-        <_>
-          <!-- tree 72 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 2 2 -1.</_>
-                <_>
-                  5 0 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-2.5782659649848938e-003</threshold>
-            <left_val>-0.2936800122261047</left_val>
-            <right_val>0.0437353104352951</right_val></_></_>
-        <_>
-          <!-- tree 73 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 2 14 12 -1.</_>
-                <_>
-                  11 8 14 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1344317942857742</threshold>
-            <left_val>-0.2982031106948853</left_val>
-            <right_val>0.0219516493380070</right_val></_></_>
-        <_>
-          <!-- tree 74 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 2 14 12 -1.</_>
-                <_>
-                  0 8 14 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.3329834043979645</threshold>
-            <left_val>0.0417996607720852</left_val>
-            <right_val>-0.3464672863483429</right_val></_></_>
-        <_>
-          <!-- tree 75 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 7 6 8 -1.</_>
-                <_>
-                  18 7 2 8 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0276046600192785</threshold>
-            <left_val>-0.3169625997543335</left_val>
-            <right_val>0.0150398099794984</right_val></_></_>
-        <_>
-          <!-- tree 76 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 13 2 -1.</_>
-                <_>
-                  7 0 13 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0284599401056767</threshold>
-            <left_val>0.0311327595263720</left_val>
-            <right_val>-0.4115855097770691</right_val></_></_>
-        <_>
-          <!-- tree 77 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 7 6 8 -1.</_>
-                <_>
-                  18 7 2 8 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0568751804530621</threshold>
-            <left_val>3.1998890917748213e-003</left_val>
-            <right_val>-0.8496329784393311</right_val></_></_>
-        <_>
-          <!-- tree 78 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 7 6 8 -1.</_>
-                <_>
-                  5 7 2 8 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0264140591025352</threshold>
-            <left_val>-0.4030340015888214</left_val>
-            <right_val>0.0285327993333340</right_val></_></_>
-        <_>
-          <!-- tree 79 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 7 2 2 -1.</_>
-                <_>
-                  18 7 1 1 2.</_>
-                <_>
-                  17 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.2670920528471470e-004</threshold>
-            <left_val>-0.0478886701166630</left_val>
-            <right_val>0.2083473950624466</right_val></_></_>
-        <_>
-          <!-- tree 80 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 5 3 6 -1.</_>
-                <_>
-                  13 6 1 6 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0174812003970146</threshold>
-            <left_val>-0.4784274101257324</left_val>
-            <right_val>0.0261973403394222</right_val></_></_>
-        <_>
-          <!-- tree 81 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 2 1 6 -1.</_>
-                <_>
-                  20 4 1 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0102093704044819</threshold>
-            <left_val>-0.0323491990566254</left_val>
-            <right_val>0.3333239853382111</right_val></_></_>
-        <_>
-          <!-- tree 82 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 2 2 2 -1.</_>
-                <_>
-                  7 2 1 1 2.</_>
-                <_>
-                  8 3 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.0442842338234186e-004</threshold>
-            <left_val>0.2252988964319229</left_val>
-            <right_val>-0.0502184815704823</right_val></_></_>
-        <_>
-          <!-- tree 83 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 10 2 1 -1.</_>
-                <_>
-                  19 10 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.5155509471660480e-005</threshold>
-            <left_val>0.0854163095355034</left_val>
-            <right_val>-0.0922556668519974</right_val></_></_>
-        <_>
-          <!-- tree 84 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 4 8 2 -1.</_>
-                <_>
-                  8 4 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.5864349491894245e-003</threshold>
-            <left_val>-0.2745333909988403</left_val>
-            <right_val>0.0428331792354584</right_val></_></_>
-        <_>
-          <!-- tree 85 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 5 16 7 -1.</_>
-                <_>
-                  13 5 8 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0689363330602646</threshold>
-            <left_val>-0.0362212397158146</left_val>
-            <right_val>0.2202139943838120</right_val></_></_>
-        <_>
-          <!-- tree 86 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 2 2 -1.</_>
-                <_>
-                  6 7 1 1 2.</_>
-                <_>
-                  7 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.0017789900302887e-003</threshold>
-            <left_val>-0.0464680194854736</left_val>
-            <right_val>0.2603206038475037</right_val></_></_>
-        <_>
-          <!-- tree 87 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 7 2 2 -1.</_>
-                <_>
-                  18 7 1 1 2.</_>
-                <_>
-                  17 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.5333900228142738e-003</threshold>
-            <left_val>0.2831267118453980</left_val>
-            <right_val>-0.0321949794888496</right_val></_></_>
-        <_>
-          <!-- tree 88 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 13 2 2 -1.</_>
-                <_>
-                  11 13 1 1 2.</_>
-                <_>
-                  12 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.0275481771677732e-004</threshold>
-            <left_val>0.0547226108610630</left_val>
-            <right_val>-0.2383649945259094</right_val></_></_>
-        <_>
-          <!-- tree 89 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 7 2 2 -1.</_>
-                <_>
-                  18 7 1 1 2.</_>
-                <_>
-                  17 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.7827408201992512e-005</threshold>
-            <left_val>-0.0391390211880207</left_val>
-            <right_val>0.0501381084322929</right_val></_></_>
-        <_>
-          <!-- tree 90 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 2 2 -1.</_>
-                <_>
-                  6 7 1 1 2.</_>
-                <_>
-                  7 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.6863682847470045e-004</threshold>
-            <left_val>0.2108709067106247</left_val>
-            <right_val>-0.0608406700193882</right_val></_></_>
-        <_>
-          <!-- tree 91 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 8 5 3 -1.</_>
-                <_>
-                  20 9 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0157267302274704</threshold>
-            <left_val>0.0115508204326034</left_val>
-            <right_val>-0.8977199196815491</right_val></_></_>
-        <_>
-          <!-- tree 92 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 13 2 2 -1.</_>
-                <_>
-                  11 13 1 1 2.</_>
-                <_>
-                  12 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.1983527848497033e-004</threshold>
-            <left_val>-0.2865422964096069</left_val>
-            <right_val>0.0380632318556309</right_val></_></_>
-        <_>
-          <!-- tree 93 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 11 15 4 -1.</_>
-                <_>
-                  5 12 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0148898903280497</threshold>
-            <left_val>0.2188885957002640</left_val>
-            <right_val>-0.0534253492951393</right_val></_></_>
-        <_>
-          <!-- tree 94 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 6 3 -1.</_>
-                <_>
-                  0 9 6 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.1423774138092995e-003</threshold>
-            <left_val>0.0289719104766846</left_val>
-            <right_val>-0.4331383109092712</right_val></_></_>
-        <_>
-          <!-- tree 95 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 10 2 1 -1.</_>
-                <_>
-                  19 10 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.4567110307980329e-005</threshold>
-            <left_val>-0.0493506006896496</left_val>
-            <right_val>0.0829902365803719</right_val></_></_>
-        <_>
-          <!-- tree 96 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 10 2 1 -1.</_>
-                <_>
-                  5 10 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.6295441279653460e-005</threshold>
-            <left_val>0.1145173981785774</left_val>
-            <right_val>-0.1154157966375351</right_val></_></_>
-        <_>
-          <!-- tree 97 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 24 6 -1.</_>
-                <_>
-                  13 0 12 3 2.</_>
-                <_>
-                  1 3 12 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0951543077826500</threshold>
-            <left_val>-0.3621807992458344</left_val>
-            <right_val>0.0389639586210251</right_val></_></_>
-        <_>
-          <!-- tree 98 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 1 2 5 -1.</_>
-                <_>
-                  5 1 1 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0114479204639792</threshold>
-            <left_val>-0.0633771494030952</left_val>
-            <right_val>0.1799890995025635</right_val></_></_>
-        <_>
-          <!-- tree 99 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 3 4 12 -1.</_>
-                <_>
-                  23 3 2 6 2.</_>
-                <_>
-                  21 9 2 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0168469492346048</threshold>
-            <left_val>-0.0795559063553810</left_val>
-            <right_val>0.2080432027578354</right_val></_></_>
-        <_>
-          <!-- tree 100 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 4 12 -1.</_>
-                <_>
-                  0 3 2 6 2.</_>
-                <_>
-                  2 9 2 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0195328295230865</threshold>
-            <left_val>0.3306660056114197</left_val>
-            <right_val>-0.0368879809975624</right_val></_></_>
-        <_>
-          <!-- tree 101 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 2 1 6 -1.</_>
-                <_>
-                  24 5 1 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.9951513111591339e-003</threshold>
-            <left_val>-0.2601873874664307</left_val>
-            <right_val>0.0200320500880480</right_val></_></_>
-        <_>
-          <!-- tree 102 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 9 8 -1.</_>
-                <_>
-                  8 2 3 8 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0559661500155926</threshold>
-            <left_val>0.0298731103539467</left_val>
-            <right_val>-0.3797968029975891</right_val></_></_>
-        <_>
-          <!-- tree 103 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 2 1 6 -1.</_>
-                <_>
-                  24 5 1 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0223989300429821</threshold>
-            <left_val>9.4442693516612053e-003</left_val>
-            <right_val>-0.3070712089538574</right_val></_></_>
-        <_>
-          <!-- tree 104 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 2 1 6 -1.</_>
-                <_>
-                  0 5 1 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0111306598410010</threshold>
-            <left_val>-0.4547461867332459</left_val>
-            <right_val>0.0237820893526077</right_val></_></_>
-        <_>
-          <!-- tree 105 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 6 9 4 -1.</_>
-                <_>
-                  9 7 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0103914495557547</threshold>
-            <left_val>-0.0801509991288185</left_val>
-            <right_val>0.1017400026321411</right_val></_></_>
-        <_>
-          <!-- tree 106 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 6 3 4 -1.</_>
-                <_>
-                  11 7 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.7076389938592911e-003</threshold>
-            <left_val>0.3220044970512390</left_val>
-            <right_val>-0.0475250408053398</right_val></_></_>
-        <_>
-          <!-- tree 107 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 14 2 1 -1.</_>
-                <_>
-                  20 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.9170529412804171e-005</threshold>
-            <left_val>-0.0619046017527580</left_val>
-            <right_val>0.0758714973926544</right_val></_></_>
-        <_>
-          <!-- tree 108 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 6 4 -1.</_>
-                <_>
-                  0 9 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.7660471647977829e-003</threshold>
-            <left_val>-0.2893261909484863</left_val>
-            <right_val>0.0357113592326641</right_val></_></_>
-        <_>
-          <!-- tree 109 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 0 2 2 -1.</_>
-                <_>
-                  17 0 1 1 2.</_>
-                <_>
-                  16 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.0189562868326902e-004</threshold>
-            <left_val>0.1487676948308945</left_val>
-            <right_val>-0.0337995104491711</right_val></_></_>
-        <_>
-          <!-- tree 110 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 0 9 15 -1.</_>
-                <_>
-                  11 5 3 5 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.4516898989677429</threshold>
-            <left_val>-0.5800644755363464</left_val>
-            <right_val>0.0182942803949118</right_val></_></_>
-        <_>
-          <!-- tree 111 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 9 4 6 -1.</_>
-                <_>
-                  14 9 2 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.1167000569403172e-003</threshold>
-            <left_val>0.0221952199935913</left_val>
-            <right_val>-0.4342006146907806</right_val></_></_>
-        <_>
-          <!-- tree 112 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 2 9 3 -1.</_>
-                <_>
-                  8 3 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0214324798434973</threshold>
-            <left_val>-0.0425198413431644</left_val>
-            <right_val>0.2711758911609650</right_val></_></_></trees>
-      <stage_threshold>-1.3937480449676514</stage_threshold>
-      <parent>12</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 14 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 8 6 -1.</_>
-                <_>
-                  0 9 4 3 2.</_>
-                <_>
-                  4 12 4 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.8465185835957527e-003</threshold>
-            <left_val>-0.2059727013111115</left_val>
-            <right_val>0.2158975005149841</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 1 5 4 -1.</_>
-                <_>
-                  20 3 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0114869000390172</threshold>
-            <left_val>0.1450283974409103</left_val>
-            <right_val>-0.2512278854846954</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 3 16 7 -1.</_>
-                <_>
-                  8 3 8 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0613779015839100</threshold>
-            <left_val>-0.1210888996720314</left_val>
-            <right_val>0.2893109023571014</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 0 10 8 -1.</_>
-                <_>
-                  15 2 10 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0514667406678200</threshold>
-            <left_val>0.0770430117845535</left_val>
-            <right_val>-0.1447598934173584</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 2 24 10 -1.</_>
-                <_>
-                  0 2 12 5 2.</_>
-                <_>
-                  12 7 12 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0990432873368263</threshold>
-            <left_val>0.0879464074969292</left_val>
-            <right_val>-0.3668490052223206</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 9 5 4 -1.</_>
-                <_>
-                  20 10 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.0240789316594601e-003</threshold>
-            <left_val>0.0559716187417507</left_val>
-            <right_val>-0.4230535030364990</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 14 22 1 -1.</_>
-                <_>
-                  11 14 11 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.3228947371244431e-003</threshold>
-            <left_val>-0.1488721966743469</left_val>
-            <right_val>0.1423504054546356</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 0 3 12 -1.</_>
-                <_>
-                  22 0 3 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0837828367948532</threshold>
-            <left_val>-0.0506230294704437</left_val>
-            <right_val>0.0671857669949532</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 2 2 -1.</_>
-                <_>
-                  1 4 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.4369570417329669e-003</threshold>
-            <left_val>0.1669974029064179</left_val>
-            <right_val>-0.1184794977307320</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 9 5 4 -1.</_>
-                <_>
-                  20 10 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.4923747926950455e-003</threshold>
-            <left_val>-0.5746508240699768</left_val>
-            <right_val>0.0469529181718826</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 5 4 -1.</_>
-                <_>
-                  0 10 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.1581619083881378e-003</threshold>
-            <left_val>0.0387838594615459</left_val>
-            <right_val>-0.4179377853870392</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 18 6 -1.</_>
-                <_>
-                  13 5 6 2 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.3882668018341065</threshold>
-            <left_val>-0.0341588892042637</left_val>
-            <right_val>0.3883490860462189</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 10 10 1 -1.</_>
-                <_>
-                  9 10 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.2880381010472775e-003</threshold>
-            <left_val>0.1877942979335785</left_val>
-            <right_val>-0.1096756979823113</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 1 4 10 -1.</_>
-                <_>
-                  21 1 2 10 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0886473506689072</threshold>
-            <left_val>0.2961074113845825</left_val>
-            <right_val>-0.0496502704918385</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 1 10 4 -1.</_>
-                <_>
-                  4 1 10 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0573849491775036</threshold>
-            <left_val>-0.0621429793536663</left_val>
-            <right_val>0.4039953947067261</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 8 4 7 -1.</_>
-                <_>
-                  17 8 2 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.3049891032278538e-003</threshold>
-            <left_val>0.0302408598363400</left_val>
-            <right_val>-0.2553277909755707</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 8 4 7 -1.</_>
-                <_>
-                  6 8 2 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0128176100552082</threshold>
-            <left_val>-0.7491502761840820</left_val>
-            <right_val>0.0188356805592775</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 13 2 -1.</_>
-                <_>
-                  6 1 13 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.5159690566360950e-003</threshold>
-            <left_val>-0.0749715119600296</left_val>
-            <right_val>0.1975888013839722</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 12 8 3 -1.</_>
-                <_>
-                  0 13 8 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.2992920652031898e-003</threshold>
-            <left_val>0.0329895503818989</left_val>
-            <right_val>-0.4346657097339630</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 0 2 1 -1.</_>
-                <_>
-                  22 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>6.3911718316376209e-003</threshold>
-            <left_val>0.0297571904957294</left_val>
-            <right_val>-0.3072845935821533</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 1 2 -1.</_>
-                <_>
-                  3 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>6.8949637352488935e-005</threshold>
-            <left_val>-0.1729405969381332</left_val>
-            <right_val>0.0927027910947800</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 3 8 8 -1.</_>
-                <_>
-                  21 3 4 4 2.</_>
-                <_>
-                  17 7 4 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0413548089563847</threshold>
-            <left_val>-0.0279047600924969</left_val>
-            <right_val>0.1629645973443985</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 2 13 6 -1.</_>
-                <_>
-                  6 4 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1899937987327576</threshold>
-            <left_val>-0.0312954708933830</left_val>
-            <right_val>0.4835174977779388</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 0 15 14 -1.</_>
-                <_>
-                  10 7 15 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1273290067911148</threshold>
-            <left_val>-0.4309565126895905</left_val>
-            <right_val>0.0414485186338425</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 1 12 1 -1.</_>
-                <_>
-                  1 1 6 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0356059707701206</threshold>
-            <left_val>-0.2009662985801697</left_val>
-            <right_val>0.0775555819272995</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 3 4 2 -1.</_>
-                <_>
-                  18 4 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.2760661132633686e-003</threshold>
-            <left_val>0.1169442981481552</left_val>
-            <right_val>-0.0564889013767242</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 11 6 4 -1.</_>
-                <_>
-                  9 11 2 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0167282801121473</threshold>
-            <left_val>-0.5582438707351685</left_val>
-            <right_val>0.0246787108480930</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 4 5 6 -1.</_>
-                <_>
-                  20 6 5 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.5163350403308868e-003</threshold>
-            <left_val>-0.1312393993139267</left_val>
-            <right_val>0.0638676136732101</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 12 5 3 -1.</_>
-                <_>
-                  1 13 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.7709469906985760e-003</threshold>
-            <left_val>-0.3320902884006500</left_val>
-            <right_val>0.0413776598870754</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 24 2 -1.</_>
-                <_>
-                  13 0 12 1 2.</_>
-                <_>
-                  1 1 12 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0138869602233171</threshold>
-            <left_val>-0.3127424120903015</left_val>
-            <right_val>0.0425702482461929</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 3 5 3 -1.</_>
-                <_>
-                  2 4 5 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>9.3537326902151108e-003</threshold>
-            <left_val>-0.0667856708168983</left_val>
-            <right_val>0.1907455027103424</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 6 8 4 -1.</_>
-                <_>
-                  19 6 4 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0194346699863672</threshold>
-            <left_val>0.3152694106101990</left_val>
-            <right_val>-0.0473581515252590</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 1 3 -1.</_>
-                <_>
-                  4 1 1 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>6.2511018477380276e-003</threshold>
-            <left_val>0.0309588797390461</left_val>
-            <right_val>-0.3830946981906891</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 0 2 4 -1.</_>
-                <_>
-                  23 2 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0252969004213810</threshold>
-            <left_val>-0.2962245941162109</left_val>
-            <right_val>0.0151915997266769</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 3 6 -1.</_>
-                <_>
-                  0 3 3 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.0754129402339458e-003</threshold>
-            <left_val>0.0729133188724518</left_val>
-            <right_val>-0.1764045059680939</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 1 14 2 -1.</_>
-                <_>
-                  18 1 7 1 2.</_>
-                <_>
-                  11 2 7 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.8001008369028568e-003</threshold>
-            <left_val>-0.0501575507223606</left_val>
-            <right_val>0.1162889003753662</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 14 2 -1.</_>
-                <_>
-                  0 1 7 1 2.</_>
-                <_>
-                  7 2 7 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.7680540271103382e-003</threshold>
-            <left_val>0.2415755987167358</left_val>
-            <right_val>-0.0778944417834282</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 4 15 6 -1.</_>
-                <_>
-                  5 6 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0880923122167587</threshold>
-            <left_val>0.2515082955360413</left_val>
-            <right_val>-0.0482993088662624</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 7 2 2 -1.</_>
-                <_>
-                  10 8 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.7023129621520638e-003</threshold>
-            <left_val>0.1797576993703842</left_val>
-            <right_val>-0.0970716699957848</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 2 8 5 -1.</_>
-                <_>
-                  15 4 4 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0997034236788750</threshold>
-            <left_val>-0.4700092971324921</left_val>
-            <right_val>0.0155829498544335</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 9 2 2 -1.</_>
-                <_>
-                  2 9 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>4.6657170169055462e-003</threshold>
-            <left_val>0.0295135807245970</left_val>
-            <right_val>-0.4018146991729736</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 8 6 3 -1.</_>
-                <_>
-                  14 8 2 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0176613796502352</threshold>
-            <left_val>-0.5449513792991638</left_val>
-            <right_val>0.0168585199862719</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 24 6 -1.</_>
-                <_>
-                  8 11 8 2 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.2230933010578156</threshold>
-            <left_val>0.1843273043632507</left_val>
-            <right_val>-0.0632233396172524</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 12 24 3 -1.</_>
-                <_>
-                  9 13 8 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0528507791459560</threshold>
-            <left_val>-0.0734771713614464</left_val>
-            <right_val>0.1994421929121018</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 11 15 4 -1.</_>
-                <_>
-                  5 13 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0246656592935324</threshold>
-            <left_val>0.2699545025825501</left_val>
-            <right_val>-0.0523515492677689</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 10 1 4 -1.</_>
-                <_>
-                  23 11 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-4.9799769185483456e-003</threshold>
-            <left_val>-0.4495851993560791</left_val>
-            <right_val>0.0269833803176880</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 10 4 1 -1.</_>
-                <_>
-                  2 11 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>3.0535869300365448e-003</threshold>
-            <left_val>0.0375075116753578</left_val>
-            <right_val>-0.3464896082878113</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 1 10 14 -1.</_>
-                <_>
-                  15 8 10 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0263100396841764</threshold>
-            <left_val>-0.1766241043806076</left_val>
-            <right_val>0.0256136003881693</right_val></_></_>
-        <_>
-          <!-- tree 48 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 4 2 -1.</_>
-                <_>
-                  2 7 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.8684021458029747e-003</threshold>
-            <left_val>0.1877097040414810</left_val>
-            <right_val>-0.0605575516819954</right_val></_></_>
-        <_>
-          <!-- tree 49 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 4 5 6 -1.</_>
-                <_>
-                  20 6 5 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0458405800163746</threshold>
-            <left_val>0.0330421291291714</left_val>
-            <right_val>-0.2026686072349548</right_val></_></_>
-        <_>
-          <!-- tree 50 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 7 6 -1.</_>
-                <_>
-                  0 6 7 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.7487969063222408e-003</threshold>
-            <left_val>-0.1384654939174652</left_val>
-            <right_val>0.1144922971725464</right_val></_></_>
-        <_>
-          <!-- tree 51 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 7 6 3 -1.</_>
-                <_>
-                  11 8 6 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0107938302680850</threshold>
-            <left_val>-0.0550474487245083</left_val>
-            <right_val>0.1810662001371384</right_val></_></_>
-        <_>
-          <!-- tree 52 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 10 9 1 -1.</_>
-                <_>
-                  11 10 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0132016502320766</threshold>
-            <left_val>-0.4654887914657593</left_val>
-            <right_val>0.0258085392415524</right_val></_></_>
-        <_>
-          <!-- tree 53 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 10 15 1 -1.</_>
-                <_>
-                  10 10 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.9963342025876045e-003</threshold>
-            <left_val>0.1138966009020805</left_val>
-            <right_val>-0.1140139997005463</right_val></_></_>
-        <_>
-          <!-- tree 54 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 8 6 3 -1.</_>
-                <_>
-                  9 8 2 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0158193595707417</threshold>
-            <left_val>-0.4853562116622925</left_val>
-            <right_val>0.0220876205712557</right_val></_></_>
-        <_>
-          <!-- tree 55 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 12 2 1 -1.</_>
-                <_>
-                  23 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.8264620495028794e-005</threshold>
-            <left_val>-0.0819193720817566</left_val>
-            <right_val>0.0840993970632553</right_val></_></_>
-        <_>
-          <!-- tree 56 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 13 24 2 -1.</_>
-                <_>
-                  0 13 12 1 2.</_>
-                <_>
-                  12 14 12 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0156373791396618</threshold>
-            <left_val>-0.4515635073184967</left_val>
-            <right_val>0.0227358005940914</right_val></_></_>
-        <_>
-          <!-- tree 57 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 9 7 3 -1.</_>
-                <_>
-                  9 10 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.3005577325820923e-003</threshold>
-            <left_val>-0.0514142103493214</left_val>
-            <right_val>0.2212347984313965</right_val></_></_>
-        <_>
-          <!-- tree 58 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 6 2 4 -1.</_>
-                <_>
-                  0 7 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.6999751143157482e-003</threshold>
-            <left_val>0.0297896005213261</left_val>
-            <right_val>-0.3543488979339600</right_val></_></_>
-        <_>
-          <!-- tree 59 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 2 5 4 -1.</_>
-                <_>
-                  18 3 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.1744161173701286e-003</threshold>
-            <left_val>-0.0496886894106865</left_val>
-            <right_val>0.2202914059162140</right_val></_></_>
-        <_>
-          <!-- tree 60 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 4 8 2 -1.</_>
-                <_>
-                  1 4 4 1 2.</_>
-                <_>
-                  5 5 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.1278040520846844e-003</threshold>
-            <left_val>-0.0630758926272392</left_val>
-            <right_val>0.1783366054296494</right_val></_></_>
-        <_>
-          <!-- tree 61 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 8 4 4 -1.</_>
-                <_>
-                  21 9 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.8791587837040424e-003</threshold>
-            <left_val>0.0284415297210217</left_val>
-            <right_val>-0.2993854880332947</right_val></_></_>
-        <_>
-          <!-- tree 62 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 4 8 4 -1.</_>
-                <_>
-                  4 5 8 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0217361003160477</threshold>
-            <left_val>0.1791318953037262</left_val>
-            <right_val>-0.0602877512574196</right_val></_></_>
-        <_>
-          <!-- tree 63 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 4 14 4 -1.</_>
-                <_>
-                  11 5 14 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0140090202912688</threshold>
-            <left_val>-0.1060196980834007</left_val>
-            <right_val>0.1548174023628235</right_val></_></_>
-        <_>
-          <!-- tree 64 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 18 9 -1.</_>
-                <_>
-                  12 0 9 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2186813950538635</threshold>
-            <left_val>-0.0483517609536648</left_val>
-            <right_val>0.2573468983173370</right_val></_></_>
-        <_>
-          <!-- tree 65 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 20 15 -1.</_>
-                <_>
-                  3 0 10 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2838009893894196</threshold>
-            <left_val>-0.0509055890142918</left_val>
-            <right_val>0.2936053872108460</right_val></_></_>
-        <_>
-          <!-- tree 66 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 1 6 8 -1.</_>
-                <_>
-                  14 3 2 8 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.1209316030144692</threshold>
-            <left_val>0.0173095706850290</left_val>
-            <right_val>-0.6926872134208679</right_val></_></_>
-        <_>
-          <!-- tree 67 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 4 1 9 -1.</_>
-                <_>
-                  14 7 1 3 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0569618307054043</threshold>
-            <left_val>-0.0186788197606802</left_val>
-            <right_val>0.3227567970752716</right_val></_></_>
-        <_>
-          <!-- tree 68 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 4 8 -1.</_>
-                <_>
-                  7 7 2 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.0500963851809502e-003</threshold>
-            <left_val>-0.4240661859512329</left_val>
-            <right_val>0.0268415194004774</right_val></_></_>
-        <_>
-          <!-- tree 69 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 5 4 3 -1.</_>
-                <_>
-                  21 6 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0231182798743248</threshold>
-            <left_val>0.0105462800711393</left_val>
-            <right_val>-0.5228689908981323</right_val></_></_>
-        <_>
-          <!-- tree 70 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 2 2 -1.</_>
-                <_>
-                  7 0 1 1 2.</_>
-                <_>
-                  8 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.1480690445750952e-003</threshold>
-            <left_val>-0.0459857396781445</left_val>
-            <right_val>0.2319914996623993</right_val></_></_>
-        <_>
-          <!-- tree 71 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 8 4 3 -1.</_>
-                <_>
-                  21 9 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.8909307271242142e-003</threshold>
-            <left_val>-0.5407552123069763</left_val>
-            <right_val>0.0142617002129555</right_val></_></_>
-        <_>
-          <!-- tree 72 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 1 2 2 -1.</_>
-                <_>
-                  7 1 1 1 2.</_>
-                <_>
-                  8 2 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.0599978789687157e-004</threshold>
-            <left_val>-0.0649549588561058</left_val>
-            <right_val>0.1677557975053787</right_val></_></_>
-        <_>
-          <!-- tree 73 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 1 2 2 -1.</_>
-                <_>
-                  17 1 1 1 2.</_>
-                <_>
-                  16 2 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.2311293226666749e-005</threshold>
-            <left_val>0.0727679133415222</left_val>
-            <right_val>-0.0542482398450375</right_val></_></_>
-        <_>
-          <!-- tree 74 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 4 3 -1.</_>
-                <_>
-                  0 9 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.3380471654236317e-003</threshold>
-            <left_val>0.0320924408733845</left_val>
-            <right_val>-0.3186857998371124</right_val></_></_>
-        <_>
-          <!-- tree 75 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 9 2 2 -1.</_>
-                <_>
-                  21 9 1 1 2.</_>
-                <_>
-                  20 10 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.9835889260284603e-005</threshold>
-            <left_val>-0.0492977797985077</left_val>
-            <right_val>0.0571143105626106</right_val></_></_>
-        <_>
-          <!-- tree 76 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 9 2 2 -1.</_>
-                <_>
-                  3 9 1 1 2.</_>
-                <_>
-                  4 10 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.0741640987107530e-005</threshold>
-            <left_val>-0.0992263928055763</left_val>
-            <right_val>0.1105673015117645</right_val></_></_>
-        <_>
-          <!-- tree 77 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 3 6 12 -1.</_>
-                <_>
-                  22 3 3 6 2.</_>
-                <_>
-                  19 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0271146595478058</threshold>
-            <left_val>0.2459900975227356</left_val>
-            <right_val>-0.0621489509940147</right_val></_></_>
-        <_>
-          <!-- tree 78 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 1 2 2 -1.</_>
-                <_>
-                  7 1 1 1 2.</_>
-                <_>
-                  8 2 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.8477227836847305e-004</threshold>
-            <left_val>0.2023449987173080</left_val>
-            <right_val>-0.0529261194169521</right_val></_></_>
-        <_>
-          <!-- tree 79 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 4 12 3 -1.</_>
-                <_>
-                  7 5 12 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0192636791616678</threshold>
-            <left_val>0.1516259014606476</left_val>
-            <right_val>-0.0715369805693626</right_val></_></_>
-        <_>
-          <!-- tree 80 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 11 2 -1.</_>
-                <_>
-                  0 1 11 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.6891522407531738e-003</threshold>
-            <left_val>0.0357108712196350</left_val>
-            <right_val>-0.3255082964897156</right_val></_></_>
-        <_>
-          <!-- tree 81 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 2 6 5 -1.</_>
-                <_>
-                  15 2 2 5 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0228419005870819</threshold>
-            <left_val>-0.3499914109706879</left_val>
-            <right_val>0.0171892996877432</right_val></_></_>
-        <_>
-          <!-- tree 82 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 24 10 -1.</_>
-                <_>
-                  0 0 12 5 2.</_>
-                <_>
-                  12 5 12 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1477797031402588</threshold>
-            <left_val>-0.4319078028202057</left_val>
-            <right_val>0.0216299500316381</right_val></_></_>
-        <_>
-          <!-- tree 83 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 4 2 3 -1.</_>
-                <_>
-                  20 5 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.3399880155920982e-003</threshold>
-            <left_val>-0.0442668199539185</left_val>
-            <right_val>0.0963377729058266</right_val></_></_>
-        <_>
-          <!-- tree 84 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 7 4 -1.</_>
-                <_>
-                  0 4 7 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0728321895003319</threshold>
-            <left_val>-0.8186188936233521</left_val>
-            <right_val>0.0117990002036095</right_val></_></_>
-        <_>
-          <!-- tree 85 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 1 14 14 -1.</_>
-                <_>
-                  11 8 14 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.3072721064090729</threshold>
-            <left_val>-0.7007309198379517</left_val>
-            <right_val>3.5564110148698092e-003</right_val></_></_>
-        <_>
-          <!-- tree 86 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 2 6 5 -1.</_>
-                <_>
-                  8 2 2 5 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0207666493952274</threshold>
-            <left_val>-0.3913905024528503</left_val>
-            <right_val>0.0246222894638777</right_val></_></_>
-        <_>
-          <!-- tree 87 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 0 2 2 -1.</_>
-                <_>
-                  17 0 1 1 2.</_>
-                <_>
-                  16 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.6341920495033264e-003</threshold>
-            <left_val>-0.4501088857650757</left_val>
-            <right_val>5.5562350898981094e-003</right_val></_></_>
-        <_>
-          <!-- tree 88 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 2 2 -1.</_>
-                <_>
-                  7 0 1 1 2.</_>
-                <_>
-                  8 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.0794070779811591e-005</threshold>
-            <left_val>0.1087834984064102</left_val>
-            <right_val>-0.0905004590749741</right_val></_></_>
-        <_>
-          <!-- tree 89 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 0 2 2 -1.</_>
-                <_>
-                  17 0 1 1 2.</_>
-                <_>
-                  16 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.8314860477112234e-005</threshold>
-            <left_val>0.0641764104366302</left_val>
-            <right_val>-0.0494646318256855</right_val></_></_>
-        <_>
-          <!-- tree 90 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 20 1 -1.</_>
-                <_>
-                  7 0 10 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0110706500709057</threshold>
-            <left_val>0.1473083049058914</left_val>
-            <right_val>-0.0670493170619011</right_val></_></_>
-        <_>
-          <!-- tree 91 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 14 1 -1.</_>
-                <_>
-                  11 0 7 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.3626351766288280e-003</threshold>
-            <left_val>-0.0400333292782307</left_val>
-            <right_val>0.0926633775234222</right_val></_></_>
-        <_>
-          <!-- tree 92 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 3 6 2 -1.</_>
-                <_>
-                  9 4 6 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.7499519102275372e-003</threshold>
-            <left_val>0.1392461061477661</left_val>
-            <right_val>-0.0774780735373497</right_val></_></_>
-        <_>
-          <!-- tree 93 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 3 3 4 -1.</_>
-                <_>
-                  11 4 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.7532729804515839e-003</threshold>
-            <left_val>-0.0729171708226204</left_val>
-            <right_val>0.1706562042236328</right_val></_></_>
-        <_>
-          <!-- tree 94 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 18 3 -1.</_>
-                <_>
-                  6 12 6 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0168079808354378</threshold>
-            <left_val>0.1308007985353470</left_val>
-            <right_val>-0.0801806673407555</right_val></_></_>
-        <_>
-          <!-- tree 95 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 3 10 12 -1.</_>
-                <_>
-                  20 3 5 6 2.</_>
-                <_>
-                  15 9 5 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1279494017362595</threshold>
-            <left_val>-0.0199226494878531</left_val>
-            <right_val>0.3711799085140228</right_val></_></_>
-        <_>
-          <!-- tree 96 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 14 3 -1.</_>
-                <_>
-                  0 4 14 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0181895997375250</threshold>
-            <left_val>0.1235873028635979</left_val>
-            <right_val>-0.0830406174063683</right_val></_></_>
-        <_>
-          <!-- tree 97 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 4 8 3 -1.</_>
-                <_>
-                  11 4 4 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0161725897341967</threshold>
-            <left_val>-0.4490650892257690</left_val>
-            <right_val>0.0227566491812468</right_val></_></_>
-        <_>
-          <!-- tree 98 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 12 2 1 -1.</_>
-                <_>
-                  1 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.8046152591705322e-005</threshold>
-            <left_val>-0.1011824011802673</left_val>
-            <right_val>0.0935735777020454</right_val></_></_>
-        <_>
-          <!-- tree 99 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 13 2 2 -1.</_>
-                <_>
-                  24 13 1 1 2.</_>
-                <_>
-                  23 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.1714019638020545e-004</threshold>
-            <left_val>-0.0810816064476967</left_val>
-            <right_val>0.1062628999352455</right_val></_></_>
-        <_>
-          <!-- tree 100 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 13 2 2 -1.</_>
-                <_>
-                  0 13 1 1 2.</_>
-                <_>
-                  1 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.4521678976016119e-005</threshold>
-            <left_val>-0.0932891815900803</left_val>
-            <right_val>0.1159989982843399</right_val></_></_>
-        <_>
-          <!-- tree 101 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 12 8 1 -1.</_>
-                <_>
-                  11 12 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.5095802098512650e-003</threshold>
-            <left_val>-0.5051903724670410</left_val>
-            <right_val>0.0141592798754573</right_val></_></_>
-        <_>
-          <!-- tree 102 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 6 4 -1.</_>
-                <_>
-                  0 8 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.8461390174925327e-003</threshold>
-            <left_val>-0.1991575956344605</left_val>
-            <right_val>0.0473652109503746</right_val></_></_>
-        <_>
-          <!-- tree 103 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 3 6 12 -1.</_>
-                <_>
-                  22 3 3 6 2.</_>
-                <_>
-                  19 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0232862401753664</threshold>
-            <left_val>-0.0403292290866375</left_val>
-            <right_val>0.0805157274007797</right_val></_></_>
-        <_>
-          <!-- tree 104 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 6 12 -1.</_>
-                <_>
-                  0 3 3 6 2.</_>
-                <_>
-                  3 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0426056496798992</threshold>
-            <left_val>0.3344807922840118</left_val>
-            <right_val>-0.0383727103471756</right_val></_></_>
-        <_>
-          <!-- tree 105 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 7 2 4 -1.</_>
-                <_>
-                  23 8 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.5101181603968143e-003</threshold>
-            <left_val>0.0263549294322729</left_val>
-            <right_val>-0.2349215000867844</right_val></_></_>
-        <_>
-          <!-- tree 106 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 2 4 -1.</_>
-                <_>
-                  0 8 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.1817811802029610e-003</threshold>
-            <left_val>0.0211725104600191</left_val>
-            <right_val>-0.4420514106750488</right_val></_></_>
-        <_>
-          <!-- tree 107 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 7 8 4 -1.</_>
-                <_>
-                  17 7 4 2 2.</_>
-                <_>
-                  13 9 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0106069697067142</threshold>
-            <left_val>0.0654574930667877</left_val>
-            <right_val>-0.0324725992977619</right_val></_></_>
-        <_>
-          <!-- tree 108 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 10 14 -1.</_>
-                <_>
-                  0 8 10 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0858135819435120</threshold>
-            <left_val>-0.3406231105327606</left_val>
-            <right_val>0.0301514994353056</right_val></_></_>
-        <_>
-          <!-- tree 109 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 8 7 3 -1.</_>
-                <_>
-                  9 9 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.2758061103522778e-003</threshold>
-            <left_val>-0.0619911886751652</left_val>
-            <right_val>0.1503033936023712</right_val></_></_>
-        <_>
-          <!-- tree 110 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 8 3 4 -1.</_>
-                <_>
-                  9 9 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.0965260230004787e-003</threshold>
-            <left_val>0.1481299996376038</left_val>
-            <right_val>-0.0813362672924995</right_val></_></_>
-        <_>
-          <!-- tree 111 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 10 2 3 -1.</_>
-                <_>
-                  17 11 2 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0111239803954959</threshold>
-            <left_val>-0.4638158082962036</left_val>
-            <right_val>0.0152134699746966</right_val></_></_>
-        <_>
-          <!-- tree 112 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 10 3 2 -1.</_>
-                <_>
-                  8 11 1 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0111039802432060</threshold>
-            <left_val>-0.6005380153656006</left_val>
-            <right_val>0.0135854296386242</right_val></_></_>
-        <_>
-          <!-- tree 113 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 0 2 1 -1.</_>
-                <_>
-                  23 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-3.2944830600172281e-003</threshold>
-            <left_val>-0.4641366004943848</left_val>
-            <right_val>0.0262269694358110</right_val></_></_>
-        <_>
-          <!-- tree 114 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 8 4 3 -1.</_>
-                <_>
-                  12 8 2 3 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0113766100257635</threshold>
-            <left_val>-0.0565435998141766</left_val>
-            <right_val>0.1575082987546921</right_val></_></_>
-        <_>
-          <!-- tree 115 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 7 15 3 -1.</_>
-                <_>
-                  10 8 5 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0294652003794909</threshold>
-            <left_val>0.1486423015594482</left_val>
-            <right_val>-0.0651882514357567</right_val></_></_>
-        <_>
-          <!-- tree 116 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 20 8 -1.</_>
-                <_>
-                  10 0 10 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0491673015058041</threshold>
-            <left_val>-0.0922251716256142</left_val>
-            <right_val>0.1015425994992256</right_val></_></_>
-        <_>
-          <!-- tree 117 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 4 3 -1.</_>
-                <_>
-                  20 1 4 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0209590997546911</threshold>
-            <left_val>0.1749638020992279</left_val>
-            <right_val>-0.0255501996725798</right_val></_></_>
-        <_>
-          <!-- tree 118 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 3 4 -1.</_>
-                <_>
-                  5 1 1 4 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>5.4627470672130585e-003</threshold>
-            <left_val>-0.0626592189073563</left_val>
-            <right_val>0.1695216000080109</right_val></_></_>
-        <_>
-          <!-- tree 119 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 3 5 2 -1.</_>
-                <_>
-                  18 4 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.3515427969396114e-003</threshold>
-            <left_val>0.0822615697979927</left_val>
-            <right_val>-0.0598390214145184</right_val></_></_>
-        <_>
-          <!-- tree 120 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 3 5 2 -1.</_>
-                <_>
-                  2 4 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.4772499501705170e-003</threshold>
-            <left_val>-0.0495455190539360</left_val>
-            <right_val>0.2469687014818192</right_val></_></_>
-        <_>
-          <!-- tree 121 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 0 2 5 -1.</_>
-                <_>
-                  13 0 1 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0374278612434864</threshold>
-            <left_val>-0.9178332090377808</left_val>
-            <right_val>3.5620180424302816e-003</right_val></_></_>
-        <_>
-          <!-- tree 122 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 12 6 3 -1.</_>
-                <_>
-                  7 13 2 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0248439908027649</threshold>
-            <left_val>-0.4893918037414551</left_val>
-            <right_val>0.0171825792640448</right_val></_></_>
-        <_>
-          <!-- tree 123 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 0 2 5 -1.</_>
-                <_>
-                  13 0 1 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>8.0120442435145378e-003</threshold>
-            <left_val>0.0217423699796200</left_val>
-            <right_val>-0.0648176670074463</right_val></_></_>
-        <_>
-          <!-- tree 124 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 6 4 2 -1.</_>
-                <_>
-                  9 7 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.7306028902530670e-003</threshold>
-            <left_val>-0.0707883909344673</left_val>
-            <right_val>0.1390995979309082</right_val></_></_>
-        <_>
-          <!-- tree 125 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 9 4 3 -1.</_>
-                <_>
-                  18 10 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0109893204644322</threshold>
-            <left_val>7.0361187681555748e-003</left_val>
-            <right_val>-0.3556833863258362</right_val></_></_>
-        <_>
-          <!-- tree 126 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 9 4 3 -1.</_>
-                <_>
-                  3 10 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.5342550836503506e-003</threshold>
-            <left_val>-0.2303902953863144</left_val>
-            <right_val>0.0395394414663315</right_val></_></_>
-        <_>
-          <!-- tree 127 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 9 15 6 -1.</_>
-                <_>
-                  7 12 15 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0326121784746647</threshold>
-            <left_val>-0.0834509506821632</left_val>
-            <right_val>0.0961622893810272</right_val></_></_>
-        <_>
-          <!-- tree 128 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 1 12 6 -1.</_>
-                <_>
-                  4 1 6 3 2.</_>
-                <_>
-                  10 4 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0519190989434719</threshold>
-            <left_val>-0.3597438931465149</left_val>
-            <right_val>0.0235583093017340</right_val></_></_>
-        <_>
-          <!-- tree 129 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 5 14 10 -1.</_>
-                <_>
-                  10 10 14 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2802706062793732</threshold>
-            <left_val>0.0191025994718075</left_val>
-            <right_val>-0.2738722860813141</right_val></_></_>
-        <_>
-          <!-- tree 130 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 6 2 3 -1.</_>
-                <_>
-                  10 7 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.8680640496313572e-003</threshold>
-            <left_val>0.1557087004184723</left_val>
-            <right_val>-0.0592420399188995</right_val></_></_>
-        <_>
-          <!-- tree 131 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 4 4 6 -1.</_>
-                <_>
-                  14 5 2 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0412711799144745</threshold>
-            <left_val>9.2102894559502602e-003</left_val>
-            <right_val>-0.6225361824035645</right_val></_></_>
-        <_>
-          <!-- tree 132 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 4 6 4 -1.</_>
-                <_>
-                  11 5 6 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0341574586927891</threshold>
-            <left_val>-0.6910676956176758</left_val>
-            <right_val>0.0140588199719787</right_val></_></_>
-        <_>
-          <!-- tree 133 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 5 3 -1.</_>
-                <_>
-                  19 1 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0281112492084503</threshold>
-            <left_val>6.3892039470374584e-003</left_val>
-            <right_val>-0.6016489267349243</right_val></_></_>
-        <_>
-          <!-- tree 134 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 3 1 -1.</_>
-                <_>
-                  7 7 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.7675784491002560e-004</threshold>
-            <left_val>0.1663821935653687</left_val>
-            <right_val>-0.0533109381794930</right_val></_></_>
-        <_>
-          <!-- tree 135 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 5 3 -1.</_>
-                <_>
-                  19 1 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0284041091799736</threshold>
-            <left_val>-0.8431190848350525</left_val>
-            <right_val>4.9202498048543930e-003</right_val></_></_>
-        <_>
-          <!-- tree 136 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 3 1 -1.</_>
-                <_>
-                  7 7 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.7658135928213596e-004</threshold>
-            <left_val>-0.0524366609752178</left_val>
-            <right_val>0.1696853935718536</right_val></_></_>
-        <_>
-          <!-- tree 137 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 6 15 -1.</_>
-                <_>
-                  13 0 2 15 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0793864428997040</threshold>
-            <left_val>-0.7418122291564941</left_val>
-            <right_val>4.5842900872230530e-003</right_val></_></_>
-        <_>
-          <!-- tree 138 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 2 2 6 -1.</_>
-                <_>
-                  0 2 1 3 2.</_>
-                <_>
-                  1 5 1 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.9205000028014183e-003</threshold>
-            <left_val>-0.0499707907438278</left_val>
-            <right_val>0.1705241948366165</right_val></_></_>
-        <_>
-          <!-- tree 139 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 2 1 -1.</_>
-                <_>
-                  21 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-4.9792099744081497e-003</threshold>
-            <left_val>-0.4247047007083893</left_val>
-            <right_val>0.0113332699984312</right_val></_></_>
-        <_>
-          <!-- tree 140 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 1 2 -1.</_>
-                <_>
-                  4 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>7.5309360399842262e-003</threshold>
-            <left_val>0.0200634505599737</left_val>
-            <right_val>-0.4817556142807007</right_val></_></_>
-        <_>
-          <!-- tree 141 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 0 14 8 -1.</_>
-                <_>
-                  9 0 7 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1206317022442818</threshold>
-            <left_val>0.1783839017152786</left_val>
-            <right_val>-0.0404023304581642</right_val></_></_>
-        <_>
-          <!-- tree 142 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 2 2 -1.</_>
-                <_>
-                  7 0 1 1 2.</_>
-                <_>
-                  8 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.4506952185183764e-005</threshold>
-            <left_val>-0.0858542472124100</left_val>
-            <right_val>0.1069532036781311</right_val></_></_>
-        <_>
-          <!-- tree 143 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 6 18 4 -1.</_>
-                <_>
-                  4 6 9 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1407386958599091</threshold>
-            <left_val>-0.0227742493152618</left_val>
-            <right_val>0.4258378148078919</right_val></_></_>
-        <_>
-          <!-- tree 144 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 2 2 -1.</_>
-                <_>
-                  0 7 1 1 2.</_>
-                <_>
-                  1 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.8708712458610535e-004</threshold>
-            <left_val>-0.0585701502859592</left_val>
-            <right_val>0.1556326001882553</right_val></_></_>
-        <_>
-          <!-- tree 145 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 7 2 2 -1.</_>
-                <_>
-                  24 7 1 1 2.</_>
-                <_>
-                  23 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.2137140553677455e-005</threshold>
-            <left_val>-0.0576708205044270</left_val>
-            <right_val>0.0648988783359528</right_val></_></_>
-        <_>
-          <!-- tree 146 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 2 2 -1.</_>
-                <_>
-                  0 7 1 1 2.</_>
-                <_>
-                  1 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.4859159718034789e-005</threshold>
-            <left_val>0.1383187025785446</left_val>
-            <right_val>-0.0935516208410263</right_val></_></_>
-        <_>
-          <!-- tree 147 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 7 2 2 -1.</_>
-                <_>
-                  24 7 1 1 2.</_>
-                <_>
-                  23 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.1318263255525380e-005</threshold>
-            <left_val>0.0786737129092216</left_val>
-            <right_val>-0.0584529899060726</right_val></_></_>
-        <_>
-          <!-- tree 148 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 2 2 -1.</_>
-                <_>
-                  0 7 1 1 2.</_>
-                <_>
-                  1 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.0710170317906886e-004</threshold>
-            <left_val>-0.1036069020628929</left_val>
-            <right_val>0.1105291023850441</right_val></_></_>
-        <_>
-          <!-- tree 149 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 6 1 4 -1.</_>
-                <_>
-                  24 7 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.9485197998583317e-003</threshold>
-            <left_val>0.0124739902094007</left_val>
-            <right_val>-0.6046726703643799</right_val></_></_>
-        <_>
-          <!-- tree 150 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 6 1 4 -1.</_>
-                <_>
-                  0 7 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.8341151084750891e-003</threshold>
-            <left_val>-0.5651066899299622</left_val>
-            <right_val>0.0139579800888896</right_val></_></_>
-        <_>
-          <!-- tree 151 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 6 15 -1.</_>
-                <_>
-                  13 0 2 15 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0481832996010780</threshold>
-            <left_val>6.8787620402872562e-003</left_val>
-            <right_val>-0.2265198975801468</right_val></_></_>
-        <_>
-          <!-- tree 152 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 2 3 -1.</_>
-                <_>
-                  0 2 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.8468521609902382e-003</threshold>
-            <left_val>0.0149204200133681</left_val>
-            <right_val>-0.5408421754837036</right_val></_></_>
-        <_>
-          <!-- tree 153 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 1 9 3 -1.</_>
-                <_>
-                  8 2 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.0795980282127857e-003</threshold>
-            <left_val>-0.0740584135055542</left_val>
-            <right_val>0.1212510019540787</right_val></_></_>
-        <_>
-          <!-- tree 154 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 1 3 3 -1.</_>
-                <_>
-                  9 2 1 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.7187669873237610e-003</threshold>
-            <left_val>0.1150275021791458</left_val>
-            <right_val>-0.0767944231629372</right_val></_></_>
-        <_>
-          <!-- tree 155 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 7 5 3 -1.</_>
-                <_>
-                  18 8 5 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0141321197152138</threshold>
-            <left_val>0.0222348105162382</left_val>
-            <right_val>-0.3713991045951843</right_val></_></_>
-        <_>
-          <!-- tree 156 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 3 5 -1.</_>
-                <_>
-                  7 8 1 5 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-8.0704037100076675e-003</threshold>
-            <left_val>-0.2536310851573944</left_val>
-            <right_val>0.0307344105094671</right_val></_></_>
-        <_>
-          <!-- tree 157 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 24 14 -1.</_>
-                <_>
-                  13 0 12 7 2.</_>
-                <_>
-                  1 7 12 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2283755987882614</threshold>
-            <left_val>0.0168569702655077</left_val>
-            <right_val>-0.5456647872924805</right_val></_></_>
-        <_>
-          <!-- tree 158 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 11 9 4 -1.</_>
-                <_>
-                  8 12 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0106975501403213</threshold>
-            <left_val>0.1705504059791565</left_val>
-            <right_val>-0.0482324399054050</right_val></_></_>
-        <_>
-          <!-- tree 159 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 11 14 4 -1.</_>
-                <_>
-                  6 12 14 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.1057992279529572e-003</threshold>
-            <left_val>-0.0747807994484901</left_val>
-            <right_val>0.1244964972138405</right_val></_></_>
-        <_>
-          <!-- tree 160 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 3 4 -1.</_>
-                <_>
-                  0 12 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.5825320519506931e-003</threshold>
-            <left_val>0.0343106091022491</left_val>
-            <right_val>-0.2529211938381195</right_val></_></_>
-        <_>
-          <!-- tree 161 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 11 8 2 -1.</_>
-                <_>
-                  17 12 8 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.7969396263360977e-003</threshold>
-            <left_val>0.0227318406105042</left_val>
-            <right_val>-0.2092120051383972</right_val></_></_>
-        <_>
-          <!-- tree 162 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 8 2 -1.</_>
-                <_>
-                  0 12 8 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0117600196972489</threshold>
-            <left_val>-0.5789325237274170</left_val>
-            <right_val>0.0150208799168468</right_val></_></_>
-        <_>
-          <!-- tree 163 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 13 1 2 -1.</_>
-                <_>
-                  23 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.4420140068978071e-003</threshold>
-            <left_val>0.0108067002147436</left_val>
-            <right_val>-0.1743503063917160</right_val></_></_>
-        <_>
-          <!-- tree 164 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 13 1 2 -1.</_>
-                <_>
-                  1 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.9062469770433381e-005</threshold>
-            <left_val>0.0891510024666786</left_val>
-            <right_val>-0.0946391522884369</right_val></_></_>
-        <_>
-          <!-- tree 165 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 0 14 8 -1.</_>
-                <_>
-                  9 0 7 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0330546088516712</threshold>
-            <left_val>-0.0502973310649395</left_val>
-            <right_val>0.0724259391427040</right_val></_></_>
-        <_>
-          <!-- tree 166 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 14 8 -1.</_>
-                <_>
-                  0 3 14 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0449321903288364</threshold>
-            <left_val>0.0714013203978539</left_val>
-            <right_val>-0.1246540024876595</right_val></_></_>
-        <_>
-          <!-- tree 167 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 4 2 3 -1.</_>
-                <_>
-                  20 5 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0123274503275752</threshold>
-            <left_val>0.2216438055038452</left_val>
-            <right_val>-0.0160399992018938</right_val></_></_>
-        <_>
-          <!-- tree 168 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 14 9 -1.</_>
-                <_>
-                  0 4 14 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.3724926114082336</threshold>
-            <left_val>-0.3693152964115143</left_val>
-            <right_val>0.0260022208094597</right_val></_></_>
-        <_>
-          <!-- tree 169 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 13 9 1 -1.</_>
-                <_>
-                  12 13 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0152763100340962</threshold>
-            <left_val>5.3399899043142796e-003</left_val>
-            <right_val>-0.5456783771514893</right_val></_></_>
-        <_>
-          <!-- tree 170 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 13 9 1 -1.</_>
-                <_>
-                  10 13 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0145687395706773</threshold>
-            <left_val>-0.5883231163024902</left_val>
-            <right_val>0.0139877004548907</right_val></_></_>
-        <_>
-          <!-- tree 171 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 7 2 2 -1.</_>
-                <_>
-                  21 7 1 1 2.</_>
-                <_>
-                  20 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.9890248384326696e-004</threshold>
-            <left_val>-0.0358810797333717</left_val>
-            <right_val>0.1743257045745850</right_val></_></_></trees>
-      <stage_threshold>-1.3605639934539795</stage_threshold>
-      <parent>13</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 15 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 9 15 6 -1.</_>
-                <_>
-                  5 12 15 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0572950802743435</threshold>
-            <left_val>-0.1768665015697479</left_val>
-            <right_val>0.2448291033506393</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 2 6 -1.</_>
-                <_>
-                  21 3 2 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0100825401023030</threshold>
-            <left_val>0.1378919035196304</left_val>
-            <right_val>-0.2031147032976151</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 4 8 10 -1.</_>
-                <_>
-                  4 4 4 5 2.</_>
-                <_>
-                  8 9 4 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0185250397771597</threshold>
-            <left_val>0.1623972952365875</left_val>
-            <right_val>-0.1676190942525864</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 1 8 6 -1.</_>
-                <_>
-                  16 3 8 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0527544915676117</threshold>
-            <left_val>0.1347105056047440</left_val>
-            <right_val>-0.1428814977407455</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 1 11 2 -1.</_>
-                <_>
-                  2 1 11 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0243547502905130</threshold>
-            <left_val>-0.0266546793282032</left_val>
-            <right_val>0.4326488971710205</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 4 5 6 -1.</_>
-                <_>
-                  20 6 5 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0634179636836052</threshold>
-            <left_val>0.0422610901296139</left_val>
-            <right_val>-0.4013176858425140</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 5 6 -1.</_>
-                <_>
-                  0 6 5 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.8921029772609472e-003</threshold>
-            <left_val>-0.1906750947237015</left_val>
-            <right_val>0.1267316043376923</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 11 6 4 -1.</_>
-                <_>
-                  22 11 3 2 2.</_>
-                <_>
-                  19 13 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.5238909982144833e-003</threshold>
-            <left_val>-0.1371546983718872</left_val>
-            <right_val>0.1246439963579178</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 4 5 2 -1.</_>
-                <_>
-                  10 5 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.7657418549060822e-003</threshold>
-            <left_val>0.2558242976665497</left_val>
-            <right_val>-0.0607152618467808</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 6 11 4 -1.</_>
-                <_>
-                  7 7 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0241763703525066</threshold>
-            <left_val>0.2859889864921570</left_val>
-            <right_val>-0.0642128363251686</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 2 4 4 -1.</_>
-                <_>
-                  9 2 2 4 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-9.1761918738484383e-003</threshold>
-            <left_val>0.1021848022937775</left_val>
-            <right_val>-0.1999447047710419</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 24 11 -1.</_>
-                <_>
-                  7 0 12 11 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1578399986028671</threshold>
-            <left_val>0.2398308068513870</left_val>
-            <right_val>-0.0785783529281616</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 10 10 -1.</_>
-                <_>
-                  9 0 5 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0487401895225048</threshold>
-            <left_val>-0.1100914031267166</left_val>
-            <right_val>0.1558353006839752</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 8 2 4 -1.</_>
-                <_>
-                  23 8 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0191179793328047</threshold>
-            <left_val>0.0197066999971867</left_val>
-            <right_val>-0.3720233142375946</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 8 4 2 -1.</_>
-                <_>
-                  2 8 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0127781601622701</threshold>
-            <left_val>-0.4160012900829315</left_val>
-            <right_val>0.0353787206113338</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 3 2 12 -1.</_>
-                <_>
-                  24 3 1 6 2.</_>
-                <_>
-                  23 9 1 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.6996301021426916e-003</threshold>
-            <left_val>-0.0985597372055054</left_val>
-            <right_val>0.1149144023656845</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 3 6 12 -1.</_>
-                <_>
-                  9 3 3 6 2.</_>
-                <_>
-                  12 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0245021991431713</threshold>
-            <left_val>0.0430920794606209</left_val>
-            <right_val>-0.3663294017314911</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 24 12 -1.</_>
-                <_>
-                  13 0 12 6 2.</_>
-                <_>
-                  1 6 12 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0850031301379204</threshold>
-            <left_val>0.0430114008486271</left_val>
-            <right_val>-0.2886289954185486</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 2 12 -1.</_>
-                <_>
-                  0 3 1 6 2.</_>
-                <_>
-                  1 9 1 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.1647530850023031e-003</threshold>
-            <left_val>-0.1142930984497070</left_val>
-            <right_val>0.1279425024986267</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 8 3 4 -1.</_>
-                <_>
-                  14 8 3 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0116577902808785</threshold>
-            <left_val>-0.0515255816280842</left_val>
-            <right_val>0.1422376930713654</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 6 1 -1.</_>
-                <_>
-                  2 0 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.6801449283957481e-003</threshold>
-            <left_val>-0.4743103981018066</left_val>
-            <right_val>0.0287305805832148</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 2 16 7 -1.</_>
-                <_>
-                  13 2 8 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0388207696378231</threshold>
-            <left_val>0.0953134000301361</left_val>
-            <right_val>-0.0473909191787243</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 7 1 6 -1.</_>
-                <_>
-                  8 7 1 3 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0254217702895403</threshold>
-            <left_val>-0.4219881892204285</left_val>
-            <right_val>0.0284377895295620</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 7 9 4 -1.</_>
-                <_>
-                  8 8 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0121460696682334</threshold>
-            <left_val>0.1830082982778549</left_val>
-            <right_val>-0.0762820765376091</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 5 10 4 -1.</_>
-                <_>
-                  7 6 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0267872195690870</threshold>
-            <left_val>0.2859373092651367</left_val>
-            <right_val>-0.0522297993302345</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 2 1 6 -1.</_>
-                <_>
-                  12 4 1 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0116149904206395</threshold>
-            <left_val>0.1138594970107079</left_val>
-            <right_val>-0.0663506835699081</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 8 12 -1.</_>
-                <_>
-                  0 3 4 6 2.</_>
-                <_>
-                  4 9 4 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0599568895995617</threshold>
-            <left_val>0.2777940034866333</left_val>
-            <right_val>-0.0470041483640671</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 13 6 2 -1.</_>
-                <_>
-                  19 13 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.6737014353275299e-003</threshold>
-            <left_val>0.2129196971654892</left_val>
-            <right_val>-0.0287764091044664</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 13 6 2 -1.</_>
-                <_>
-                  3 13 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.8543549124151468e-003</threshold>
-            <left_val>-0.1221636980772018</left_val>
-            <right_val>0.1421594023704529</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 12 1 3 -1.</_>
-                <_>
-                  23 13 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.2713060025125742e-003</threshold>
-            <left_val>0.0182375106960535</left_val>
-            <right_val>-0.4104354083538055</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 12 1 3 -1.</_>
-                <_>
-                  1 13 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.2334890197962523e-003</threshold>
-            <left_val>-0.3772745132446289</left_val>
-            <right_val>0.0350435785949230</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 12 1 3 -1.</_>
-                <_>
-                  23 13 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.6904400438070297e-003</threshold>
-            <left_val>-0.4196098148822784</left_val>
-            <right_val>0.0100445803254843</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 10 10 1 -1.</_>
-                <_>
-                  9 10 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.6551370974630117e-003</threshold>
-            <left_val>0.1150795966386795</left_val>
-            <right_val>-0.1072231009602547</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 12 1 3 -1.</_>
-                <_>
-                  23 13 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.6895318266469985e-005</threshold>
-            <left_val>0.0416303612291813</left_val>
-            <right_val>-0.0317232310771942</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 12 1 3 -1.</_>
-                <_>
-                  1 13 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.8731368780136108e-004</threshold>
-            <left_val>0.0429715514183044</left_val>
-            <right_val>-0.2815021872520447</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 2 12 4 -1.</_>
-                <_>
-                  11 3 12 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0182135794311762</threshold>
-            <left_val>-0.0451830588281155</left_val>
-            <right_val>0.1914888024330139</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 1 12 6 -1.</_>
-                <_>
-                  3 3 12 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0872772708535194</threshold>
-            <left_val>0.1718962937593460</left_val>
-            <right_val>-0.1219599992036820</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 0 2 2 -1.</_>
-                <_>
-                  23 0 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.3898650221526623e-003</threshold>
-            <left_val>-0.3866654038429260</left_val>
-            <right_val>0.0155352503061295</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 2 2 -1.</_>
-                <_>
-                  2 0 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0108539797365665</threshold>
-            <left_val>0.0364841781556606</left_val>
-            <right_val>-0.3959751129150391</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 13 4 2 -1.</_>
-                <_>
-                  15 13 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.1801291517913342e-003</threshold>
-            <left_val>-0.4820233881473541</left_val>
-            <right_val>0.0170424394309521</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 6 6 3 -1.</_>
-                <_>
-                  2 7 6 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0234517697244883</threshold>
-            <left_val>0.4986476898193359</left_val>
-            <right_val>-0.0220960807055235</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 13 4 2 -1.</_>
-                <_>
-                  15 13 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.9061511158943176e-003</threshold>
-            <left_val>0.0269486699253321</left_val>
-            <right_val>-0.3256624042987824</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 24 4 -1.</_>
-                <_>
-                  0 7 12 2 2.</_>
-                <_>
-                  12 9 12 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0463646091520786</threshold>
-            <left_val>0.0268820300698280</left_val>
-            <right_val>-0.3762974143028259</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 0 2 2 -1.</_>
-                <_>
-                  23 1 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.1972910326439887e-004</threshold>
-            <left_val>0.0705367177724838</left_val>
-            <right_val>-0.1089593023061752</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 13 4 2 -1.</_>
-                <_>
-                  8 13 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.7804399617016315e-003</threshold>
-            <left_val>-0.4887917041778565</left_val>
-            <right_val>0.0199932008981705</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 11 2 2 -1.</_>
-                <_>
-                  17 11 1 1 2.</_>
-                <_>
-                  16 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.0642170865321532e-005</threshold>
-            <left_val>-0.0753576681017876</left_val>
-            <right_val>0.0811428874731064</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 11 9 4 -1.</_>
-                <_>
-                  8 12 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0106888897716999</threshold>
-            <left_val>0.2206722944974899</left_val>
-            <right_val>-0.0562041401863098</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 12 21 3 -1.</_>
-                <_>
-                  9 13 7 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0436831787228584</threshold>
-            <left_val>-0.0610822103917599</left_val>
-            <right_val>0.1712581962347031</right_val></_></_>
-        <_>
-          <!-- tree 48 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 13 21 2 -1.</_>
-                <_>
-                  8 13 7 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0202471297234297</threshold>
-            <left_val>0.1565587073564529</left_val>
-            <right_val>-0.0770068317651749</right_val></_></_>
-        <_>
-          <!-- tree 49 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 10 1 4 -1.</_>
-                <_>
-                  21 11 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.9285280294716358e-003</threshold>
-            <left_val>-0.4369310140609741</left_val>
-            <right_val>0.0202764291316271</right_val></_></_>
-        <_>
-          <!-- tree 50 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 5 6 3 -1.</_>
-                <_>
-                  2 6 6 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0113492002710700</threshold>
-            <left_val>-0.0597750283777714</left_val>
-            <right_val>0.1651744991540909</right_val></_></_>
-        <_>
-          <!-- tree 51 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 2 8 5 -1.</_>
-                <_>
-                  15 4 4 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.1365716010332108</threshold>
-            <left_val>-0.8707361817359924</left_val>
-            <right_val>4.2868419550359249e-003</right_val></_></_>
-        <_>
-          <!-- tree 52 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 2 8 6 -1.</_>
-                <_>
-                  4 4 8 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0663046464323998</threshold>
-            <left_val>-0.0388697795569897</left_val>
-            <right_val>0.2649452090263367</right_val></_></_>
-        <_>
-          <!-- tree 53 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 1 15 4 -1.</_>
-                <_>
-                  5 2 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0195911191403866</threshold>
-            <left_val>-0.0803443267941475</left_val>
-            <right_val>0.1665123999118805</right_val></_></_>
-        <_>
-          <!-- tree 54 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 8 4 -1.</_>
-                <_>
-                  0 2 8 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0340932197868824</threshold>
-            <left_val>0.0261821094900370</left_val>
-            <right_val>-0.4526833891868591</right_val></_></_>
-        <_>
-          <!-- tree 55 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 0 15 14 -1.</_>
-                <_>
-                  10 7 15 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.2061661928892136</threshold>
-            <left_val>-0.4254589080810547</left_val>
-            <right_val>0.0156788490712643</right_val></_></_>
-        <_>
-          <!-- tree 56 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 13 6 2 -1.</_>
-                <_>
-                  11 13 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.6675140298902988e-003</threshold>
-            <left_val>-0.3513334095478058</left_val>
-            <right_val>0.0274340193718672</right_val></_></_>
-        <_>
-          <!-- tree 57 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 9 11 4 -1.</_>
-                <_>
-                  8 10 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0129145104438066</threshold>
-            <left_val>0.1359857022762299</left_val>
-            <right_val>-0.0633687376976013</right_val></_></_>
-        <_>
-          <!-- tree 58 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 6 3 3 -1.</_>
-                <_>
-                  9 7 1 3 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0160742308944464</threshold>
-            <left_val>0.0215212907642126</left_val>
-            <right_val>-0.4643712937831879</right_val></_></_>
-        <_>
-          <!-- tree 59 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 5 4 6 -1.</_>
-                <_>
-                  21 7 4 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0369430296123028</threshold>
-            <left_val>0.0274755004793406</left_val>
-            <right_val>-0.3073608875274658</right_val></_></_>
-        <_>
-          <!-- tree 60 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 3 6 6 -1.</_>
-                <_>
-                  10 5 6 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0755213573575020</threshold>
-            <left_val>-0.4241931140422821</left_val>
-            <right_val>0.0237817000597715</right_val></_></_>
-        <_>
-          <!-- tree 61 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 9 10 6 -1.</_>
-                <_>
-                  12 9 5 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0243982393294573</threshold>
-            <left_val>-0.0493879318237305</left_val>
-            <right_val>0.1672402024269104</right_val></_></_>
-        <_>
-          <!-- tree 62 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 9 10 6 -1.</_>
-                <_>
-                  8 9 5 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1157704964280129</threshold>
-            <left_val>0.0166440103203058</left_val>
-            <right_val>-0.6928011178970337</right_val></_></_>
-        <_>
-          <!-- tree 63 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 0 4 1 -1.</_>
-                <_>
-                  13 0 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.1529998462647200e-004</threshold>
-            <left_val>-0.0502800084650517</left_val>
-            <right_val>0.1328525990247726</right_val></_></_>
-        <_>
-          <!-- tree 64 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 10 4 1 -1.</_>
-                <_>
-                  4 11 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-3.6248450633138418e-003</threshold>
-            <left_val>-0.3066833913326263</left_val>
-            <right_val>0.0284923594444990</right_val></_></_>
-        <_>
-          <!-- tree 65 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 12 1 2 -1.</_>
-                <_>
-                  18 12 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-7.3581631295382977e-004</threshold>
-            <left_val>0.0559885688126087</left_val>
-            <right_val>-0.0392797887325287</right_val></_></_>
-        <_>
-          <!-- tree 66 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 20 10 -1.</_>
-                <_>
-                  12 0 10 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2000436931848526</threshold>
-            <left_val>-0.0568408109247684</left_val>
-            <right_val>0.1685038954019547</right_val></_></_>
-        <_>
-          <!-- tree 67 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 2 3 6 -1.</_>
-                <_>
-                  23 3 1 6 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0178776904940605</threshold>
-            <left_val>0.1931751966476440</left_val>
-            <right_val>-0.0514639392495155</right_val></_></_>
-        <_>
-          <!-- tree 68 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 2 6 3 -1.</_>
-                <_>
-                  2 3 6 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0113503802567720</threshold>
-            <left_val>-0.0489644110202789</left_val>
-            <right_val>0.2181939035654068</right_val></_></_>
-        <_>
-          <!-- tree 69 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 1 4 6 -1.</_>
-                <_>
-                  23 1 2 3 2.</_>
-                <_>
-                  21 4 2 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0125029096379876</threshold>
-            <left_val>-0.0419848784804344</left_val>
-            <right_val>0.2713862061500549</right_val></_></_>
-        <_>
-          <!-- tree 70 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 4 6 -1.</_>
-                <_>
-                  0 1 2 3 2.</_>
-                <_>
-                  2 4 2 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.3033276498317719e-003</threshold>
-            <left_val>0.1590452045202255</left_val>
-            <right_val>-0.0626974031329155</right_val></_></_>
-        <_>
-          <!-- tree 71 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 0 1 6 -1.</_>
-                <_>
-                  24 3 1 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.8205171525478363e-003</threshold>
-            <left_val>0.0155331101268530</left_val>
-            <right_val>-0.3304075896739960</right_val></_></_>
-        <_>
-          <!-- tree 72 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 1 6 -1.</_>
-                <_>
-                  0 3 1 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.4993069022893906e-003</threshold>
-            <left_val>0.0376702398061752</left_val>
-            <right_val>-0.3112137019634247</right_val></_></_>
-        <_>
-          <!-- tree 73 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 0 6 6 -1.</_>
-                <_>
-                  18 2 6 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0140464501455426</threshold>
-            <left_val>-0.0434262491762638</left_val>
-            <right_val>0.1032719984650612</right_val></_></_>
-        <_>
-          <!-- tree 74 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 1 15 4 -1.</_>
-                <_>
-                  5 2 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0411175191402435</threshold>
-            <left_val>0.1867991983890533</left_val>
-            <right_val>-0.0664343684911728</right_val></_></_>
-        <_>
-          <!-- tree 75 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 8 18 1 -1.</_>
-                <_>
-                  10 8 6 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0107145197689533</threshold>
-            <left_val>0.1244383975863457</left_val>
-            <right_val>-0.0663585364818573</right_val></_></_>
-        <_>
-          <!-- tree 76 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 6 6 4 -1.</_>
-                <_>
-                  8 7 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.2895422130823135e-003</threshold>
-            <left_val>-0.0821698531508446</left_val>
-            <right_val>0.1224353983998299</right_val></_></_>
-        <_>
-          <!-- tree 77 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 5 8 2 -1.</_>
-                <_>
-                  11 5 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0130508001893759</threshold>
-            <left_val>-0.4003388881683350</left_val>
-            <right_val>0.0166369099169970</right_val></_></_>
-        <_>
-          <!-- tree 78 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 6 6 -1.</_>
-                <_>
-                  7 0 2 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0364681892096996</threshold>
-            <left_val>-0.5473737716674805</left_val>
-            <right_val>0.0148177295923233</right_val></_></_>
-        <_>
-          <!-- tree 79 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 8 2 1 -1.</_>
-                <_>
-                  21 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.5372940045781434e-005</threshold>
-            <left_val>0.0594716407358646</left_val>
-            <right_val>-0.0578790009021759</right_val></_></_>
-        <_>
-          <!-- tree 80 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 1 2 2 -1.</_>
-                <_>
-                  7 1 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0142522901296616</threshold>
-            <left_val>0.0252972692251205</left_val>
-            <right_val>-0.3336473107337952</right_val></_></_>
-        <_>
-          <!-- tree 81 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 4 8 4 -1.</_>
-                <_>
-                  17 5 8 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.3469200134277344e-003</threshold>
-            <left_val>-0.0707368031144142</left_val>
-            <right_val>0.0745013207197189</right_val></_></_>
-        <_>
-          <!-- tree 82 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 13 2 -1.</_>
-                <_>
-                  6 1 13 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.4445958919823170e-003</threshold>
-            <left_val>-0.0672459527850151</left_val>
-            <right_val>0.1451885998249054</right_val></_></_>
-        <_>
-          <!-- tree 83 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 5 4 6 -1.</_>
-                <_>
-                  21 7 4 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.7205823510885239e-003</threshold>
-            <left_val>-0.2021352946758270</left_val>
-            <right_val>0.0275202393531799</right_val></_></_>
-        <_>
-          <!-- tree 84 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 4 6 -1.</_>
-                <_>
-                  0 7 4 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0469216890633106</threshold>
-            <left_val>0.0161568503826857</left_val>
-            <right_val>-0.5311927795410156</right_val></_></_>
-        <_>
-          <!-- tree 85 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 8 2 1 -1.</_>
-                <_>
-                  21 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.8387980971019715e-005</threshold>
-            <left_val>-0.0557161718606949</left_val>
-            <right_val>0.0720106214284897</right_val></_></_>
-        <_>
-          <!-- tree 86 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 8 2 1 -1.</_>
-                <_>
-                  3 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.6103101340122521e-005</threshold>
-            <left_val>0.0959030091762543</left_val>
-            <right_val>-0.0971473827958107</right_val></_></_>
-        <_>
-          <!-- tree 87 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 0 2 1 -1.</_>
-                <_>
-                  23 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>6.0657761059701443e-003</threshold>
-            <left_val>0.0240712091326714</left_val>
-            <right_val>-0.2376091033220291</right_val></_></_>
-        <_>
-          <!-- tree 88 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 15 4 -1.</_>
-                <_>
-                  4 1 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0555203706026077</threshold>
-            <left_val>0.3074511885643005</left_val>
-            <right_val>-0.0299711804836988</right_val></_></_>
-        <_>
-          <!-- tree 89 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 1 10 8 -1.</_>
-                <_>
-                  15 3 10 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0365539006888866</threshold>
-            <left_val>0.0328120291233063</left_val>
-            <right_val>-0.0570152215659618</right_val></_></_>
-        <_>
-          <!-- tree 90 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 4 2 -1.</_>
-                <_>
-                  0 5 2 1 2.</_>
-                <_>
-                  2 6 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.8784699495881796e-003</threshold>
-            <left_val>-0.0653261989355087</left_val>
-            <right_val>0.1390983015298843</right_val></_></_>
-        <_>
-          <!-- tree 91 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 0 2 1 -1.</_>
-                <_>
-                  23 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-7.4822120368480682e-003</threshold>
-            <left_val>-0.7748216986656189</left_val>
-            <right_val>5.9286328032612801e-003</right_val></_></_>
-        <_>
-          <!-- tree 92 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 1 4 -1.</_>
-                <_>
-                  0 6 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.3365150447934866e-003</threshold>
-            <left_val>-0.3616085052490234</left_val>
-            <right_val>0.0226737502962351</right_val></_></_>
-        <_>
-          <!-- tree 93 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 13 4 2 -1.</_>
-                <_>
-                  19 14 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0122549999505281</threshold>
-            <left_val>-0.6580218076705933</left_val>
-            <right_val>4.3241591192781925e-003</right_val></_></_>
-        <_>
-          <!-- tree 94 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 12 2 2 -1.</_>
-                <_>
-                  7 12 1 1 2.</_>
-                <_>
-                  8 13 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.5022740010172129e-004</threshold>
-            <left_val>0.1368491053581238</left_val>
-            <right_val>-0.0613101907074451</right_val></_></_>
-        <_>
-          <!-- tree 95 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 24 8 -1.</_>
-                <_>
-                  13 0 12 4 2.</_>
-                <_>
-                  1 4 12 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1189583986997604</threshold>
-            <left_val>0.0244670100510120</left_val>
-            <right_val>-0.3081929087638855</right_val></_></_>
-        <_>
-          <!-- tree 96 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 4 3 3 -1.</_>
-                <_>
-                  2 5 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.8534749979153275e-003</threshold>
-            <left_val>-0.0657177790999413</left_val>
-            <right_val>0.1380506008863449</right_val></_></_>
-        <_>
-          <!-- tree 97 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 6 4 3 -1.</_>
-                <_>
-                  19 7 4 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0139663796871901</threshold>
-            <left_val>-0.4281671941280365</left_val>
-            <right_val>0.0166652500629425</right_val></_></_>
-        <_>
-          <!-- tree 98 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 6 3 4 -1.</_>
-                <_>
-                  6 7 1 4 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0120118902996182</threshold>
-            <left_val>-0.4546675086021423</left_val>
-            <right_val>0.0174813903868198</right_val></_></_>
-        <_>
-          <!-- tree 99 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 11 2 2 -1.</_>
-                <_>
-                  17 11 1 1 2.</_>
-                <_>
-                  16 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.6380320135504007e-004</threshold>
-            <left_val>0.0268306396901608</left_val>
-            <right_val>-0.1949577033519745</right_val></_></_>
-        <_>
-          <!-- tree 100 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 11 2 2 -1.</_>
-                <_>
-                  7 11 1 1 2.</_>
-                <_>
-                  8 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.4863549303263426e-004</threshold>
-            <left_val>0.1728172004222870</left_val>
-            <right_val>-0.0519250482320786</right_val></_></_>
-        <_>
-          <!-- tree 101 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 5 9 3 -1.</_>
-                <_>
-                  12 5 3 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0356420204043388</threshold>
-            <left_val>0.0119973402470350</left_val>
-            <right_val>-0.2636224925518036</right_val></_></_>
-        <_>
-          <!-- tree 102 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 6 1 -1.</_>
-                <_>
-                  2 0 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.2830741778016090e-003</threshold>
-            <left_val>0.0153813296929002</left_val>
-            <right_val>-0.5276867151260376</right_val></_></_>
-        <_>
-          <!-- tree 103 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 4 8 1 -1.</_>
-                <_>
-                  19 4 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.3444799482822418e-003</threshold>
-            <left_val>-0.0448165088891983</left_val>
-            <right_val>0.1556369960308075</right_val></_></_>
-        <_>
-          <!-- tree 104 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 5 9 3 -1.</_>
-                <_>
-                  10 5 3 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0348524898290634</threshold>
-            <left_val>-0.6144651770591736</left_val>
-            <right_val>0.0147144095972180</right_val></_></_>
-        <_>
-          <!-- tree 105 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 4 8 1 -1.</_>
-                <_>
-                  19 4 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.6836538929492235e-003</threshold>
-            <left_val>0.0679996237158775</left_val>
-            <right_val>-0.0403181910514832</right_val></_></_>
-        <_>
-          <!-- tree 106 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 8 1 -1.</_>
-                <_>
-                  2 4 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.6370671112090349e-003</threshold>
-            <left_val>-0.0527165904641151</left_val>
-            <right_val>0.1650273054838181</right_val></_></_>
-        <_>
-          <!-- tree 107 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 11 2 2 -1.</_>
-                <_>
-                  17 11 1 1 2.</_>
-                <_>
-                  16 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.1408380232751369e-003</threshold>
-            <left_val>-0.1495666950941086</left_val>
-            <right_val>0.0155292097479105</right_val></_></_>
-        <_>
-          <!-- tree 108 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 11 12 2 -1.</_>
-                <_>
-                  9 11 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.5604642257094383e-003</threshold>
-            <left_val>0.1015162020921707</left_val>
-            <right_val>-0.0783084183931351</right_val></_></_>
-        <_>
-          <!-- tree 109 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 6 20 9 -1.</_>
-                <_>
-                  9 6 10 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0313040204346180</threshold>
-            <left_val>-0.0519621782004833</left_val>
-            <right_val>0.1036399006843567</right_val></_></_>
-        <_>
-          <!-- tree 110 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 8 12 2 -1.</_>
-                <_>
-                  6 9 12 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.2903850600123405e-003</threshold>
-            <left_val>-0.0539887212216854</left_val>
-            <right_val>0.1653061956167221</right_val></_></_>
-        <_>
-          <!-- tree 111 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 8 13 4 -1.</_>
-                <_>
-                  6 9 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0108930300921202</threshold>
-            <left_val>0.1281013935804367</left_val>
-            <right_val>-0.0734129622578621</right_val></_></_>
-        <_>
-          <!-- tree 112 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 13 4 2 -1.</_>
-                <_>
-                  2 14 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.9190609715878963e-003</threshold>
-            <left_val>-0.3507530987262726</left_val>
-            <right_val>0.0244891606271267</right_val></_></_>
-        <_>
-          <!-- tree 113 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 1 3 12 -1.</_>
-                <_>
-                  11 4 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0811754167079926</threshold>
-            <left_val>0.0209406390786171</left_val>
-            <right_val>-0.3776533007621765</right_val></_></_>
-        <_>
-          <!-- tree 114 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 10 11 4 -1.</_>
-                <_>
-                  7 11 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.1189319714903831e-003</threshold>
-            <left_val>0.1320966929197311</left_val>
-            <right_val>-0.0743796005845070</right_val></_></_>
-        <_>
-          <!-- tree 115 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 9 15 6 -1.</_>
-                <_>
-                  5 11 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0290335901081562</threshold>
-            <left_val>-0.0601534284651279</left_val>
-            <right_val>0.1686525046825409</right_val></_></_>
-        <_>
-          <!-- tree 116 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 5 14 10 -1.</_>
-                <_>
-                  1 10 14 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2666859030723572</threshold>
-            <left_val>0.0302151106297970</left_val>
-            <right_val>-0.3336375057697296</right_val></_></_>
-        <_>
-          <!-- tree 117 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 10 2 2 -1.</_>
-                <_>
-                  14 10 1 1 2.</_>
-                <_>
-                  13 11 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.3437710003927350e-003</threshold>
-            <left_val>0.0244619604200125</left_val>
-            <right_val>-0.3497652113437653</right_val></_></_>
-        <_>
-          <!-- tree 118 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 4 2 -1.</_>
-                <_>
-                  0 1 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.4065970946103334e-005</threshold>
-            <left_val>0.0681859701871872</left_val>
-            <right_val>-0.1218236982822418</right_val></_></_>
-        <_>
-          <!-- tree 119 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 3 4 2 -1.</_>
-                <_>
-                  18 4 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.2273659706115723e-003</threshold>
-            <left_val>0.0591664388775826</left_val>
-            <right_val>-0.0569609887897968</right_val></_></_>
-        <_>
-          <!-- tree 120 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 4 4 -1.</_>
-                <_>
-                  0 8 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.0822839976754040e-004</threshold>
-            <left_val>-0.1183675006031990</left_val>
-            <right_val>0.0699028074741364</right_val></_></_>
-        <_>
-          <!-- tree 121 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 12 6 2 -1.</_>
-                <_>
-                  14 12 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.7762501314282417e-003</threshold>
-            <left_val>0.0182663407176733</left_val>
-            <right_val>-0.3238837122917175</right_val></_></_>
-        <_>
-          <!-- tree 122 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 3 1 -1.</_>
-                <_>
-                  8 0 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.5627898806706071e-004</threshold>
-            <left_val>0.1596496999263763</left_val>
-            <right_val>-0.0523401089012623</right_val></_></_>
-        <_>
-          <!-- tree 123 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 0 2 1 -1.</_>
-                <_>
-                  15 0 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.9805951528251171e-003</threshold>
-            <left_val>5.6993248872458935e-003</left_val>
-            <right_val>-0.6384922862052918</right_val></_></_>
-        <_>
-          <!-- tree 124 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 0 2 1 -1.</_>
-                <_>
-                  9 0 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.9052381655201316e-004</threshold>
-            <left_val>0.1629474014043808</left_val>
-            <right_val>-0.0742301419377327</right_val></_></_>
-        <_>
-          <!-- tree 125 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 3 2 10 -1.</_>
-                <_>
-                  18 3 1 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0184035003185272</threshold>
-            <left_val>-0.6773443222045898</left_val>
-            <right_val>0.0107059404253960</right_val></_></_>
-        <_>
-          <!-- tree 126 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 1 2 2 -1.</_>
-                <_>
-                  7 1 1 1 2.</_>
-                <_>
-                  8 2 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.9714571367949247e-004</threshold>
-            <left_val>0.1691973060369492</left_val>
-            <right_val>-0.0477185398340225</right_val></_></_>
-        <_>
-          <!-- tree 127 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 0 7 3 -1.</_>
-                <_>
-                  18 1 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0167341101914644</threshold>
-            <left_val>-0.3151237964630127</left_val>
-            <right_val>0.0124420495703816</right_val></_></_>
-        <_>
-          <!-- tree 128 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 12 6 2 -1.</_>
-                <_>
-                  9 12 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0119769899174571</threshold>
-            <left_val>-0.5293223857879639</left_val>
-            <right_val>0.0144362701103091</right_val></_></_>
-        <_>
-          <!-- tree 129 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 7 4 3 -1.</_>
-                <_>
-                  20 8 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.0368088781833649e-003</threshold>
-            <left_val>0.0264915898442268</left_val>
-            <right_val>-0.2470992058515549</right_val></_></_>
-        <_>
-          <!-- tree 130 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 2 10 -1.</_>
-                <_>
-                  6 3 1 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0105798998847604</threshold>
-            <left_val>-0.4092808067798615</left_val>
-            <right_val>0.0187591798603535</right_val></_></_>
-        <_>
-          <!-- tree 131 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 0 2 2 -1.</_>
-                <_>
-                  17 0 1 1 2.</_>
-                <_>
-                  16 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.0849997680634260e-004</threshold>
-            <left_val>-0.0334094502031803</left_val>
-            <right_val>0.0843884497880936</right_val></_></_>
-        <_>
-          <!-- tree 132 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 2 2 -1.</_>
-                <_>
-                  7 0 1 1 2.</_>
-                <_>
-                  8 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.9445307124406099e-004</threshold>
-            <left_val>0.1412419974803925</left_val>
-            <right_val>-0.0555582903325558</right_val></_></_>
-        <_>
-          <!-- tree 133 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 0 6 2 -1.</_>
-                <_>
-                  17 0 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0157594103366137</threshold>
-            <left_val>-0.3833500146865845</left_val>
-            <right_val>0.0156633593142033</right_val></_></_>
-        <_>
-          <!-- tree 134 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 1 4 -1.</_>
-                <_>
-                  0 2 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0101080304011703</threshold>
-            <left_val>-0.3391439020633698</left_val>
-            <right_val>0.0209970101714134</right_val></_></_>
-        <_>
-          <!-- tree 135 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 1 2 12 -1.</_>
-                <_>
-                  18 5 2 4 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>8.8242385536432266e-003</threshold>
-            <left_val>0.0468829013407230</left_val>
-            <right_val>-0.0345581099390984</right_val></_></_>
-        <_>
-          <!-- tree 136 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 12 3 -1.</_>
-                <_>
-                  8 4 4 3 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.1695280969142914</threshold>
-            <left_val>-0.0297883804887533</left_val>
-            <right_val>0.2978200018405914</right_val></_></_>
-        <_>
-          <!-- tree 137 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 13 2 2 -1.</_>
-                <_>
-                  15 13 1 1 2.</_>
-                <_>
-                  14 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.4175090473145247e-003</threshold>
-            <left_val>0.0145506802946329</left_val>
-            <right_val>-0.2557711899280548</right_val></_></_>
-        <_>
-          <!-- tree 138 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 6 3 3 -1.</_>
-                <_>
-                  12 7 1 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.2455357983708382e-003</threshold>
-            <left_val>0.1703144013881683</left_val>
-            <right_val>-0.0457185097038746</right_val></_></_>
-        <_>
-          <!-- tree 139 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 1 10 8 -1.</_>
-                <_>
-                  15 3 10 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0829719901084900</threshold>
-            <left_val>-0.0108856502920389</left_val>
-            <right_val>0.2358570992946625</right_val></_></_>
-        <_>
-          <!-- tree 140 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 10 8 -1.</_>
-                <_>
-                  0 3 10 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0363879613578320</threshold>
-            <left_val>0.0720635578036308</left_val>
-            <right_val>-0.1351491957902908</right_val></_></_>
-        <_>
-          <!-- tree 141 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 3 14 10 -1.</_>
-                <_>
-                  11 8 14 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2605817019939423</threshold>
-            <left_val>0.0307604894042015</left_val>
-            <right_val>-0.2081860005855560</right_val></_></_>
-        <_>
-          <!-- tree 142 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 24 12 -1.</_>
-                <_>
-                  0 0 12 6 2.</_>
-                <_>
-                  12 6 12 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1837086975574493</threshold>
-            <left_val>-0.4619984030723572</left_val>
-            <right_val>0.0176900699734688</right_val></_></_>
-        <_>
-          <!-- tree 143 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 7 4 3 -1.</_>
-                <_>
-                  20 8 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.9726989343762398e-003</threshold>
-            <left_val>-0.1660892963409424</left_val>
-            <right_val>0.0209467206150293</right_val></_></_>
-        <_>
-          <!-- tree 144 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 7 3 -1.</_>
-                <_>
-                  0 2 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0214559100568295</threshold>
-            <left_val>0.0231478307396173</left_val>
-            <right_val>-0.3625465929508209</right_val></_></_>
-        <_>
-          <!-- tree 145 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 7 4 3 -1.</_>
-                <_>
-                  20 8 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0144318202510476</threshold>
-            <left_val>4.4689280912280083e-003</left_val>
-            <right_val>-0.2445929050445557</right_val></_></_>
-        <_>
-          <!-- tree 146 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 1 8 -1.</_>
-                <_>
-                  0 9 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.3524229656904936e-003</threshold>
-            <left_val>-0.2480840981006622</left_val>
-            <right_val>0.0316352993249893</right_val></_></_>
-        <_>
-          <!-- tree 147 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 4 3 4 -1.</_>
-                <_>
-                  23 5 1 4 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0156694706529379</threshold>
-            <left_val>0.3172483146190643</left_val>
-            <right_val>-0.0374899208545685</right_val></_></_>
-        <_>
-          <!-- tree 148 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 2 12 1 -1.</_>
-                <_>
-                  15 6 4 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0400774292647839</threshold>
-            <left_val>-0.2589775919914246</left_val>
-            <right_val>0.0327349714934826</right_val></_></_>
-        <_>
-          <!-- tree 149 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 4 3 4 -1.</_>
-                <_>
-                  23 5 1 4 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0123612098395824</threshold>
-            <left_val>-0.0450748614966869</left_val>
-            <right_val>0.1690649986267090</right_val></_></_>
-        <_>
-          <!-- tree 150 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 7 4 3 -1.</_>
-                <_>
-                  1 8 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0109678898006678</threshold>
-            <left_val>0.0187921095639467</left_val>
-            <right_val>-0.4384852945804596</right_val></_></_>
-        <_>
-          <!-- tree 151 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 9 6 2 -1.</_>
-                <_>
-                  15 9 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0137434704229236</threshold>
-            <left_val>-0.4609765112400055</left_val>
-            <right_val>0.0122369602322578</right_val></_></_>
-        <_>
-          <!-- tree 152 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 2 2 -1.</_>
-                <_>
-                  6 7 1 1 2.</_>
-                <_>
-                  7 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.0322439484298229e-003</threshold>
-            <left_val>0.1648599952459335</left_val>
-            <right_val>-0.0516587682068348</right_val></_></_>
-        <_>
-          <!-- tree 153 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 9 6 2 -1.</_>
-                <_>
-                  15 9 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.8313361629843712e-003</threshold>
-            <left_val>0.0159355308860540</left_val>
-            <right_val>-0.2015953958034515</right_val></_></_>
-        <_>
-          <!-- tree 154 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 6 2 -1.</_>
-                <_>
-                  6 0 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0144206797704101</threshold>
-            <left_val>0.0160773508250713</left_val>
-            <right_val>-0.4641633033752441</right_val></_></_>
-        <_>
-          <!-- tree 155 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 9 6 2 -1.</_>
-                <_>
-                  15 9 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.8205989617854357e-003</threshold>
-            <left_val>0.0433134213089943</left_val>
-            <right_val>-0.0280837193131447</right_val></_></_>
-        <_>
-          <!-- tree 156 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 7 2 6 -1.</_>
-                <_>
-                  7 7 1 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>3.9304671809077263e-003</threshold>
-            <left_val>0.0497011989355087</left_val>
-            <right_val>-0.1514773964881897</right_val></_></_>
-        <_>
-          <!-- tree 157 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 0 1 10 -1.</_>
-                <_>
-                  24 5 1 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.3210691809654236e-003</threshold>
-            <left_val>-0.1029928028583527</left_val>
-            <right_val>0.0179813895374537</right_val></_></_>
-        <_>
-          <!-- tree 158 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 3 1 -1.</_>
-                <_>
-                  7 7 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.1277500307187438e-003</threshold>
-            <left_val>0.1659521013498306</left_val>
-            <right_val>-0.0483443103730679</right_val></_></_>
-        <_>
-          <!-- tree 159 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 13 2 2 -1.</_>
-                <_>
-                  15 13 1 1 2.</_>
-                <_>
-                  14 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.8385067172348499e-004</threshold>
-            <left_val>-0.1946461051702499</left_val>
-            <right_val>0.0250845197588205</right_val></_></_>
-        <_>
-          <!-- tree 160 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 7 4 1 -1.</_>
-                <_>
-                  9 7 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.5464341100305319e-004</threshold>
-            <left_val>0.1473073959350586</left_val>
-            <right_val>-0.0529893897473812</right_val></_></_>
-        <_>
-          <!-- tree 161 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 4 1 9 -1.</_>
-                <_>
-                  21 7 1 3 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-6.1449417844414711e-003</threshold>
-            <left_val>0.0951583385467529</left_val>
-            <right_val>-0.0323545187711716</right_val></_></_>
-        <_>
-          <!-- tree 162 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 4 9 1 -1.</_>
-                <_>
-                  4 7 3 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0537422299385071</threshold>
-            <left_val>-0.0160139091312885</left_val>
-            <right_val>0.5178387761116028</right_val></_></_>
-        <_>
-          <!-- tree 163 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 1 6 13 -1.</_>
-                <_>
-                  13 1 2 13 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.1773690655827522e-003</threshold>
-            <left_val>0.0658730715513229</left_val>
-            <right_val>-0.0286986008286476</right_val></_></_>
-        <_>
-          <!-- tree 164 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 2 4 7 -1.</_>
-                <_>
-                  11 2 2 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.6262140125036240e-003</threshold>
-            <left_val>0.1165013015270233</left_val>
-            <right_val>-0.0662005692720413</right_val></_></_>
-        <_>
-          <!-- tree 165 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 1 6 13 -1.</_>
-                <_>
-                  13 1 2 13 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0702467709779739</threshold>
-            <left_val>-0.5561671257019043</left_val>
-            <right_val>3.3650770783424377e-003</right_val></_></_>
-        <_>
-          <!-- tree 166 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 1 6 13 -1.</_>
-                <_>
-                  10 1 2 13 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0457130484282970</threshold>
-            <left_val>-0.5554363131523132</left_val>
-            <right_val>0.0145238302648067</right_val></_></_>
-        <_>
-          <!-- tree 167 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 9 4 1 -1.</_>
-                <_>
-                  16 9 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.6252630157396197e-003</threshold>
-            <left_val>0.0774459466338158</left_val>
-            <right_val>-0.0477535910904408</right_val></_></_>
-        <_>
-          <!-- tree 168 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 9 4 1 -1.</_>
-                <_>
-                  7 9 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.7784547358751297e-003</threshold>
-            <left_val>-0.6660557985305786</left_val>
-            <right_val>0.0114997997879982</right_val></_></_>
-        <_>
-          <!-- tree 169 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 4 1 9 -1.</_>
-                <_>
-                  14 7 1 3 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0581780597567558</threshold>
-            <left_val>-0.0126901902258396</left_val>
-            <right_val>0.2431164979934692</right_val></_></_>
-        <_>
-          <!-- tree 170 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 4 2 2 -1.</_>
-                <_>
-                  7 4 1 1 2.</_>
-                <_>
-                  8 5 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.0166700230911374e-003</threshold>
-            <left_val>0.1701835989952087</left_val>
-            <right_val>-0.0434626787900925</right_val></_></_>
-        <_>
-          <!-- tree 171 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 9 2 2 -1.</_>
-                <_>
-                  14 9 1 1 2.</_>
-                <_>
-                  13 10 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.3186908159404993e-004</threshold>
-            <left_val>-0.1554417014122009</left_val>
-            <right_val>0.0277679692953825</right_val></_></_>
-        <_>
-          <!-- tree 172 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 11 2 2 -1.</_>
-                <_>
-                  7 11 1 1 2.</_>
-                <_>
-                  8 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.0635660146363080e-004</threshold>
-            <left_val>-0.0799610763788223</left_val>
-            <right_val>0.0975525230169296</right_val></_></_>
-        <_>
-          <!-- tree 173 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 9 2 2 -1.</_>
-                <_>
-                  14 9 1 1 2.</_>
-                <_>
-                  13 10 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.7358598355203867e-004</threshold>
-            <left_val>0.0280197393149138</left_val>
-            <right_val>-0.1640979051589966</right_val></_></_>
-        <_>
-          <!-- tree 174 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 13 10 1 -1.</_>
-                <_>
-                  11 13 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.1288288086652756e-003</threshold>
-            <left_val>0.1435500979423523</left_val>
-            <right_val>-0.0521811507642269</right_val></_></_>
-        <_>
-          <!-- tree 175 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 8 10 7 -1.</_>
-                <_>
-                  9 8 5 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0296237897127867</threshold>
-            <left_val>0.1256711930036545</left_val>
-            <right_val>-0.0727018266916275</right_val></_></_>
-        <_>
-          <!-- tree 176 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 5 15 10 -1.</_>
-                <_>
-                  9 5 5 10 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0479203201830387</threshold>
-            <left_val>-0.0627507865428925</left_val>
-            <right_val>0.1496749967336655</right_val></_></_>
-        <_>
-          <!-- tree 177 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 6 5 4 -1.</_>
-                <_>
-                  20 7 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0299077890813351</threshold>
-            <left_val>3.3279890194535255e-003</left_val>
-            <right_val>-0.5352283716201782</right_val></_></_>
-        <_>
-          <!-- tree 178 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 6 5 4 -1.</_>
-                <_>
-                  0 7 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.1103161163628101e-003</threshold>
-            <left_val>-0.1846338063478470</left_val>
-            <right_val>0.0402609407901764</right_val></_></_>
-        <_>
-          <!-- tree 179 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 7 3 1 -1.</_>
-                <_>
-                  12 7 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.1777599574998021e-003</threshold>
-            <left_val>-0.0421488806605339</left_val>
-            <right_val>0.1833201944828033</right_val></_></_>
-        <_>
-          <!-- tree 180 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 4 7 3 -1.</_>
-                <_>
-                  9 5 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0149721698835492</threshold>
-            <left_val>-0.0501780100166798</left_val>
-            <right_val>0.1479559987783432</right_val></_></_>
-        <_>
-          <!-- tree 181 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 4 4 3 -1.</_>
-                <_>
-                  15 4 2 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0226974897086620</threshold>
-            <left_val>8.8858045637607574e-003</left_val>
-            <right_val>-0.3510260879993439</right_val></_></_>
-        <_>
-          <!-- tree 182 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 4 4 3 -1.</_>
-                <_>
-                  8 4 2 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0128841297701001</threshold>
-            <left_val>0.0346549116075039</left_val>
-            <right_val>-0.2406193017959595</right_val></_></_>
-        <_>
-          <!-- tree 183 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 6 2 2 -1.</_>
-                <_>
-                  17 6 1 1 2.</_>
-                <_>
-                  16 7 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.1240700259804726e-003</threshold>
-            <left_val>0.1314530968666077</left_val>
-            <right_val>-0.0288430396467447</right_val></_></_>
-        <_>
-          <!-- tree 184 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 6 2 2 -1.</_>
-                <_>
-                  7 6 1 1 2.</_>
-                <_>
-                  8 7 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.3627869775518775e-003</threshold>
-            <left_val>0.2013843953609467</left_val>
-            <right_val>-0.0379555486142635</right_val></_></_>
-        <_>
-          <!-- tree 185 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 13 2 2 -1.</_>
-                <_>
-                  15 13 1 1 2.</_>
-                <_>
-                  14 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.3557957289740443e-004</threshold>
-            <left_val>0.0279592797160149</left_val>
-            <right_val>-0.1196514964103699</right_val></_></_>
-        <_>
-          <!-- tree 186 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 4 2 -1.</_>
-                <_>
-                  6 0 4 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0152801796793938</threshold>
-            <left_val>-0.4851869940757752</left_val>
-            <right_val>0.0156223699450493</right_val></_></_>
-        <_>
-          <!-- tree 187 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 14 2 1 -1.</_>
-                <_>
-                  20 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.6412500523729250e-005</threshold>
-            <left_val>-0.0589389093220234</left_val>
-            <right_val>0.0601089298725128</right_val></_></_>
-        <_>
-          <!-- tree 188 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 13 6 2 -1.</_>
-                <_>
-                  1 13 3 1 2.</_>
-                <_>
-                  4 14 3 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.6553878393024206e-005</threshold>
-            <left_val>-0.0965948700904846</left_val>
-            <right_val>0.0779175236821175</right_val></_></_>
-        <_>
-          <!-- tree 189 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 1 2 2 -1.</_>
-                <_>
-                  12 2 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.8991239853203297e-003</threshold>
-            <left_val>-0.0261822007596493</left_val>
-            <right_val>0.1902385950088501</right_val></_></_>
-        <_>
-          <!-- tree 190 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 0 8 8 -1.</_>
-                <_>
-                  8 0 4 4 2.</_>
-                <_>
-                  12 4 4 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0237854700535536</threshold>
-            <left_val>0.0403596796095371</left_val>
-            <right_val>-0.1793317049741745</right_val></_></_>
-        <_>
-          <!-- tree 191 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 12 2 2 -1.</_>
-                <_>
-                  17 12 1 1 2.</_>
-                <_>
-                  16 13 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.9117228374816477e-005</threshold>
-            <left_val>-0.0676945373415947</left_val>
-            <right_val>0.0789666101336479</right_val></_></_>
-        <_>
-          <!-- tree 192 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 8 8 -1.</_>
-                <_>
-                  0 4 4 4 2.</_>
-                <_>
-                  4 8 4 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0585355199873447</threshold>
-            <left_val>-0.0279133208096027</left_val>
-            <right_val>0.2635962069034576</right_val></_></_>
-        <_>
-          <!-- tree 193 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 4 2 1 -1.</_>
-                <_>
-                  19 4 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.7125670611858368e-003</threshold>
-            <left_val>-0.8246011137962341</left_val>
-            <right_val>3.6960430443286896e-003</right_val></_></_>
-        <_>
-          <!-- tree 194 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 4 2 1 -1.</_>
-                <_>
-                  5 4 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.6747662127017975e-003</threshold>
-            <left_val>-0.7625464797019959</left_val>
-            <right_val>9.2743840068578720e-003</right_val></_></_>
-        <_>
-          <!-- tree 195 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 0 2 2 -1.</_>
-                <_>
-                  21 0 1 1 2.</_>
-                <_>
-                  20 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.3981528617441654e-003</threshold>
-            <left_val>1.9147379789501429e-003</left_val>
-            <right_val>-0.8057739734649658</right_val></_></_>
-        <_>
-          <!-- tree 196 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 15 3 -1.</_>
-                <_>
-                  0 6 15 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.7252141200006008e-003</threshold>
-            <left_val>-0.0822006091475487</left_val>
-            <right_val>0.0925986021757126</right_val></_></_>
-        <_>
-          <!-- tree 197 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 5 1 3 -1.</_>
-                <_>
-                  13 6 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.1672140099108219e-003</threshold>
-            <left_val>0.1147938966751099</left_val>
-            <right_val>-0.0459650196135044</right_val></_></_>
-        <_>
-          <!-- tree 198 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 9 3 2 -1.</_>
-                <_>
-                  5 10 1 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-7.4022258631885052e-003</threshold>
-            <left_val>-0.4262216091156006</left_val>
-            <right_val>0.0174518898129463</right_val></_></_>
-        <_>
-          <!-- tree 199 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 0 2 2 -1.</_>
-                <_>
-                  21 0 1 1 2.</_>
-                <_>
-                  20 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.5430802351329476e-005</threshold>
-            <left_val>-0.0445476993918419</left_val>
-            <right_val>0.0498182512819767</right_val></_></_>
-        <_>
-          <!-- tree 200 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 2 2 -1.</_>
-                <_>
-                  3 0 1 1 2.</_>
-                <_>
-                  4 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.6353430661838502e-005</threshold>
-            <left_val>-0.0820099934935570</left_val>
-            <right_val>0.0922331288456917</right_val></_></_></trees>
-      <stage_threshold>-1.2964390516281128</stage_threshold>
-      <parent>14</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 16 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 12 4 -1.</_>
-                <_>
-                  0 11 6 2 2.</_>
-                <_>
-                  6 13 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0105607798323035</threshold>
-            <left_val>-0.1728546023368835</left_val>
-            <right_val>0.2072951048612595</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 1 8 4 -1.</_>
-                <_>
-                  17 3 8 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0382373891770840</threshold>
-            <left_val>0.1771112978458405</left_val>
-            <right_val>-0.1585303992033005</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 6 13 6 -1.</_>
-                <_>
-                  6 8 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0541206710040569</threshold>
-            <left_val>0.2564443051815033</left_val>
-            <right_val>-0.0884335711598396</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 4 2 3 -1.</_>
-                <_>
-                  23 4 1 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.2004460915923119e-003</threshold>
-            <left_val>0.2010346055030823</left_val>
-            <right_val>-0.1101640984416008</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 13 10 2 -1.</_>
-                <_>
-                  2 14 10 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0654388666152954</threshold>
-            <left_val>7.8213139204308391e-004</left_val>
-            <right_val>-4.3508232421875000e+003</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 4 2 3 -1.</_>
-                <_>
-                  23 4 1 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0135645801201463</threshold>
-            <left_val>-0.5407810807228088</left_val>
-            <right_val>4.8653590492904186e-003</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 2 3 -1.</_>
-                <_>
-                  1 4 1 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.8708320567384362e-003</threshold>
-            <left_val>0.1633561998605728</left_val>
-            <right_val>-0.1228590980172157</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 7 21 3 -1.</_>
-                <_>
-                  9 8 7 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1699268966913223</threshold>
-            <left_val>-4.5410599559545517e-003</left_val>
-            <right_val>0.4810850024223328</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 11 2 2 -1.</_>
-                <_>
-                  2 11 1 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>3.5981500986963511e-003</threshold>
-            <left_val>0.0356757305562496</left_val>
-            <right_val>-0.4236158132553101</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 2 21 6 -1.</_>
-                <_>
-                  9 4 7 2 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.5448976159095764</threshold>
-            <left_val>-0.0198735594749451</left_val>
-            <right_val>0.5460472106933594</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 1 8 6 -1.</_>
-                <_>
-                  1 3 8 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0627753064036369</threshold>
-            <left_val>0.1722137033939362</left_val>
-            <right_val>-0.1143800020217896</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 4 15 4 -1.</_>
-                <_>
-                  6 5 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0459444113075733</threshold>
-            <left_val>0.2595784068107605</left_val>
-            <right_val>-0.0732216089963913</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 10 4 1 -1.</_>
-                <_>
-                  3 11 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>2.1809421014040709e-003</threshold>
-            <left_val>0.0495434813201427</left_val>
-            <right_val>-0.3175086975097656</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 14 18 1 -1.</_>
-                <_>
-                  4 14 9 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.6566081047058105e-003</threshold>
-            <left_val>0.1581763029098511</left_val>
-            <right_val>-0.0890468433499336</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 24 10 -1.</_>
-                <_>
-                  0 3 12 5 2.</_>
-                <_>
-                  12 8 12 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0808042436838150</threshold>
-            <left_val>0.0503276288509369</left_val>
-            <right_val>-0.2887117862701416</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 3 10 12 -1.</_>
-                <_>
-                  20 3 5 6 2.</_>
-                <_>
-                  15 9 5 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0987789332866669</threshold>
-            <left_val>-0.0381883382797241</left_val>
-            <right_val>0.3119831085205078</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 5 6 3 -1.</_>
-                <_>
-                  9 6 6 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.4114018827676773e-003</threshold>
-            <left_val>-0.0949936509132385</left_val>
-            <right_val>0.1344850063323975</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 13 21 1 -1.</_>
-                <_>
-                  9 13 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0147700998932123</threshold>
-            <left_val>0.1715719997882843</left_val>
-            <right_val>-0.0750405564904213</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 10 12 -1.</_>
-                <_>
-                  0 3 5 6 2.</_>
-                <_>
-                  5 9 5 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1057564020156860</threshold>
-            <left_val>-0.0440231785178185</left_val>
-            <right_val>0.3495194017887116</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 15 4 -1.</_>
-                <_>
-                  5 4 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0401043891906738</threshold>
-            <left_val>-0.0572791509330273</left_val>
-            <right_val>0.2763915061950684</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 6 9 3 -1.</_>
-                <_>
-                  8 7 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0135993398725986</threshold>
-            <left_val>-0.0886402428150177</left_val>
-            <right_val>0.1596630066633225</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 13 3 1 -1.</_>
-                <_>
-                  15 13 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.3378789667040110e-003</threshold>
-            <left_val>-0.4990870058536530</left_val>
-            <right_val>7.1760369464755058e-003</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 1 10 2 -1.</_>
-                <_>
-                  7 2 10 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.5490198321640491e-003</threshold>
-            <left_val>-0.0597806982696056</left_val>
-            <right_val>0.2110590040683746</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 13 3 1 -1.</_>
-                <_>
-                  15 13 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.2758670537732542e-005</threshold>
-            <left_val>0.0655476525425911</left_val>
-            <right_val>-0.0541992485523224</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 13 3 1 -1.</_>
-                <_>
-                  9 13 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.0889551211148500e-004</threshold>
-            <left_val>0.0425700992345810</left_val>
-            <right_val>-0.2828716039657593</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 24 12 -1.</_>
-                <_>
-                  13 0 12 6 2.</_>
-                <_>
-                  1 6 12 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0881031826138496</threshold>
-            <left_val>0.0406627096235752</left_val>
-            <right_val>-0.2983728945255280</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 13 14 -1.</_>
-                <_>
-                  0 7 13 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1351538002490997</threshold>
-            <left_val>-0.4011076092720032</left_val>
-            <right_val>0.0259989295154810</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 6 3 3 -1.</_>
-                <_>
-                  20 7 3 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0105496803298593</threshold>
-            <left_val>0.0265602301806211</left_val>
-            <right_val>-0.3554666042327881</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 9 8 4 -1.</_>
-                <_>
-                  8 10 8 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0109745198860765</threshold>
-            <left_val>0.1540209054946899</left_val>
-            <right_val>-0.0715849623084068</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 10 6 4 -1.</_>
-                <_>
-                  15 10 2 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0128105496987700</threshold>
-            <left_val>-0.2680475115776062</left_val>
-            <right_val>0.0205432493239641</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 3 4 4 -1.</_>
-                <_>
-                  11 3 2 4 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0673751235008240</threshold>
-            <left_val>-0.5299177169799805</left_val>
-            <right_val>0.0192500203847885</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 10 6 4 -1.</_>
-                <_>
-                  15 10 2 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0133285904303193</threshold>
-            <left_val>0.0141924796625972</left_val>
-            <right_val>-0.2692896127700806</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 10 10 4 -1.</_>
-                <_>
-                  7 12 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0349247902631760</threshold>
-            <left_val>0.2877762019634247</left_val>
-            <right_val>-0.0366922505199909</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 10 6 4 -1.</_>
-                <_>
-                  15 10 2 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0259607005864382</threshold>
-            <left_val>-0.5250588059425354</left_val>
-            <right_val>4.2013241909444332e-003</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 10 6 4 -1.</_>
-                <_>
-                  8 10 2 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0144326100125909</threshold>
-            <left_val>-0.4404621124267578</left_val>
-            <right_val>0.0239412691444159</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 14 4 1 -1.</_>
-                <_>
-                  21 14 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.0242980206385255e-003</threshold>
-            <left_val>-0.0813294127583504</left_val>
-            <right_val>0.1090075969696045</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 4 4 -1.</_>
-                <_>
-                  0 8 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.3913699444383383e-003</threshold>
-            <left_val>-0.2744260132312775</left_val>
-            <right_val>0.0353980511426926</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 3 6 12 -1.</_>
-                <_>
-                  22 3 3 6 2.</_>
-                <_>
-                  19 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0254591107368469</threshold>
-            <left_val>0.1884281933307648</left_val>
-            <right_val>-0.0505212917923927</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 1 15 2 -1.</_>
-                <_>
-                  5 2 15 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0250639300793409</threshold>
-            <left_val>0.1583306044340134</left_val>
-            <right_val>-0.0679820179939270</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 1 3 4 -1.</_>
-                <_>
-                  19 2 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.5757358893752098e-003</threshold>
-            <left_val>-0.0512838996946812</left_val>
-            <right_val>0.1146584972739220</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 5 20 4 -1.</_>
-                <_>
-                  12 5 10 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1538352966308594</threshold>
-            <left_val>0.4274145960807800</left_val>
-            <right_val>-0.0233538504689932</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 14 4 1 -1.</_>
-                <_>
-                  21 14 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.7441980354487896e-003</threshold>
-            <left_val>0.0116364201530814</left_val>
-            <right_val>-0.1990616023540497</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 14 4 1 -1.</_>
-                <_>
-                  2 14 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.9857632257044315e-004</threshold>
-            <left_val>-0.1112217977643013</left_val>
-            <right_val>0.0913273170590401</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 3 6 12 -1.</_>
-                <_>
-                  22 3 3 6 2.</_>
-                <_>
-                  19 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0416502095758915</threshold>
-            <left_val>-0.0342307090759277</left_val>
-            <right_val>0.1340909004211426</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 6 12 -1.</_>
-                <_>
-                  0 3 3 6 2.</_>
-                <_>
-                  3 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0486865788698196</threshold>
-            <left_val>0.3840608894824982</left_val>
-            <right_val>-0.0367092713713646</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 1 3 4 -1.</_>
-                <_>
-                  19 2 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0142661100253463</threshold>
-            <left_val>0.1904101967811585</left_val>
-            <right_val>-0.0373262614011765</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 1 3 4 -1.</_>
-                <_>
-                  3 2 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.0738251041620970e-003</threshold>
-            <left_val>-0.0940800234675407</left_val>
-            <right_val>0.1367546021938324</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 1 10 2 -1.</_>
-                <_>
-                  10 1 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0127805396914482</threshold>
-            <left_val>0.0790209397673607</left_val>
-            <right_val>-0.0321417711675167</right_val></_></_>
-        <_>
-          <!-- tree 48 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 8 3 -1.</_>
-                <_>
-                  9 0 4 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.7420884519815445e-003</threshold>
-            <left_val>-0.0805833786725998</left_val>
-            <right_val>0.1433219015598297</right_val></_></_>
-        <_>
-          <!-- tree 49 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 2 1 -1.</_>
-                <_>
-                  21 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>6.9780537160113454e-005</threshold>
-            <left_val>-0.1539752036333084</left_val>
-            <right_val>0.0694082602858543</right_val></_></_>
-        <_>
-          <!-- tree 50 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 8 4 2 -1.</_>
-                <_>
-                  3 9 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-7.9981610178947449e-003</threshold>
-            <left_val>-0.4497911930084229</left_val>
-            <right_val>0.0232297703623772</right_val></_></_>
-        <_>
-          <!-- tree 51 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 2 1 -1.</_>
-                <_>
-                  21 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>5.3804512135684490e-003</threshold>
-            <left_val>0.0246548391878605</left_val>
-            <right_val>-0.1725358963012695</right_val></_></_>
-        <_>
-          <!-- tree 52 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 21 1 -1.</_>
-                <_>
-                  9 0 7 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0200069397687912</threshold>
-            <left_val>0.1652639061212540</left_val>
-            <right_val>-0.0625987574458122</right_val></_></_>
-        <_>
-          <!-- tree 53 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 2 1 -1.</_>
-                <_>
-                  21 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-4.4656409882009029e-003</threshold>
-            <left_val>-0.3730463087558746</left_val>
-            <right_val>0.0105512700974941</right_val></_></_>
-        <_>
-          <!-- tree 54 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 1 2 -1.</_>
-                <_>
-                  4 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-3.1919090542942286e-003</threshold>
-            <left_val>-0.4411549866199493</left_val>
-            <right_val>0.0209588091820478</right_val></_></_>
-        <_>
-          <!-- tree 55 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 11 24 4 -1.</_>
-                <_>
-                  13 11 12 2 2.</_>
-                <_>
-                  1 13 12 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0622704289853573</threshold>
-            <left_val>-0.5413467884063721</left_val>
-            <right_val>0.0132205402478576</right_val></_></_>
-        <_>
-          <!-- tree 56 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 24 4 -1.</_>
-                <_>
-                  0 11 12 2 2.</_>
-                <_>
-                  12 13 12 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0449563488364220</threshold>
-            <left_val>-0.4331294000148773</left_val>
-            <right_val>0.0206683203577995</right_val></_></_>
-        <_>
-          <!-- tree 57 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 5 2 2 -1.</_>
-                <_>
-                  17 5 1 1 2.</_>
-                <_>
-                  16 6 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.1595709947869182e-003</threshold>
-            <left_val>-0.0236924402415752</left_val>
-            <right_val>0.1087998002767563</right_val></_></_>
-        <_>
-          <!-- tree 58 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 5 2 2 -1.</_>
-                <_>
-                  7 5 1 1 2.</_>
-                <_>
-                  8 6 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.8405620772391558e-004</threshold>
-            <left_val>0.1649617999792099</left_val>
-            <right_val>-0.0524947308003902</right_val></_></_>
-        <_>
-          <!-- tree 59 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 1 6 2 -1.</_>
-                <_>
-                  18 1 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0266917701810598</threshold>
-            <left_val>0.0148458201438189</left_val>
-            <right_val>-0.5571644902229309</right_val></_></_>
-        <_>
-          <!-- tree 60 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 21 2 -1.</_>
-                <_>
-                  9 0 7 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0182767305523157</threshold>
-            <left_val>-0.0662862136960030</left_val>
-            <right_val>0.1257701069116592</right_val></_></_>
-        <_>
-          <!-- tree 61 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 0 10 15 -1.</_>
-                <_>
-                  13 0 5 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0809113383293152</threshold>
-            <left_val>0.1131376996636391</left_val>
-            <right_val>-0.0498078204691410</right_val></_></_>
-        <_>
-          <!-- tree 62 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 13 4 -1.</_>
-                <_>
-                  6 1 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0364037007093430</threshold>
-            <left_val>0.2336605936288834</left_val>
-            <right_val>-0.0383339710533619</right_val></_></_>
-        <_>
-          <!-- tree 63 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 3 9 3 -1.</_>
-                <_>
-                  11 4 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0139478798955679</threshold>
-            <left_val>0.0991646125912666</left_val>
-            <right_val>-0.0678260922431946</right_val></_></_>
-        <_>
-          <!-- tree 64 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 2 10 3 -1.</_>
-                <_>
-                  2 3 10 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0224205106496811</threshold>
-            <left_val>0.1904506981372833</left_val>
-            <right_val>-0.0484246909618378</right_val></_></_>
-        <_>
-          <!-- tree 65 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 6 16 8 -1.</_>
-                <_>
-                  6 6 8 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0995163321495056</threshold>
-            <left_val>-0.0482200607657433</left_val>
-            <right_val>0.2056124061346054</right_val></_></_>
-        <_>
-          <!-- tree 66 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 12 15 -1.</_>
-                <_>
-                  8 0 6 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1495629996061325</threshold>
-            <left_val>0.0141723398119211</left_val>
-            <right_val>-0.6450886726379395</right_val></_></_>
-        <_>
-          <!-- tree 67 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 8 2 4 -1.</_>
-                <_>
-                  23 8 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.6693442901596427e-004</threshold>
-            <left_val>-0.0378436110913754</left_val>
-            <right_val>0.0635498985648155</right_val></_></_>
-        <_>
-          <!-- tree 68 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 3 3 -1.</_>
-                <_>
-                  0 6 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0120417503640056</threshold>
-            <left_val>0.0180350895971060</left_val>
-            <right_val>-0.4774137139320374</right_val></_></_>
-        <_>
-          <!-- tree 69 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 5 4 2 -1.</_>
-                <_>
-                  22 5 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.3097700905054808e-003</threshold>
-            <left_val>-0.0415334291756153</left_val>
-            <right_val>0.1302794069051743</right_val></_></_>
-        <_>
-          <!-- tree 70 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 4 2 -1.</_>
-                <_>
-                  1 5 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.2019869647920132e-003</threshold>
-            <left_val>-0.0514689311385155</left_val>
-            <right_val>0.1736146062612534</right_val></_></_>
-        <_>
-          <!-- tree 71 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 2 3 4 -1.</_>
-                <_>
-                  22 3 1 4 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0272558908909559</threshold>
-            <left_val>-0.0153390001505613</left_val>
-            <right_val>0.3625235855579376</right_val></_></_>
-        <_>
-          <!-- tree 72 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 2 4 3 -1.</_>
-                <_>
-                  3 3 4 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>8.8747506961226463e-003</threshold>
-            <left_val>-0.0426916293799877</left_val>
-            <right_val>0.2076780050992966</right_val></_></_>
-        <_>
-          <!-- tree 73 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 2 2 2 -1.</_>
-                <_>
-                  23 2 2 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>4.7241621650755405e-003</threshold>
-            <left_val>-0.0500567816197872</left_val>
-            <right_val>0.0873611792922020</right_val></_></_>
-        <_>
-          <!-- tree 74 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 4 4 -1.</_>
-                <_>
-                  0 6 4 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.3167313530575484e-005</threshold>
-            <left_val>-0.1244131028652191</left_val>
-            <right_val>0.0726777836680412</right_val></_></_>
-        <_>
-          <!-- tree 75 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 7 2 5 -1.</_>
-                <_>
-                  23 7 1 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.2639940250664949e-003</threshold>
-            <left_val>0.0776199027895927</left_val>
-            <right_val>-0.0404986217617989</right_val></_></_>
-        <_>
-          <!-- tree 76 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 1 4 -1.</_>
-                <_>
-                  0 1 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.6909559275954962e-003</threshold>
-            <left_val>0.0311388503760099</left_val>
-            <right_val>-0.3086219131946564</right_val></_></_>
-        <_>
-          <!-- tree 77 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 1 2 4 -1.</_>
-                <_>
-                  23 3 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0283522401005030</threshold>
-            <left_val>-0.3550184071063995</left_val>
-            <right_val>0.0135328602045774</right_val></_></_>
-        <_>
-          <!-- tree 78 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 1 2 4 -1.</_>
-                <_>
-                  0 3 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.6667202888056636e-004</threshold>
-            <left_val>0.0676028430461884</left_val>
-            <right_val>-0.1432974934577942</right_val></_></_>
-        <_>
-          <!-- tree 79 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 3 5 4 -1.</_>
-                <_>
-                  19 4 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0587403103709221</threshold>
-            <left_val>-0.5506312847137451</left_val>
-            <right_val>4.2741261422634125e-003</right_val></_></_>
-        <_>
-          <!-- tree 80 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 1 6 2 -1.</_>
-                <_>
-                  12 1 6 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0272757392376661</threshold>
-            <left_val>-0.6493160724639893</left_val>
-            <right_val>0.0125345299020410</right_val></_></_>
-        <_>
-          <!-- tree 81 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 11 6 4 -1.</_>
-                <_>
-                  19 12 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0117558799684048</threshold>
-            <left_val>-0.5648565292358398</left_val>
-            <right_val>0.0137637602165341</right_val></_></_>
-        <_>
-          <!-- tree 82 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 3 6 4 -1.</_>
-                <_>
-                  1 4 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.5923758558928967e-003</threshold>
-            <left_val>-0.0431140698492527</left_val>
-            <right_val>0.2005586028099060</right_val></_></_>
-        <_>
-          <!-- tree 83 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 0 2 1 -1.</_>
-                <_>
-                  23 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-7.1979401400312781e-004</threshold>
-            <left_val>-0.1374174952507019</left_val>
-            <right_val>0.0340671092271805</right_val></_></_>
-        <_>
-          <!-- tree 84 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 1 2 -1.</_>
-                <_>
-                  2 0 1 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>4.1190441697835922e-003</threshold>
-            <left_val>0.0367105789482594</left_val>
-            <right_val>-0.2477497011423111</right_val></_></_>
-        <_>
-          <!-- tree 85 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 4 2 -1.</_>
-                <_>
-                  20 0 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.5443051755428314e-003</threshold>
-            <left_val>7.2344779036939144e-003</left_val>
-            <right_val>-0.4473736882209778</right_val></_></_>
-        <_>
-          <!-- tree 86 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 2 12 -1.</_>
-                <_>
-                  0 0 1 6 2.</_>
-                <_>
-                  1 6 1 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.2358289249241352e-003</threshold>
-            <left_val>0.2173164039850235</left_val>
-            <right_val>-0.0386803299188614</right_val></_></_>
-        <_>
-          <!-- tree 87 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 4 2 8 -1.</_>
-                <_>
-                  23 4 1 4 2.</_>
-                <_>
-                  22 8 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.4686598964035511e-004</threshold>
-            <left_val>-0.0371707193553448</left_val>
-            <right_val>0.0385193713009357</right_val></_></_>
-        <_>
-          <!-- tree 88 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 4 2 8 -1.</_>
-                <_>
-                  1 4 1 4 2.</_>
-                <_>
-                  2 8 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.8468490866944194e-004</threshold>
-            <left_val>-0.1020980030298233</left_val>
-            <right_val>0.0926149412989616</right_val></_></_>
-        <_>
-          <!-- tree 89 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 9 4 1 -1.</_>
-                <_>
-                  17 9 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.1738609755411744e-003</threshold>
-            <left_val>0.1108791977167130</left_val>
-            <right_val>-0.0856960415840149</right_val></_></_>
-        <_>
-          <!-- tree 90 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 2 5 8 -1.</_>
-                <_>
-                  10 4 5 4 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0989599674940109</threshold>
-            <left_val>-0.4499149918556213</left_val>
-            <right_val>0.0212421305477619</right_val></_></_>
-        <_>
-          <!-- tree 91 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 13 2 2 -1.</_>
-                <_>
-                  19 13 1 1 2.</_>
-                <_>
-                  18 14 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.8248471729457378e-004</threshold>
-            <left_val>0.0228975899517536</left_val>
-            <right_val>-0.1995048969984055</right_val></_></_>
-        <_>
-          <!-- tree 92 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 9 13 6 -1.</_>
-                <_>
-                  6 11 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0413776896893978</threshold>
-            <left_val>0.1549389958381653</left_val>
-            <right_val>-0.0591393709182739</right_val></_></_>
-        <_>
-          <!-- tree 93 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 10 13 4 -1.</_>
-                <_>
-                  6 11 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.7946789786219597e-003</threshold>
-            <left_val>-0.0783610120415688</left_val>
-            <right_val>0.1739570051431656</right_val></_></_>
-        <_>
-          <!-- tree 94 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 24 4 -1.</_>
-                <_>
-                  0 8 12 2 2.</_>
-                <_>
-                  12 10 12 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0447585098445416</threshold>
-            <left_val>0.0260890107601881</left_val>
-            <right_val>-0.3311159014701843</right_val></_></_>
-        <_>
-          <!-- tree 95 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 10 8 3 -1.</_>
-                <_>
-                  17 11 8 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.9978479724377394e-003</threshold>
-            <left_val>0.0459281504154205</left_val>
-            <right_val>-0.1491470038890839</right_val></_></_>
-        <_>
-          <!-- tree 96 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 16 8 -1.</_>
-                <_>
-                  4 0 8 4 2.</_>
-                <_>
-                  12 4 8 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0595893599092960</threshold>
-            <left_val>-0.2485350966453552</left_val>
-            <right_val>0.0325236506760120</right_val></_></_>
-        <_>
-          <!-- tree 97 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 0 1 2 -1.</_>
-                <_>
-                  14 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.4199320301413536e-004</threshold>
-            <left_val>-0.0425546802580357</left_val>
-            <right_val>0.1344856023788452</right_val></_></_>
-        <_>
-          <!-- tree 98 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 9 6 6 -1.</_>
-                <_>
-                  5 9 2 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0239475108683109</threshold>
-            <left_val>-0.4583190977573395</left_val>
-            <right_val>0.0178181305527687</right_val></_></_>
-        <_>
-          <!-- tree 99 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 10 12 3 -1.</_>
-                <_>
-                  16 10 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.4462359771132469e-003</threshold>
-            <left_val>-0.0423585288226604</left_val>
-            <right_val>0.0580310709774494</right_val></_></_>
-        <_>
-          <!-- tree 100 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 10 12 3 -1.</_>
-                <_>
-                  3 10 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0129095697775483</threshold>
-            <left_val>0.1973039060831070</left_val>
-            <right_val>-0.0445232689380646</right_val></_></_>
-        <_>
-          <!-- tree 101 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 8 5 3 -1.</_>
-                <_>
-                  19 9 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.8930921107530594e-003</threshold>
-            <left_val>0.0428810603916645</left_val>
-            <right_val>-0.1371746063232422</right_val></_></_>
-        <_>
-          <!-- tree 102 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 1 3 1 -1.</_>
-                <_>
-                  8 1 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.8186258431524038e-004</threshold>
-            <left_val>0.1337869018316269</left_val>
-            <right_val>-0.0565496906638145</right_val></_></_>
-        <_>
-          <!-- tree 103 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 1 3 1 -1.</_>
-                <_>
-                  16 1 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.0884382370859385e-004</threshold>
-            <left_val>-0.0361675098538399</left_val>
-            <right_val>0.1220118999481201</right_val></_></_>
-        <_>
-          <!-- tree 104 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 1 3 1 -1.</_>
-                <_>
-                  8 1 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.2305429815314710e-004</threshold>
-            <left_val>-0.0695094764232636</left_val>
-            <right_val>0.1302513927221298</right_val></_></_>
-        <_>
-          <!-- tree 105 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 8 2 3 -1.</_>
-                <_>
-                  20 9 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.6460029873996973e-003</threshold>
-            <left_val>-0.1300535947084427</left_val>
-            <right_val>0.0327382087707520</right_val></_></_>
-        <_>
-          <!-- tree 106 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 4 2 -1.</_>
-                <_>
-                  3 0 2 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.2493818588554859e-003</threshold>
-            <left_val>0.0122888395562768</left_val>
-            <right_val>-0.6227869987487793</right_val></_></_>
-        <_>
-          <!-- tree 107 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 8 5 3 -1.</_>
-                <_>
-                  19 9 5 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.8207803890109062e-003</threshold>
-            <left_val>7.4369488283991814e-003</left_val>
-            <right_val>-0.1486981958150864</right_val></_></_>
-        <_>
-          <!-- tree 108 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 1 6 11 -1.</_>
-                <_>
-                  6 1 2 11 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0359272807836533</threshold>
-            <left_val>0.0188675802201033</left_val>
-            <right_val>-0.3921496868133545</right_val></_></_>
-        <_>
-          <!-- tree 109 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 9 2 1 -1.</_>
-                <_>
-                  16 9 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.1618811741936952e-005</threshold>
-            <left_val>0.0568877793848515</left_val>
-            <right_val>-0.0677392184734344</right_val></_></_>
-        <_>
-          <!-- tree 110 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 15 4 -1.</_>
-                <_>
-                  5 3 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0374080687761307</threshold>
-            <left_val>-0.0385471209883690</left_val>
-            <right_val>0.2218790054321289</right_val></_></_>
-        <_>
-          <!-- tree 111 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 2 3 3 -1.</_>
-                <_>
-                  11 3 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.2155661396682262e-003</threshold>
-            <left_val>0.1363334953784943</left_val>
-            <right_val>-0.0673948600888252</right_val></_></_>
-        <_>
-          <!-- tree 112 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 7 18 6 -1.</_>
-                <_>
-                  11 7 9 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0935681909322739</threshold>
-            <left_val>0.1743745058774948</left_val>
-            <right_val>-0.0487747117877007</right_val></_></_>
-        <_>
-          <!-- tree 113 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 6 24 9 -1.</_>
-                <_>
-                  7 6 12 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0762281417846680</threshold>
-            <left_val>-0.0574758499860764</left_val>
-            <right_val>0.1471180021762848</right_val></_></_>
-        <_>
-          <!-- tree 114 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 1 10 -1.</_>
-                <_>
-                  0 5 1 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0200377702713013</threshold>
-            <left_val>-0.4157789945602417</left_val>
-            <right_val>0.0179230198264122</right_val></_></_>
-        <_>
-          <!-- tree 115 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 3 10 2 -1.</_>
-                <_>
-                  9 4 10 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0118243796750903</threshold>
-            <left_val>0.1144623011350632</left_val>
-            <right_val>-0.0700482204556465</right_val></_></_>
-        <_>
-          <!-- tree 116 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 6 1 3 -1.</_>
-                <_>
-                  12 7 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.6057320171967149e-003</threshold>
-            <left_val>0.1678820997476578</left_val>
-            <right_val>-0.0499466583132744</right_val></_></_>
-        <_>
-          <!-- tree 117 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 9 2 1 -1.</_>
-                <_>
-                  16 9 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.5517439935356379e-003</threshold>
-            <left_val>-0.3828516900539398</left_val>
-            <right_val>0.0113612702116370</right_val></_></_>
-        <_>
-          <!-- tree 118 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 9 2 1 -1.</_>
-                <_>
-                  8 9 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.9515629699453712e-005</threshold>
-            <left_val>0.0925496816635132</left_val>
-            <right_val>-0.0903496667742729</right_val></_></_>
-        <_>
-          <!-- tree 119 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 7 6 6 -1.</_>
-                <_>
-                  19 7 3 3 2.</_>
-                <_>
-                  16 10 3 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0167104993015528</threshold>
-            <left_val>0.1787143051624298</left_val>
-            <right_val>-0.0413177497684956</right_val></_></_>
-        <_>
-          <!-- tree 120 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 10 2 2 -1.</_>
-                <_>
-                  10 10 1 1 2.</_>
-                <_>
-                  11 11 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.6687301993370056e-004</threshold>
-            <left_val>-0.2522006928920746</left_val>
-            <right_val>0.0305528100579977</right_val></_></_>
-        <_>
-          <!-- tree 121 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 9 2 2 -1.</_>
-                <_>
-                  17 9 1 1 2.</_>
-                <_>
-                  16 10 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.0828930145362392e-005</threshold>
-            <left_val>0.0542593784630299</left_val>
-            <right_val>-0.0474381409585476</right_val></_></_>
-        <_>
-          <!-- tree 122 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 9 2 2 -1.</_>
-                <_>
-                  7 9 1 1 2.</_>
-                <_>
-                  8 10 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.6335372179746628e-004</threshold>
-            <left_val>0.1779994070529938</left_val>
-            <right_val>-0.0423120781779289</right_val></_></_>
-        <_>
-          <!-- tree 123 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 10 2 2 -1.</_>
-                <_>
-                  14 10 1 1 2.</_>
-                <_>
-                  13 11 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.9218461653217673e-004</threshold>
-            <left_val>-0.1845878958702087</left_val>
-            <right_val>0.0251416098326445</right_val></_></_>
-        <_>
-          <!-- tree 124 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 7 2 3 -1.</_>
-                <_>
-                  11 8 2 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.4870179370045662e-003</threshold>
-            <left_val>0.1677664965391159</left_val>
-            <right_val>-0.0460440590977669</right_val></_></_>
-        <_>
-          <!-- tree 125 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 6 3 -1.</_>
-                <_>
-                  19 1 6 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0195988900959492</threshold>
-            <left_val>0.0180558506399393</left_val>
-            <right_val>-0.3022567927837372</right_val></_></_>
-        <_>
-          <!-- tree 126 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 6 3 -1.</_>
-                <_>
-                  0 1 6 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0109872100874782</threshold>
-            <left_val>-0.3727653026580811</left_val>
-            <right_val>0.0197681505233049</right_val></_></_>
-        <_>
-          <!-- tree 127 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 0 1 2 -1.</_>
-                <_>
-                  24 1 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.6390639403834939e-005</threshold>
-            <left_val>0.0768569633364677</left_val>
-            <right_val>-0.1268360018730164</right_val></_></_>
-        <_>
-          <!-- tree 128 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 16 1 -1.</_>
-                <_>
-                  4 0 8 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.2606238275766373e-003</threshold>
-            <left_val>0.1132820025086403</left_val>
-            <right_val>-0.0696604028344154</right_val></_></_>
-        <_>
-          <!-- tree 129 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 11 6 4 -1.</_>
-                <_>
-                  19 12 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.3147160001099110e-003</threshold>
-            <left_val>0.0329976715147495</left_val>
-            <right_val>-0.2646273076534271</right_val></_></_>
-        <_>
-          <!-- tree 130 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 6 4 -1.</_>
-                <_>
-                  0 12 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0101194800809026</threshold>
-            <left_val>-0.4706184864044190</left_val>
-            <right_val>0.0138464700430632</right_val></_></_>
-        <_>
-          <!-- tree 131 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 15 6 -1.</_>
-                <_>
-                  5 6 15 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0921443328261375</threshold>
-            <left_val>-0.0886306688189507</left_val>
-            <right_val>0.0808285027742386</right_val></_></_>
-        <_>
-          <!-- tree 132 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 3 9 3 -1.</_>
-                <_>
-                  8 4 9 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0118425898253918</threshold>
-            <left_val>-0.0542713403701782</left_val>
-            <right_val>0.1590622961521149</right_val></_></_>
-        <_>
-          <!-- tree 133 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 0 1 12 -1.</_>
-                <_>
-                  12 3 1 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0260604508221149</threshold>
-            <left_val>0.0202190801501274</left_val>
-            <right_val>-0.3709642887115479</right_val></_></_>
-        <_>
-          <!-- tree 134 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 3 14 8 -1.</_>
-                <_>
-                  1 7 14 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2863250076770783</threshold>
-            <left_val>0.0171639006584883</left_val>
-            <right_val>-0.3946934938430786</right_val></_></_>
-        <_>
-          <!-- tree 135 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 0 6 4 -1.</_>
-                <_>
-                  17 0 2 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0193374603986740</threshold>
-            <left_val>-0.2173891961574554</left_val>
-            <right_val>0.0148878796026111</right_val></_></_>
-        <_>
-          <!-- tree 136 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 7 4 2 -1.</_>
-                <_>
-                  3 7 2 1 2.</_>
-                <_>
-                  5 8 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.8996037589386106e-004</threshold>
-            <left_val>-0.0642509534955025</left_val>
-            <right_val>0.1074123978614807</right_val></_></_>
-        <_>
-          <!-- tree 137 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 5 1 8 -1.</_>
-                <_>
-                  14 9 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0273154806345701</threshold>
-            <left_val>5.0893737934529781e-003</left_val>
-            <right_val>-0.5541477799415588</right_val></_></_>
-        <_>
-          <!-- tree 138 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 3 3 -1.</_>
-                <_>
-                  0 8 3 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.3149320669472218e-003</threshold>
-            <left_val>-0.5788456201553345</left_val>
-            <right_val>0.0114226602017879</right_val></_></_>
-        <_>
-          <!-- tree 139 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 12 6 3 -1.</_>
-                <_>
-                  13 12 2 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0134929800406098</threshold>
-            <left_val>6.9531891494989395e-003</left_val>
-            <right_val>-0.3359794020652771</right_val></_></_>
-        <_>
-          <!-- tree 140 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 12 6 3 -1.</_>
-                <_>
-                  10 12 2 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0170349292457104</threshold>
-            <left_val>9.6587073057889938e-003</left_val>
-            <right_val>-0.6638085842132568</right_val></_></_>
-        <_>
-          <!-- tree 141 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 5 6 10 -1.</_>
-                <_>
-                  19 5 3 5 2.</_>
-                <_>
-                  16 10 3 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0495363213121891</threshold>
-            <left_val>-0.1099594011902809</left_val>
-            <right_val>7.1444557979702950e-003</right_val></_></_>
-        <_>
-          <!-- tree 142 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 5 6 10 -1.</_>
-                <_>
-                  3 5 3 5 2.</_>
-                <_>
-                  6 10 3 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0326232202351093</threshold>
-            <left_val>0.1888170987367630</left_val>
-            <right_val>-0.0416569598019123</right_val></_></_>
-        <_>
-          <!-- tree 143 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 8 8 1 -1.</_>
-                <_>
-                  19 8 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.5752598885446787e-003</threshold>
-            <left_val>-0.0510260090231895</left_val>
-            <right_val>0.1057118028402329</right_val></_></_>
-        <_>
-          <!-- tree 144 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 8 1 -1.</_>
-                <_>
-                  2 8 4 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.4968909565359354e-003</threshold>
-            <left_val>-0.0559858083724976</left_val>
-            <right_val>0.1347001940011978</right_val></_></_>
-        <_>
-          <!-- tree 145 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 13 14 2 -1.</_>
-                <_>
-                  9 13 7 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0116916997358203</threshold>
-            <left_val>0.0694792568683624</left_val>
-            <right_val>-0.0498108491301537</right_val></_></_>
-        <_>
-          <!-- tree 146 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 14 20 1 -1.</_>
-                <_>
-                  6 14 10 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.0966278649866581e-003</threshold>
-            <left_val>-0.0719841867685318</left_val>
-            <right_val>0.1201341003179550</right_val></_></_>
-        <_>
-          <!-- tree 147 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 7 2 2 -1.</_>
-                <_>
-                  18 7 1 1 2.</_>
-                <_>
-                  17 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.6429098155349493e-004</threshold>
-            <left_val>-0.0280915908515453</left_val>
-            <right_val>0.1105908975005150</right_val></_></_>
-        <_>
-          <!-- tree 148 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 2 2 -1.</_>
-                <_>
-                  0 9 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.0658349860459566e-003</threshold>
-            <left_val>-0.4070394039154053</left_val>
-            <right_val>0.0187105592340231</right_val></_></_>
-        <_>
-          <!-- tree 149 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 7 2 2 -1.</_>
-                <_>
-                  18 7 1 1 2.</_>
-                <_>
-                  17 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.5272910685744137e-005</threshold>
-            <left_val>0.0707912817597389</left_val>
-            <right_val>-0.0700317397713661</right_val></_></_>
-        <_>
-          <!-- tree 150 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 2 2 -1.</_>
-                <_>
-                  6 7 1 1 2.</_>
-                <_>
-                  7 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.5698497928678989e-004</threshold>
-            <left_val>-0.0492957085371017</left_val>
-            <right_val>0.1548248976469040</right_val></_></_>
-        <_>
-          <!-- tree 151 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 10 2 2 -1.</_>
-                <_>
-                  14 10 1 1 2.</_>
-                <_>
-                  13 11 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.3707341430708766e-004</threshold>
-            <left_val>0.0302961803972721</left_val>
-            <right_val>-0.1238510981202126</right_val></_></_>
-        <_>
-          <!-- tree 152 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 6 4 -1.</_>
-                <_>
-                  6 0 2 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0272689107805490</threshold>
-            <left_val>-0.4674024879932404</left_val>
-            <right_val>0.0149874398484826</right_val></_></_>
-        <_>
-          <!-- tree 153 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 0 6 2 -1.</_>
-                <_>
-                  12 0 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.6138951070606709e-003</threshold>
-            <left_val>0.1166682019829750</left_val>
-            <right_val>-0.0615368783473969</right_val></_></_>
-        <_>
-          <!-- tree 154 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 1 8 3 -1.</_>
-                <_>
-                  10 1 4 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0277075897902250</threshold>
-            <left_val>-0.6434546709060669</left_val>
-            <right_val>0.0120052499696612</right_val></_></_>
-        <_>
-          <!-- tree 155 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 6 7 2 -1.</_>
-                <_>
-                  14 6 7 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0200542695820332</threshold>
-            <left_val>-0.3493579030036926</left_val>
-            <right_val>0.0109763201326132</right_val></_></_>
-        <_>
-          <!-- tree 156 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 10 4 1 -1.</_>
-                <_>
-                  9 10 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.9170317146927118e-004</threshold>
-            <left_val>0.0442647784948349</left_val>
-            <right_val>-0.1491888016462326</right_val></_></_>
-        <_>
-          <!-- tree 157 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 11 2 2 -1.</_>
-                <_>
-                  17 11 1 1 2.</_>
-                <_>
-                  16 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.4560663304291666e-005</threshold>
-            <left_val>-0.0422041602432728</left_val>
-            <right_val>0.0473436005413532</right_val></_></_>
-        <_>
-          <!-- tree 158 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 11 2 2 -1.</_>
-                <_>
-                  7 11 1 1 2.</_>
-                <_>
-                  8 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.8378103100694716e-005</threshold>
-            <left_val>0.1016054973006249</left_val>
-            <right_val>-0.0740641728043556</right_val></_></_>
-        <_>
-          <!-- tree 159 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 11 2 2 -1.</_>
-                <_>
-                  17 11 1 1 2.</_>
-                <_>
-                  16 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.6106527810916305e-005</threshold>
-            <left_val>0.0759406536817551</left_val>
-            <right_val>-0.0495208092033863</right_val></_></_>
-        <_>
-          <!-- tree 160 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 11 2 2 -1.</_>
-                <_>
-                  7 11 1 1 2.</_>
-                <_>
-                  8 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.2288508848287165e-004</threshold>
-            <left_val>-0.0588600113987923</left_val>
-            <right_val>0.1385688036680222</right_val></_></_>
-        <_>
-          <!-- tree 161 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 9 4 1 -1.</_>
-                <_>
-                  17 9 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.5251980405300856e-003</threshold>
-            <left_val>-0.0302844792604446</left_val>
-            <right_val>0.1643659025430679</right_val></_></_>
-        <_>
-          <!-- tree 162 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 9 4 1 -1.</_>
-                <_>
-                  6 9 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.0347938239574432e-003</threshold>
-            <left_val>-0.6502289175987244</left_val>
-            <right_val>0.0117079298943281</right_val></_></_>
-        <_>
-          <!-- tree 163 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 8 3 4 -1.</_>
-                <_>
-                  11 9 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.2698681354522705e-003</threshold>
-            <left_val>0.1213309019804001</left_val>
-            <right_val>-0.0608336813747883</right_val></_></_>
-        <_>
-          <!-- tree 164 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 6 3 2 -1.</_>
-                <_>
-                  10 7 1 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0166539791971445</threshold>
-            <left_val>0.0145571101456881</left_val>
-            <right_val>-0.5031678080558777</right_val></_></_>
-        <_>
-          <!-- tree 165 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 4 8 -1.</_>
-                <_>
-                  19 2 4 4 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.1178558021783829</threshold>
-            <left_val>-0.3486539125442505</left_val>
-            <right_val>5.8299610391259193e-003</right_val></_></_>
-        <_>
-          <!-- tree 166 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 8 4 -1.</_>
-                <_>
-                  6 2 4 4 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0389890410006046</threshold>
-            <left_val>0.1082129999995232</left_val>
-            <right_val>-0.0824354067444801</right_val></_></_>
-        <_>
-          <!-- tree 167 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 1 5 2 -1.</_>
-                <_>
-                  20 1 5 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-6.9744870997965336e-003</threshold>
-            <left_val>0.0920993909239769</left_val>
-            <right_val>-0.0447417609393597</right_val></_></_>
-        <_>
-          <!-- tree 168 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 6 6 4 -1.</_>
-                <_>
-                  0 7 6 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0154374102130532</threshold>
-            <left_val>0.0294817406684160</left_val>
-            <right_val>-0.2408691942691803</right_val></_></_>
-        <_>
-          <!-- tree 169 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 6 5 4 -1.</_>
-                <_>
-                  20 7 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.9599988162517548e-003</threshold>
-            <left_val>-0.2254153043031693</left_val>
-            <right_val>0.0256420802325010</right_val></_></_>
-        <_>
-          <!-- tree 170 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 8 3 1 -1.</_>
-                <_>
-                  7 8 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.3358142031356692e-004</threshold>
-            <left_val>0.1183808967471123</left_val>
-            <right_val>-0.0571242086589336</right_val></_></_>
-        <_>
-          <!-- tree 171 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 8 24 2 -1.</_>
-                <_>
-                  13 8 12 1 2.</_>
-                <_>
-                  1 9 12 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0176937691867352</threshold>
-            <left_val>0.0266077890992165</left_val>
-            <right_val>-0.3055857121944428</right_val></_></_>
-        <_>
-          <!-- tree 172 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 8 8 3 -1.</_>
-                <_>
-                  8 9 8 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.3599448874592781e-003</threshold>
-            <left_val>-0.0569497905671597</left_val>
-            <right_val>0.1210888996720314</right_val></_></_>
-        <_>
-          <!-- tree 173 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 11 6 4 -1.</_>
-                <_>
-                  19 11 2 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0158548094332218</threshold>
-            <left_val>0.0215572193264961</left_val>
-            <right_val>-0.2521420121192932</right_val></_></_>
-        <_>
-          <!-- tree 174 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 18 1 -1.</_>
-                <_>
-                  9 0 9 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0549633502960205</threshold>
-            <left_val>0.0106362197548151</left_val>
-            <right_val>-0.5730599761009216</right_val></_></_>
-        <_>
-          <!-- tree 175 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 6 3 2 -1.</_>
-                <_>
-                  15 7 1 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-3.7383600138127804e-003</threshold>
-            <left_val>0.0774415433406830</left_val>
-            <right_val>-0.0306048095226288</right_val></_></_>
-        <_>
-          <!-- tree 176 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 6 13 2 -1.</_>
-                <_>
-                  5 7 13 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0182623900473118</threshold>
-            <left_val>-0.0549028292298317</left_val>
-            <right_val>0.1176588013768196</right_val></_></_>
-        <_>
-          <!-- tree 177 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 6 3 2 -1.</_>
-                <_>
-                  15 7 1 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0318278707563877</threshold>
-            <left_val>-0.9110031723976135</left_val>
-            <right_val>1.3938200427219272e-003</right_val></_></_>
-        <_>
-          <!-- tree 178 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 6 2 6 -1.</_>
-                <_>
-                  10 8 2 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.6466179881244898e-003</threshold>
-            <left_val>0.1085240989923477</left_val>
-            <right_val>-0.0722526162862778</right_val></_></_>
-        <_>
-          <!-- tree 179 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 1 5 2 -1.</_>
-                <_>
-                  20 1 5 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0517431795597076</threshold>
-            <left_val>-0.9186943173408508</left_val>
-            <right_val>1.8797840457409620e-003</right_val></_></_>
-        <_>
-          <!-- tree 180 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 1 2 5 -1.</_>
-                <_>
-                  5 1 1 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-9.0449545532464981e-003</threshold>
-            <left_val>0.1787680983543396</left_val>
-            <right_val>-0.0388442091643810</right_val></_></_>
-        <_>
-          <!-- tree 181 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 7 1 8 -1.</_>
-                <_>
-                  24 9 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.5340228825807571e-003</threshold>
-            <left_val>-0.2472573071718216</left_val>
-            <right_val>0.0297267790883780</right_val></_></_>
-        <_>
-          <!-- tree 182 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 7 11 3 -1.</_>
-                <_>
-                  7 8 11 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.8734101951122284e-003</threshold>
-            <left_val>-0.0675214827060699</left_val>
-            <right_val>0.1065412983298302</right_val></_></_>
-        <_>
-          <!-- tree 183 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 11 2 2 -1.</_>
-                <_>
-                  14 11 1 1 2.</_>
-                <_>
-                  13 12 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.7327789040282369e-004</threshold>
-            <left_val>0.0221925694495440</left_val>
-            <right_val>-0.1398307979106903</right_val></_></_>
-        <_>
-          <!-- tree 184 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 11 3 1 -1.</_>
-                <_>
-                  11 11 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.5252941062208265e-005</threshold>
-            <left_val>0.0903024971485138</left_val>
-            <right_val>-0.0786189734935761</right_val></_></_>
-        <_>
-          <!-- tree 185 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 7 1 8 -1.</_>
-                <_>
-                  24 9 1 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.8931739293038845e-003</threshold>
-            <left_val>0.0311242006719112</left_val>
-            <right_val>-0.1617130041122437</right_val></_></_>
-        <_>
-          <!-- tree 186 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 5 2 4 -1.</_>
-                <_>
-                  10 5 2 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0357618294656277</threshold>
-            <left_val>-0.3406237065792084</left_val>
-            <right_val>0.0201859101653099</right_val></_></_>
-        <_>
-          <!-- tree 187 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 1 2 3 -1.</_>
-                <_>
-                  21 2 2 1 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0110698901116848</threshold>
-            <left_val>0.1165141984820366</left_val>
-            <right_val>-0.0340334698557854</right_val></_></_>
-        <_>
-          <!-- tree 188 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 1 3 2 -1.</_>
-                <_>
-                  4 2 1 2 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>3.4201510716229677e-003</threshold>
-            <left_val>-0.0530161187052727</left_val>
-            <right_val>0.1339436024427414</right_val></_></_>
-        <_>
-          <!-- tree 189 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 4 3 3 -1.</_>
-                <_>
-                  17 5 1 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0499692708253860</threshold>
-            <left_val>-0.8493295907974243</left_val>
-            <right_val>2.7547380886971951e-003</right_val></_></_>
-        <_>
-          <!-- tree 190 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 3 2 -1.</_>
-                <_>
-                  3 0 3 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-1.1221430031582713e-003</threshold>
-            <left_val>-0.1629413068294525</left_val>
-            <right_val>0.0413381010293961</right_val></_></_>
-        <_>
-          <!-- tree 191 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 0 8 3 -1.</_>
-                <_>
-                  17 0 4 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0371481291949749</threshold>
-            <left_val>0.0171750299632549</left_val>
-            <right_val>-0.2840433120727539</right_val></_></_>
-        <_>
-          <!-- tree 192 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 12 4 3 -1.</_>
-                <_>
-                  0 13 4 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.3847341071814299e-003</threshold>
-            <left_val>0.0348382107913494</left_val>
-            <right_val>-0.1844726949930191</right_val></_></_>
-        <_>
-          <!-- tree 193 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 3 21 3 -1.</_>
-                <_>
-                  9 3 7 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1431124955415726</threshold>
-            <left_val>0.0252217296510935</left_val>
-            <right_val>-0.2543725967407227</right_val></_></_>
-        <_>
-          <!-- tree 194 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 1 2 5 -1.</_>
-                <_>
-                  8 1 1 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0119188595563173</threshold>
-            <left_val>0.1655784994363785</left_val>
-            <right_val>-0.0447442717850208</right_val></_></_>
-        <_>
-          <!-- tree 195 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 7 6 4 -1.</_>
-                <_>
-                  22 7 3 2 2.</_>
-                <_>
-                  19 9 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.4779450185596943e-003</threshold>
-            <left_val>-0.0250237993896008</left_val>
-            <right_val>0.0799132883548737</right_val></_></_>
-        <_>
-          <!-- tree 196 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 6 4 -1.</_>
-                <_>
-                  0 7 3 2 2.</_>
-                <_>
-                  3 9 3 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.4581739669665694e-003</threshold>
-            <left_val>-0.0797923728823662</left_val>
-            <right_val>0.0829188674688339</right_val></_></_>
-        <_>
-          <!-- tree 197 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 4 1 4 -1.</_>
-                <_>
-                  24 5 1 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.2418850138783455e-003</threshold>
-            <left_val>0.0132909296080470</left_val>
-            <right_val>-0.2995111048221588</right_val></_></_>
-        <_>
-          <!-- tree 198 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 7 3 4 -1.</_>
-                <_>
-                  3 8 3 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0227145906537771</threshold>
-            <left_val>0.4398984909057617</left_val>
-            <right_val>-0.0150371296331286</right_val></_></_>
-        <_>
-          <!-- tree 199 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 9 4 1 -1.</_>
-                <_>
-                  18 9 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.3001482263207436e-003</threshold>
-            <left_val>-0.3546585142612457</left_val>
-            <right_val>7.9521266743540764e-003</right_val></_></_>
-        <_>
-          <!-- tree 200 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 9 4 1 -1.</_>
-                <_>
-                  5 9 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.0604769922792912e-003</threshold>
-            <left_val>0.0385937690734863</left_val>
-            <right_val>-0.1762923002243042</right_val></_></_>
-        <_>
-          <!-- tree 201 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 6 2 2 -1.</_>
-                <_>
-                  23 7 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.3205441907048225e-003</threshold>
-            <left_val>0.0171245392411947</left_val>
-            <right_val>-0.1075016036629677</right_val></_></_>
-        <_>
-          <!-- tree 202 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 6 2 2 -1.</_>
-                <_>
-                  0 7 2 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.8217399269342422e-003</threshold>
-            <left_val>-0.4589209854602814</left_val>
-            <right_val>0.0141258295625448</right_val></_></_>
-        <_>
-          <!-- tree 203 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 0 3 1 -1.</_>
-                <_>
-                  13 0 1 1 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.7336847102269530e-004</threshold>
-            <left_val>-0.0361551195383072</left_val>
-            <right_val>0.1268056929111481</right_val></_></_>
-        <_>
-          <!-- tree 204 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 7 2 2 -1.</_>
-                <_>
-                  1 7 1 1 2.</_>
-                <_>
-                  2 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.9081847798079252e-004</threshold>
-            <left_val>0.1707147061824799</left_val>
-            <right_val>-0.0376146212220192</right_val></_></_>
-        <_>
-          <!-- tree 205 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 7 2 2 -1.</_>
-                <_>
-                  23 7 1 1 2.</_>
-                <_>
-                  22 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.6159887248650193e-004</threshold>
-            <left_val>0.2311398983001709</left_val>
-            <right_val>-0.0603629797697067</right_val></_></_>
-        <_>
-          <!-- tree 206 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 11 6 4 -1.</_>
-                <_>
-                  4 11 2 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0210315398871899</threshold>
-            <left_val>-0.4918564856052399</left_val>
-            <right_val>0.0156012997031212</right_val></_></_>
-        <_>
-          <!-- tree 207 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 1 10 4 -1.</_>
-                <_>
-                  19 1 5 2 2.</_>
-                <_>
-                  14 3 5 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0180973205715418</threshold>
-            <left_val>-0.0467358492314816</left_val>
-            <right_val>0.1050693020224571</right_val></_></_>
-        <_>
-          <!-- tree 208 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 2 12 2 -1.</_>
-                <_>
-                  6 3 12 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0131208598613739</threshold>
-            <left_val>0.1018344014883041</left_val>
-            <right_val>-0.0857265591621399</right_val></_></_>
-        <_>
-          <!-- tree 209 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 6 8 9 -1.</_>
-                <_>
-                  9 9 8 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2012819051742554</threshold>
-            <left_val>-9.4874696806073189e-003</left_val>
-            <right_val>0.5418189764022827</right_val></_></_>
-        <_>
-          <!-- tree 210 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 8 3 3 -1.</_>
-                <_>
-                  4 9 1 1 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.3326090350747108e-003</threshold>
-            <left_val>0.0282447207719088</left_val>
-            <right_val>-0.2452981024980545</right_val></_></_>
-        <_>
-          <!-- tree 211 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 7 2 2 -1.</_>
-                <_>
-                  23 7 1 1 2.</_>
-                <_>
-                  22 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.0540642850100994e-004</threshold>
-            <left_val>-0.0559650883078575</left_val>
-            <right_val>0.2322594970464706</right_val></_></_>
-        <_>
-          <!-- tree 212 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 10 2 2 -1.</_>
-                <_>
-                  11 10 1 1 2.</_>
-                <_>
-                  12 11 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.3532002493739128e-004</threshold>
-            <left_val>0.0432194508612156</left_val>
-            <right_val>-0.1652047038078308</right_val></_></_>
-        <_>
-          <!-- tree 213 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 7 2 2 -1.</_>
-                <_>
-                  23 7 1 1 2.</_>
-                <_>
-                  22 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.0239711678586900e-005</threshold>
-            <left_val>0.0588538907468319</left_val>
-            <right_val>-0.0475415214896202</right_val></_></_>
-        <_>
-          <!-- tree 214 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 13 10 1 -1.</_>
-                <_>
-                  9 13 5 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.8403399996459484e-003</threshold>
-            <left_val>-0.0541158504784107</left_val>
-            <right_val>0.1303326934576035</right_val></_></_>
-        <_>
-          <!-- tree 215 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 20 15 -1.</_>
-                <_>
-                  3 0 10 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.6619219779968262</threshold>
-            <left_val>-0.0147952698171139</left_val>
-            <right_val>0.5785722732543945</right_val></_></_>
-        <_>
-          <!-- tree 216 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 13 24 1 -1.</_>
-                <_>
-                  6 13 12 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.5441237315535545e-003</threshold>
-            <left_val>0.1165743991732597</left_val>
-            <right_val>-0.0628988370299339</right_val></_></_>
-        <_>
-          <!-- tree 217 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 7 2 2 -1.</_>
-                <_>
-                  23 7 1 1 2.</_>
-                <_>
-                  22 8 1 1 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.4021849791752174e-005</threshold>
-            <left_val>-0.0602008998394012</left_val>
-            <right_val>0.0699716731905937</right_val></_></_></trees>
-      <stage_threshold>-1.2540320158004761</stage_threshold>
-      <parent>15</parent>
-      <next>-1</next></_></stages></Boca_17stages>
-</opencv_storage>
+<?xml version="1.0"?>
+<!----------------------------------------------------------------------------
+  25x15 Mouth detector computed with 7000 positive samples
+
+//////////////////////////////////////////////////////////////////////////
+| Contributors License Agreement
+| IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
+|   By downloading, copying, installing or using the software you agree
+|   to this license.
+|   If you do not agree to this license, do not download, install,
+|   copy or use the software.
+|
+| Copyright (c) 2006, Modesto Castrillon-Santana (IUSIANI, University of
+| Las Palmas de Gran Canaria, Spain).
+|  All rights reserved.
+|
+| Redistribution and use in source and binary forms, with or without
+| modification, are permitted provided that the following conditions are
+| met:
+|
+|    * Redistributions of source code must retain the above copyright
+|       notice, this list of conditions and the following disclaimer.
+|    * Redistributions in binary form must reproduce the above
+|      copyright notice, this list of conditions and the following
+|      disclaimer in the documentation and/or other materials provided
+|      with the distribution.
+|    * The name of Contributor may not used to endorse or promote products
+|      derived from this software without specific prior written permission.
+|
+| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+| "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+| LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+| A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+| CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+| EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+| PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+| PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+| LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+| NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  Back to
+| Top
+//////////////////////////////////////////////////////////////////////////
+
+RESEARCH USE:
+If you are using any of the detectors or involved ideas please cite one of these papers:
+
+ ARTICLE{Castrillon07-jvci,
+  author =       "Castrill\'on Santana, M. and D\'eniz Su\'arez, O. and Hern\'andez Tejera, M. and Guerra 
Artal, C.",
+  title =        "ENCARA2: Real-time Detection of Multiple Faces at Different Resolutions in Video Streams",
+  journal =      "Journal of Visual Communication and Image Representation",
+  year =         "2007",
+  vol =          "18",
+  issue =        "2",
+  month =        "April",
+  pages =        "130-140"
+}
+
+ INPROCEEDINGS{Castrillon07-swb,
+  author =       "Castrill\'on Santana, M. and D\'eniz Su\'arez, O. and Hern\'andez Sosa, D. and Lorenzo 
Navarro, J. ",
+  title =        "Using Incremental Principal Component Analysis to Learn a Gender Classifier Automatically",
+  booktitle =    "1st Spanish Workshop on Biometrics",
+  year =         "2007",
+  month =        "June",
+  address =      "Girona, Spain",
+  file = F
+}
+
+A comparison of this and other face related classifiers can be found in:
+
+ InProceedings{Castrillon08a-visapp,
+ 'athor =       "Modesto Castrill\'on-Santana and O. D\'eniz-Su\'arez, L. Ant\'on-Canal\'{\i}s and J. 
Lorenzo-Navarro",
+  title =        "Face and Facial Feature Detection Evaluation"
+  booktitle =    "Third International Conference on Computer Vision Theory and Applications, VISAPP08"
+  year =         "2008",
+  month =        "January"
+}
+
+More information can be found at http://mozart.dis.ulpgc.es/Gias/modesto_eng.html or in the papers.
+
+COMMERCIAL USE:
+If you have any commercial interest in this work please contact
+mcastrillon iusiani ulpgc es
+------------------------------------------------------------------------>
+<opencv_storage>
+<Boca_17stages type_id="opencv-haar-classifier">
+  <size>
+    25 15</size>
+  <stages>
+    <_>
+      <!-- stage 0 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 14 9 -1.</_>
+                <_>
+                  0 3 14 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1192855015397072</threshold>
+            <left_val>0.7854182124137878</left_val>
+            <right_val>-0.4541360139846802</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 1 8 14 -1.</_>
+                <_>
+                  17 8 8 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0641647726297379</threshold>
+            <left_val>-0.7407680749893189</left_val>
+            <right_val>0.2652035951614380</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 11 6 -1.</_>
+                <_>
+                  7 5 11 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0910761803388596</threshold>
+            <left_val>-0.2063370943069458</left_val>
+            <right_val>0.8400946259498596</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 15 6 -1.</_>
+                <_>
+                  5 4 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1129330024123192</threshold>
+            <left_val>0.8284121751785278</left_val>
+            <right_val>-0.1866362988948822</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 4 11 6 -1.</_>
+                <_>
+                  6 6 11 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0741933435201645</threshold>
+            <left_val>0.8354660272598267</left_val>
+            <right_val>-0.1527701020240784</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 1 6 3 -1.</_>
+                <_>
+                  19 1 2 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.1404659491963685e-005</threshold>
+            <left_val>-0.0716945603489876</left_val>
+            <right_val>0.1858334988355637</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 15 6 -1.</_>
+                <_>
+                  5 2 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0996975302696228</threshold>
+            <left_val>0.6870458126068115</left_val>
+            <right_val>-0.1721730977296829</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 13 6 -1.</_>
+                <_>
+                  7 5 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0900413617491722</threshold>
+            <left_val>0.7310237884521484</left_val>
+            <right_val>-0.1368771940469742</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 6 5 -1.</_>
+                <_>
+                  8 3 3 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.5138311320915818e-004</threshold>
+            <left_val>-0.3469826877117157</left_val>
+            <right_val>0.3647777140140533</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 14 4 1 -1.</_>
+                <_>
+                  21 14 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.6144449546118267e-005</threshold>
+            <left_val>-0.3085466027259827</left_val>
+            <right_val>0.2320024073123932</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 3 12 -1.</_>
+                <_>
+                  0 7 3 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.9363909814273939e-005</threshold>
+            <left_val>-0.3819856047630310</left_val>
+            <right_val>0.2404107004404068</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 10 3 4 -1.</_>
+                <_>
+                  22 11 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.9673648104071617e-003</threshold>
+            <left_val>0.0545878112316132</left_val>
+            <right_val>-0.7487065792083740</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 10 3 4 -1.</_>
+                <_>
+                  0 11 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.7189309261739254e-003</threshold>
+            <left_val>-0.7476686835289002</left_val>
+            <right_val>0.1205869019031525</right_val></_></_></trees>
+      <stage_threshold>-1.4372119903564453</stage_threshold>
+      <parent>-1</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 1 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 15 8 -1.</_>
+                <_>
+                  5 2 15 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1006335020065308</threshold>
+            <left_val>0.7848083972930908</left_val>
+            <right_val>-0.3866829872131348</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 0 5 9 -1.</_>
+                <_>
+                  20 3 5 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0366767607629299</threshold>
+            <left_val>0.5453233718872070</left_val>
+            <right_val>-0.4012677967548370</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 2 13 4 -1.</_>
+                <_>
+                  6 4 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0815562233328819</threshold>
+            <left_val>-0.1315398067235947</left_val>
+            <right_val>0.8084958195686340</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 2 15 6 -1.</_>
+                <_>
+                  7 4 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1064186021685600</threshold>
+            <left_val>0.6782389879226685</left_val>
+            <right_val>-0.2083356976509094</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 3 4 12 -1.</_>
+                <_>
+                  2 9 4 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0156307406723499</threshold>
+            <left_val>-0.3749788105487824</left_val>
+            <right_val>0.3150509893894196</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 1 14 6 -1.</_>
+                <_>
+                  6 3 14 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0711290463805199</threshold>
+            <left_val>-0.1557385027408600</left_val>
+            <right_val>0.7050542831420898</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 3 9 6 -1.</_>
+                <_>
+                  8 5 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0736639127135277</threshold>
+            <left_val>-0.1547683030366898</left_val>
+            <right_val>0.6715884804725647</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 4 6 -1.</_>
+                <_>
+                  21 3 4 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.0592950275167823e-004</threshold>
+            <left_val>0.1365388035774231</left_val>
+            <right_val>-0.2670182883739471</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 12 1 3 -1.</_>
+                <_>
+                  1 13 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.9239520188421011e-003</threshold>
+            <left_val>-0.7261438965797424</left_val>
+            <right_val>0.1364576965570450</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 12 1 3 -1.</_>
+                <_>
+                  23 13 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.3057300131767988e-003</threshold>
+            <left_val>0.0706136971712112</left_val>
+            <right_val>-0.6423184275627136</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 12 1 3 -1.</_>
+                <_>
+                  1 13 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.8073299434036016e-003</threshold>
+            <left_val>0.1355642974376679</left_val>
+            <right_val>-0.7050786018371582</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 7 11 8 -1.</_>
+                <_>
+                  7 9 11 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0664333626627922</threshold>
+            <left_val>0.6158788204193115</left_val>
+            <right_val>-0.1400263011455536</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 4 9 6 -1.</_>
+                <_>
+                  8 6 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0689277201890945</threshold>
+            <left_val>0.6765924096107483</left_val>
+            <right_val>-0.1224988028407097</right_val></_></_></trees>
+      <stage_threshold>-1.5416599512100220</stage_threshold>
+      <parent>0</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 2 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 15 9 -1.</_>
+                <_>
+                  1 3 15 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1822655051946640</threshold>
+            <left_val>0.5961514711380005</left_val>
+            <right_val>-0.3195483088493347</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 0 11 15 -1.</_>
+                <_>
+                  9 5 11 5 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2893281877040863</threshold>
+            <left_val>-0.0240151602774858</left_val>
+            <right_val>0.3762707114219666</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 3 4 -1.</_>
+                <_>
+                  0 9 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.2456621304154396e-003</threshold>
+            <left_val>-0.7117397785186768</left_val>
+            <right_val>0.1214720010757446</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 9 12 6 -1.</_>
+                <_>
+                  7 12 12 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0545681491494179</threshold>
+            <left_val>-0.1822118014097214</left_val>
+            <right_val>0.4597271978855133</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 2 6 -1.</_>
+                <_>
+                  0 7 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.4434829615056515e-003</threshold>
+            <left_val>-0.5354676842689514</left_val>
+            <right_val>0.1655835956335068</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 0 2 11 -1.</_>
+                <_>
+                  14 0 1 11 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0204923897981644</threshold>
+            <left_val>-0.8770608901977539</left_val>
+            <right_val>-0.0151639897376299</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 2 6 -1.</_>
+                <_>
+                  0 11 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.8007471486926079e-003</threshold>
+            <left_val>-0.5431423187255859</left_val>
+            <right_val>0.1356130987405777</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 24 12 -1.</_>
+                <_>
+                  13 0 12 6 2.</_>
+                <_>
+                  1 6 12 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1226660013198853</threshold>
+            <left_val>0.1124472022056580</left_val>
+            <right_val>-0.6574401855468750</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 3 4 -1.</_>
+                <_>
+                  0 2 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.5254979088203982e-005</threshold>
+            <left_val>0.1536739021539688</left_val>
+            <right_val>-0.3841981887817383</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 14 6 -1.</_>
+                <_>
+                  7 5 14 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1131860986351967</threshold>
+            <left_val>0.4927195906639099</left_val>
+            <right_val>-0.1094276010990143</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 15 4 -1.</_>
+                <_>
+                  5 5 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0792956873774529</threshold>
+            <left_val>-0.1647461056709290</left_val>
+            <right_val>0.4720517992973328</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 13 12 1 -1.</_>
+                <_>
+                  12 13 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0148729300126433</threshold>
+            <left_val>0.0740143731236458</left_val>
+            <right_val>-0.5926275849342346</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 3 12 6 -1.</_>
+                <_>
+                  8 3 6 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0538397915661335</threshold>
+            <left_val>-0.2111544013023377</left_val>
+            <right_val>0.3537890911102295</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 2 4 9 -1.</_>
+                <_>
+                  21 2 2 9 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0759592726826668</threshold>
+            <left_val>0.5931801795959473</left_val>
+            <right_val>-0.1090068966150284</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 2 13 6 -1.</_>
+                <_>
+                  6 4 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1158166006207466</threshold>
+            <left_val>-0.0984905213117599</left_val>
+            <right_val>0.5940334796905518</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 15 2 -1.</_>
+                <_>
+                  5 4 15 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0160826407372952</threshold>
+            <left_val>0.3794195055961609</left_val>
+            <right_val>-0.1654051989316940</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 5 3 -1.</_>
+                <_>
+                  0 12 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.7254770547151566e-003</threshold>
+            <left_val>0.0937571078538895</left_val>
+            <right_val>-0.7060937881469727</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 0 11 14 -1.</_>
+                <_>
+                  14 7 11 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0611884109675884</threshold>
+            <left_val>-0.4381029903888702</left_val>
+            <right_val>0.0796229690313339</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 10 4 1 -1.</_>
+                <_>
+                  3 11 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.5152038112282753e-003</threshold>
+            <left_val>-0.7019357085227966</left_val>
+            <right_val>0.0781789273023605</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 24 12 -1.</_>
+                <_>
+                  13 0 12 6 2.</_>
+                <_>
+                  1 6 12 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1988534033298492</threshold>
+            <left_val>-0.6726130843162537</left_val>
+            <right_val>0.0560497716069222</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 6 6 -1.</_>
+                <_>
+                  0 4 3 3 2.</_>
+                <_>
+                  3 7 3 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0194473192095757</threshold>
+            <left_val>-0.1165110021829605</left_val>
+            <right_val>0.4151527881622315</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 9 1 4 -1.</_>
+                <_>
+                  22 10 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-4.6706218272447586e-003</threshold>
+            <left_val>-0.6090158820152283</left_val>
+            <right_val>0.1049979999661446</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 9 4 1 -1.</_>
+                <_>
+                  3 10 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>4.0827528573572636e-003</threshold>
+            <left_val>0.0689968466758728</left_val>
+            <right_val>-0.5490871071815491</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 4 8 10 -1.</_>
+                <_>
+                  20 4 4 5 2.</_>
+                <_>
+                  16 9 4 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0201979596167803</threshold>
+            <left_val>0.2884930074214935</left_val>
+            <right_val>-0.1804888993501663</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 7 9 6 -1.</_>
+                <_>
+                  8 9 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0504430681467056</threshold>
+            <left_val>-0.0897706300020218</left_val>
+            <right_val>0.4609920978546143</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 12 4 3 -1.</_>
+                <_>
+                  12 12 2 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.0139562226831913e-003</threshold>
+            <left_val>-0.4820869863033295</left_val>
+            <right_val>0.0588099807500839</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 3 3 -1.</_>
+                <_>
+                  0 1 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.5741933435201645e-003</threshold>
+            <left_val>0.0568646714091301</left_val>
+            <right_val>-0.5979083180427551</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 9 14 2 -1.</_>
+                <_>
+                  11 9 7 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0121624497696757</threshold>
+            <left_val>0.1446305960416794</left_val>
+            <right_val>-0.1168325990438461</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 13 4 1 -1.</_>
+                <_>
+                  10 13 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.9329390488564968e-003</threshold>
+            <left_val>-0.5450860857963562</left_val>
+            <right_val>0.0609783902764320</right_val></_></_></trees>
+      <stage_threshold>-1.5324319601058960</stage_threshold>
+      <parent>1</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 3 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 8 6 -1.</_>
+                <_>
+                  0 3 8 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0320550985634327</threshold>
+            <left_val>0.4280030131340027</left_val>
+            <right_val>-0.4258942902088165</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 1 15 6 -1.</_>
+                <_>
+                  5 3 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1231034025549889</threshold>
+            <left_val>0.5121241807937622</left_val>
+            <right_val>-0.2055584937334061</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 4 3 -1.</_>
+                <_>
+                  0 8 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.8588259853422642e-003</threshold>
+            <left_val>-0.7101820707321167</left_val>
+            <right_val>0.1075906008481979</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 3 20 6 -1.</_>
+                <_>
+                  8 3 10 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0977141335606575</threshold>
+            <left_val>-0.1477957963943481</left_val>
+            <right_val>0.4571174979209900</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 6 24 5 -1.</_>
+                <_>
+                  6 6 12 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0527394600212574</threshold>
+            <left_val>0.3743767142295837</left_val>
+            <right_val>-0.2183827012777329</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 5 9 6 -1.</_>
+                <_>
+                  8 7 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0584189109504223</threshold>
+            <left_val>-0.1386294066905975</left_val>
+            <right_val>0.4993282854557037</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 14 4 -1.</_>
+                <_>
+                  5 4 14 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0887569189071655</threshold>
+            <left_val>-0.1315895020961762</left_val>
+            <right_val>0.6216561794281006</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 8 3 6 -1.</_>
+                <_>
+                  22 10 3 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0145876696333289</threshold>
+            <left_val>0.0915696695446968</left_val>
+            <right_val>-0.5815675258636475</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 9 18 2 -1.</_>
+                <_>
+                  3 9 9 1 2.</_>
+                <_>
+                  12 10 9 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1044600009918213</threshold>
+            <left_val>5.2740359678864479e-003</left_val>
+            <right_val>-5.6644519531250000e+004</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 8 3 6 -1.</_>
+                <_>
+                  22 10 3 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.4322784096002579e-003</threshold>
+            <left_val>-0.4866046011447907</left_val>
+            <right_val>0.0979617610573769</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 24 6 -1.</_>
+                <_>
+                  0 0 12 3 2.</_>
+                <_>
+                  12 3 12 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0406559295952320</threshold>
+            <left_val>0.1391579061746597</left_val>
+            <right_val>-0.3656015992164612</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 11 4 4 -1.</_>
+                <_>
+                  15 11 2 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.3366899266839027e-003</threshold>
+            <left_val>0.0641745477914810</left_val>
+            <right_val>-0.6245471239089966</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 5 15 2 -1.</_>
+                <_>
+                  5 6 15 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0158455893397331</threshold>
+            <left_val>-0.1791914999485016</left_val>
+            <right_val>0.2889905869960785</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 4 15 6 -1.</_>
+                <_>
+                  5 6 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0746863335371017</threshold>
+            <left_val>0.5424023270606995</left_val>
+            <right_val>-0.1314727962017059</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 2 3 -1.</_>
+                <_>
+                  0 8 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.7695250250399113e-003</threshold>
+            <left_val>0.0965340435504913</left_val>
+            <right_val>-0.6561154723167419</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 6 13 6 -1.</_>
+                <_>
+                  6 8 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0535226687788963</threshold>
+            <left_val>0.4636800885200501</left_val>
+            <right_val>-0.1353430002927780</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 6 3 -1.</_>
+                <_>
+                  0 12 6 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.3648750074207783e-003</threshold>
+            <left_val>-0.6624563932418823</left_val>
+            <right_val>0.0684857368469238</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 14 14 -1.</_>
+                <_>
+                  11 7 14 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.2447337061166763</threshold>
+            <left_val>-0.8181337118148804</left_val>
+            <right_val>0.0450799688696861</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 13 4 1 -1.</_>
+                <_>
+                  8 13 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.4634969886392355e-003</threshold>
+            <left_val>-0.7681804895401001</left_val>
+            <right_val>0.0495845898985863</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 9 13 6 -1.</_>
+                <_>
+                  6 11 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0358034893870354</threshold>
+            <left_val>0.3749603927135468</left_val>
+            <right_val>-0.1447928994894028</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 4 4 -1.</_>
+                <_>
+                  0 10 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.6720529682934284e-003</threshold>
+            <left_val>-0.6127536296844482</left_val>
+            <right_val>0.0935847163200378</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 4 6 -1.</_>
+                <_>
+                  21 3 4 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0132687101140618</threshold>
+            <left_val>0.2863784134387970</left_val>
+            <right_val>-0.2551889121532440</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 12 6 3 -1.</_>
+                <_>
+                  0 13 6 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.2518939375877380e-003</threshold>
+            <left_val>-0.5896773934364319</left_val>
+            <right_val>0.0677111670374870</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 11 4 3 -1.</_>
+                <_>
+                  17 11 2 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.3092570528388023e-003</threshold>
+            <left_val>0.0272198095917702</left_val>
+            <right_val>-0.5714861154556274</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 10 8 -1.</_>
+                <_>
+                  0 7 5 4 2.</_>
+                <_>
+                  5 11 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0258194394409657</threshold>
+            <left_val>-0.1326007992029190</left_val>
+            <right_val>0.3050251901149750</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 2 3 8 -1.</_>
+                <_>
+                  22 2 3 4 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0211078803986311</threshold>
+            <left_val>0.1200629025697708</left_val>
+            <right_val>-0.1475265026092529</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 3 16 4 -1.</_>
+                <_>
+                  9 3 8 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0408483408391476</threshold>
+            <left_val>-0.1736883074045181</left_val>
+            <right_val>0.2530446052551270</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 13 24 2 -1.</_>
+                <_>
+                  13 13 12 1 2.</_>
+                <_>
+                  1 14 12 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0179475992918015</threshold>
+            <left_val>-0.7117617130279541</left_val>
+            <right_val>0.0583698004484177</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 5 4 10 -1.</_>
+                <_>
+                  6 5 2 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0138895902782679</threshold>
+            <left_val>-0.6778132915496826</left_val>
+            <right_val>0.0435630008578300</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 7 2 6 -1.</_>
+                <_>
+                  11 9 2 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-9.8488982766866684e-003</threshold>
+            <left_val>0.1479212939739227</left_val>
+            <right_val>-0.0897465273737907</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 9 8 6 -1.</_>
+                <_>
+                  8 12 8 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0659847036004066</threshold>
+            <left_val>0.5683801770210266</left_val>
+            <right_val>-0.0681742578744888</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 7 1 4 -1.</_>
+                <_>
+                  24 8 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.8370660254731774e-003</threshold>
+            <left_val>-0.4986937940120697</left_val>
+            <right_val>0.0779643580317497</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 7 15 6 -1.</_>
+                <_>
+                  5 9 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0277651809155941</threshold>
+            <left_val>0.2679949104785919</left_val>
+            <right_val>-0.1382624953985214</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 8 4 3 -1.</_>
+                <_>
+                  21 9 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.9889356642961502e-003</threshold>
+            <left_val>0.0445619411766529</left_val>
+            <right_val>-0.7317379117012024</right_val></_></_></trees>
+      <stage_threshold>-1.4849940538406372</stage_threshold>
+      <parent>2</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 4 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 15 4 -1.</_>
+                <_>
+                  5 3 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0456383489072323</threshold>
+            <left_val>0.6275423169136047</left_val>
+            <right_val>-0.2494937032461166</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 4 15 3 -1.</_>
+                <_>
+                  6 5 15 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0310676805675030</threshold>
+            <left_val>0.6427816152572632</left_val>
+            <right_val>-0.1671900004148483</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 2 12 -1.</_>
+                <_>
+                  0 3 1 6 2.</_>
+                <_>
+                  1 9 1 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.0193419661372900e-003</threshold>
+            <left_val>-0.2399346977472305</left_val>
+            <right_val>0.3676818013191223</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 11 4 -1.</_>
+                <_>
+                  7 4 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0315676406025887</threshold>
+            <left_val>-0.1147691980004311</left_val>
+            <right_val>0.5750172734260559</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 6 6 -1.</_>
+                <_>
+                  0 3 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.4146341755986214e-003</threshold>
+            <left_val>0.2154625058174133</left_val>
+            <right_val>-0.3768770098686218</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 3 1 12 -1.</_>
+                <_>
+                  24 7 1 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.7010860182344913e-003</threshold>
+            <left_val>-0.4533824026584625</left_val>
+            <right_val>0.0946888476610184</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 24 12 -1.</_>
+                <_>
+                  0 0 12 6 2.</_>
+                <_>
+                  12 6 12 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1890300065279007</threshold>
+            <left_val>0.0801155269145966</left_val>
+            <right_val>-0.7184885144233704</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 1 24 14 -1.</_>
+                <_>
+                  13 1 12 7 2.</_>
+                <_>
+                  1 8 12 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1293978989124298</threshold>
+            <left_val>0.1093719005584717</left_val>
+            <right_val>-0.5197048783302307</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 8 4 -1.</_>
+                <_>
+                  5 3 8 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0657683908939362</threshold>
+            <left_val>0.5003104209899902</left_val>
+            <right_val>-0.1238735020160675</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 9 1 4 -1.</_>
+                <_>
+                  23 10 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-4.0884059853851795e-003</threshold>
+            <left_val>-0.5118011236190796</left_val>
+            <right_val>0.0594223700463772</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 7 11 8 -1.</_>
+                <_>
+                  7 9 11 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0306642707437277</threshold>
+            <left_val>0.2964648902416229</left_val>
+            <right_val>-0.1741248071193695</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 9 1 4 -1.</_>
+                <_>
+                  23 10 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>2.7700960636138916e-003</threshold>
+            <left_val>0.0846907272934914</left_val>
+            <right_val>-0.4009515047073364</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 6 1 9 -1.</_>
+                <_>
+                  0 9 1 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.2402039766311646e-003</threshold>
+            <left_val>-0.5560923218727112</left_val>
+            <right_val>0.0800850465893745</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 2 9 3 -1.</_>
+                <_>
+                  8 3 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0105152595788240</threshold>
+            <left_val>-0.1309404969215393</left_val>
+            <right_val>0.3612711131572723</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 4 7 4 -1.</_>
+                <_>
+                  9 5 7 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0181792695075274</threshold>
+            <left_val>-0.1245180964469910</left_val>
+            <right_val>0.3556562960147858</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 0 3 2 -1.</_>
+                <_>
+                  22 1 3 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.3037698380649090e-003</threshold>
+            <left_val>0.0638220235705376</left_val>
+            <right_val>-0.6178466081619263</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 13 14 -1.</_>
+                <_>
+                  0 7 13 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1947806030511856</threshold>
+            <left_val>-0.7228901982307434</left_val>
+            <right_val>0.0475768186151981</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 9 4 4 -1.</_>
+                <_>
+                  21 10 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.2230421938002110e-003</threshold>
+            <left_val>0.0453382283449173</left_val>
+            <right_val>-0.5460836291313171</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 4 4 -1.</_>
+                <_>
+                  0 10 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.0375838764011860e-003</threshold>
+            <left_val>0.0804468318820000</left_val>
+            <right_val>-0.4817472100257874</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 9 1 4 -1.</_>
+                <_>
+                  21 10 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-7.1934829466044903e-003</threshold>
+            <left_val>-0.5018991827964783</left_val>
+            <right_val>0.0128700295463204</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 9 4 1 -1.</_>
+                <_>
+                  4 10 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-4.4941599480807781e-003</threshold>
+            <left_val>-0.5862709879875183</left_val>
+            <right_val>0.0634675025939941</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 3 10 12 -1.</_>
+                <_>
+                  20 3 5 6 2.</_>
+                <_>
+                  15 9 5 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0874131396412849</threshold>
+            <left_val>-0.0676202401518822</left_val>
+            <right_val>0.4797031879425049</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 14 6 -1.</_>
+                <_>
+                  0 8 7 3 2.</_>
+                <_>
+                  7 11 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0377015694975853</threshold>
+            <left_val>0.3913342952728272</left_val>
+            <right_val>-0.0978809297084808</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 10 1 4 -1.</_>
+                <_>
+                  22 11 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>3.0070370994508266e-003</threshold>
+            <left_val>0.0484924912452698</left_val>
+            <right_val>-0.2472224980592728</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 10 12 -1.</_>
+                <_>
+                  0 3 5 6 2.</_>
+                <_>
+                  5 9 5 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0974098667502403</threshold>
+            <left_val>-0.0669010728597641</left_val>
+            <right_val>0.5813519954681397</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 0 2 1 -1.</_>
+                <_>
+                  23 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-4.0166568942368031e-003</threshold>
+            <left_val>-0.5456554293632507</left_val>
+            <right_val>0.0363924615085125</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 3 9 3 -1.</_>
+                <_>
+                  8 4 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0104924896731973</threshold>
+            <left_val>-0.1087466031312943</left_val>
+            <right_val>0.3253425061702728</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 5 11 4 -1.</_>
+                <_>
+                  7 6 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0249659996479750</threshold>
+            <left_val>-0.1137896031141281</left_val>
+            <right_val>0.3056510984897614</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 7 20 8 -1.</_>
+                <_>
+                  12 7 10 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1301030069589615</threshold>
+            <left_val>-0.1220476999878883</left_val>
+            <right_val>0.3035365939140320</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 5 9 8 -1.</_>
+                <_>
+                  15 5 3 8 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0843720883131027</threshold>
+            <left_val>-0.6943122148513794</left_val>
+            <right_val>0.0178856607526541</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 1 2 -1.</_>
+                <_>
+                  2 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-2.9267850331962109e-003</threshold>
+            <left_val>-0.5401834845542908</left_val>
+            <right_val>0.0564073212444782</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 3 4 4 -1.</_>
+                <_>
+                  22 4 2 4 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0206745099276304</threshold>
+            <left_val>0.4180921018123627</left_val>
+            <right_val>-0.0685340464115143</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 5 9 8 -1.</_>
+                <_>
+                  7 5 3 8 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0514506399631500</threshold>
+            <left_val>-0.6289098262786865</left_val>
+            <right_val>0.0529876984655857</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 10 3 2 -1.</_>
+                <_>
+                  22 10 3 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-8.9261196553707123e-003</threshold>
+            <left_val>-0.4644356071949005</left_val>
+            <right_val>0.0236550793051720</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 24 5 -1.</_>
+                <_>
+                  6 5 12 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0830484703183174</threshold>
+            <left_val>0.3304196894168854</left_val>
+            <right_val>-0.0938697606325150</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 7 7 3 -1.</_>
+                <_>
+                  9 8 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0113369999453425</threshold>
+            <left_val>-0.0979600325226784</left_val>
+            <right_val>0.3484053015708923</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 20 9 -1.</_>
+                <_>
+                  7 0 10 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0827779024839401</threshold>
+            <left_val>-0.1159391030669212</left_val>
+            <right_val>0.2680957913398743</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 2 8 9 -1.</_>
+                <_>
+                  13 2 4 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0478848814964294</threshold>
+            <left_val>-0.6079211235046387</left_val>
+            <right_val>0.0222362894564867</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 8 4 1 -1.</_>
+                <_>
+                  2 9 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-3.8582698907703161e-003</threshold>
+            <left_val>-0.4688901007175446</left_val>
+            <right_val>0.0554540418088436</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 5 6 10 -1.</_>
+                <_>
+                  22 5 3 5 2.</_>
+                <_>
+                  19 10 3 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0334531292319298</threshold>
+            <left_val>0.4192667901515961</left_val>
+            <right_val>-0.0631088465452194</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 6 10 -1.</_>
+                <_>
+                  0 5 3 5 2.</_>
+                <_>
+                  3 10 3 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0126036396250129</threshold>
+            <left_val>-0.1227632984519005</left_val>
+            <right_val>0.2175220996141434</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 10 9 2 -1.</_>
+                <_>
+                  13 10 3 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0262600891292095</threshold>
+            <left_val>0.0162896700203419</left_val>
+            <right_val>-0.5688759088516235</right_val></_></_></trees>
+      <stage_threshold>-1.5437099933624268</stage_threshold>
+      <parent>3</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 5 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 15 2 -1.</_>
+                <_>
+                  5 3 15 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0197793096303940</threshold>
+            <left_val>0.4472095072269440</left_val>
+            <right_val>-0.2573797106742859</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 4 4 3 -1.</_>
+                <_>
+                  21 4 2 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.1997236013412476e-003</threshold>
+            <left_val>0.4397894144058228</left_val>
+            <right_val>-0.1382309943437576</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 5 15 4 -1.</_>
+                <_>
+                  1 6 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0222425796091557</threshold>
+            <left_val>-0.1761150062084198</left_val>
+            <right_val>0.3406811952590942</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 5 4 10 -1.</_>
+                <_>
+                  23 5 2 5 2.</_>
+                <_>
+                  21 10 2 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.3650550544261932e-003</threshold>
+            <left_val>-0.1087490990757942</left_val>
+            <right_val>0.1631094068288803</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 21 8 -1.</_>
+                <_>
+                  7 0 7 8 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.7425013780593872</threshold>
+            <left_val>4.6233131433837116e-004</left_val>
+            <right_val>-1.4172740478515625e+003</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 15 6 -1.</_>
+                <_>
+                  5 2 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1289999037981033</threshold>
+            <left_val>0.4220936894416809</left_val>
+            <right_val>-0.1264209002256393</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 2 21 3 -1.</_>
+                <_>
+                  9 2 7 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.4214023947715759</threshold>
+            <left_val>3.0299068894237280e-003</left_val>
+            <right_val>1.2071870117187500e+003</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 3 15 6 -1.</_>
+                <_>
+                  6 5 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1431712061166763</threshold>
+            <left_val>0.5070012211799622</left_val>
+            <right_val>-0.1091170981526375</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 4 10 -1.</_>
+                <_>
+                  0 5 2 5 2.</_>
+                <_>
+                  2 10 2 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.4366121292114258e-003</threshold>
+            <left_val>-0.2218814045190811</left_val>
+            <right_val>0.2446105927228928</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 10 1 4 -1.</_>
+                <_>
+                  21 11 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>3.0177310109138489e-003</threshold>
+            <left_val>0.1072233989834786</left_val>
+            <right_val>-0.3470205068588257</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 3 4 -1.</_>
+                <_>
+                  0 8 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.8220949247479439e-003</threshold>
+            <left_val>-0.6534119248390198</left_val>
+            <right_val>0.0803434476256371</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 3 24 3 -1.</_>
+                <_>
+                  7 3 12 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0362788289785385</threshold>
+            <left_val>-0.2207075059413910</left_val>
+            <right_val>0.2242490947246552</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 24 13 -1.</_>
+                <_>
+                  6 0 12 13 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1675994992256165</threshold>
+            <left_val>0.4059072136878967</left_val>
+            <right_val>-0.1054169982671738</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 15 4 -1.</_>
+                <_>
+                  5 4 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0509919412434101</threshold>
+            <left_val>0.3452283143997192</left_val>
+            <right_val>-0.1206474006175995</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 4 14 3 -1.</_>
+                <_>
+                  5 5 14 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0161635298281908</threshold>
+            <left_val>-0.1465175002813339</left_val>
+            <right_val>0.3696750998497009</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 8 2 4 -1.</_>
+                <_>
+                  22 9 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>8.3268675953149796e-003</threshold>
+            <left_val>0.0642398297786713</left_val>
+            <right_val>-0.5490669012069702</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 8 4 2 -1.</_>
+                <_>
+                  3 9 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-7.2614871896803379e-003</threshold>
+            <left_val>-0.6105815768241882</left_val>
+            <right_val>0.0538330897688866</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 8 9 6 -1.</_>
+                <_>
+                  9 10 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0427855290472507</threshold>
+            <left_val>0.3435507118701935</left_val>
+            <right_val>-0.1058441996574402</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 11 14 -1.</_>
+                <_>
+                  0 7 11 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0558885596692562</threshold>
+            <left_val>-0.4213463068008423</left_val>
+            <right_val>0.0855342373251915</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 24 12 -1.</_>
+                <_>
+                  13 0 12 6 2.</_>
+                <_>
+                  1 6 12 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1077039018273354</threshold>
+            <left_val>0.0796676799654961</left_val>
+            <right_val>-0.5105268955230713</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 3 4 -1.</_>
+                <_>
+                  0 2 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.8622798203723505e-005</threshold>
+            <left_val>0.1164970993995667</left_val>
+            <right_val>-0.3022361099720001</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 2 15 4 -1.</_>
+                <_>
+                  7 3 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0272718109190464</threshold>
+            <left_val>-0.0831976532936096</left_val>
+            <right_val>0.3410704135894775</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 10 4 1 -1.</_>
+                <_>
+                  3 11 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>2.7942128945142031e-003</threshold>
+            <left_val>0.0836139172315598</left_val>
+            <right_val>-0.4521746933460236</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 11 4 4 -1.</_>
+                <_>
+                  21 12 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.9649557806551456e-003</threshold>
+            <left_val>-0.5814967751502991</left_val>
+            <right_val>0.0588471181690693</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 7 12 8 -1.</_>
+                <_>
+                  1 7 6 4 2.</_>
+                <_>
+                  7 11 6 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0364551208913326</threshold>
+            <left_val>0.2987614870071411</left_val>
+            <right_val>-0.1163965016603470</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 8 11 6 -1.</_>
+                <_>
+                  7 11 11 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0560359284281731</threshold>
+            <left_val>-0.1189749017357826</left_val>
+            <right_val>0.3490499854087830</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 13 2 2 -1.</_>
+                <_>
+                  0 14 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.9068910041823983e-003</threshold>
+            <left_val>0.0623399801552296</left_val>
+            <right_val>-0.5222734212875366</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 3 8 6 -1.</_>
+                <_>
+                  12 3 4 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0314803011715412</threshold>
+            <left_val>-0.5988280177116394</left_val>
+            <right_val>0.0221100505441427</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 8 6 -1.</_>
+                <_>
+                  9 3 4 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0291779898107052</threshold>
+            <left_val>-0.7628328204154968</left_val>
+            <right_val>0.0378519818186760</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 6 3 3 -1.</_>
+                <_>
+                  22 7 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.3441819772124290e-003</threshold>
+            <left_val>0.0293787997215986</left_val>
+            <right_val>-0.5464184880256653</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 5 6 -1.</_>
+                <_>
+                  0 7 5 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.2941689928993583e-003</threshold>
+            <left_val>-0.2152619063854218</left_val>
+            <right_val>0.1293071061372757</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 7 9 6 -1.</_>
+                <_>
+                  8 9 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0399527512490749</threshold>
+            <left_val>-0.0815632417798042</left_val>
+            <right_val>0.3440327942371368</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 20 13 -1.</_>
+                <_>
+                  12 0 10 13 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2579689919948578</threshold>
+            <left_val>-0.0829713121056557</left_val>
+            <right_val>0.2971759140491486</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 3 6 4 -1.</_>
+                <_>
+                  22 3 3 2 2.</_>
+                <_>
+                  19 5 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.3975978195667267e-003</threshold>
+            <left_val>-0.1235759034752846</left_val>
+            <right_val>0.3130742907524109</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 8 12 3 -1.</_>
+                <_>
+                  9 8 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0210481006652117</threshold>
+            <left_val>0.2553890943527222</left_val>
+            <right_val>-0.1077592000365257</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 3 2 5 -1.</_>
+                <_>
+                  22 3 1 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0184192396700382</threshold>
+            <left_val>-0.0348858311772347</left_val>
+            <right_val>0.4613004922866821</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 8 8 -1.</_>
+                <_>
+                  8 7 4 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0335993207991123</threshold>
+            <left_val>-0.6385626196861267</left_val>
+            <right_val>0.0432357601821423</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 0 3 1 -1.</_>
+                <_>
+                  21 1 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.9369178488850594e-003</threshold>
+            <left_val>-0.3381235003471375</left_val>
+            <right_val>0.0261388104408979</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 1 3 -1.</_>
+                <_>
+                  4 1 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>7.4244509451091290e-003</threshold>
+            <left_val>0.0416494794189930</left_val>
+            <right_val>-0.6013135910034180</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 11 1 3 -1.</_>
+                <_>
+                  21 12 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-3.8341500330716372e-003</threshold>
+            <left_val>-0.3147934973239899</left_val>
+            <right_val>0.0227260906249285</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 4 4 3 -1.</_>
+                <_>
+                  3 4 2 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.9263929724693298e-003</threshold>
+            <left_val>-0.0845179632306099</left_val>
+            <right_val>0.2986125946044922</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 4 6 8 -1.</_>
+                <_>
+                  22 4 3 4 2.</_>
+                <_>
+                  19 8 3 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0194444190710783</threshold>
+            <left_val>0.2213757932186127</left_val>
+            <right_val>-0.0513583682477474</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 8 8 -1.</_>
+                <_>
+                  0 4 4 4 2.</_>
+                <_>
+                  4 8 4 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0187752693891525</threshold>
+            <left_val>-0.1223364025354385</left_val>
+            <right_val>0.2647691071033478</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 11 1 3 -1.</_>
+                <_>
+                  21 12 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>6.4857508987188339e-003</threshold>
+            <left_val>0.0205634497106075</left_val>
+            <right_val>-0.5246906280517578</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 24 14 -1.</_>
+                <_>
+                  0 1 12 7 2.</_>
+                <_>
+                  12 8 12 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.2598725855350494</threshold>
+            <left_val>-0.6570193767547607</left_val>
+            <right_val>0.0345496907830238</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 8 2 4 -1.</_>
+                <_>
+                  23 9 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.8150831609964371e-003</threshold>
+            <left_val>-0.6595460772514343</left_val>
+            <right_val>0.0302442405372858</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 15 4 -1.</_>
+                <_>
+                  5 4 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0261219404637814</threshold>
+            <left_val>0.1870407015085220</left_val>
+            <right_val>-0.1252924054861069</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 1 9 3 -1.</_>
+                <_>
+                  8 2 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.7821800000965595e-003</threshold>
+            <left_val>0.2328509986400604</left_val>
+            <right_val>-0.1182496026158333</right_val></_></_>
+        <_>
+          <!-- tree 48 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 2 4 -1.</_>
+                <_>
+                  0 9 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.9595640953630209e-003</threshold>
+            <left_val>-0.4579938054084778</left_val>
+            <right_val>0.0564655400812626</right_val></_></_>
+        <_>
+          <!-- tree 49 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 10 7 2 -1.</_>
+                <_>
+                  18 11 7 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0120882000774145</threshold>
+            <left_val>-0.5189349055290222</left_val>
+            <right_val>0.0244996603578329</right_val></_></_>
+        <_>
+          <!-- tree 50 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 11 12 4 -1.</_>
+                <_>
+                  6 12 12 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.8109169155359268e-003</threshold>
+            <left_val>0.2570025026798248</left_val>
+            <right_val>-0.0927671566605568</right_val></_></_>
+        <_>
+          <!-- tree 51 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 0 6 15 -1.</_>
+                <_>
+                  16 0 2 15 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0459428504109383</threshold>
+            <left_val>-0.4479719102382660</left_val>
+            <right_val>0.0299462303519249</right_val></_></_>
+        <_>
+          <!-- tree 52 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 10 7 2 -1.</_>
+                <_>
+                  0 11 7 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0100041404366493</threshold>
+            <left_val>-0.6149634122848511</left_val>
+            <right_val>0.0364212691783905</right_val></_></_>
+        <_>
+          <!-- tree 53 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 5 6 6 -1.</_>
+                <_>
+                  18 5 3 3 2.</_>
+                <_>
+                  15 8 3 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0116753997281194</threshold>
+            <left_val>0.1172877028584480</left_val>
+            <right_val>-0.0613474808633327</right_val></_></_>
+        <_>
+          <!-- tree 54 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 6 15 -1.</_>
+                <_>
+                  7 0 2 15 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0524668507277966</threshold>
+            <left_val>-0.7613652944564819</left_val>
+            <right_val>0.0306894704699516</right_val></_></_>
+        <_>
+          <!-- tree 55 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 7 9 4 -1.</_>
+                <_>
+                  8 8 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0182263404130936</threshold>
+            <left_val>-0.0854801833629608</left_val>
+            <right_val>0.2695373892784119</right_val></_></_>
+        <_>
+          <!-- tree 56 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 6 10 6 -1.</_>
+                <_>
+                  7 8 10 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0452684201300144</threshold>
+            <left_val>0.3264470100402832</left_val>
+            <right_val>-0.0773756429553032</right_val></_></_>
+        <_>
+          <!-- tree 57 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 11 1 3 -1.</_>
+                <_>
+                  18 12 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-8.1426883116364479e-003</threshold>
+            <left_val>-0.4582937955856323</left_val>
+            <right_val>9.3973511829972267e-003</right_val></_></_>
+        <_>
+          <!-- tree 58 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 11 3 1 -1.</_>
+                <_>
+                  7 12 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.3349281661212444e-003</threshold>
+            <left_val>-0.5775498151779175</left_val>
+            <right_val>0.0352523885667324</right_val></_></_>
+        <_>
+          <!-- tree 59 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 10 4 1 -1.</_>
+                <_>
+                  16 10 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.0754769900813699e-003</threshold>
+            <left_val>0.1434753984212875</left_val>
+            <right_val>-0.1015762984752655</right_val></_></_>
+        <_>
+          <!-- tree 60 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 1 2 -1.</_>
+                <_>
+                  0 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.5198600962758064e-003</threshold>
+            <left_val>-0.6082041263580322</left_val>
+            <right_val>0.0328880697488785</right_val></_></_>
+        <_>
+          <!-- tree 61 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 1 9 3 -1.</_>
+                <_>
+                  8 2 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0112483501434326</threshold>
+            <left_val>-0.0905500426888466</left_val>
+            <right_val>0.2323783040046692</right_val></_></_>
+        <_>
+          <!-- tree 62 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 6 5 3 -1.</_>
+                <_>
+                  0 7 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0119920196011662</threshold>
+            <left_val>-0.5705332159996033</left_val>
+            <right_val>0.0367036312818527</right_val></_></_>
+        <_>
+          <!-- tree 63 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 8 1 4 -1.</_>
+                <_>
+                  20 9 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0121055301278830</threshold>
+            <left_val>-0.7086269259452820</left_val>
+            <right_val>4.4598700478672981e-003</right_val></_></_></trees>
+      <stage_threshold>-1.5637760162353516</stage_threshold>
+      <parent>4</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 6 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 1 15 6 -1.</_>
+                <_>
+                  5 3 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1112890988588333</threshold>
+            <left_val>0.5214446783065796</left_val>
+            <right_val>-0.2762526869773865</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 0 2 2 -1.</_>
+                <_>
+                  24 0 1 1 2.</_>
+                <_>
+                  23 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.1310080084949732e-003</threshold>
+            <left_val>-0.6073393225669861</left_val>
+            <right_val>0.0243980996310711</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 3 15 6 -1.</_>
+                <_>
+                  3 5 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0975013524293900</threshold>
+            <left_val>0.5489286780357361</left_val>
+            <right_val>-0.1652427017688751</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 6 9 -1.</_>
+                <_>
+                  19 3 6 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0652247071266174</threshold>
+            <left_val>0.3402006924152374</left_val>
+            <right_val>-0.2693930864334106</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 15 6 -1.</_>
+                <_>
+                  5 4 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1191802993416786</threshold>
+            <left_val>-0.1123576015233994</left_val>
+            <right_val>0.6395980119705200</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 3 8 3 -1.</_>
+                <_>
+                  17 4 8 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0140629801899195</threshold>
+            <left_val>0.3342761993408203</left_val>
+            <right_val>-0.1284538954496384</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 3 8 4 -1.</_>
+                <_>
+                  4 3 8 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0564025007188320</threshold>
+            <left_val>0.3790628910064697</left_val>
+            <right_val>-0.1554156988859177</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 4 6 2 -1.</_>
+                <_>
+                  16 5 6 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.1742408908903599e-003</threshold>
+            <left_val>-0.1133088991045952</left_val>
+            <right_val>0.1825089007616043</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 24 12 -1.</_>
+                <_>
+                  0 0 12 6 2.</_>
+                <_>
+                  12 6 12 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1259752959012985</threshold>
+            <left_val>0.0945485532283783</left_val>
+            <right_val>-0.4853444099426270</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 10 3 2 -1.</_>
+                <_>
+                  22 10 3 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>5.9177991934120655e-003</threshold>
+            <left_val>0.0701321363449097</left_val>
+            <right_val>-0.5377039909362793</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 3 6 6 -1.</_>
+                <_>
+                  4 5 6 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0439277403056622</threshold>
+            <left_val>0.3950741887092590</left_val>
+            <right_val>-0.1080185994505882</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 4 9 1 -1.</_>
+                <_>
+                  17 7 3 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-9.8314704373478889e-003</threshold>
+            <left_val>0.0959606170654297</left_val>
+            <right_val>-0.0468075983226299</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 10 2 3 -1.</_>
+                <_>
+                  3 10 1 3 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>5.6353402324020863e-003</threshold>
+            <left_val>0.0943416282534599</left_val>
+            <right_val>-0.5247716903686523</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 8 5 2 -1.</_>
+                <_>
+                  20 8 5 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0115382801741362</threshold>
+            <left_val>-0.5154880285263062</left_val>
+            <right_val>0.0138055300340056</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 16 6 -1.</_>
+                <_>
+                  0 9 8 3 2.</_>
+                <_>
+                  8 12 8 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0286462493240833</threshold>
+            <left_val>-0.1382701992988586</left_val>
+            <right_val>0.2750437855720520</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 2 13 3 -1.</_>
+                <_>
+                  6 3 13 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0138679798692465</threshold>
+            <left_val>-0.1203586980700493</left_val>
+            <right_val>0.3521435856819153</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 3 4 -1.</_>
+                <_>
+                  0 3 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.0469371015205979e-004</threshold>
+            <left_val>0.1522637009620667</left_val>
+            <right_val>-0.2590084075927734</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 0 9 12 -1.</_>
+                <_>
+                  8 6 9 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1594581007957459</threshold>
+            <left_val>-0.6391854882240295</left_val>
+            <right_val>0.0514649897813797</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 1 2 -1.</_>
+                <_>
+                  4 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-2.7928699273616076e-003</threshold>
+            <left_val>-0.5840150713920593</left_val>
+            <right_val>0.0542793795466423</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 15 3 -1.</_>
+                <_>
+                  5 4 15 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0183532107621431</threshold>
+            <left_val>-0.1051151007413864</left_val>
+            <right_val>0.3529815971851349</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 10 2 3 -1.</_>
+                <_>
+                  3 10 1 3 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.1810559816658497e-003</threshold>
+            <left_val>-0.4741767942905426</left_val>
+            <right_val>0.0798512324690819</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 4 6 4 -1.</_>
+                <_>
+                  22 4 3 2 2.</_>
+                <_>
+                  19 6 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.2321299016475677e-003</threshold>
+            <left_val>-0.0759327188134193</left_val>
+            <right_val>0.1852813959121704</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 8 4 -1.</_>
+                <_>
+                  0 3 4 2 2.</_>
+                <_>
+                  4 5 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0121171101927757</threshold>
+            <left_val>-0.1117528975009918</left_val>
+            <right_val>0.2853634953498840</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 10 5 3 -1.</_>
+                <_>
+                  19 11 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.2612818330526352e-003</threshold>
+            <left_val>-0.5885108709335327</left_val>
+            <right_val>0.0526883192360401</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 10 5 3 -1.</_>
+                <_>
+                  1 11 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.6134900078177452e-003</threshold>
+            <left_val>0.0474684908986092</left_val>
+            <right_val>-0.5394589900970459</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 1 13 14 -1.</_>
+                <_>
+                  12 8 13 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1945167928934097</threshold>
+            <left_val>-0.5634222030639648</left_val>
+            <right_val>0.0302108898758888</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 13 14 -1.</_>
+                <_>
+                  0 8 13 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.3550943136215210</threshold>
+            <left_val>0.0630894526839256</left_val>
+            <right_val>-0.4980587959289551</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 3 6 12 -1.</_>
+                <_>
+                  14 3 3 6 2.</_>
+                <_>
+                  11 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0331119708716869</threshold>
+            <left_val>0.0346324704587460</left_val>
+            <right_val>-0.5246484875679016</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 5 6 10 -1.</_>
+                <_>
+                  9 5 3 5 2.</_>
+                <_>
+                  12 10 3 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0342818088829517</threshold>
+            <left_val>0.0431439802050591</left_val>
+            <right_val>-0.6470713019371033</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 8 5 4 -1.</_>
+                <_>
+                  20 9 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.8256614506244659e-003</threshold>
+            <left_val>-0.4688000977039337</left_val>
+            <right_val>0.0402393713593483</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 5 4 -1.</_>
+                <_>
+                  0 9 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0111560495570302</threshold>
+            <left_val>0.0401505008339882</left_val>
+            <right_val>-0.6095538735389710</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 9 9 3 -1.</_>
+                <_>
+                  8 10 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0113630602136254</threshold>
+            <left_val>-0.0827489867806435</left_val>
+            <right_val>0.3811689019203186</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 10 6 4 -1.</_>
+                <_>
+                  9 10 2 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0204051006585360</threshold>
+            <left_val>0.0425756387412548</left_val>
+            <right_val>-0.7467774152755737</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 6 14 4 -1.</_>
+                <_>
+                  6 7 14 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0191116295754910</threshold>
+            <left_val>-0.1239197030663490</left_val>
+            <right_val>0.2226520031690598</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 6 5 4 -1.</_>
+                <_>
+                  9 7 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.3364898562431335e-003</threshold>
+            <left_val>0.3034206926822662</left_val>
+            <right_val>-0.0926956906914711</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 5 3 6 -1.</_>
+                <_>
+                  22 7 3 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.6538922041654587e-003</threshold>
+            <left_val>-0.3351745009422302</left_val>
+            <right_val>0.0585405789315701</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 3 6 -1.</_>
+                <_>
+                  0 7 3 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0347895994782448</threshold>
+            <left_val>0.0337578095495701</left_val>
+            <right_val>-0.7483453154563904</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 1 5 4 -1.</_>
+                <_>
+                  17 2 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0174188297241926</threshold>
+            <left_val>0.2445363998413086</left_val>
+            <right_val>-0.0698786973953247</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 1 6 4 -1.</_>
+                <_>
+                  3 2 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.5119079984724522e-003</threshold>
+            <left_val>-0.1277886927127838</left_val>
+            <right_val>0.2403315007686615</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 14 4 1 -1.</_>
+                <_>
+                  21 14 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.0669797929003835e-004</threshold>
+            <left_val>-0.1169779002666473</left_val>
+            <right_val>0.1439380049705505</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 8 3 2 -1.</_>
+                <_>
+                  5 9 1 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.9512741863727570e-003</threshold>
+            <left_val>-0.5078160762786865</left_val>
+            <right_val>0.0478522293269634</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 2 4 7 -1.</_>
+                <_>
+                  14 2 2 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0503778010606766</threshold>
+            <left_val>2.9282520990818739e-003</left_val>
+            <right_val>-0.7751696109771729</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 2 4 7 -1.</_>
+                <_>
+                  9 2 2 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.8862510118633509e-003</threshold>
+            <left_val>-0.1550420969724655</left_val>
+            <right_val>0.1570920050144196</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 3 8 5 -1.</_>
+                <_>
+                  11 3 4 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0385116301476955</threshold>
+            <left_val>0.0230970401316881</left_val>
+            <right_val>-0.6291617155075073</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 10 15 1 -1.</_>
+                <_>
+                  10 10 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.5746049620211124e-003</threshold>
+            <left_val>0.1807070970535278</left_val>
+            <right_val>-0.1298052966594696</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 6 21 9 -1.</_>
+                <_>
+                  9 6 7 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1266476064920425</threshold>
+            <left_val>-0.0865593999624252</left_val>
+            <right_val>0.2957325875759125</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 6 6 -1.</_>
+                <_>
+                  0 6 6 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.4126111790537834e-003</threshold>
+            <left_val>-0.1528324931859970</left_val>
+            <right_val>0.1662916988134384</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 12 24 3 -1.</_>
+                <_>
+                  7 12 12 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0361530818045139</threshold>
+            <left_val>0.2797313034534454</left_val>
+            <right_val>-0.1039886027574539</right_val></_></_>
+        <_>
+          <!-- tree 48 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 6 2 -1.</_>
+                <_>
+                  6 8 6 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.1673998609185219e-003</threshold>
+            <left_val>-0.0945642217993736</left_val>
+            <right_val>0.2778528034687042</right_val></_></_>
+        <_>
+          <!-- tree 49 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 8 2 4 -1.</_>
+                <_>
+                  13 8 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-6.7790350876748562e-003</threshold>
+            <left_val>0.1679068058729172</left_val>
+            <right_val>-0.0839543119072914</right_val></_></_>
+        <_>
+          <!-- tree 50 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 6 8 5 -1.</_>
+                <_>
+                  10 6 4 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0298676099628210</threshold>
+            <left_val>-0.7236117124557495</left_val>
+            <right_val>0.0346310697495937</right_val></_></_>
+        <_>
+          <!-- tree 51 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 5 6 4 -1.</_>
+                <_>
+                  11 6 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.5265512093901634e-003</threshold>
+            <left_val>-0.1173760965466499</left_val>
+            <right_val>0.1346033960580826</right_val></_></_>
+        <_>
+          <!-- tree 52 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 14 4 1 -1.</_>
+                <_>
+                  2 14 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.4080960176652297e-005</threshold>
+            <left_val>-0.1753176003694534</left_val>
+            <right_val>0.1322204023599625</right_val></_></_>
+        <_>
+          <!-- tree 53 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 2 4 13 -1.</_>
+                <_>
+                  17 2 2 13 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0176294595003128</threshold>
+            <left_val>-0.5160853862762451</left_val>
+            <right_val>0.0253861900418997</right_val></_></_>
+        <_>
+          <!-- tree 54 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 1 4 -1.</_>
+                <_>
+                  0 8 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.5446309698745608e-003</threshold>
+            <left_val>-0.4142186045646668</left_val>
+            <right_val>0.0513300895690918</right_val></_></_>
+        <_>
+          <!-- tree 55 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 0 1 2 -1.</_>
+                <_>
+                  24 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.1520429980009794e-003</threshold>
+            <left_val>0.0366159491240978</left_val>
+            <right_val>-0.3692800998687744</right_val></_></_>
+        <_>
+          <!-- tree 56 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 2 4 -1.</_>
+                <_>
+                  1 5 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.9612779617309570e-003</threshold>
+            <left_val>0.2446188032627106</left_val>
+            <right_val>-0.0842714235186577</right_val></_></_></trees>
+      <stage_threshold>-1.5267670154571533</stage_threshold>
+      <parent>5</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 7 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 8 4 -1.</_>
+                <_>
+                  0 3 8 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0141031695529819</threshold>
+            <left_val>0.2699790894985199</left_val>
+            <right_val>-0.3928318023681641</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 11 10 4 -1.</_>
+                <_>
+                  20 11 5 2 2.</_>
+                <_>
+                  15 13 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.4714400321245193e-003</threshold>
+            <left_val>-0.2269169986248016</left_val>
+            <right_val>0.2749052047729492</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 5 11 3 -1.</_>
+                <_>
+                  7 6 11 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0166354794055223</threshold>
+            <left_val>-0.1547908037900925</left_val>
+            <right_val>0.3224202096462250</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 4 4 3 -1.</_>
+                <_>
+                  21 4 2 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.4477178752422333e-003</threshold>
+            <left_val>0.3320780992507935</left_val>
+            <right_val>-0.1249654963612557</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 4 1 -1.</_>
+                <_>
+                  2 5 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.4904569145292044e-003</threshold>
+            <left_val>0.2900204956531525</left_val>
+            <right_val>-0.1460298001766205</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 12 4 -1.</_>
+                <_>
+                  7 4 12 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0282104406505823</threshold>
+            <left_val>-0.0831937119364738</left_val>
+            <right_val>0.4805397987365723</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 6 7 3 -1.</_>
+                <_>
+                  8 7 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.3179903924465179e-003</threshold>
+            <left_val>-0.1692426949739456</left_val>
+            <right_val>0.3482030928134918</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 0 9 14 -1.</_>
+                <_>
+                  16 7 9 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0579102896153927</threshold>
+            <left_val>-0.5040398836135864</left_val>
+            <right_val>0.0840934887528419</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 24 6 -1.</_>
+                <_>
+                  0 0 12 3 2.</_>
+                <_>
+                  12 3 12 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0882126465439796</threshold>
+            <left_val>0.0733099877834320</left_val>
+            <right_val>-0.4883395135402679</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 13 2 1 -1.</_>
+                <_>
+                  23 13 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.0974380176048726e-005</threshold>
+            <left_val>-0.1594507992267609</left_val>
+            <right_val>0.1473277956247330</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 13 24 2 -1.</_>
+                <_>
+                  0 13 12 1 2.</_>
+                <_>
+                  12 14 12 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0142063600942492</threshold>
+            <left_val>-0.6365684866905212</left_val>
+            <right_val>0.0507153607904911</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 12 5 3 -1.</_>
+                <_>
+                  19 13 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.7181900851428509e-003</threshold>
+            <left_val>-0.6330028772354126</left_val>
+            <right_val>0.0328688994050026</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 7 7 4 -1.</_>
+                <_>
+                  9 8 7 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0120071703568101</threshold>
+            <left_val>-0.1254525035619736</left_val>
+            <right_val>0.2893699109554291</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 0 4 7 -1.</_>
+                <_>
+                  14 0 2 7 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0707826167345047</threshold>
+            <left_val>0.0305656604468822</left_val>
+            <right_val>-0.5666698217391968</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 7 4 -1.</_>
+                <_>
+                  11 0 7 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0504123307764530</threshold>
+            <left_val>-0.5089793801307678</left_val>
+            <right_val>0.0710048824548721</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 4 14 2 -1.</_>
+                <_>
+                  9 5 14 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0220727995038033</threshold>
+            <left_val>-0.1444841027259827</left_val>
+            <right_val>0.2781184911727905</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 2 15 4 -1.</_>
+                <_>
+                  3 3 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0147649403661489</threshold>
+            <left_val>-0.1283989995718002</left_val>
+            <right_val>0.3290185928344727</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 12 5 3 -1.</_>
+                <_>
+                  19 13 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.8206568248569965e-003</threshold>
+            <left_val>0.0654795467853546</left_val>
+            <right_val>-0.5463265776634216</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 8 4 -1.</_>
+                <_>
+                  0 11 4 2 2.</_>
+                <_>
+                  4 13 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.0179790444672108e-003</threshold>
+            <left_val>-0.2028342932462692</left_val>
+            <right_val>0.1679659038782120</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 9 11 6 -1.</_>
+                <_>
+                  7 11 11 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0250812191516161</threshold>
+            <left_val>-0.1104943975806236</left_val>
+            <right_val>0.3191860020160675</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 7 4 -1.</_>
+                <_>
+                  0 12 7 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.9391358196735382e-003</threshold>
+            <left_val>0.0734132081270218</left_val>
+            <right_val>-0.5538399219512940</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 0 5 2 -1.</_>
+                <_>
+                  20 1 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.6396959805861115e-004</threshold>
+            <left_val>0.1123031005263329</left_val>
+            <right_val>-0.1697127074003220</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 10 3 2 -1.</_>
+                <_>
+                  6 11 1 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-8.5602197796106339e-003</threshold>
+            <left_val>-0.7347347736358643</left_val>
+            <right_val>0.0417169481515884</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 4 8 10 -1.</_>
+                <_>
+                  21 4 4 5 2.</_>
+                <_>
+                  17 9 4 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0389347188174725</threshold>
+            <left_val>0.2292626947164536</left_val>
+            <right_val>-0.0792299434542656</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 15 2 -1.</_>
+                <_>
+                  5 4 15 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0215415991842747</threshold>
+            <left_val>0.3007172048091888</left_val>
+            <right_val>-0.1152340024709702</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 4 5 2 -1.</_>
+                <_>
+                  16 5 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.9337721429765224e-003</threshold>
+            <left_val>-0.1002838015556335</left_val>
+            <right_val>0.1348572969436646</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 22 10 -1.</_>
+                <_>
+                  1 0 11 5 2.</_>
+                <_>
+                  12 5 11 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1615066975355148</threshold>
+            <left_val>0.0588171891868114</left_val>
+            <right_val>-0.5656744837760925</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 0 5 2 -1.</_>
+                <_>
+                  20 1 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0123260198161006</threshold>
+            <left_val>-0.2823328077793121</left_val>
+            <right_val>0.0187596306204796</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 5 2 -1.</_>
+                <_>
+                  0 1 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.2987951785326004e-003</threshold>
+            <left_val>0.0524063482880592</left_val>
+            <right_val>-0.5719032287597656</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 1 6 12 -1.</_>
+                <_>
+                  13 1 3 6 2.</_>
+                <_>
+                  10 7 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0289043206721544</threshold>
+            <left_val>0.0477108694612980</left_val>
+            <right_val>-0.4854584038257599</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 1 8 -1.</_>
+                <_>
+                  0 4 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0155697297304869</threshold>
+            <left_val>0.0493178516626358</left_val>
+            <right_val>-0.5100051760673523</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 13 6 -1.</_>
+                <_>
+                  6 2 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0938120707869530</threshold>
+            <left_val>0.2564809024333954</left_val>
+            <right_val>-0.1057069003582001</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 3 4 4 -1.</_>
+                <_>
+                  3 4 4 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0286933295428753</threshold>
+            <left_val>0.5247043967247009</left_val>
+            <right_val>-0.0509502515196800</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 8 5 3 -1.</_>
+                <_>
+                  20 9 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.2301640175282955e-003</threshold>
+            <left_val>0.0583653002977371</left_val>
+            <right_val>-0.4894312024116516</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 13 2 2 -1.</_>
+                <_>
+                  7 13 1 1 2.</_>
+                <_>
+                  8 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.2664839283097535e-005</threshold>
+            <left_val>-0.1437218040227890</left_val>
+            <right_val>0.1820268929004669</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 13 2 2 -1.</_>
+                <_>
+                  17 13 1 1 2.</_>
+                <_>
+                  16 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.5241750515997410e-003</threshold>
+            <left_val>0.0201267991214991</left_val>
+            <right_val>-0.3884589970111847</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 13 2 2 -1.</_>
+                <_>
+                  7 13 1 1 2.</_>
+                <_>
+                  8 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.5512307628523558e-005</threshold>
+            <left_val>0.2280354052782059</left_val>
+            <right_val>-0.1581206023693085</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 5 6 1 -1.</_>
+                <_>
+                  21 5 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.4175599683076143e-003</threshold>
+            <left_val>-0.0890450775623322</left_val>
+            <right_val>0.2839250862598419</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 6 6 -1.</_>
+                <_>
+                  0 10 6 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0343084894120693</threshold>
+            <left_val>0.0391304790973663</left_val>
+            <right_val>-0.6263393163681030</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 8 13 4 -1.</_>
+                <_>
+                  6 9 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0127667998895049</threshold>
+            <left_val>-0.0984294191002846</left_val>
+            <right_val>0.2857427895069122</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 10 8 1 -1.</_>
+                <_>
+                  7 10 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.7450299821794033e-003</threshold>
+            <left_val>0.2090786993503571</left_val>
+            <right_val>-0.1267945021390915</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 11 4 4 -1.</_>
+                <_>
+                  17 11 2 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.0629850961267948e-003</threshold>
+            <left_val>-0.4784719944000244</left_val>
+            <right_val>0.0229746792465448</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 6 15 2 -1.</_>
+                <_>
+                  5 7 15 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0109674101695418</threshold>
+            <left_val>-0.1310741007328033</left_val>
+            <right_val>0.1712857037782669</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 1 20 10 -1.</_>
+                <_>
+                  3 1 10 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1530689001083374</threshold>
+            <left_val>0.2361073046922684</left_val>
+            <right_val>-0.0965401679277420</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 4 3 3 -1.</_>
+                <_>
+                  2 5 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.1676090545952320e-003</threshold>
+            <left_val>-0.1028804033994675</left_val>
+            <right_val>0.2537584006786346</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 11 4 4 -1.</_>
+                <_>
+                  17 11 2 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0107051497325301</threshold>
+            <left_val>0.0160892698913813</left_val>
+            <right_val>-0.5868526101112366</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 11 4 4 -1.</_>
+                <_>
+                  6 11 2 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.1142919585108757e-003</threshold>
+            <left_val>-0.6146798133850098</left_val>
+            <right_val>0.0344046317040920</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 4 8 10 -1.</_>
+                <_>
+                  21 4 4 5 2.</_>
+                <_>
+                  17 9 4 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0160057693719864</threshold>
+            <left_val>0.0954133197665215</left_val>
+            <right_val>-0.0657811686396599</right_val></_></_>
+        <_>
+          <!-- tree 48 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 5 3 -1.</_>
+                <_>
+                  0 9 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.5541699081659317e-003</threshold>
+            <left_val>0.0425793603062630</left_val>
+            <right_val>-0.5490341186523438</right_val></_></_>
+        <_>
+          <!-- tree 49 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 13 2 1 -1.</_>
+                <_>
+                  23 13 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.5742941185599193e-005</threshold>
+            <left_val>0.1505846977233887</left_val>
+            <right_val>-0.0978325977921486</right_val></_></_>
+        <_>
+          <!-- tree 50 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 13 2 1 -1.</_>
+                <_>
+                  1 13 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.9888480134541169e-005</threshold>
+            <left_val>-0.1522217988967896</left_val>
+            <right_val>0.1464709937572479</right_val></_></_>
+        <_>
+          <!-- tree 51 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 1 7 3 -1.</_>
+                <_>
+                  10 2 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.3986131250858307e-003</threshold>
+            <left_val>-0.0793018564581871</left_val>
+            <right_val>0.2222844958305359</right_val></_></_>
+        <_>
+          <!-- tree 52 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 8 12 -1.</_>
+                <_>
+                  0 3 4 6 2.</_>
+                <_>
+                  4 9 4 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0445945896208286</threshold>
+            <left_val>0.3217073082923889</left_val>
+            <right_val>-0.0712599530816078</right_val></_></_>
+        <_>
+          <!-- tree 53 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 16 11 -1.</_>
+                <_>
+                  6 0 8 11 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2763071060180664</threshold>
+            <left_val>-0.0312894396483898</left_val>
+            <right_val>0.4636780917644501</right_val></_></_>
+        <_>
+          <!-- tree 54 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 21 3 -1.</_>
+                <_>
+                  9 0 7 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0459242798388004</threshold>
+            <left_val>0.2685551047325134</left_val>
+            <right_val>-0.0946981832385063</right_val></_></_>
+        <_>
+          <!-- tree 55 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 1 2 12 -1.</_>
+                <_>
+                  23 1 2 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0328284502029419</threshold>
+            <left_val>0.0420088581740856</left_val>
+            <right_val>-0.1909179985523224</right_val></_></_>
+        <_>
+          <!-- tree 56 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 1 2 -1.</_>
+                <_>
+                  2 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>5.8416211977601051e-003</threshold>
+            <left_val>0.0443820804357529</left_val>
+            <right_val>-0.5017232894897461</right_val></_></_>
+        <_>
+          <!-- tree 57 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 0 6 3 -1.</_>
+                <_>
+                  17 0 2 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0253127701580524</threshold>
+            <left_val>7.6768198050558567e-003</left_val>
+            <right_val>-0.4524691104888916</right_val></_></_>
+        <_>
+          <!-- tree 58 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 9 6 4 -1.</_>
+                <_>
+                  10 9 2 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0206803791224957</threshold>
+            <left_val>-0.7082331180572510</left_val>
+            <right_val>0.0277527105063200</right_val></_></_>
+        <_>
+          <!-- tree 59 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 5 5 6 -1.</_>
+                <_>
+                  20 7 5 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.9456259906291962e-003</threshold>
+            <left_val>-0.1725641041994095</left_val>
+            <right_val>0.0885240733623505</right_val></_></_>
+        <_>
+          <!-- tree 60 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 24 8 -1.</_>
+                <_>
+                  0 4 12 4 2.</_>
+                <_>
+                  12 8 12 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1318278014659882</threshold>
+            <left_val>0.0378756709396839</left_val>
+            <right_val>-0.5236573815345764</right_val></_></_>
+        <_>
+          <!-- tree 61 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 10 1 4 -1.</_>
+                <_>
+                  21 11 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-4.8449821770191193e-003</threshold>
+            <left_val>-0.3831801116466522</left_val>
+            <right_val>0.0295521095395088</right_val></_></_>
+        <_>
+          <!-- tree 62 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 11 3 -1.</_>
+                <_>
+                  7 1 11 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.3295581601560116e-003</threshold>
+            <left_val>-0.1172816008329392</left_val>
+            <right_val>0.1712217032909393</right_val></_></_>
+        <_>
+          <!-- tree 63 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 13 4 -1.</_>
+                <_>
+                  6 1 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0353284589946270</threshold>
+            <left_val>0.3731549978256226</left_val>
+            <right_val>-0.0650273412466049</right_val></_></_></trees>
+      <stage_threshold>-1.4507639408111572</stage_threshold>
+      <parent>6</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 8 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 11 11 4 -1.</_>
+                <_>
+                  7 13 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0136478496715426</threshold>
+            <left_val>-0.2802368998527527</left_val>
+            <right_val>0.3575335144996643</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 3 4 12 -1.</_>
+                <_>
+                  23 3 2 6 2.</_>
+                <_>
+                  21 9 2 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0123078199103475</threshold>
+            <left_val>-0.1484645009040833</left_val>
+            <right_val>0.2714886069297791</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 4 21 6 -1.</_>
+                <_>
+                  9 6 7 2 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.4659403860569000</threshold>
+            <left_val>-0.0705008506774902</left_val>
+            <right_val>0.5868018865585327</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 3 2 10 -1.</_>
+                <_>
+                  24 3 1 5 2.</_>
+                <_>
+                  23 8 1 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.5693339519202709e-003</threshold>
+            <left_val>-0.1150237023830414</left_val>
+            <right_val>0.1375536024570465</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 2 10 -1.</_>
+                <_>
+                  0 3 1 5 2.</_>
+                <_>
+                  1 8 1 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.5176738854497671e-003</threshold>
+            <left_val>-0.1778890937566757</left_val>
+            <right_val>0.2172407060861588</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 10 1 4 -1.</_>
+                <_>
+                  23 11 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>4.5299702323973179e-003</threshold>
+            <left_val>0.0458603501319885</left_val>
+            <right_val>-0.5376703143119812</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 10 4 1 -1.</_>
+                <_>
+                  2 11 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>4.0295510552823544e-003</threshold>
+            <left_val>0.0599071383476257</left_val>
+            <right_val>-0.5803095102310181</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 10 9 4 -1.</_>
+                <_>
+                  8 11 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.0281656011939049e-003</threshold>
+            <left_val>-0.0889611616730690</left_val>
+            <right_val>0.3474006950855255</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 8 13 6 -1.</_>
+                <_>
+                  5 11 13 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0710994601249695</threshold>
+            <left_val>0.4003205001354218</left_val>
+            <right_val>-0.0876752585172653</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 15 4 -1.</_>
+                <_>
+                  5 2 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0905078798532486</threshold>
+            <left_val>0.3202385008335114</left_val>
+            <right_val>-0.1107280030846596</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 22 15 -1.</_>
+                <_>
+                  12 0 11 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.3949914872646332</threshold>
+            <left_val>-0.0544822700321674</left_val>
+            <right_val>0.4376561045646668</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 14 8 1 -1.</_>
+                <_>
+                  12 14 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.0021281242370605e-003</threshold>
+            <left_val>0.0412968583405018</left_val>
+            <right_val>-0.6277515888214111</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 3 8 4 -1.</_>
+                <_>
+                  1 4 8 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0126753300428391</threshold>
+            <left_val>0.1864306032657623</left_val>
+            <right_val>-0.1586595028638840</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 13 1 2 -1.</_>
+                <_>
+                  15 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.2523188060149550e-004</threshold>
+            <left_val>-0.0737809464335442</left_val>
+            <right_val>0.1131825000047684</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 15 6 -1.</_>
+                <_>
+                  5 4 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1519853025674820</threshold>
+            <left_val>-0.0698502063751221</left_val>
+            <right_val>0.5526459217071533</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 12 2 1 -1.</_>
+                <_>
+                  23 12 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.9174448251724243e-003</threshold>
+            <left_val>-0.4224376976490021</left_val>
+            <right_val>0.0234292708337307</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 12 1 2 -1.</_>
+                <_>
+                  2 12 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>5.1085697486996651e-004</threshold>
+            <left_val>-0.1782114058732987</left_val>
+            <right_val>0.1747542023658752</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 13 9 2 -1.</_>
+                <_>
+                  11 13 3 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0286266505718231</threshold>
+            <left_val>-0.7806789875030518</left_val>
+            <right_val>0.0430335216224194</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 0 8 2 -1.</_>
+                <_>
+                  8 1 8 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.2388539984822273e-003</threshold>
+            <left_val>-0.1174874976277351</left_val>
+            <right_val>0.2301342934370041</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 12 4 3 -1.</_>
+                <_>
+                  20 13 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.8310899659991264e-003</threshold>
+            <left_val>-0.5170273780822754</left_val>
+            <right_val>0.0224770605564117</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 18 10 -1.</_>
+                <_>
+                  3 0 9 5 2.</_>
+                <_>
+                  12 5 9 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1381812989711762</threshold>
+            <left_val>-0.6718307137489319</left_val>
+            <right_val>0.0339458398520947</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 12 6 3 -1.</_>
+                <_>
+                  12 12 2 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0129029303789139</threshold>
+            <left_val>0.0190411508083344</left_val>
+            <right_val>-0.4739249050617218</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 1 8 -1.</_>
+                <_>
+                  0 2 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.3398052006959915e-003</threshold>
+            <left_val>0.0412811301648617</left_val>
+            <right_val>-0.5821130871772766</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 5 3 4 -1.</_>
+                <_>
+                  22 6 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.4067512943875045e-005</threshold>
+            <left_val>-0.2301639020442963</left_val>
+            <right_val>0.1240853965282440</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 4 4 -1.</_>
+                <_>
+                  0 6 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0172388590872288</threshold>
+            <left_val>0.0539665818214417</left_val>
+            <right_val>-0.5818564891815186</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 14 10 -1.</_>
+                <_>
+                  13 0 7 5 2.</_>
+                <_>
+                  6 5 7 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0786773264408112</threshold>
+            <left_val>-0.4061115086078644</left_val>
+            <right_val>0.0569235086441040</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 12 4 3 -1.</_>
+                <_>
+                  1 13 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.5859591811895370e-003</threshold>
+            <left_val>0.0368424393236637</left_val>
+            <right_val>-0.5646867752075195</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 7 2 2 -1.</_>
+                <_>
+                  21 7 1 1 2.</_>
+                <_>
+                  20 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.1322399415075779e-004</threshold>
+            <left_val>0.1785047054290772</left_val>
+            <right_val>-0.0668883100152016</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 7 2 2 -1.</_>
+                <_>
+                  3 7 1 1 2.</_>
+                <_>
+                  4 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.9400849062949419e-004</threshold>
+            <left_val>-0.0783978328108788</left_val>
+            <right_val>0.3054557144641876</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 6 3 4 -1.</_>
+                <_>
+                  22 7 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0128271998837590</threshold>
+            <left_val>0.0404374599456787</left_val>
+            <right_val>-0.6479570865631104</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 6 7 3 -1.</_>
+                <_>
+                  9 7 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0119779799133539</threshold>
+            <left_val>-0.0993791595101357</left_val>
+            <right_val>0.2267276048660278</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 6 4 2 -1.</_>
+                <_>
+                  11 7 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.9378769472241402e-003</threshold>
+            <left_val>0.2706328034400940</left_val>
+            <right_val>-0.0839221030473709</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 6 5 4 -1.</_>
+                <_>
+                  0 7 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0203377306461334</threshold>
+            <left_val>0.0400571115314960</left_val>
+            <right_val>-0.6170961260795593</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 15 6 -1.</_>
+                <_>
+                  5 5 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1582631021738052</threshold>
+            <left_val>0.3718011081218720</left_val>
+            <right_val>-0.0776448771357536</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 4 5 2 -1.</_>
+                <_>
+                  4 5 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.5150578953325748e-003</threshold>
+            <left_val>-0.1424572020769119</left_val>
+            <right_val>0.1946897059679031</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 12 6 3 -1.</_>
+                <_>
+                  13 12 2 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0179421696811914</threshold>
+            <left_val>-0.7258480787277222</left_val>
+            <right_val>0.0292347799986601</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 1 3 -1.</_>
+                <_>
+                  2 1 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>5.2153151482343674e-003</threshold>
+            <left_val>0.0460041500627995</left_val>
+            <right_val>-0.4536756873130798</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 11 12 2 -1.</_>
+                <_>
+                  11 11 4 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.7863838523626328e-003</threshold>
+            <left_val>0.1746426969766617</left_val>
+            <right_val>-0.1098980978131294</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 4 4 -1.</_>
+                <_>
+                  0 9 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.4133447855710983e-003</threshold>
+            <left_val>0.0346476286649704</left_val>
+            <right_val>-0.5983666181564331</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 7 9 3 -1.</_>
+                <_>
+                  8 8 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.6218741014599800e-003</threshold>
+            <left_val>-0.1057026013731957</left_val>
+            <right_val>0.2037336975336075</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 8 9 6 -1.</_>
+                <_>
+                  8 10 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0216018799692392</threshold>
+            <left_val>-0.0909303426742554</left_val>
+            <right_val>0.2887038886547089</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 11 5 4 -1.</_>
+                <_>
+                  20 12 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0118230897933245</threshold>
+            <left_val>-0.6303614974021912</left_val>
+            <right_val>0.0240826196968555</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 5 8 3 -1.</_>
+                <_>
+                  9 5 4 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0202329792082310</threshold>
+            <left_val>-0.7420278787612915</left_val>
+            <right_val>0.0235212203115225</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 0 2 2 -1.</_>
+                <_>
+                  17 0 1 1 2.</_>
+                <_>
+                  16 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.4510147785767913e-004</threshold>
+            <left_val>-0.0552557893097401</left_val>
+            <right_val>0.1650166064500809</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 5 4 -1.</_>
+                <_>
+                  0 12 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.1876022741198540e-003</threshold>
+            <left_val>-0.5770931839942932</left_val>
+            <right_val>0.0352346412837505</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 0 2 2 -1.</_>
+                <_>
+                  17 0 1 1 2.</_>
+                <_>
+                  16 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.5044958824291825e-004</threshold>
+            <left_val>0.1859780997037888</left_val>
+            <right_val>-0.0824367776513100</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 9 6 6 -1.</_>
+                <_>
+                  7 9 2 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0273097790777683</threshold>
+            <left_val>-0.7204548716545105</left_val>
+            <right_val>0.0276838503777981</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 10 10 4 -1.</_>
+                <_>
+                  19 10 5 2 2.</_>
+                <_>
+                  14 12 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.3051019571721554e-003</threshold>
+            <left_val>-0.0758159905672073</left_val>
+            <right_val>0.1228180006146431</right_val></_></_>
+        <_>
+          <!-- tree 48 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 6 3 1 -1.</_>
+                <_>
+                  7 6 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.2118180105462670e-004</threshold>
+            <left_val>-0.0847066268324852</left_val>
+            <right_val>0.2212305068969727</right_val></_></_>
+        <_>
+          <!-- tree 49 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 6 3 2 -1.</_>
+                <_>
+                  17 6 1 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.5794708896428347e-004</threshold>
+            <left_val>0.0922004431486130</left_val>
+            <right_val>-0.0512673109769821</right_val></_></_>
+        <_>
+          <!-- tree 50 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 6 3 2 -1.</_>
+                <_>
+                  7 6 1 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.2906070332974195e-003</threshold>
+            <left_val>0.2364850938320160</left_val>
+            <right_val>-0.0856367424130440</right_val></_></_>
+        <_>
+          <!-- tree 51 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 3 8 4 -1.</_>
+                <_>
+                  12 4 8 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0234409496188164</threshold>
+            <left_val>-0.3417592048645020</left_val>
+            <right_val>0.0303556900471449</right_val></_></_>
+        <_>
+          <!-- tree 52 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 1 2 -1.</_>
+                <_>
+                  2 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>6.7003733420278877e-005</threshold>
+            <left_val>-0.1778312027454376</left_val>
+            <right_val>0.1098366007208824</right_val></_></_>
+        <_>
+          <!-- tree 53 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 2 1 -1.</_>
+                <_>
+                  21 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-2.0913260523229837e-003</threshold>
+            <left_val>-0.3296548128128052</left_val>
+            <right_val>0.0488219298422337</right_val></_></_>
+        <_>
+          <!-- tree 54 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 1 2 -1.</_>
+                <_>
+                  4 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>5.2883368916809559e-003</threshold>
+            <left_val>0.0476020798087120</left_val>
+            <right_val>-0.4229690134525299</right_val></_></_>
+        <_>
+          <!-- tree 55 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 1 8 6 -1.</_>
+                <_>
+                  11 3 8 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.1046722009778023</threshold>
+            <left_val>0.0145577099174261</left_val>
+            <right_val>-0.5163959860801697</right_val></_></_>
+        <_>
+          <!-- tree 56 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 3 4 8 -1.</_>
+                <_>
+                  13 4 2 8 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0410936884582043</threshold>
+            <left_val>0.0255694594234228</left_val>
+            <right_val>-0.6734575033187866</right_val></_></_>
+        <_>
+          <!-- tree 57 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 20 15 -1.</_>
+                <_>
+                  3 0 10 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.4545299112796783</threshold>
+            <left_val>-0.0473212711513042</left_val>
+            <right_val>0.4647259116172791</right_val></_></_>
+        <_>
+          <!-- tree 58 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 0 7 3 -1.</_>
+                <_>
+                  9 1 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.4200271368026733e-003</threshold>
+            <left_val>0.2172905951738358</left_val>
+            <right_val>-0.0805237367749214</right_val></_></_>
+        <_>
+          <!-- tree 59 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 1 5 2 -1.</_>
+                <_>
+                  12 2 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.3253689762204885e-003</threshold>
+            <left_val>0.1196364015340805</left_val>
+            <right_val>-0.0847371667623520</right_val></_></_>
+        <_>
+          <!-- tree 60 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 1 13 3 -1.</_>
+                <_>
+                  6 2 13 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0152236903086305</threshold>
+            <left_val>-0.0892436280846596</left_val>
+            <right_val>0.2284111976623535</right_val></_></_>
+        <_>
+          <!-- tree 61 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 3 10 12 -1.</_>
+                <_>
+                  19 3 5 6 2.</_>
+                <_>
+                  14 9 5 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0312239099293947</threshold>
+            <left_val>0.1464260965585709</left_val>
+            <right_val>-0.1012998968362808</right_val></_></_>
+        <_>
+          <!-- tree 62 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 6 21 6 -1.</_>
+                <_>
+                  8 6 7 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0729675367474556</threshold>
+            <left_val>0.1977909952402115</left_val>
+            <right_val>-0.0998045280575752</right_val></_></_>
+        <_>
+          <!-- tree 63 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 0 10 12 -1.</_>
+                <_>
+                  12 0 5 12 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0434687100350857</threshold>
+            <left_val>-0.0738932862877846</left_val>
+            <right_val>0.1571179032325745</right_val></_></_>
+        <_>
+          <!-- tree 64 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 8 11 3 -1.</_>
+                <_>
+                  7 9 11 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.7427257783710957e-003</threshold>
+            <left_val>-0.0907922536134720</left_val>
+            <right_val>0.2449675947427750</right_val></_></_>
+        <_>
+          <!-- tree 65 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 5 22 10 -1.</_>
+                <_>
+                  2 5 11 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0834884494543076</threshold>
+            <left_val>0.1732859015464783</left_val>
+            <right_val>-0.1288128942251205</right_val></_></_>
+        <_>
+          <!-- tree 66 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 4 15 4 -1.</_>
+                <_>
+                  5 6 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0421115085482597</threshold>
+            <left_val>-0.1475321054458618</left_val>
+            <right_val>0.1373448967933655</right_val></_></_>
+        <_>
+          <!-- tree 67 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 1 15 6 -1.</_>
+                <_>
+                  7 3 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0966737270355225</threshold>
+            <left_val>-0.0551961399614811</left_val>
+            <right_val>0.3563303947448731</right_val></_></_>
+        <_>
+          <!-- tree 68 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 2 6 -1.</_>
+                <_>
+                  0 10 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.8993981480598450e-003</threshold>
+            <left_val>-0.5261930823326111</left_val>
+            <right_val>0.0388906002044678</right_val></_></_>
+        <_>
+          <!-- tree 69 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 1 15 4 -1.</_>
+                <_>
+                  5 2 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0238508302718401</threshold>
+            <left_val>0.1924559026956558</left_val>
+            <right_val>-0.1050153970718384</right_val></_></_>
+        <_>
+          <!-- tree 70 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 8 2 2 -1.</_>
+                <_>
+                  7 8 1 1 2.</_>
+                <_>
+                  8 9 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.4902130290865898e-004</threshold>
+            <left_val>0.2476740926504135</left_val>
+            <right_val>-0.0738597288727760</right_val></_></_>
+        <_>
+          <!-- tree 71 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 9 9 2 -1.</_>
+                <_>
+                  14 9 3 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0230488497763872</threshold>
+            <left_val>-0.5220348238945007</left_val>
+            <right_val>0.0295383799821138</right_val></_></_>
+        <_>
+          <!-- tree 72 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 8 2 2 -1.</_>
+                <_>
+                  7 8 1 1 2.</_>
+                <_>
+                  8 9 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.7920900871977210e-004</threshold>
+            <left_val>-0.0807055011391640</left_val>
+            <right_val>0.2493984997272492</right_val></_></_>
+        <_>
+          <!-- tree 73 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 10 8 4 -1.</_>
+                <_>
+                  17 11 8 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0254354309290648</threshold>
+            <left_val>-0.6520490050315857</left_val>
+            <right_val>0.0163280703127384</right_val></_></_>
+        <_>
+          <!-- tree 74 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 10 8 4 -1.</_>
+                <_>
+                  0 11 8 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0176391601562500</threshold>
+            <left_val>0.0246949195861816</left_val>
+            <right_val>-0.6850522756576538</right_val></_></_>
+        <_>
+          <!-- tree 75 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 11 6 4 -1.</_>
+                <_>
+                  18 11 2 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0205357391387224</threshold>
+            <left_val>0.0165182203054428</left_val>
+            <right_val>-0.4285225868225098</right_val></_></_>
+        <_>
+          <!-- tree 76 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 13 24 1 -1.</_>
+                <_>
+                  6 13 12 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0111132804304361</threshold>
+            <left_val>-0.0871591791510582</left_val>
+            <right_val>0.2062001973390579</right_val></_></_></trees>
+      <stage_threshold>-1.3936280012130737</stage_threshold>
+      <parent>7</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 9 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 10 6 -1.</_>
+                <_>
+                  0 9 5 3 2.</_>
+                <_>
+                  5 12 5 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0140618495643139</threshold>
+            <left_val>-0.2737283110618591</left_val>
+            <right_val>0.4017829895019531</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 5 10 10 -1.</_>
+                <_>
+                  18 5 5 5 2.</_>
+                <_>
+                  13 10 5 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0334245301783085</threshold>
+            <left_val>0.3433864116668701</left_val>
+            <right_val>-0.1524070948362351</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 4 2 -1.</_>
+                <_>
+                  2 4 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.3982729073613882e-003</threshold>
+            <left_val>0.3046114146709442</left_val>
+            <right_val>-0.2162856012582779</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 5 12 10 -1.</_>
+                <_>
+                  19 5 6 5 2.</_>
+                <_>
+                  13 10 6 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0673939511179924</threshold>
+            <left_val>-0.0539562106132507</left_val>
+            <right_val>0.3304964005947113</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 12 10 -1.</_>
+                <_>
+                  0 5 6 5 2.</_>
+                <_>
+                  6 10 6 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0515447482466698</threshold>
+            <left_val>0.3804036974906921</left_val>
+            <right_val>-0.1334261000156403</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 11 3 4 -1.</_>
+                <_>
+                  11 13 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.6630779504776001e-003</threshold>
+            <left_val>-0.1760202944278717</left_val>
+            <right_val>0.2139966934919357</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 8 2 5 -1.</_>
+                <_>
+                  5 8 1 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>7.8836623579263687e-003</threshold>
+            <left_val>0.0570616200566292</left_val>
+            <right_val>-0.5150743126869202</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 14 18 1 -1.</_>
+                <_>
+                  4 14 9 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.9480048045516014e-003</threshold>
+            <left_val>0.2230996936559677</left_val>
+            <right_val>-0.1190536990761757</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 1 6 -1.</_>
+                <_>
+                  1 3 1 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.5760587565600872e-004</threshold>
+            <left_val>0.0999659672379494</left_val>
+            <right_val>-0.2558285892009735</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 9 9 4 -1.</_>
+                <_>
+                  8 10 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.5389392226934433e-003</threshold>
+            <left_val>-0.0655315071344376</left_val>
+            <right_val>0.3246265947818756</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 5 4 -1.</_>
+                <_>
+                  0 10 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.7904132194817066e-003</threshold>
+            <left_val>0.0450260303914547</left_val>
+            <right_val>-0.6068859100341797</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 5 6 2 -1.</_>
+                <_>
+                  21 5 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.0692770853638649e-003</threshold>
+            <left_val>-0.0624743513762951</left_val>
+            <right_val>0.1570695042610169</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 6 2 -1.</_>
+                <_>
+                  2 5 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.1110940035432577e-003</threshold>
+            <left_val>-0.0744680091738701</left_val>
+            <right_val>0.2600801885128021</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 9 6 3 -1.</_>
+                <_>
+                  15 9 2 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0156514495611191</threshold>
+            <left_val>0.0255663506686687</left_val>
+            <right_val>-0.5172523260116577</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 3 21 9 -1.</_>
+                <_>
+                  9 3 7 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2044613063335419</threshold>
+            <left_val>-0.0763430967926979</left_val>
+            <right_val>0.3323906958103180</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 9 10 2 -1.</_>
+                <_>
+                  11 9 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0101691596210003</threshold>
+            <left_val>0.1606681048870087</left_val>
+            <right_val>-0.1091597974300385</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 24 14 -1.</_>
+                <_>
+                  0 0 12 7 2.</_>
+                <_>
+                  12 7 12 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1894780993461609</threshold>
+            <left_val>0.0538599416613579</left_val>
+            <right_val>-0.5398759841918945</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 15 6 -1.</_>
+                <_>
+                  5 4 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1479240059852600</threshold>
+            <left_val>0.2385465949773789</left_val>
+            <right_val>-0.1132820993661881</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 16 11 -1.</_>
+                <_>
+                  10 0 8 11 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1483031064271927</threshold>
+            <left_val>0.3646511137485504</left_val>
+            <right_val>-0.0753156766295433</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 15 6 -1.</_>
+                <_>
+                  5 2 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1325532943010330</threshold>
+            <left_val>0.2919555902481079</left_val>
+            <right_val>-0.0949441567063332</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 5 5 4 -1.</_>
+                <_>
+                  10 6 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0163901709020138</threshold>
+            <left_val>0.3920511901378632</left_val>
+            <right_val>-0.0685021281242371</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 0 2 3 -1.</_>
+                <_>
+                  23 1 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.3240979798138142e-003</threshold>
+            <left_val>-0.6633772253990173</left_val>
+            <right_val>0.0337768010795116</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 6 3 -1.</_>
+                <_>
+                  0 1 6 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0147409504279494</threshold>
+            <left_val>0.0431423708796501</left_val>
+            <right_val>-0.5016931891441345</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 5 15 2 -1.</_>
+                <_>
+                  10 6 15 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0171020403504372</threshold>
+            <left_val>-0.1739968061447144</left_val>
+            <right_val>0.2036074995994568</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 6 4 -1.</_>
+                <_>
+                  0 4 3 2 2.</_>
+                <_>
+                  3 6 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.5232060626149178e-003</threshold>
+            <left_val>0.2614240050315857</left_val>
+            <right_val>-0.0894730314612389</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 7 2 4 -1.</_>
+                <_>
+                  20 8 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>8.0899456515908241e-003</threshold>
+            <left_val>0.0491316393017769</left_val>
+            <right_val>-0.3869245946407318</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 7 4 2 -1.</_>
+                <_>
+                  5 8 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0111914901062846</threshold>
+            <left_val>-0.7151393890380859</left_val>
+            <right_val>0.0292793400585651</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 13 1 2 -1.</_>
+                <_>
+                  24 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.4855492382775992e-005</threshold>
+            <left_val>0.1147895976901054</left_val>
+            <right_val>-0.1195824965834618</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 4 15 -1.</_>
+                <_>
+                  3 0 2 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0263162907212973</threshold>
+            <left_val>0.0260859299451113</left_val>
+            <right_val>-0.8071029186248779</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 4 1 -1.</_>
+                <_>
+                  22 1 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0132494196295738</threshold>
+            <left_val>-0.3211443126201630</left_val>
+            <right_val>7.5486088171601295e-003</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 1 4 -1.</_>
+                <_>
+                  3 1 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>6.2180599197745323e-003</threshold>
+            <left_val>0.0555592402815819</left_val>
+            <right_val>-0.4065248966217041</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 1 24 14 -1.</_>
+                <_>
+                  13 1 12 7 2.</_>
+                <_>
+                  1 8 12 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1724980026483536</threshold>
+            <left_val>0.0407503582537174</left_val>
+            <right_val>-0.5056337714195252</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 9 6 6 -1.</_>
+                <_>
+                  8 9 2 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0216798391193151</threshold>
+            <left_val>-0.6235452890396118</left_val>
+            <right_val>0.0264780297875404</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 15 4 -1.</_>
+                <_>
+                  10 3 5 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0167031493037939</threshold>
+            <left_val>-0.1379484981298447</left_val>
+            <right_val>0.1374935954809189</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 20 10 -1.</_>
+                <_>
+                  5 0 10 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0904578119516373</threshold>
+            <left_val>0.2364515066146851</left_val>
+            <right_val>-0.0822857320308685</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 3 6 12 -1.</_>
+                <_>
+                  22 3 3 6 2.</_>
+                <_>
+                  19 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0319220200181007</threshold>
+            <left_val>0.2578540146350861</left_val>
+            <right_val>-0.0472433306276798</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 2 7 2 -1.</_>
+                <_>
+                  3 3 7 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0107858600094914</threshold>
+            <left_val>0.1915684044361115</left_val>
+            <right_val>-0.1092626005411148</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 3 6 12 -1.</_>
+                <_>
+                  22 3 3 6 2.</_>
+                <_>
+                  19 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0153568601235747</threshold>
+            <left_val>-0.0915980264544487</left_val>
+            <right_val>0.1492947041988373</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 6 12 -1.</_>
+                <_>
+                  0 3 3 6 2.</_>
+                <_>
+                  3 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0298386197537184</threshold>
+            <left_val>0.3693186044692993</left_val>
+            <right_val>-0.0698615685105324</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 14 6 1 -1.</_>
+                <_>
+                  19 14 3 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.5088700456544757e-003</threshold>
+            <left_val>-0.0684053674340248</left_val>
+            <right_val>0.1167493984103203</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 2 6 13 -1.</_>
+                <_>
+                  6 2 2 13 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0391593612730503</threshold>
+            <left_val>-0.5139203071594238</left_val>
+            <right_val>0.0376962982118130</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 14 8 1 -1.</_>
+                <_>
+                  19 14 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.6957627683877945e-003</threshold>
+            <left_val>0.0178152993321419</left_val>
+            <right_val>-0.4685910940170288</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 14 8 1 -1.</_>
+                <_>
+                  2 14 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.2683161124587059e-004</threshold>
+            <left_val>-0.1310783028602600</left_val>
+            <right_val>0.1574900001287460</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 11 2 2 -1.</_>
+                <_>
+                  23 11 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>3.9894571527838707e-003</threshold>
+            <left_val>0.0452235005795956</left_val>
+            <right_val>-0.4237715899944305</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 11 2 2 -1.</_>
+                <_>
+                  2 11 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.1600970327854156e-003</threshold>
+            <left_val>-0.5150998830795288</left_val>
+            <right_val>0.0348056405782700</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 4 9 4 -1.</_>
+                <_>
+                  8 5 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0237389300018549</threshold>
+            <left_val>0.2213699966669083</left_val>
+            <right_val>-0.0842292308807373</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 4 9 3 -1.</_>
+                <_>
+                  8 5 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0145637700334191</threshold>
+            <left_val>-0.0898087024688721</left_val>
+            <right_val>0.2186468988656998</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 6 2 4 -1.</_>
+                <_>
+                  23 6 1 2 2.</_>
+                <_>
+                  22 8 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.2849658317863941e-004</threshold>
+            <left_val>-0.0709035396575928</left_val>
+            <right_val>0.1204996034502983</right_val></_></_>
+        <_>
+          <!-- tree 48 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 6 8 -1.</_>
+                <_>
+                  9 3 2 8 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0311498604714870</threshold>
+            <left_val>-0.6067348122596741</left_val>
+            <right_val>0.0294798705726862</right_val></_></_>
+        <_>
+          <!-- tree 49 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 4 3 4 -1.</_>
+                <_>
+                  22 5 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0167685598134995</threshold>
+            <left_val>0.0236525908112526</left_val>
+            <right_val>-0.4164066910743713</right_val></_></_>
+        <_>
+          <!-- tree 50 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 9 4 2 -1.</_>
+                <_>
+                  4 10 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-8.9033348485827446e-003</threshold>
+            <left_val>-0.5536022186279297</left_val>
+            <right_val>0.0302125699818134</right_val></_></_>
+        <_>
+          <!-- tree 51 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 7 2 2 -1.</_>
+                <_>
+                  18 7 1 1 2.</_>
+                <_>
+                  17 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.3961132653057575e-004</threshold>
+            <left_val>-0.0588473901152611</left_val>
+            <right_val>0.1531303972005844</right_val></_></_>
+        <_>
+          <!-- tree 52 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 11 6 1 -1.</_>
+                <_>
+                  11 11 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.3886012434959412e-003</threshold>
+            <left_val>-0.7052780985832214</left_val>
+            <right_val>0.0250979401171207</right_val></_></_>
+        <_>
+          <!-- tree 53 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 7 2 2 -1.</_>
+                <_>
+                  18 7 1 1 2.</_>
+                <_>
+                  17 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.4085000515915453e-004</threshold>
+            <left_val>0.1771869063377380</left_val>
+            <right_val>-0.1048467978835106</right_val></_></_>
+        <_>
+          <!-- tree 54 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 2 4 -1.</_>
+                <_>
+                  0 8 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.1828009784221649e-003</threshold>
+            <left_val>0.0330388285219669</left_val>
+            <right_val>-0.4948574900627136</right_val></_></_>
+        <_>
+          <!-- tree 55 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 5 5 6 -1.</_>
+                <_>
+                  20 7 5 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.2702568033710122e-004</threshold>
+            <left_val>-0.1844830960035324</left_val>
+            <right_val>0.0777885988354683</right_val></_></_>
+        <_>
+          <!-- tree 56 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 2 2 -1.</_>
+                <_>
+                  6 7 1 1 2.</_>
+                <_>
+                  7 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.0980831040069461e-004</threshold>
+            <left_val>0.1959578990936279</left_val>
+            <right_val>-0.0837520435452461</right_val></_></_>
+        <_>
+          <!-- tree 57 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 7 2 2 -1.</_>
+                <_>
+                  18 7 1 1 2.</_>
+                <_>
+                  17 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.2273030006326735e-004</threshold>
+            <left_val>-0.0814708098769188</left_val>
+            <right_val>0.1209300011396408</right_val></_></_>
+        <_>
+          <!-- tree 58 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 2 2 -1.</_>
+                <_>
+                  6 7 1 1 2.</_>
+                <_>
+                  7 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.6565610682591796e-004</threshold>
+            <left_val>-0.0953319519758224</left_val>
+            <right_val>0.2288299947977066</right_val></_></_>
+        <_>
+          <!-- tree 59 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 0 4 9 -1.</_>
+                <_>
+                  16 0 2 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0216477997601032</threshold>
+            <left_val>-0.6933805942535400</left_val>
+            <right_val>0.0170615408569574</right_val></_></_>
+        <_>
+          <!-- tree 60 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 1 14 14 -1.</_>
+                <_>
+                  5 1 7 7 2.</_>
+                <_>
+                  12 8 7 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0595006607472897</threshold>
+            <left_val>0.0526031702756882</left_val>
+            <right_val>-0.2782197892665863</right_val></_></_>
+        <_>
+          <!-- tree 61 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 0 4 9 -1.</_>
+                <_>
+                  16 0 2 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0253651998937130</threshold>
+            <left_val>8.9954538270831108e-003</left_val>
+            <right_val>-0.6383489966392517</right_val></_></_>
+        <_>
+          <!-- tree 62 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 5 3 -1.</_>
+                <_>
+                  0 8 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.9667091332376003e-003</threshold>
+            <left_val>-0.3175272047519684</left_val>
+            <right_val>0.0470112897455692</right_val></_></_>
+        <_>
+          <!-- tree 63 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 2 3 4 -1.</_>
+                <_>
+                  22 3 1 4 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>8.2784779369831085e-003</threshold>
+            <left_val>-0.0544440597295761</left_val>
+            <right_val>0.2219938933849335</right_val></_></_>
+        <_>
+          <!-- tree 64 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 4 15 -1.</_>
+                <_>
+                  7 0 2 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0221254508942366</threshold>
+            <left_val>-0.6738150715827942</left_val>
+            <right_val>0.0225456394255161</right_val></_></_>
+        <_>
+          <!-- tree 65 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 2 3 4 -1.</_>
+                <_>
+                  22 3 1 4 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0180159192532301</threshold>
+            <left_val>0.1972057968378067</left_val>
+            <right_val>-0.0419279783964157</right_val></_></_>
+        <_>
+          <!-- tree 66 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 2 4 3 -1.</_>
+                <_>
+                  3 3 4 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>8.4426235407590866e-003</threshold>
+            <left_val>-0.0605471916496754</left_val>
+            <right_val>0.2649214863777161</right_val></_></_>
+        <_>
+          <!-- tree 67 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 5 3 7 -1.</_>
+                <_>
+                  14 6 1 7 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0325668416917324</threshold>
+            <left_val>-0.7107285857200623</left_val>
+            <right_val>0.0118406098335981</right_val></_></_>
+        <_>
+          <!-- tree 68 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 10 15 1 -1.</_>
+                <_>
+                  9 10 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.7655492089688778e-003</threshold>
+            <left_val>0.1384397000074387</left_val>
+            <right_val>-0.1150531992316246</right_val></_></_>
+        <_>
+          <!-- tree 69 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 6 10 9 -1.</_>
+                <_>
+                  12 6 5 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0569362901151180</threshold>
+            <left_val>-0.0613397099077702</left_val>
+            <right_val>0.2665694057941437</right_val></_></_>
+        <_>
+          <!-- tree 70 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 1 22 14 -1.</_>
+                <_>
+                  12 1 11 14 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1374146044254303</threshold>
+            <left_val>-0.1139679029583931</left_val>
+            <right_val>0.1789363026618958</right_val></_></_>
+        <_>
+          <!-- tree 71 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 8 3 2 -1.</_>
+                <_>
+                  11 9 3 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.4123009536415339e-003</threshold>
+            <left_val>-0.0668940767645836</left_val>
+            <right_val>0.2595616877079010</right_val></_></_>
+        <_>
+          <!-- tree 72 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 5 11 2 -1.</_>
+                <_>
+                  2 6 11 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0116290198639035</threshold>
+            <left_val>-0.1346206963062286</left_val>
+            <right_val>0.1518495976924896</right_val></_></_></trees>
+      <stage_threshold>-1.3217060565948486</stage_threshold>
+      <parent>8</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 10 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 1 10 4 -1.</_>
+                <_>
+                  3 2 10 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0302658006548882</threshold>
+            <left_val>0.3809668123722076</left_val>
+            <right_val>-0.1337769925594330</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 1 15 6 -1.</_>
+                <_>
+                  5 3 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1888993978500366</threshold>
+            <left_val>0.3472220003604889</left_val>
+            <right_val>-0.1143490970134735</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 6 6 -1.</_>
+                <_>
+                  0 9 3 3 2.</_>
+                <_>
+                  3 12 3 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.4756601564586163e-003</threshold>
+            <left_val>-0.1779001951217651</left_val>
+            <right_val>0.1983720064163208</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 3 5 2 -1.</_>
+                <_>
+                  19 4 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.2559102922677994e-003</threshold>
+            <left_val>0.2553296089172363</left_val>
+            <right_val>-0.0956856831908226</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 10 14 4 -1.</_>
+                <_>
+                  2 10 7 2 2.</_>
+                <_>
+                  9 12 7 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0103751895949245</threshold>
+            <left_val>-0.1290100961923599</left_val>
+            <right_val>0.2047273963689804</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 3 24 8 -1.</_>
+                <_>
+                  9 3 8 8 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2527360022068024</threshold>
+            <left_val>-0.0779134780168533</left_val>
+            <right_val>0.3413710892200470</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 2 6 -1.</_>
+                <_>
+                  0 10 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.9952310770750046e-003</threshold>
+            <left_val>0.1191667988896370</left_val>
+            <right_val>-0.4138369858264923</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 14 2 1 -1.</_>
+                <_>
+                  23 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.6510503529570997e-005</threshold>
+            <left_val>-0.2305306047201157</left_val>
+            <right_val>0.1328932046890259</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 6 4 -1.</_>
+                <_>
+                  0 4 3 2 2.</_>
+                <_>
+                  3 6 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0104297399520874</threshold>
+            <left_val>-0.0622061118483543</left_val>
+            <right_val>0.2935121059417725</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 13 21 1 -1.</_>
+                <_>
+                  10 13 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.4513092190027237e-003</threshold>
+            <left_val>0.1671503931283951</left_val>
+            <right_val>-0.1161310002207756</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 24 14 -1.</_>
+                <_>
+                  0 0 12 7 2.</_>
+                <_>
+                  12 7 12 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1386305987834930</threshold>
+            <left_val>-0.4514685869216919</left_val>
+            <right_val>0.0725729763507843</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 0 1 10 -1.</_>
+                <_>
+                  24 5 1 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0154232997447252</threshold>
+            <left_val>-0.4277118146419525</left_val>
+            <right_val>0.0248409193009138</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 11 2 2 -1.</_>
+                <_>
+                  4 11 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-6.5782992169260979e-003</threshold>
+            <left_val>-0.6540787816047669</left_val>
+            <right_val>0.0402618311345577</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 14 2 1 -1.</_>
+                <_>
+                  23 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.8917557655368000e-005</threshold>
+            <left_val>0.2068260014057159</left_val>
+            <right_val>-0.1195247992873192</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 14 2 1 -1.</_>
+                <_>
+                  1 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.1416288847103715e-005</threshold>
+            <left_val>-0.1625899970531464</left_val>
+            <right_val>0.1518989056348801</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 2 11 6 -1.</_>
+                <_>
+                  7 4 11 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1354866027832031</threshold>
+            <left_val>-0.0504554286599159</left_val>
+            <right_val>0.4712490141391754</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 2 2 2 -1.</_>
+                <_>
+                  2 2 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>1.1286230292171240e-003</threshold>
+            <left_val>-0.1934940963983536</left_val>
+            <right_val>0.1492028981447220</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 0 1 10 -1.</_>
+                <_>
+                  24 5 1 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0376871302723885</threshold>
+            <left_val>-6.5130472648888826e-004</left_val>
+            <right_val>-0.5566216707229614</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 1 10 -1.</_>
+                <_>
+                  0 5 1 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0177724994719028</threshold>
+            <left_val>-0.5733047127723694</left_val>
+            <right_val>0.0462512709200382</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 11 6 2 -1.</_>
+                <_>
+                  14 11 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0141524598002434</threshold>
+            <left_val>-0.7905998826026917</left_val>
+            <right_val>0.0153570203110576</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 20 2 -1.</_>
+                <_>
+                  7 0 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0194474104791880</threshold>
+            <left_val>0.2123239040374756</left_val>
+            <right_val>-0.1021943986415863</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 0 10 4 -1.</_>
+                <_>
+                  10 0 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0129150198772550</threshold>
+            <left_val>-0.0788644626736641</left_val>
+            <right_val>0.1457864940166473</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 20 1 -1.</_>
+                <_>
+                  10 0 10 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.7283121645450592e-003</threshold>
+            <left_val>-0.1338106989860535</left_val>
+            <right_val>0.2055318057537079</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 4 10 3 -1.</_>
+                <_>
+                  8 5 10 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0264210291206837</threshold>
+            <left_val>0.2729040980339050</left_val>
+            <right_val>-0.0841038301587105</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 6 7 6 -1.</_>
+                <_>
+                  9 8 7 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0216425806283951</threshold>
+            <left_val>0.2165616005659103</left_val>
+            <right_val>-0.0997976064682007</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 5 9 3 -1.</_>
+                <_>
+                  8 6 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0186041705310345</threshold>
+            <left_val>0.3167817890644074</left_val>
+            <right_val>-0.0684646219015121</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 1 3 -1.</_>
+                <_>
+                  5 1 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>7.9184472560882568e-003</threshold>
+            <left_val>0.0389325916767120</left_val>
+            <right_val>-0.5849621891975403</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 0 1 4 -1.</_>
+                <_>
+                  24 2 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.0868779807351530e-005</threshold>
+            <left_val>0.1183537989854813</left_val>
+            <right_val>-0.2693997025489807</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 10 2 1 -1.</_>
+                <_>
+                  10 10 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.3271610997617245e-005</threshold>
+            <left_val>0.1483621001243591</left_val>
+            <right_val>-0.1414014995098114</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 10 1 4 -1.</_>
+                <_>
+                  21 11 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>3.0123859178274870e-003</threshold>
+            <left_val>0.0475597009062767</left_val>
+            <right_val>-0.3168076872825623</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 6 5 -1.</_>
+                <_>
+                  6 0 2 5 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0202028602361679</threshold>
+            <left_val>0.0363369397819042</left_val>
+            <right_val>-0.4958786964416504</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 3 8 12 -1.</_>
+                <_>
+                  21 3 4 6 2.</_>
+                <_>
+                  17 9 4 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0681129470467567</threshold>
+            <left_val>-0.0636018067598343</left_val>
+            <right_val>0.3745648860931397</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 8 12 -1.</_>
+                <_>
+                  0 3 4 6 2.</_>
+                <_>
+                  4 9 4 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0613449215888977</threshold>
+            <left_val>0.3703984022140503</left_val>
+            <right_val>-0.0626903176307678</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 3 6 10 -1.</_>
+                <_>
+                  13 3 3 5 2.</_>
+                <_>
+                  10 8 3 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0239223092794418</threshold>
+            <left_val>-0.3475331962108612</left_val>
+            <right_val>0.0568292401731014</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 10 4 1 -1.</_>
+                <_>
+                  4 11 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>4.4279401190578938e-003</threshold>
+            <left_val>0.0318974405527115</left_val>
+            <right_val>-0.5085908770561218</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 2 9 4 -1.</_>
+                <_>
+                  16 2 9 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0923664569854736</threshold>
+            <left_val>-0.4889659881591797</left_val>
+            <right_val>9.9938698112964630e-003</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 2 4 9 -1.</_>
+                <_>
+                  9 2 2 9 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-3.1878310255706310e-003</threshold>
+            <left_val>0.0857494324445724</left_val>
+            <right_val>-0.2382344007492065</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 9 3 3 -1.</_>
+                <_>
+                  20 10 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.2605291604995728e-003</threshold>
+            <left_val>0.0244128108024597</left_val>
+            <right_val>-0.5500137209892273</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 1 13 4 -1.</_>
+                <_>
+                  6 2 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0217170491814613</threshold>
+            <left_val>-0.0847987011075020</left_val>
+            <right_val>0.2182479947805405</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 4 5 4 -1.</_>
+                <_>
+                  10 5 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0102959601208568</threshold>
+            <left_val>-0.1032914966344833</left_val>
+            <right_val>0.1945870965719223</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 3 3 -1.</_>
+                <_>
+                  0 6 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0121496301144362</threshold>
+            <left_val>0.0322238989174366</left_val>
+            <right_val>-0.5932865738868713</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 5 4 4 -1.</_>
+                <_>
+                  21 6 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0191168300807476</threshold>
+            <left_val>0.0309407506138086</left_val>
+            <right_val>-0.4538871943950653</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 4 4 -1.</_>
+                <_>
+                  0 6 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.1067700628191233e-004</threshold>
+            <left_val>-0.1545806974172592</left_val>
+            <right_val>0.1262297928333283</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 9 9 6 -1.</_>
+                <_>
+                  8 11 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0294274203479290</threshold>
+            <left_val>0.2070481926202774</left_val>
+            <right_val>-0.0861818864941597</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 11 3 1 -1.</_>
+                <_>
+                  5 12 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-3.7067469675093889e-003</threshold>
+            <left_val>-0.5155926942825317</left_val>
+            <right_val>0.0383589081466198</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 14 2 1 -1.</_>
+                <_>
+                  23 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.0146670875838026e-005</threshold>
+            <left_val>-0.1023617982864380</left_val>
+            <right_val>0.0884054377675056</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 14 2 1 -1.</_>
+                <_>
+                  1 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.8713612563442439e-005</threshold>
+            <left_val>0.1984436959028244</left_val>
+            <right_val>-0.0994443595409393</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 1 4 14 -1.</_>
+                <_>
+                  11 8 4 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0848333984613419</threshold>
+            <left_val>-0.3900933861732483</left_val>
+            <right_val>0.0397581607103348</right_val></_></_>
+        <_>
+          <!-- tree 48 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 2 3 -1.</_>
+                <_>
+                  3 1 2 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0115453395992517</threshold>
+            <left_val>0.0299104899168015</left_val>
+            <right_val>-0.5021548867225647</right_val></_></_>
+        <_>
+          <!-- tree 49 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 12 1 2 -1.</_>
+                <_>
+                  24 13 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.2721769744530320e-003</threshold>
+            <left_val>0.0357883498072624</left_val>
+            <right_val>-0.3856284022331238</right_val></_></_>
+        <_>
+          <!-- tree 50 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 14 14 -1.</_>
+                <_>
+                  0 8 14 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.3789406120777130</threshold>
+            <left_val>0.0429151207208633</left_val>
+            <right_val>-0.3726823925971985</right_val></_></_>
+        <_>
+          <!-- tree 51 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 0 6 15 -1.</_>
+                <_>
+                  15 0 2 15 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0587286688387394</threshold>
+            <left_val>0.0175066608935595</left_val>
+            <right_val>-0.7129334807395935</right_val></_></_>
+        <_>
+          <!-- tree 52 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 1 4 -1.</_>
+                <_>
+                  0 3 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.2667418862693012e-005</threshold>
+            <left_val>0.0852374136447906</left_val>
+            <right_val>-0.1796067953109741</right_val></_></_>
+        <_>
+          <!-- tree 53 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 13 1 2 -1.</_>
+                <_>
+                  24 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.5661939289420843e-003</threshold>
+            <left_val>-0.4941900074481964</left_val>
+            <right_val>0.0211067497730255</right_val></_></_>
+        <_>
+          <!-- tree 54 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 13 1 2 -1.</_>
+                <_>
+                  0 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.2544771935790777e-005</threshold>
+            <left_val>0.1260727941989899</left_val>
+            <right_val>-0.1358107030391693</right_val></_></_>
+        <_>
+          <!-- tree 55 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 11 2 4 -1.</_>
+                <_>
+                  23 12 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.3382088877260685e-003</threshold>
+            <left_val>-0.3425475955009460</left_val>
+            <right_val>0.0313290804624558</right_val></_></_>
+        <_>
+          <!-- tree 56 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 2 4 -1.</_>
+                <_>
+                  0 12 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.0032588876783848e-003</threshold>
+            <left_val>0.0353341810405254</left_val>
+            <right_val>-0.4785414040088654</right_val></_></_>
+        <_>
+          <!-- tree 57 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 10 2 2 -1.</_>
+                <_>
+                  17 10 1 1 2.</_>
+                <_>
+                  16 11 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.8725446655880660e-005</threshold>
+            <left_val>-0.0865093916654587</left_val>
+            <right_val>0.1098069027066231</right_val></_></_>
+        <_>
+          <!-- tree 58 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 10 2 2 -1.</_>
+                <_>
+                  7 10 1 1 2.</_>
+                <_>
+                  8 11 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.5411381395533681e-004</threshold>
+            <left_val>-0.0866223275661469</left_val>
+            <right_val>0.1815810948610306</right_val></_></_>
+        <_>
+          <!-- tree 59 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 24 6 -1.</_>
+                <_>
+                  13 0 12 3 2.</_>
+                <_>
+                  1 3 12 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1003293022513390</threshold>
+            <left_val>-0.4118100106716156</left_val>
+            <right_val>0.0407990105450153</right_val></_></_>
+        <_>
+          <!-- tree 60 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 1 6 12 -1.</_>
+                <_>
+                  8 1 2 12 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0457341782748699</threshold>
+            <left_val>0.0250630006194115</left_val>
+            <right_val>-0.5801063179969788</right_val></_></_>
+        <_>
+          <!-- tree 61 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 6 6 3 -1.</_>
+                <_>
+                  19 7 6 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0143571095541120</threshold>
+            <left_val>0.0273739993572235</left_val>
+            <right_val>-0.3111906945705414</right_val></_></_>
+        <_>
+          <!-- tree 62 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 6 7 2 -1.</_>
+                <_>
+                  5 7 7 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.2823958210647106e-003</threshold>
+            <left_val>-0.1212206035852432</left_val>
+            <right_val>0.1300680041313171</right_val></_></_>
+        <_>
+          <!-- tree 63 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 6 7 4 -1.</_>
+                <_>
+                  9 7 7 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0191692691296339</threshold>
+            <left_val>0.3547115027904511</left_val>
+            <right_val>-0.0586979016661644</right_val></_></_>
+        <_>
+          <!-- tree 64 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 6 6 3 -1.</_>
+                <_>
+                  0 7 6 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0203719399869442</threshold>
+            <left_val>0.0270470399409533</left_val>
+            <right_val>-0.6216102838516235</right_val></_></_>
+        <_>
+          <!-- tree 65 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 8 13 4 -1.</_>
+                <_>
+                  6 9 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0119816595688462</threshold>
+            <left_val>0.1762886941432953</left_val>
+            <right_val>-0.0943156927824020</right_val></_></_>
+        <_>
+          <!-- tree 66 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 10 2 2 -1.</_>
+                <_>
+                  7 10 1 1 2.</_>
+                <_>
+                  8 11 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.4278322649188340e-005</threshold>
+            <left_val>0.1507049947977066</left_val>
+            <right_val>-0.1071290969848633</right_val></_></_>
+        <_>
+          <!-- tree 67 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 11 6 2 -1.</_>
+                <_>
+                  14 11 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0101822800934315</threshold>
+            <left_val>0.0161433499306440</left_val>
+            <right_val>-0.3503915071487427</right_val></_></_>
+        <_>
+          <!-- tree 68 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 12 10 -1.</_>
+                <_>
+                  6 0 6 5 2.</_>
+                <_>
+                  12 5 6 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0520590804517269</threshold>
+            <left_val>-0.3121460080146790</left_val>
+            <right_val>0.0477841906249523</right_val></_></_>
+        <_>
+          <!-- tree 69 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 11 6 2 -1.</_>
+                <_>
+                  14 11 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0249434690922499</threshold>
+            <left_val>-0.7933396100997925</left_val>
+            <right_val>-4.0430951048620045e-004</right_val></_></_>
+        <_>
+          <!-- tree 70 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 2 2 -1.</_>
+                <_>
+                  7 0 1 1 2.</_>
+                <_>
+                  8 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.2259827973321080e-004</threshold>
+            <left_val>0.2043831050395966</left_val>
+            <right_val>-0.0712744519114494</right_val></_></_>
+        <_>
+          <!-- tree 71 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 0 2 2 -1.</_>
+                <_>
+                  17 0 1 1 2.</_>
+                <_>
+                  16 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.6859298638300970e-005</threshold>
+            <left_val>0.0861500576138496</left_val>
+            <right_val>-0.0658712089061737</right_val></_></_>
+        <_>
+          <!-- tree 72 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 2 2 -1.</_>
+                <_>
+                  7 0 1 1 2.</_>
+                <_>
+                  8 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.0834350511431694e-004</threshold>
+            <left_val>-0.1051706001162529</left_val>
+            <right_val>0.2224697023630142</right_val></_></_>
+        <_>
+          <!-- tree 73 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 11 6 2 -1.</_>
+                <_>
+                  14 11 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.1075460352003574e-003</threshold>
+            <left_val>0.0464305393397808</left_val>
+            <right_val>-0.0319086797535419</right_val></_></_>
+        <_>
+          <!-- tree 74 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 11 6 2 -1.</_>
+                <_>
+                  9 11 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0123662399128079</threshold>
+            <left_val>-0.6207143068313599</left_val>
+            <right_val>0.0261646900326014</right_val></_></_>
+        <_>
+          <!-- tree 75 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 12 18 3 -1.</_>
+                <_>
+                  11 12 6 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0354762189090252</threshold>
+            <left_val>0.1230582967400551</left_val>
+            <right_val>-0.0519298203289509</right_val></_></_>
+        <_>
+          <!-- tree 76 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 1 2 -1.</_>
+                <_>
+                  2 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-2.3794448934495449e-003</threshold>
+            <left_val>-0.3795419931411743</left_val>
+            <right_val>0.0417488515377045</right_val></_></_>
+        <_>
+          <!-- tree 77 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 4 4 2 -1.</_>
+                <_>
+                  23 4 2 1 2.</_>
+                <_>
+                  21 5 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.3966970145702362e-003</threshold>
+            <left_val>-0.0851486772298813</left_val>
+            <right_val>0.1512037962675095</right_val></_></_>
+        <_>
+          <!-- tree 78 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 3 7 3 -1.</_>
+                <_>
+                  9 4 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.1437891088426113e-003</threshold>
+            <left_val>-0.0816644281148911</left_val>
+            <right_val>0.1789588034152985</right_val></_></_>
+        <_>
+          <!-- tree 79 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 2 8 5 -1.</_>
+                <_>
+                  15 4 4 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.1239939033985138</threshold>
+            <left_val>-0.6658980846405029</left_val>
+            <right_val>9.5204189419746399e-003</right_val></_></_>
+        <_>
+          <!-- tree 80 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 1 6 4 -1.</_>
+                <_>
+                  11 2 6 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0393908508121967</threshold>
+            <left_val>0.0182536505162716</left_val>
+            <right_val>-0.7637290954589844</right_val></_></_>
+        <_>
+          <!-- tree 81 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 0 2 2 -1.</_>
+                <_>
+                  22 1 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.9372270219027996e-003</threshold>
+            <left_val>0.0226261299103498</left_val>
+            <right_val>-0.3233875036239624</right_val></_></_>
+        <_>
+          <!-- tree 82 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 1 16 12 -1.</_>
+                <_>
+                  12 1 8 12 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1816650927066803</threshold>
+            <left_val>-0.0618673898279667</left_val>
+            <right_val>0.2298932969570160</right_val></_></_>
+        <_>
+          <!-- tree 83 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 20 10 -1.</_>
+                <_>
+                  3 0 10 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0892752110958099</threshold>
+            <left_val>-0.0848015919327736</left_val>
+            <right_val>0.2109096944332123</right_val></_></_>
+        <_>
+          <!-- tree 84 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 6 6 -1.</_>
+                <_>
+                  0 4 3 3 2.</_>
+                <_>
+                  3 7 3 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0179201308637857</threshold>
+            <left_val>-0.0663900971412659</left_val>
+            <right_val>0.2243462055921555</right_val></_></_>
+        <_>
+          <!-- tree 85 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 4 3 3 -1.</_>
+                <_>
+                  23 5 1 3 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>5.5024111643433571e-003</threshold>
+            <left_val>-0.0559136196970940</left_val>
+            <right_val>0.1079157963395119</right_val></_></_>
+        <_>
+          <!-- tree 86 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 4 3 3 -1.</_>
+                <_>
+                  2 5 3 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0126318400725722</threshold>
+            <left_val>0.3352184891700745</left_val>
+            <right_val>-0.0470694787800312</right_val></_></_>
+        <_>
+          <!-- tree 87 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 7 3 4 -1.</_>
+                <_>
+                  22 8 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.2040186971426010e-003</threshold>
+            <left_val>0.0521674789488316</left_val>
+            <right_val>-0.5830680727958679</right_val></_></_>
+        <_>
+          <!-- tree 88 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 1 4 7 -1.</_>
+                <_>
+                  4 1 2 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0215438604354858</threshold>
+            <left_val>0.0103719802573323</left_val>
+            <right_val>-0.8169081807136536</right_val></_></_>
+        <_>
+          <!-- tree 89 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 7 3 4 -1.</_>
+                <_>
+                  22 8 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.2779878713190556e-003</threshold>
+            <left_val>-0.3437061011791229</left_val>
+            <right_val>0.0348356589674950</right_val></_></_>
+        <_>
+          <!-- tree 90 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 1 2 -1.</_>
+                <_>
+                  2 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>9.5721762627363205e-003</threshold>
+            <left_val>0.0160374492406845</left_val>
+            <right_val>-0.7592146992683411</right_val></_></_>
+        <_>
+          <!-- tree 91 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 4 6 2 -1.</_>
+                <_>
+                  18 5 6 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.9499992057681084e-003</threshold>
+            <left_val>-0.0835138633847237</left_val>
+            <right_val>0.0937561765313149</right_val></_></_>
+        <_>
+          <!-- tree 92 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 15 6 -1.</_>
+                <_>
+                  5 5 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0868803784251213</threshold>
+            <left_val>0.1977919936180115</left_val>
+            <right_val>-0.0735685229301453</right_val></_></_>
+        <_>
+          <!-- tree 93 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 4 8 4 -1.</_>
+                <_>
+                  16 5 8 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.7690730318427086e-003</threshold>
+            <left_val>-0.0611343309283257</left_val>
+            <right_val>0.0826714411377907</right_val></_></_>
+        <_>
+          <!-- tree 94 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 24 10 -1.</_>
+                <_>
+                  0 1 12 5 2.</_>
+                <_>
+                  12 6 12 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1480645984411240</threshold>
+            <left_val>0.0396532900631428</left_val>
+            <right_val>-0.4085262119770050</right_val></_></_>
+        <_>
+          <!-- tree 95 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 0 4 7 -1.</_>
+                <_>
+                  15 0 2 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0186682697385550</threshold>
+            <left_val>-0.6671301126480103</left_val>
+            <right_val>0.0156445093452930</right_val></_></_>
+        <_>
+          <!-- tree 96 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 3 4 -1.</_>
+                <_>
+                  0 8 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0101426700130105</threshold>
+            <left_val>0.0211487896740437</left_val>
+            <right_val>-0.5610821843147278</right_val></_></_>
+        <_>
+          <!-- tree 97 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 5 4 4 -1.</_>
+                <_>
+                  20 5 2 2 2.</_>
+                <_>
+                  18 7 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.6263110339641571e-003</threshold>
+            <left_val>0.0881423130631447</left_val>
+            <right_val>-0.0586008317768574</right_val></_></_>
+        <_>
+          <!-- tree 98 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 5 6 2 -1.</_>
+                <_>
+                  5 5 3 1 2.</_>
+                <_>
+                  8 6 3 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.0406240839511156e-003</threshold>
+            <left_val>-0.0699731782078743</left_val>
+            <right_val>0.1942113041877747</right_val></_></_>
+        <_>
+          <!-- tree 99 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 9 2 3 -1.</_>
+                <_>
+                  21 10 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.0523111820220947e-003</threshold>
+            <left_val>-0.3989843130111694</left_val>
+            <right_val>0.0284519009292126</right_val></_></_>
+        <_>
+          <!-- tree 100 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 1 2 2 -1.</_>
+                <_>
+                  7 1 1 1 2.</_>
+                <_>
+                  8 2 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.3293411252088845e-004</threshold>
+            <left_val>-0.0920187085866928</left_val>
+            <right_val>0.1521372944116592</right_val></_></_>
+        <_>
+          <!-- tree 101 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 1 2 2 -1.</_>
+                <_>
+                  17 1 1 1 2.</_>
+                <_>
+                  16 2 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.4471479516942054e-004</threshold>
+            <left_val>0.1328881978988648</left_val>
+            <right_val>-0.0869787335395813</right_val></_></_></trees>
+      <stage_threshold>-1.4393190145492554</stage_threshold>
+      <parent>9</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 11 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 7 7 6 -1.</_>
+                <_>
+                  9 9 7 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0305288899689913</threshold>
+            <left_val>0.3361127972602844</left_val>
+            <right_val>-0.1605879068374634</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 2 7 2 -1.</_>
+                <_>
+                  17 3 7 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.8238358944654465e-003</threshold>
+            <left_val>0.2510839104652405</left_val>
+            <right_val>-0.2578383982181549</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 2 9 4 -1.</_>
+                <_>
+                  3 3 9 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0260700508952141</threshold>
+            <left_val>0.3176701068878174</left_val>
+            <right_val>-0.1111562028527260</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 14 6 1 -1.</_>
+                <_>
+                  19 14 3 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.6021650517359376e-003</threshold>
+            <left_val>-0.1096177026629448</left_val>
+            <right_val>0.1561331003904343</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 9 11 6 -1.</_>
+                <_>
+                  6 11 11 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0346175394952297</threshold>
+            <left_val>0.2614395916461945</left_val>
+            <right_val>-0.0955564379692078</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 3 8 12 -1.</_>
+                <_>
+                  21 3 4 6 2.</_>
+                <_>
+                  17 9 4 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0825498923659325</threshold>
+            <left_val>-0.0359772108495235</left_val>
+            <right_val>0.3189736902713776</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 24 8 -1.</_>
+                <_>
+                  0 7 12 4 2.</_>
+                <_>
+                  12 11 12 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1079908013343811</threshold>
+            <left_val>-0.4661987125873566</left_val>
+            <right_val>0.0965379774570465</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 16 12 -1.</_>
+                <_>
+                  13 3 8 6 2.</_>
+                <_>
+                  5 9 8 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0710962936282158</threshold>
+            <left_val>-0.3290941119194031</left_val>
+            <right_val>0.0201707594096661</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 24 6 -1.</_>
+                <_>
+                  8 5 8 2 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.6102272272109985</threshold>
+            <left_val>-0.0410851910710335</left_val>
+            <right_val>0.5919780731201172</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 8 24 1 -1.</_>
+                <_>
+                  7 8 12 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.6180485561490059e-003</threshold>
+            <left_val>0.1845327019691467</left_val>
+            <right_val>-0.1256957054138184</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 9 14 6 -1.</_>
+                <_>
+                  1 9 7 3 2.</_>
+                <_>
+                  8 12 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0216567497700453</threshold>
+            <left_val>0.3558863103389740</left_val>
+            <right_val>-0.0654195472598076</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 5 3 2 -1.</_>
+                <_>
+                  19 6 3 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.2288730144500732e-003</threshold>
+            <left_val>-0.1597114056348801</left_val>
+            <right_val>0.1442176997661591</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 14 10 1 -1.</_>
+                <_>
+                  5 14 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.6023850552737713e-003</threshold>
+            <left_val>-0.1301265954971314</left_val>
+            <right_val>0.1848530024290085</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 1 15 6 -1.</_>
+                <_>
+                  5 3 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1224254965782166</threshold>
+            <left_val>-0.0509620085358620</left_val>
+            <right_val>0.4787274003028870</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 1 7 6 -1.</_>
+                <_>
+                  1 3 7 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0398168414831162</threshold>
+            <left_val>0.1911015063524246</left_val>
+            <right_val>-0.1490415036678314</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 12 6 3 -1.</_>
+                <_>
+                  17 13 2 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0165654607117176</threshold>
+            <left_val>0.0250385701656342</left_val>
+            <right_val>-0.2660810947418213</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 1 3 -1.</_>
+                <_>
+                  3 1 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>6.7314971238374710e-003</threshold>
+            <left_val>0.0361662209033966</left_val>
+            <right_val>-0.5751237273216248</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 12 24 3 -1.</_>
+                <_>
+                  7 12 12 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0238826293498278</threshold>
+            <left_val>0.1817242056131363</left_val>
+            <right_val>-0.1013408973813057</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 12 6 3 -1.</_>
+                <_>
+                  5 13 2 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0168766304850578</threshold>
+            <left_val>0.0499957092106342</left_val>
+            <right_val>-0.4964488148689270</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 24 12 -1.</_>
+                <_>
+                  13 0 12 6 2.</_>
+                <_>
+                  1 6 12 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0814632922410965</threshold>
+            <left_val>0.0508196912705898</left_val>
+            <right_val>-0.3092927038669586</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 21 15 -1.</_>
+                <_>
+                  9 0 7 15 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1567866057157517</threshold>
+            <left_val>-0.0846417918801308</left_val>
+            <right_val>0.2097589969635010</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 3 6 2 -1.</_>
+                <_>
+                  17 4 6 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0107369897887111</threshold>
+            <left_val>-0.0588766187429428</left_val>
+            <right_val>0.2673564851284027</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 3 14 2 -1.</_>
+                <_>
+                  3 4 14 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0162507798522711</threshold>
+            <left_val>0.2185824960470200</left_val>
+            <right_val>-0.1275278925895691</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 21 4 -1.</_>
+                <_>
+                  11 0 7 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0513998307287693</threshold>
+            <left_val>0.1707165986299515</left_val>
+            <right_val>-0.0564976185560226</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 13 4 1 -1.</_>
+                <_>
+                  7 13 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.8661050125956535e-003</threshold>
+            <left_val>0.0403385981917381</left_val>
+            <right_val>-0.4740450084209442</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 3 8 12 -1.</_>
+                <_>
+                  21 3 4 6 2.</_>
+                <_>
+                  17 9 4 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0494354106485844</threshold>
+            <left_val>0.1537600010633469</left_val>
+            <right_val>-0.0417859293520451</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 8 12 -1.</_>
+                <_>
+                  0 3 4 6 2.</_>
+                <_>
+                  4 9 4 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0696671828627586</threshold>
+            <left_val>-0.0588539093732834</left_val>
+            <right_val>0.3099964857101440</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 16 8 -1.</_>
+                <_>
+                  13 0 8 4 2.</_>
+                <_>
+                  5 4 8 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0781185403466225</threshold>
+            <left_val>-0.4109517037868500</left_val>
+            <right_val>0.0523068793118000</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 7 4 2 -1.</_>
+                <_>
+                  4 8 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-8.6161941289901733e-003</threshold>
+            <left_val>-0.5668942928314209</left_val>
+            <right_val>0.0286804605275393</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 11 15 4 -1.</_>
+                <_>
+                  5 12 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.8916371092200279e-003</threshold>
+            <left_val>-0.0957784205675125</left_val>
+            <right_val>0.1680631041526794</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 13 1 2 -1.</_>
+                <_>
+                  10 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.4734419942833483e-005</threshold>
+            <left_val>-0.1476065963506699</left_val>
+            <right_val>0.1278074979782105</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 14 6 1 -1.</_>
+                <_>
+                  14 14 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.5460228361189365e-003</threshold>
+            <left_val>-0.5353912711143494</left_val>
+            <right_val>0.0211423803120852</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 5 6 4 -1.</_>
+                <_>
+                  9 6 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0119369700551033</threshold>
+            <left_val>0.2489618957042694</left_val>
+            <right_val>-0.0659059137105942</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 5 13 2 -1.</_>
+                <_>
+                  12 6 13 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0160134993493557</threshold>
+            <left_val>-0.0751639306545258</left_val>
+            <right_val>0.0920000970363617</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 15 6 -1.</_>
+                <_>
+                  5 2 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1797882020473480</threshold>
+            <left_val>0.3122220933437347</left_val>
+            <right_val>-0.0546800307929516</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 20 15 -1.</_>
+                <_>
+                  3 0 10 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.4293603003025055</threshold>
+            <left_val>-0.0467442497611046</left_val>
+            <right_val>0.4671711027622223</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 1 22 14 -1.</_>
+                <_>
+                  12 1 11 14 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1762980967760086</threshold>
+            <left_val>-0.1196762025356293</left_val>
+            <right_val>0.2303612977266312</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 5 10 2 -1.</_>
+                <_>
+                  15 6 10 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0434980615973473</threshold>
+            <left_val>0.0213767793029547</left_val>
+            <right_val>-0.3402695953845978</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 13 2 -1.</_>
+                <_>
+                  0 6 13 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0168955195695162</threshold>
+            <left_val>-0.1305568963289261</left_val>
+            <right_val>0.1834042966365814</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 15 4 -1.</_>
+                <_>
+                  5 3 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0185353793203831</threshold>
+            <left_val>-0.0754243135452271</left_val>
+            <right_val>0.2354936003684998</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 4 15 3 -1.</_>
+                <_>
+                  5 5 15 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0173294302076101</threshold>
+            <left_val>-0.0853839814662933</left_val>
+            <right_val>0.2036404013633728</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 11 4 4 -1.</_>
+                <_>
+                  21 12 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.6630741134285927e-003</threshold>
+            <left_val>0.0385910011827946</left_val>
+            <right_val>-0.6201460957527161</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 1 2 -1.</_>
+                <_>
+                  5 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>5.7052681222558022e-003</threshold>
+            <left_val>0.0312472805380821</left_val>
+            <right_val>-0.4070529043674469</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 3 2 4 -1.</_>
+                <_>
+                  23 3 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.8030379433184862e-003</threshold>
+            <left_val>0.1957851052284241</left_val>
+            <right_val>-0.1433366984128952</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 1 4 6 -1.</_>
+                <_>
+                  8 1 2 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0187879204750061</threshold>
+            <left_val>-0.8691418766975403</left_val>
+            <right_val>0.0169819705188274</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 6 11 3 -1.</_>
+                <_>
+                  8 7 11 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0186009202152491</threshold>
+            <left_val>-0.0818153098225594</left_val>
+            <right_val>0.1891387999057770</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 13 2 1 -1.</_>
+                <_>
+                  1 13 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.4120598330628127e-005</threshold>
+            <left_val>-0.1289912015199661</left_val>
+            <right_val>0.1211050972342491</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 12 3 3 -1.</_>
+                <_>
+                  21 13 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.6057129986584187e-003</threshold>
+            <left_val>-0.4698300957679749</left_val>
+            <right_val>0.0159890707582235</right_val></_></_>
+        <_>
+          <!-- tree 48 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 12 3 3 -1.</_>
+                <_>
+                  1 13 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.5192570649087429e-003</threshold>
+            <left_val>0.0361930206418037</left_val>
+            <right_val>-0.4484112858772278</right_val></_></_>
+        <_>
+          <!-- tree 49 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 3 2 4 -1.</_>
+                <_>
+                  23 3 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.7741440096870065e-003</threshold>
+            <left_val>-0.0433034710586071</left_val>
+            <right_val>0.1395574957132340</right_val></_></_>
+        <_>
+          <!-- tree 50 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 2 4 -1.</_>
+                <_>
+                  1 3 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.6350420191884041e-003</threshold>
+            <left_val>0.1395068019628525</left_val>
+            <right_val>-0.1124152988195419</right_val></_></_>
+        <_>
+          <!-- tree 51 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 3 4 10 -1.</_>
+                <_>
+                  23 3 2 5 2.</_>
+                <_>
+                  21 8 2 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.4794770441949368e-003</threshold>
+            <left_val>-0.0600515604019165</left_val>
+            <right_val>0.0728941932320595</right_val></_></_>
+        <_>
+          <!-- tree 52 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 4 10 -1.</_>
+                <_>
+                  0 3 2 5 2.</_>
+                <_>
+                  2 8 2 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0203247498720884</threshold>
+            <left_val>0.4297815859317780</left_val>
+            <right_val>-0.0396846085786819</right_val></_></_>
+        <_>
+          <!-- tree 53 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 1 1 4 -1.</_>
+                <_>
+                  24 2 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.3453041948378086e-003</threshold>
+            <left_val>-0.2533842921257019</left_val>
+            <right_val>0.0242939405143261</right_val></_></_>
+        <_>
+          <!-- tree 54 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 1 6 -1.</_>
+                <_>
+                  0 2 1 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.0959975495934486e-003</threshold>
+            <left_val>0.0340887792408466</left_val>
+            <right_val>-0.4518730044364929</right_val></_></_>
+        <_>
+          <!-- tree 55 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 1 4 4 -1.</_>
+                <_>
+                  17 1 2 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0161635801196098</threshold>
+            <left_val>6.8225921131670475e-003</left_val>
+            <right_val>-0.7205737829208374</right_val></_></_>
+        <_>
+          <!-- tree 56 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 1 4 4 -1.</_>
+                <_>
+                  6 1 2 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0112293101847172</threshold>
+            <left_val>-0.6191986203193665</left_val>
+            <right_val>0.0222914796322584</right_val></_></_>
+        <_>
+          <!-- tree 57 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 2 10 12 -1.</_>
+                <_>
+                  15 8 10 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1763328015804291</threshold>
+            <left_val>-0.6819115877151489</left_val>
+            <right_val>8.8407555595040321e-003</right_val></_></_>
+        <_>
+          <!-- tree 58 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 5 9 3 -1.</_>
+                <_>
+                  8 6 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0192962400615215</threshold>
+            <left_val>-0.0796290487051010</left_val>
+            <right_val>0.2013067007064819</right_val></_></_>
+        <_>
+          <!-- tree 59 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 14 2 -1.</_>
+                <_>
+                  6 8 14 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0105654401704669</threshold>
+            <left_val>-0.0832984521985054</left_val>
+            <right_val>0.1872760951519013</right_val></_></_>
+        <_>
+          <!-- tree 60 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 7 5 4 -1.</_>
+                <_>
+                  10 8 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.7616738379001617e-003</threshold>
+            <left_val>0.2069583982229233</left_val>
+            <right_val>-0.0813189968466759</right_val></_></_>
+        <_>
+          <!-- tree 61 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 12 2 3 -1.</_>
+                <_>
+                  23 13 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.3086878936737776e-003</threshold>
+            <left_val>-0.2798121869564056</left_val>
+            <right_val>0.0293897707015276</right_val></_></_>
+        <_>
+          <!-- tree 62 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 4 4 -1.</_>
+                <_>
+                  0 8 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.9189318455755711e-003</threshold>
+            <left_val>-0.5095586180686951</left_val>
+            <right_val>0.0291001908481121</right_val></_></_>
+        <_>
+          <!-- tree 63 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 13 21 2 -1.</_>
+                <_>
+                  10 13 7 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0195926092565060</threshold>
+            <left_val>0.1248695999383926</left_val>
+            <right_val>-0.0666698589920998</right_val></_></_>
+        <_>
+          <!-- tree 64 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 1 3 1 -1.</_>
+                <_>
+                  7 1 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.6698801927268505e-004</threshold>
+            <left_val>0.1772525012493134</left_val>
+            <right_val>-0.0755556300282478</right_val></_></_>
+        <_>
+          <!-- tree 65 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 0 2 2 -1.</_>
+                <_>
+                  17 0 1 1 2.</_>
+                <_>
+                  16 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.5187108702957630e-004</threshold>
+            <left_val>-0.0468317084014416</left_val>
+            <right_val>0.1377387940883637</right_val></_></_>
+        <_>
+          <!-- tree 66 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 2 2 -1.</_>
+                <_>
+                  7 0 1 1 2.</_>
+                <_>
+                  8 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.3244438711553812e-004</threshold>
+            <left_val>0.1750548034906387</left_val>
+            <right_val>-0.0822173282504082</right_val></_></_>
+        <_>
+          <!-- tree 67 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 12 2 3 -1.</_>
+                <_>
+                  23 13 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.2091289758682251e-003</threshold>
+            <left_val>0.0258904304355383</left_val>
+            <right_val>-0.3546032905578613</right_val></_></_>
+        <_>
+          <!-- tree 68 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 8 9 2 -1.</_>
+                <_>
+                  11 8 3 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0288993604481220</threshold>
+            <left_val>-0.7315214276313782</left_val>
+            <right_val>0.0180548094213009</right_val></_></_>
+        <_>
+          <!-- tree 69 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 12 2 3 -1.</_>
+                <_>
+                  23 13 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.8803699074778706e-005</threshold>
+            <left_val>-0.0383186303079128</left_val>
+            <right_val>0.0343451388180256</right_val></_></_>
+        <_>
+          <!-- tree 70 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 12 2 3 -1.</_>
+                <_>
+                  0 13 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.2848090156912804e-003</threshold>
+            <left_val>-0.3603490889072418</left_val>
+            <right_val>0.0380517281591892</right_val></_></_>
+        <_>
+          <!-- tree 71 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 4 9 9 -1.</_>
+                <_>
+                  8 7 9 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2230083048343658</threshold>
+            <left_val>-0.0353877097368240</left_val>
+            <right_val>0.4118692874908447</right_val></_></_>
+        <_>
+          <!-- tree 72 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 11 12 4 -1.</_>
+                <_>
+                  3 11 6 2 2.</_>
+                <_>
+                  9 13 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.8663020823150873e-003</threshold>
+            <left_val>-0.1147940978407860</left_val>
+            <right_val>0.1196625977754593</right_val></_></_>
+        <_>
+          <!-- tree 73 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 10 5 4 -1.</_>
+                <_>
+                  10 11 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.6781090311706066e-003</threshold>
+            <left_val>-0.0887862071394920</left_val>
+            <right_val>0.2093122005462647</right_val></_></_>
+        <_>
+          <!-- tree 74 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 14 6 1 -1.</_>
+                <_>
+                  9 14 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.6886930465698242e-003</threshold>
+            <left_val>0.0420652516186237</left_val>
+            <right_val>-0.3311671912670136</right_val></_></_>
+        <_>
+          <!-- tree 75 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 18 15 -1.</_>
+                <_>
+                  4 0 9 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.5000842809677124</threshold>
+            <left_val>0.4582319855690002</left_val>
+            <right_val>-0.0300164502114058</right_val></_></_>
+        <_>
+          <!-- tree 76 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 4 4 -1.</_>
+                <_>
+                  1 3 2 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.2457590568810701e-003</threshold>
+            <left_val>-0.0581394806504250</left_val>
+            <right_val>0.2244455963373184</right_val></_></_>
+        <_>
+          <!-- tree 77 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 0 3 4 -1.</_>
+                <_>
+                  22 2 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.2515371721237898e-004</threshold>
+            <left_val>0.0857456997036934</left_val>
+            <right_val>-0.2164471000432968</right_val></_></_>
+        <_>
+          <!-- tree 78 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 20 8 -1.</_>
+                <_>
+                  5 0 10 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0756241232156754</threshold>
+            <left_val>-0.0728698670864105</left_val>
+            <right_val>0.1809341013431549</right_val></_></_>
+        <_>
+          <!-- tree 79 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 5 24 10 -1.</_>
+                <_>
+                  13 5 12 5 2.</_>
+                <_>
+                  1 10 12 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1401147991418839</threshold>
+            <left_val>-0.3049497008323669</left_val>
+            <right_val>0.0322263389825821</right_val></_></_>
+        <_>
+          <!-- tree 80 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 5 6 -1.</_>
+                <_>
+                  0 7 5 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.2914249673485756e-003</threshold>
+            <left_val>-0.1651930958032608</left_val>
+            <right_val>0.0796989724040031</right_val></_></_>
+        <_>
+          <!-- tree 81 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 3 4 2 -1.</_>
+                <_>
+                  18 4 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.8063062131404877e-003</threshold>
+            <left_val>-0.0511631406843662</left_val>
+            <right_val>0.1528493016958237</right_val></_></_>
+        <_>
+          <!-- tree 82 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 3 4 2 -1.</_>
+                <_>
+                  2 3 4 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0197005104273558</threshold>
+            <left_val>-0.0214679203927517</left_val>
+            <right_val>0.5898631215095520</right_val></_></_>
+        <_>
+          <!-- tree 83 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 1 6 6 -1.</_>
+                <_>
+                  16 1 2 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0282465498894453</threshold>
+            <left_val>-0.3611007034778595</left_val>
+            <right_val>0.0215946007519960</right_val></_></_>
+        <_>
+          <!-- tree 84 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 1 6 6 -1.</_>
+                <_>
+                  7 1 2 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0318388007581234</threshold>
+            <left_val>0.0213881190866232</left_val>
+            <right_val>-0.5591915845870972</right_val></_></_>
+        <_>
+          <!-- tree 85 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 10 6 1 -1.</_>
+                <_>
+                  13 10 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.2926959469914436e-003</threshold>
+            <left_val>0.0171414706856012</left_val>
+            <right_val>-0.3245368003845215</right_val></_></_>
+        <_>
+          <!-- tree 86 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 8 11 4 -1.</_>
+                <_>
+                  6 9 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.3176206573843956e-003</threshold>
+            <left_val>-0.0691479519009590</left_val>
+            <right_val>0.1877806931734085</right_val></_></_>
+        <_>
+          <!-- tree 87 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 13 2 2 -1.</_>
+                <_>
+                  24 13 1 1 2.</_>
+                <_>
+                  23 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.9812679965980351e-004</threshold>
+            <left_val>-0.0710251703858376</left_val>
+            <right_val>0.1166272014379501</right_val></_></_>
+        <_>
+          <!-- tree 88 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 13 4 -1.</_>
+                <_>
+                  6 1 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0172033403068781</threshold>
+            <left_val>-0.0834768265485764</left_val>
+            <right_val>0.1448491960763931</right_val></_></_>
+        <_>
+          <!-- tree 89 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 0 3 1 -1.</_>
+                <_>
+                  18 1 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>8.0548562109470367e-003</threshold>
+            <left_val>0.0214444492012262</left_val>
+            <right_val>-0.2763100862503052</right_val></_></_>
+        <_>
+          <!-- tree 90 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 0 1 3 -1.</_>
+                <_>
+                  7 1 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>6.7419088445603848e-003</threshold>
+            <left_val>0.0341341383755207</left_val>
+            <right_val>-0.3555370867252350</right_val></_></_>
+        <_>
+          <!-- tree 91 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 12 2 2 -1.</_>
+                <_>
+                  23 12 1 1 2.</_>
+                <_>
+                  22 13 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.7136920077027753e-005</threshold>
+            <left_val>-0.0699329003691673</left_val>
+            <right_val>0.0822271332144737</right_val></_></_>
+        <_>
+          <!-- tree 92 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 13 2 1 -1.</_>
+                <_>
+                  1 13 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.0014430346200243e-005</threshold>
+            <left_val>0.1533315926790237</left_val>
+            <right_val>-0.0801942795515060</right_val></_></_>
+        <_>
+          <!-- tree 93 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 13 2 1 -1.</_>
+                <_>
+                  22 13 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.6377622715663165e-005</threshold>
+            <left_val>0.0740585327148438</left_val>
+            <right_val>-0.0435769110918045</right_val></_></_>
+        <_>
+          <!-- tree 94 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 13 2 1 -1.</_>
+                <_>
+                  2 13 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.0605492510367185e-005</threshold>
+            <left_val>-0.1192411035299301</left_val>
+            <right_val>0.1157367005944252</right_val></_></_>
+        <_>
+          <!-- tree 95 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 13 3 1 -1.</_>
+                <_>
+                  23 13 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.2301438194699585e-005</threshold>
+            <left_val>-0.0702318474650383</left_val>
+            <right_val>0.0793638303875923</right_val></_></_>
+        <_>
+          <!-- tree 96 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 2 2 12 -1.</_>
+                <_>
+                  2 2 1 12 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.4867830323055387e-003</threshold>
+            <left_val>0.1245760992169380</left_val>
+            <right_val>-0.1076287999749184</right_val></_></_>
+        <_>
+          <!-- tree 97 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 3 4 2 -1.</_>
+                <_>
+                  18 4 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.2434820681810379e-003</threshold>
+            <left_val>0.1116774976253510</left_val>
+            <right_val>-0.0614912398159504</right_val></_></_>
+        <_>
+          <!-- tree 98 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 3 4 2 -1.</_>
+                <_>
+                  3 4 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.8055239282548428e-003</threshold>
+            <left_val>-0.0496800504624844</left_val>
+            <right_val>0.3046393096446991</right_val></_></_>
+        <_>
+          <!-- tree 99 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 0 1 12 -1.</_>
+                <_>
+                  24 3 1 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0167157892137766</threshold>
+            <left_val>0.0242684707045555</left_val>
+            <right_val>-0.5641499757766724</right_val></_></_>
+        <_>
+          <!-- tree 100 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 8 15 6 -1.</_>
+                <_>
+                  5 10 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0197794307023287</threshold>
+            <left_val>0.1293102055788040</left_val>
+            <right_val>-0.1014008000493050</right_val></_></_>
+        <_>
+          <!-- tree 101 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 7 6 2 -1.</_>
+                <_>
+                  19 7 6 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-6.7752218456007540e-005</threshold>
+            <left_val>0.0773630663752556</left_val>
+            <right_val>-0.0876037329435349</right_val></_></_>
+        <_>
+          <!-- tree 102 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 10 5 3 -1.</_>
+                <_>
+                  1 11 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0129433302208781</threshold>
+            <left_val>-0.8692914843559265</left_val>
+            <right_val>0.0158042199909687</right_val></_></_>
+        <_>
+          <!-- tree 103 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 0 1 12 -1.</_>
+                <_>
+                  24 3 1 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0125468103215098</threshold>
+            <left_val>-0.1350758969783783</left_val>
+            <right_val>0.0456306189298630</right_val></_></_>
+        <_>
+          <!-- tree 104 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 1 12 -1.</_>
+                <_>
+                  0 3 1 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.9727862030267715e-003</threshold>
+            <left_val>0.0405779294669628</left_val>
+            <right_val>-0.3409133851528168</right_val></_></_>
+        <_>
+          <!-- tree 105 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 0 12 1 -1.</_>
+                <_>
+                  13 0 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.3152899965643883e-003</threshold>
+            <left_val>0.1372991949319840</left_val>
+            <right_val>-0.0561671592295170</right_val></_></_>
+        <_>
+          <!-- tree 106 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 12 1 -1.</_>
+                <_>
+                  8 0 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.6897659301757813e-003</threshold>
+            <left_val>0.1639326065778732</left_val>
+            <right_val>-0.0914164036512375</right_val></_></_>
+        <_>
+          <!-- tree 107 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 20 1 -1.</_>
+                <_>
+                  8 0 10 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.0578881055116653e-003</threshold>
+            <left_val>-0.0800797268748283</left_val>
+            <right_val>0.1433712989091873</right_val></_></_>
+        <_>
+          <!-- tree 108 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 9 2 -1.</_>
+                <_>
+                  4 0 3 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0299335699528456</threshold>
+            <left_val>-0.5326762199401856</left_val>
+            <right_val>0.0227312203496695</right_val></_></_>
+        <_>
+          <!-- tree 109 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 6 8 2 -1.</_>
+                <_>
+                  11 7 8 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.0810988545417786e-003</threshold>
+            <left_val>-0.0732182189822197</left_val>
+            <right_val>0.1027508974075317</right_val></_></_>
+        <_>
+          <!-- tree 110 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 3 3 8 -1.</_>
+                <_>
+                  11 7 3 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0508137904107571</threshold>
+            <left_val>0.0516868904232979</left_val>
+            <right_val>-0.2544622123241425</right_val></_></_>
+        <_>
+          <!-- tree 111 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 4 4 2 -1.</_>
+                <_>
+                  21 5 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>4.7044758684933186e-003</threshold>
+            <left_val>-0.0572907589375973</left_val>
+            <right_val>0.0760648325085640</right_val></_></_>
+        <_>
+          <!-- tree 112 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 2 6 -1.</_>
+                <_>
+                  6 7 1 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>4.6408819034695625e-003</threshold>
+            <left_val>0.0559986904263496</left_val>
+            <right_val>-0.2172269970178604</right_val></_></_>
+        <_>
+          <!-- tree 113 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 4 4 2 -1.</_>
+                <_>
+                  21 5 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-9.5121748745441437e-003</threshold>
+            <left_val>0.1812860071659088</left_val>
+            <right_val>-0.0377242304384708</right_val></_></_>
+        <_>
+          <!-- tree 114 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 4 2 4 -1.</_>
+                <_>
+                  4 5 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>2.5726249441504478e-003</threshold>
+            <left_val>-0.1238458007574081</left_val>
+            <right_val>0.1421934068202972</right_val></_></_></trees>
+      <stage_threshold>-1.3500690460205078</stage_threshold>
+      <parent>10</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 12 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 5 11 3 -1.</_>
+                <_>
+                  7 6 11 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0184330195188522</threshold>
+            <left_val>-0.1618741005659103</left_val>
+            <right_val>0.3351263999938965</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 1 3 4 -1.</_>
+                <_>
+                  20 2 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.8202150501310825e-003</threshold>
+            <left_val>-0.0972008332610130</left_val>
+            <right_val>0.2755692005157471</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 4 9 3 -1.</_>
+                <_>
+                  8 5 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0214508101344109</threshold>
+            <left_val>-0.1013654991984367</left_val>
+            <right_val>0.3922119140625000</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 6 9 3 -1.</_>
+                <_>
+                  9 7 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0201995000243187</threshold>
+            <left_val>-0.1041551977396011</left_val>
+            <right_val>0.3485709130764008</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 8 8 -1.</_>
+                <_>
+                  0 7 4 4 2.</_>
+                <_>
+                  4 11 4 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0154604399576783</threshold>
+            <left_val>-0.1814713031053543</left_val>
+            <right_val>0.2296576052904129</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 7 7 3 -1.</_>
+                <_>
+                  9 8 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0121146701276302</threshold>
+            <left_val>-0.0955794528126717</left_val>
+            <right_val>0.3321264982223511</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 3 9 3 -1.</_>
+                <_>
+                  8 4 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0166161693632603</threshold>
+            <left_val>-0.0751067474484444</left_val>
+            <right_val>0.3475660085678101</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 1 1 6 -1.</_>
+                <_>
+                  19 3 1 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0151290399953723</threshold>
+            <left_val>0.1396238952875137</left_val>
+            <right_val>-0.1150512024760246</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 24 5 -1.</_>
+                <_>
+                  6 7 12 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0707296282052994</threshold>
+            <left_val>0.2683610916137695</left_val>
+            <right_val>-0.1016533970832825</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 11 1 2 -1.</_>
+                <_>
+                  24 11 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>2.2831759415566921e-003</threshold>
+            <left_val>0.0443518795073032</left_val>
+            <right_val>-0.4632245898246765</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 8 5 -1.</_>
+                <_>
+                  5 2 4 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>5.5853649973869324e-003</threshold>
+            <left_val>0.0919516831636429</left_val>
+            <right_val>-0.3147256970405579</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 3 8 12 -1.</_>
+                <_>
+                  20 3 4 6 2.</_>
+                <_>
+                  16 9 4 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0406785085797310</threshold>
+            <left_val>0.1471066027879715</left_val>
+            <right_val>-0.0726505890488625</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 24 12 -1.</_>
+                <_>
+                  0 0 12 6 2.</_>
+                <_>
+                  12 6 12 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1358978003263474</threshold>
+            <left_val>-0.5053529739379883</left_val>
+            <right_val>0.0469954796135426</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 2 10 8 -1.</_>
+                <_>
+                  13 2 5 4 2.</_>
+                <_>
+                  8 6 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0384974703192711</threshold>
+            <left_val>-0.3717043101787567</left_val>
+            <right_val>0.0552083589136600</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 2 8 -1.</_>
+                <_>
+                  0 3 1 4 2.</_>
+                <_>
+                  1 7 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.7928350027650595e-003</threshold>
+            <left_val>-0.1162076964974403</left_val>
+            <right_val>0.1937797069549561</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 11 2 4 -1.</_>
+                <_>
+                  22 12 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.3412551060318947e-003</threshold>
+            <left_val>0.0129640102386475</left_val>
+            <right_val>-0.4924449026584625</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 11 2 4 -1.</_>
+                <_>
+                  1 12 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.6604509912431240e-003</threshold>
+            <left_val>-0.4564127027988434</left_val>
+            <right_val>0.0437755398452282</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 2 13 12 -1.</_>
+                <_>
+                  12 8 13 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.3209887146949768</threshold>
+            <left_val>0.0484563298523426</left_val>
+            <right_val>-0.3930096924304962</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 8 2 4 -1.</_>
+                <_>
+                  5 8 1 4 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-7.2495201602578163e-003</threshold>
+            <left_val>-0.4188942015171051</left_val>
+            <right_val>0.0410884395241737</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 6 6 7 -1.</_>
+                <_>
+                  17 6 2 7 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0233532395213842</threshold>
+            <left_val>0.0302080996334553</left_val>
+            <right_val>-0.3757928013801575</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 6 6 6 -1.</_>
+                <_>
+                  6 6 2 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0224980209022760</threshold>
+            <left_val>-0.4524075090885162</left_val>
+            <right_val>0.0389229394495487</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 13 9 2 -1.</_>
+                <_>
+                  16 13 3 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0238666702061892</threshold>
+            <left_val>-0.5288146734237671</left_val>
+            <right_val>0.0138155296444893</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 4 7 4 -1.</_>
+                <_>
+                  3 5 7 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0336419306695461</threshold>
+            <left_val>0.4436714053153992</left_val>
+            <right_val>-0.0403416194021702</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 4 6 8 -1.</_>
+                <_>
+                  21 4 3 4 2.</_>
+                <_>
+                  18 8 3 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0221408791840076</threshold>
+            <left_val>-0.0495454296469688</left_val>
+            <right_val>0.2051838934421539</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 14 9 1 -1.</_>
+                <_>
+                  6 14 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0106034297496080</threshold>
+            <left_val>0.0319968499243259</left_val>
+            <right_val>-0.5148760080337524</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 11 14 4 -1.</_>
+                <_>
+                  18 11 7 2 2.</_>
+                <_>
+                  11 13 7 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.6357148140668869e-003</threshold>
+            <left_val>-0.1237379983067513</left_val>
+            <right_val>0.1527843028306961</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 4 6 8 -1.</_>
+                <_>
+                  1 4 3 4 2.</_>
+                <_>
+                  4 8 3 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0297187492251396</threshold>
+            <left_val>-0.0567854084074497</left_val>
+            <right_val>0.2904588878154755</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 0 2 2 -1.</_>
+                <_>
+                  23 0 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>2.0548420434352010e-004</threshold>
+            <left_val>-0.2718465924263001</left_val>
+            <right_val>0.1070784032344818</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 13 4 -1.</_>
+                <_>
+                  6 1 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0486726500093937</threshold>
+            <left_val>0.4235774874687195</left_val>
+            <right_val>-0.0456859990954399</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 4 2 -1.</_>
+                <_>
+                  11 1 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.5377809070050716e-003</threshold>
+            <left_val>-0.0727348327636719</left_val>
+            <right_val>0.2103600949048996</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 2 2 -1.</_>
+                <_>
+                  2 0 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-3.3941529691219330e-003</threshold>
+            <left_val>-0.3815236985683441</left_val>
+            <right_val>0.0445483289659023</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 9 5 6 -1.</_>
+                <_>
+                  20 11 5 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0237451493740082</threshold>
+            <left_val>-0.4413619935512543</left_val>
+            <right_val>0.0249414704740047</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 15 3 -1.</_>
+                <_>
+                  5 3 15 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0200922992080450</threshold>
+            <left_val>0.1694606989622116</left_val>
+            <right_val>-0.0953345969319344</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 2 7 3 -1.</_>
+                <_>
+                  9 3 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0110265100374818</threshold>
+            <left_val>-0.0721762925386429</left_val>
+            <right_val>0.2484644949436188</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 14 21 1 -1.</_>
+                <_>
+                  9 14 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0158068798482418</threshold>
+            <left_val>0.2241718024015427</left_val>
+            <right_val>-0.0724460408091545</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 11 16 4 -1.</_>
+                <_>
+                  8 11 8 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0490073598921299</threshold>
+            <left_val>-0.0551217384636402</left_val>
+            <right_val>0.2583925127983093</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 12 24 2 -1.</_>
+                <_>
+                  12 12 12 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0288716107606888</threshold>
+            <left_val>-0.1153011992573738</left_val>
+            <right_val>0.1924846023321152</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 9 3 6 -1.</_>
+                <_>
+                  22 11 3 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.3990179225802422e-003</threshold>
+            <left_val>0.0522995889186859</left_val>
+            <right_val>-0.2191856950521469</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 12 2 -1.</_>
+                <_>
+                  0 1 6 1 2.</_>
+                <_>
+                  6 2 6 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.1737848445773125e-003</threshold>
+            <left_val>0.2038096934556961</left_val>
+            <right_val>-0.0696693286299706</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 9 9 3 -1.</_>
+                <_>
+                  8 10 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.4332564622163773e-003</threshold>
+            <left_val>-0.0534071698784828</left_val>
+            <right_val>0.2586283981800079</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 3 6 -1.</_>
+                <_>
+                  0 11 3 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0143210804089904</threshold>
+            <left_val>0.0336425192654133</left_val>
+            <right_val>-0.4679594039916992</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 11 14 4 -1.</_>
+                <_>
+                  18 11 7 2 2.</_>
+                <_>
+                  11 13 7 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0224872808903456</threshold>
+            <left_val>-0.0431007482111454</left_val>
+            <right_val>0.1123055964708328</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 9 4 6 -1.</_>
+                <_>
+                  8 9 2 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.8018830865621567e-003</threshold>
+            <left_val>-0.5997744798660278</left_val>
+            <right_val>0.0238500293344259</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 12 6 2 -1.</_>
+                <_>
+                  12 12 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.2824921011924744e-003</threshold>
+            <left_val>-0.3792850077152252</left_val>
+            <right_val>0.0247395392507315</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 12 1 2 -1.</_>
+                <_>
+                  0 13 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.8288799260044470e-005</threshold>
+            <left_val>0.1094501987099648</left_val>
+            <right_val>-0.1270592063665390</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 3 10 12 -1.</_>
+                <_>
+                  20 3 5 6 2.</_>
+                <_>
+                  15 9 5 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1060767024755478</threshold>
+            <left_val>0.1223917007446289</left_val>
+            <right_val>-0.0179706607013941</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 9 4 6 -1.</_>
+                <_>
+                  10 9 2 3 2.</_>
+                <_>
+                  12 12 2 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0145011199638247</threshold>
+            <left_val>0.0254385806620121</left_val>
+            <right_val>-0.5499516725540161</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 3 6 4 -1.</_>
+                <_>
+                  11 3 3 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0294254906475544</threshold>
+            <left_val>-0.4407989084720612</left_val>
+            <right_val>0.0163295306265354</right_val></_></_>
+        <_>
+          <!-- tree 48 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 14 14 -1.</_>
+                <_>
+                  0 7 14 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.2141247987747192</threshold>
+            <left_val>-0.5817149281501770</left_val>
+            <right_val>0.0224080495536327</right_val></_></_>
+        <_>
+          <!-- tree 49 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 2 10 12 -1.</_>
+                <_>
+                  20 2 5 6 2.</_>
+                <_>
+                  15 8 5 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0159379299730062</threshold>
+            <left_val>0.0447719283401966</left_val>
+            <right_val>-0.0470217689871788</right_val></_></_>
+        <_>
+          <!-- tree 50 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 3 6 4 -1.</_>
+                <_>
+                  11 3 3 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0358322896063328</threshold>
+            <left_val>0.0257156305015087</left_val>
+            <right_val>-0.5430511236190796</right_val></_></_>
+        <_>
+          <!-- tree 51 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 5 2 6 -1.</_>
+                <_>
+                  23 7 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0114978998899460</threshold>
+            <left_val>-0.4132392108440399</left_val>
+            <right_val>0.0246592592447996</right_val></_></_>
+        <_>
+          <!-- tree 52 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 8 5 3 -1.</_>
+                <_>
+                  10 9 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.6680490747094154e-003</threshold>
+            <left_val>-0.0596144981682301</left_val>
+            <right_val>0.2419749945402145</right_val></_></_>
+        <_>
+          <!-- tree 53 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 7 5 4 -1.</_>
+                <_>
+                  20 8 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0123357502743602</threshold>
+            <left_val>0.0375008806586266</left_val>
+            <right_val>-0.4776956140995026</right_val></_></_>
+        <_>
+          <!-- tree 54 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 10 11 4 -1.</_>
+                <_>
+                  7 11 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0130474697798491</threshold>
+            <left_val>-0.0609255395829678</left_val>
+            <right_val>0.2419895976781845</right_val></_></_>
+        <_>
+          <!-- tree 55 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 13 1 2 -1.</_>
+                <_>
+                  16 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.2074559789616615e-005</threshold>
+            <left_val>-0.0981822684407234</left_val>
+            <right_val>0.0891881734132767</right_val></_></_>
+        <_>
+          <!-- tree 56 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 1 5 4 -1.</_>
+                <_>
+                  3 2 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.2866070978343487e-003</threshold>
+            <left_val>-0.0941056609153748</left_val>
+            <right_val>0.1441165059804916</right_val></_></_>
+        <_>
+          <!-- tree 57 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 3 8 2 -1.</_>
+                <_>
+                  17 4 8 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0417326614260674</threshold>
+            <left_val>-0.6405817270278931</left_val>
+            <right_val>0.0221338905394077</right_val></_></_>
+        <_>
+          <!-- tree 58 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 5 4 -1.</_>
+                <_>
+                  0 8 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.7638191655278206e-003</threshold>
+            <left_val>0.0412781611084938</left_val>
+            <right_val>-0.3354279994964600</right_val></_></_>
+        <_>
+          <!-- tree 59 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 4 12 6 -1.</_>
+                <_>
+                  13 4 4 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1077456995844841</threshold>
+            <left_val>8.1762494519352913e-003</left_val>
+            <right_val>-0.4347884058952332</right_val></_></_>
+        <_>
+          <!-- tree 60 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 4 12 6 -1.</_>
+                <_>
+                  8 4 4 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1119699031114578</threshold>
+            <left_val>0.0199715103954077</left_val>
+            <right_val>-0.6503595113754273</right_val></_></_>
+        <_>
+          <!-- tree 61 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 12 9 -1.</_>
+                <_>
+                  11 0 6 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0680430680513382</threshold>
+            <left_val>-0.0602735094726086</left_val>
+            <right_val>0.1384491026401520</right_val></_></_>
+        <_>
+          <!-- tree 62 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 5 16 8 -1.</_>
+                <_>
+                  12 5 8 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1206192970275879</threshold>
+            <left_val>-0.0666261836886406</left_val>
+            <right_val>0.2128939926624298</right_val></_></_>
+        <_>
+          <!-- tree 63 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 12 2 1 -1.</_>
+                <_>
+                  16 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.7089789509773254e-003</threshold>
+            <left_val>-0.4214768111705780</left_val>
+            <right_val>7.0062931627035141e-003</right_val></_></_>
+        <_>
+          <!-- tree 64 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 12 2 1 -1.</_>
+                <_>
+                  8 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.8798991530202329e-005</threshold>
+            <left_val>0.1287330985069275</left_val>
+            <right_val>-0.1178120002150536</right_val></_></_>
+        <_>
+          <!-- tree 65 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 3 6 4 -1.</_>
+                <_>
+                  22 3 3 2 2.</_>
+                <_>
+                  19 5 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0177976898849010</threshold>
+            <left_val>-0.0398075394332409</left_val>
+            <right_val>0.2582241892814636</right_val></_></_>
+        <_>
+          <!-- tree 66 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 10 6 3 -1.</_>
+                <_>
+                  10 10 2 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0155267501249909</threshold>
+            <left_val>-0.5375617146492004</left_val>
+            <right_val>0.0254285801202059</right_val></_></_>
+        <_>
+          <!-- tree 67 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 6 2 2 -1.</_>
+                <_>
+                  17 6 1 1 2.</_>
+                <_>
+                  16 7 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.1374800233170390e-003</threshold>
+            <left_val>0.1497129052877426</left_val>
+            <right_val>-0.0317900516092777</right_val></_></_>
+        <_>
+          <!-- tree 68 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 24 2 -1.</_>
+                <_>
+                  0 0 12 1 2.</_>
+                <_>
+                  12 1 12 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0219873897731304</threshold>
+            <left_val>0.0302675794810057</left_val>
+            <right_val>-0.4156928062438965</right_val></_></_>
+        <_>
+          <!-- tree 69 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 6 2 2 -1.</_>
+                <_>
+                  17 6 1 1 2.</_>
+                <_>
+                  16 7 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.9880971093662083e-005</threshold>
+            <left_val>-0.0641673132777214</left_val>
+            <right_val>0.0799537077546120</right_val></_></_>
+        <_>
+          <!-- tree 70 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 6 4 -1.</_>
+                <_>
+                  0 3 3 2 2.</_>
+                <_>
+                  3 5 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.6966080814599991e-003</threshold>
+            <left_val>-0.0727465227246284</left_val>
+            <right_val>0.1708455979824066</right_val></_></_>
+        <_>
+          <!-- tree 71 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 0 3 4 -1.</_>
+                <_>
+                  22 2 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.2799488659948111e-004</threshold>
+            <left_val>0.0341552086174488</left_val>
+            <right_val>-0.1379152983427048</right_val></_></_>
+        <_>
+          <!-- tree 72 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 2 3 -1.</_>
+                <_>
+                  11 1 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.2622140347957611e-003</threshold>
+            <left_val>0.1615235060453415</left_val>
+            <right_val>-0.0755578279495239</right_val></_></_>
+        <_>
+          <!-- tree 73 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 7 2 4 -1.</_>
+                <_>
+                  20 8 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0110059296712279</threshold>
+            <left_val>-0.4823004007339478</left_val>
+            <right_val>0.0268340297043324</right_val></_></_>
+        <_>
+          <!-- tree 74 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 9 10 1 -1.</_>
+                <_>
+                  9 9 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.5793791115283966e-003</threshold>
+            <left_val>0.1946887969970703</left_val>
+            <right_val>-0.0669640377163887</right_val></_></_>
+        <_>
+          <!-- tree 75 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 6 2 2 -1.</_>
+                <_>
+                  17 6 1 1 2.</_>
+                <_>
+                  16 7 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.1821959358640015e-005</threshold>
+            <left_val>0.0793757066130638</left_val>
+            <right_val>-0.0674495473504066</right_val></_></_>
+        <_>
+          <!-- tree 76 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 6 2 2 -1.</_>
+                <_>
+                  7 6 1 1 2.</_>
+                <_>
+                  8 7 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.2134959688410163e-003</threshold>
+            <left_val>-0.0511140711605549</left_val>
+            <right_val>0.2775780856609345</right_val></_></_>
+        <_>
+          <!-- tree 77 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 6 2 2 -1.</_>
+                <_>
+                  17 6 1 1 2.</_>
+                <_>
+                  16 7 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.9206802183762193e-004</threshold>
+            <left_val>-0.0284809302538633</left_val>
+            <right_val>0.1130611971020699</right_val></_></_>
+        <_>
+          <!-- tree 78 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 1 4 -1.</_>
+                <_>
+                  0 2 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.7196949813514948e-003</threshold>
+            <left_val>0.0362051688134670</left_val>
+            <right_val>-0.3822895884513855</right_val></_></_>
+        <_>
+          <!-- tree 79 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 6 2 2 -1.</_>
+                <_>
+                  17 6 1 1 2.</_>
+                <_>
+                  16 7 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.0203691720962524e-003</threshold>
+            <left_val>-0.7084425091743469</left_val>
+            <right_val>9.6215400844812393e-005</right_val></_></_>
+        <_>
+          <!-- tree 80 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 6 2 2 -1.</_>
+                <_>
+                  7 6 1 1 2.</_>
+                <_>
+                  8 7 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.4910762486979365e-004</threshold>
+            <left_val>0.1899659931659699</left_val>
+            <right_val>-0.0707588419318199</right_val></_></_>
+        <_>
+          <!-- tree 81 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 9 9 6 -1.</_>
+                <_>
+                  11 11 3 2 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0300100892782211</threshold>
+            <left_val>0.1409595012664795</left_val>
+            <right_val>-0.0833628922700882</right_val></_></_>
+        <_>
+          <!-- tree 82 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 2 6 -1.</_>
+                <_>
+                  0 7 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0211524497717619</threshold>
+            <left_val>0.0258801300078630</left_val>
+            <right_val>-0.4697616100311279</right_val></_></_>
+        <_>
+          <!-- tree 83 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 4 4 7 -1.</_>
+                <_>
+                  15 5 2 7 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0319705903530121</threshold>
+            <left_val>-0.5124071240425110</left_val>
+            <right_val>0.0121158296242356</right_val></_></_>
+        <_>
+          <!-- tree 84 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 13 20 2 -1.</_>
+                <_>
+                  2 13 10 1 2.</_>
+                <_>
+                  12 14 10 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0105077195912600</threshold>
+            <left_val>0.0386607907712460</left_val>
+            <right_val>-0.3098644018173218</right_val></_></_>
+        <_>
+          <!-- tree 85 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 7 2 2 -1.</_>
+                <_>
+                  24 7 1 1 2.</_>
+                <_>
+                  23 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.8152811359614134e-005</threshold>
+            <left_val>-0.0616559796035290</left_val>
+            <right_val>0.0678063929080963</right_val></_></_>
+        <_>
+          <!-- tree 86 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 2 1 4 -1.</_>
+                <_>
+                  3 3 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.6495117759332061e-004</threshold>
+            <left_val>-0.0613585598766804</left_val>
+            <right_val>0.1991685926914215</right_val></_></_>
+        <_>
+          <!-- tree 87 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 2 14 4 -1.</_>
+                <_>
+                  11 3 14 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0404121391475201</threshold>
+            <left_val>0.1341411024332047</left_val>
+            <right_val>-0.0717744380235672</right_val></_></_>
+        <_>
+          <!-- tree 88 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 7 4 5 -1.</_>
+                <_>
+                  6 7 2 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.8856019750237465e-003</threshold>
+            <left_val>0.0359793491661549</left_val>
+            <right_val>-0.3332307040691376</right_val></_></_>
+        <_>
+          <!-- tree 89 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 8 1 4 -1.</_>
+                <_>
+                  22 9 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>5.3272489458322525e-003</threshold>
+            <left_val>0.0328989103436470</left_val>
+            <right_val>-0.5153871178627014</right_val></_></_>
+        <_>
+          <!-- tree 90 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 10 8 -1.</_>
+                <_>
+                  7 0 5 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0532727986574173</threshold>
+            <left_val>-0.0784574225544930</left_val>
+            <right_val>0.1582656949758530</right_val></_></_>
+        <_>
+          <!-- tree 91 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 5 24 3 -1.</_>
+                <_>
+                  9 6 8 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0174429006874561</threshold>
+            <left_val>0.1339583992958069</left_val>
+            <right_val>-0.1186174973845482</right_val></_></_>
+        <_>
+          <!-- tree 92 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 0 4 10 -1.</_>
+                <_>
+                  10 5 4 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0433590598404408</threshold>
+            <left_val>-0.2269790023565292</left_val>
+            <right_val>0.0467031300067902</right_val></_></_>
+        <_>
+          <!-- tree 93 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 4 15 3 -1.</_>
+                <_>
+                  5 5 15 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0231206398457289</threshold>
+            <left_val>0.1634031981229782</left_val>
+            <right_val>-0.0685165524482727</right_val></_></_>
+        <_>
+          <!-- tree 94 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 6 3 6 -1.</_>
+                <_>
+                  11 8 3 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.3796178698539734e-003</threshold>
+            <left_val>0.1582739949226379</left_val>
+            <right_val>-0.0771108269691467</right_val></_></_>
+        <_>
+          <!-- tree 95 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 8 7 3 -1.</_>
+                <_>
+                  18 9 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0141222495585680</threshold>
+            <left_val>-0.5691561102867127</left_val>
+            <right_val>0.0232016704976559</right_val></_></_>
+        <_>
+          <!-- tree 96 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 4 2 -1.</_>
+                <_>
+                  0 1 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0155957797542214</threshold>
+            <left_val>-0.7199953794479370</left_val>
+            <right_val>0.0111829601228237</right_val></_></_>
+        <_>
+          <!-- tree 97 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 0 2 1 -1.</_>
+                <_>
+                  20 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>7.4529898120090365e-004</threshold>
+            <left_val>-0.0766925588250160</left_val>
+            <right_val>0.0582969412207603</right_val></_></_>
+        <_>
+          <!-- tree 98 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 6 1 8 -1.</_>
+                <_>
+                  0 8 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.1220599561929703e-003</threshold>
+            <left_val>-0.4147517085075378</left_val>
+            <right_val>0.0252124201506376</right_val></_></_>
+        <_>
+          <!-- tree 99 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 7 2 2 -1.</_>
+                <_>
+                  24 7 1 1 2.</_>
+                <_>
+                  23 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.7267909141955897e-005</threshold>
+            <left_val>0.0905847102403641</left_val>
+            <right_val>-0.0668906867504120</right_val></_></_>
+        <_>
+          <!-- tree 100 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 2 2 -1.</_>
+                <_>
+                  0 7 1 1 2.</_>
+                <_>
+                  1 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.8431767653673887e-004</threshold>
+            <left_val>-0.0570513382554054</left_val>
+            <right_val>0.2420555055141449</right_val></_></_>
+        <_>
+          <!-- tree 101 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 8 1 4 -1.</_>
+                <_>
+                  23 9 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-6.3992529176175594e-003</threshold>
+            <left_val>-0.4766991138458252</left_val>
+            <right_val>0.0172231607139111</right_val></_></_>
+        <_>
+          <!-- tree 102 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 8 3 1 -1.</_>
+                <_>
+                  2 9 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>3.4215620253235102e-003</threshold>
+            <left_val>0.0330659411847591</left_val>
+            <right_val>-0.3505514860153198</right_val></_></_>
+        <_>
+          <!-- tree 103 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 7 2 2 -1.</_>
+                <_>
+                  22 7 1 1 2.</_>
+                <_>
+                  21 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.0761801432818174e-004</threshold>
+            <left_val>-0.0633307918906212</left_val>
+            <right_val>0.1801937073469162</right_val></_></_>
+        <_>
+          <!-- tree 104 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 8 15 6 -1.</_>
+                <_>
+                  5 10 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0271245595067739</threshold>
+            <left_val>0.1347420066595078</left_val>
+            <right_val>-0.0843034014105797</right_val></_></_>
+        <_>
+          <!-- tree 105 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 14 8 -1.</_>
+                <_>
+                  6 9 14 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0320383384823799</threshold>
+            <left_val>-0.0676692426204681</left_val>
+            <right_val>0.1796665936708450</right_val></_></_>
+        <_>
+          <!-- tree 106 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 4 10 2 -1.</_>
+                <_>
+                  1 5 10 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.2583961300551891e-003</threshold>
+            <left_val>-0.0986167713999748</left_val>
+            <right_val>0.1166217997670174</right_val></_></_>
+        <_>
+          <!-- tree 107 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 5 3 3 -1.</_>
+                <_>
+                  13 6 1 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.7803640589118004e-003</threshold>
+            <left_val>0.1233021020889282</left_val>
+            <right_val>-0.0477618910372257</right_val></_></_>
+        <_>
+          <!-- tree 108 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 7 3 -1.</_>
+                <_>
+                  0 5 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0392416305840015</threshold>
+            <left_val>0.0167705602943897</left_val>
+            <right_val>-0.7329750061035156</right_val></_></_>
+        <_>
+          <!-- tree 109 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 7 2 2 -1.</_>
+                <_>
+                  22 7 1 1 2.</_>
+                <_>
+                  21 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.3865249356022105e-005</threshold>
+            <left_val>0.0850126668810844</left_val>
+            <right_val>-0.0751027390360832</right_val></_></_>
+        <_>
+          <!-- tree 110 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 7 2 2 -1.</_>
+                <_>
+                  2 7 1 1 2.</_>
+                <_>
+                  3 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.2592968828976154e-004</threshold>
+            <left_val>-0.0551505312323570</left_val>
+            <right_val>0.2059426009654999</right_val></_></_>
+        <_>
+          <!-- tree 111 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 9 1 3 -1.</_>
+                <_>
+                  21 10 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.6403529015369713e-005</threshold>
+            <left_val>0.0762555226683617</left_val>
+            <right_val>-0.0699946209788322</right_val></_></_>
+        <_>
+          <!-- tree 112 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 13 2 2 -1.</_>
+                <_>
+                  11 13 1 1 2.</_>
+                <_>
+                  12 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.6928332196548581e-004</threshold>
+            <left_val>-0.2483194023370743</left_val>
+            <right_val>0.0468857996165752</right_val></_></_>
+        <_>
+          <!-- tree 113 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 3 6 12 -1.</_>
+                <_>
+                  22 3 3 6 2.</_>
+                <_>
+                  19 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0424826890230179</threshold>
+            <left_val>-0.0344216786324978</left_val>
+            <right_val>0.1484764963388443</right_val></_></_>
+        <_>
+          <!-- tree 114 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 6 12 -1.</_>
+                <_>
+                  0 3 3 6 2.</_>
+                <_>
+                  3 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0339534096419811</threshold>
+            <left_val>0.2843470871448517</left_val>
+            <right_val>-0.0431083589792252</right_val></_></_>
+        <_>
+          <!-- tree 115 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 1 4 11 -1.</_>
+                <_>
+                  18 1 2 11 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0188998207449913</threshold>
+            <left_val>0.0142998602241278</left_val>
+            <right_val>-0.4192070066928864</right_val></_></_>
+        <_>
+          <!-- tree 116 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 10 6 3 -1.</_>
+                <_>
+                  0 11 6 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.9765710458159447e-003</threshold>
+            <left_val>0.0621932409703732</left_val>
+            <right_val>-0.1786025017499924</right_val></_></_>
+        <_>
+          <!-- tree 117 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 11 2 1 -1.</_>
+                <_>
+                  23 11 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.0894439482362941e-005</threshold>
+            <left_val>0.0948854833841324</left_val>
+            <right_val>-0.0689786225557327</right_val></_></_>
+        <_>
+          <!-- tree 118 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 1 4 11 -1.</_>
+                <_>
+                  5 1 2 11 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0114915501326323</threshold>
+            <left_val>0.0331886112689972</left_val>
+            <right_val>-0.3628959059715271</right_val></_></_>
+        <_>
+          <!-- tree 119 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 3 4 12 -1.</_>
+                <_>
+                  23 3 2 6 2.</_>
+                <_>
+                  21 9 2 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0215106792747974</threshold>
+            <left_val>0.2759737968444824</left_val>
+            <right_val>-0.0317491404712200</right_val></_></_>
+        <_>
+          <!-- tree 120 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 4 12 -1.</_>
+                <_>
+                  0 3 2 6 2.</_>
+                <_>
+                  2 9 2 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0130551997572184</threshold>
+            <left_val>-0.0830815583467484</left_val>
+            <right_val>0.1449849009513855</right_val></_></_>
+        <_>
+          <!-- tree 121 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 11 6 4 -1.</_>
+                <_>
+                  11 12 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.6747581586241722e-003</threshold>
+            <left_val>-0.0461902506649494</left_val>
+            <right_val>0.1383360028266907</right_val></_></_>
+        <_>
+          <!-- tree 122 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 11 13 4 -1.</_>
+                <_>
+                  6 12 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.0616300217807293e-003</threshold>
+            <left_val>0.1968749016523361</left_val>
+            <right_val>-0.0837985798716545</right_val></_></_>
+        <_>
+          <!-- tree 123 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 10 3 1 -1.</_>
+                <_>
+                  12 10 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.1481661396101117e-004</threshold>
+            <left_val>0.0542011298239231</left_val>
+            <right_val>-0.1981233954429627</right_val></_></_>
+        <_>
+          <!-- tree 124 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 13 8 -1.</_>
+                <_>
+                  5 6 13 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2860183119773865</threshold>
+            <left_val>0.0232954602688551</left_val>
+            <right_val>-0.4173370003700256</right_val></_></_>
+        <_>
+          <!-- tree 125 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 2 10 6 -1.</_>
+                <_>
+                  15 4 10 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0463717207312584</threshold>
+            <left_val>-0.0290123391896486</left_val>
+            <right_val>0.1808013021945953</right_val></_></_>
+        <_>
+          <!-- tree 126 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 2 10 6 -1.</_>
+                <_>
+                  0 4 10 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0557247512042522</threshold>
+            <left_val>0.1358146965503693</left_val>
+            <right_val>-0.1061223000288010</right_val></_></_>
+        <_>
+          <!-- tree 127 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 1 13 8 -1.</_>
+                <_>
+                  12 3 13 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.2584396898746491</threshold>
+            <left_val>-0.4910731911659241</left_val>
+            <right_val>0.0151501996442676</right_val></_></_></trees>
+      <stage_threshold>-1.3960490226745605</stage_threshold>
+      <parent>11</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 13 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 15 3 -1.</_>
+                <_>
+                  5 4 15 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0417404398322105</threshold>
+            <left_val>0.4202992916107178</left_val>
+            <right_val>-0.1386588066816330</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 3 9 3 -1.</_>
+                <_>
+                  9 4 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0274386107921600</threshold>
+            <left_val>-0.0691855624318123</left_val>
+            <right_val>0.6378138065338135</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 2 7 3 -1.</_>
+                <_>
+                  2 3 7 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0319233611226082</threshold>
+            <left_val>0.5562999844551086</left_val>
+            <right_val>-0.0588022507727146</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 15 3 -1.</_>
+                <_>
+                  5 3 15 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0426339097321033</threshold>
+            <left_val>0.3957036137580872</left_val>
+            <right_val>-0.0923223569989204</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 4 15 3 -1.</_>
+                <_>
+                  5 5 15 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0453329794108868</threshold>
+            <left_val>0.4831672012805939</left_val>
+            <right_val>-0.0990284606814384</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 6 2 2 -1.</_>
+                <_>
+                  18 6 1 1 2.</_>
+                <_>
+                  17 7 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.4149550115689635e-003</threshold>
+            <left_val>-0.0383210293948650</left_val>
+            <right_val>0.3782787919044495</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 10 2 3 -1.</_>
+                <_>
+                  5 10 1 3 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>3.1844570767134428e-003</threshold>
+            <left_val>0.0845874175429344</left_val>
+            <right_val>-0.3629348874092102</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 11 2 4 -1.</_>
+                <_>
+                  23 13 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.9865548759698868e-003</threshold>
+            <left_val>0.0660245269536972</left_val>
+            <right_val>-0.4990949034690857</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 14 4 -1.</_>
+                <_>
+                  0 11 7 2 2.</_>
+                <_>
+                  7 13 7 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.3637079223990440e-003</threshold>
+            <left_val>-0.1568834036588669</left_val>
+            <right_val>0.1732781976461411</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 4 6 3 -1.</_>
+                <_>
+                  10 5 6 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0166161693632603</threshold>
+            <left_val>-0.1092156991362572</left_val>
+            <right_val>0.3208172023296356</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 24 14 -1.</_>
+                <_>
+                  0 1 12 7 2.</_>
+                <_>
+                  12 8 12 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1083723008632660</threshold>
+            <left_val>-0.3144314885139465</left_val>
+            <right_val>0.0960887372493744</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 5 24 8 -1.</_>
+                <_>
+                  13 5 12 4 2.</_>
+                <_>
+                  1 9 12 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0552641600370407</threshold>
+            <left_val>-0.3238588869571686</left_val>
+            <right_val>0.0760045275092125</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 24 12 -1.</_>
+                <_>
+                  0 0 12 6 2.</_>
+                <_>
+                  12 6 12 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1263256967067719</threshold>
+            <left_val>0.0652572736144066</left_val>
+            <right_val>-0.4011892974376679</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 0 15 14 -1.</_>
+                <_>
+                  10 7 15 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.3880456089973450</threshold>
+            <left_val>0.0290472805500031</left_val>
+            <right_val>-0.2850419878959656</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 11 2 1 -1.</_>
+                <_>
+                  1 11 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>2.1647498942911625e-003</threshold>
+            <left_val>0.0566388815641403</left_val>
+            <right_val>-0.4483107030391693</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 11 24 4 -1.</_>
+                <_>
+                  1 11 12 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0850358307361603</threshold>
+            <left_val>0.2374248951673508</left_val>
+            <right_val>-0.1127642020583153</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 7 10 3 -1.</_>
+                <_>
+                  7 8 10 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0297137200832367</threshold>
+            <left_val>-0.0403699316084385</left_val>
+            <right_val>0.4747174084186554</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 5 7 3 -1.</_>
+                <_>
+                  9 6 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0189488306641579</threshold>
+            <left_val>-0.0794471576809883</left_val>
+            <right_val>0.2721098959445953</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 2 6 -1.</_>
+                <_>
+                  0 11 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.4433820769190788e-003</threshold>
+            <left_val>-0.4018659889698029</left_val>
+            <right_val>0.0573576912283897</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 8 3 2 -1.</_>
+                <_>
+                  22 8 3 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-7.4416291899979115e-003</threshold>
+            <left_val>-0.4642170965671539</left_val>
+            <right_val>0.0343283303081989</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 6 1 3 -1.</_>
+                <_>
+                  12 7 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.1745829619467258e-003</threshold>
+            <left_val>-0.0719946026802063</left_val>
+            <right_val>0.2899833023548126</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 6 1 6 -1.</_>
+                <_>
+                  24 8 1 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.6435040421783924e-003</threshold>
+            <left_val>-0.4219543039798737</left_val>
+            <right_val>0.0394870713353157</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 3 7 2 -1.</_>
+                <_>
+                  3 3 7 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0225970800966024</threshold>
+            <left_val>0.2745698094367981</left_val>
+            <right_val>-0.0772427767515183</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 4 6 10 -1.</_>
+                <_>
+                  13 4 3 5 2.</_>
+                <_>
+                  10 9 3 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0175681803375483</threshold>
+            <left_val>0.0604698508977890</left_val>
+            <right_val>-0.2755838930606842</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 14 6 -1.</_>
+                <_>
+                  0 6 14 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2285360991954804</threshold>
+            <left_val>0.0372774116694927</left_val>
+            <right_val>-0.5375431180000305</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 0 8 8 -1.</_>
+                <_>
+                  13 0 4 4 2.</_>
+                <_>
+                  9 4 4 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0323306396603584</threshold>
+            <left_val>0.0458961501717567</left_val>
+            <right_val>-0.3844825029373169</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 4 5 3 -1.</_>
+                <_>
+                  2 5 5 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0285396501421928</threshold>
+            <left_val>0.5891790986061096</left_val>
+            <right_val>-0.0340728089213371</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 9 7 6 -1.</_>
+                <_>
+                  18 11 7 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0286119598895311</threshold>
+            <left_val>0.0241741407662630</left_val>
+            <right_val>-0.2325512021780014</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 7 6 -1.</_>
+                <_>
+                  0 11 7 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0190214607864618</threshold>
+            <left_val>0.0562911406159401</left_val>
+            <right_val>-0.3404670059680939</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 1 3 3 -1.</_>
+                <_>
+                  12 2 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.7942080311477184e-003</threshold>
+            <left_val>0.2392093986272812</left_val>
+            <right_val>-0.0638626366853714</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 2 6 8 -1.</_>
+                <_>
+                  9 2 3 4 2.</_>
+                <_>
+                  12 6 3 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0198575407266617</threshold>
+            <left_val>0.0513716302812099</left_val>
+            <right_val>-0.3405377864837647</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 14 24 1 -1.</_>
+                <_>
+                  7 14 12 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0227794591337442</threshold>
+            <left_val>0.2922581136226654</left_val>
+            <right_val>-0.0604945607483387</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 12 12 -1.</_>
+                <_>
+                  0 3 6 6 2.</_>
+                <_>
+                  6 9 6 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1480142027139664</threshold>
+            <left_val>-0.0343834199011326</left_val>
+            <right_val>0.4667116999626160</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 3 9 4 -1.</_>
+                <_>
+                  14 3 3 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0337039716541767</threshold>
+            <left_val>-0.3770483136177063</left_val>
+            <right_val>0.0263036508113146</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 4 6 6 -1.</_>
+                <_>
+                  9 4 3 3 2.</_>
+                <_>
+                  12 7 3 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0162283908575773</threshold>
+            <left_val>-0.3382456898689270</left_val>
+            <right_val>0.0570861399173737</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 0 4 1 -1.</_>
+                <_>
+                  20 0 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-4.2941919527947903e-003</threshold>
+            <left_val>-0.3295148909091950</left_val>
+            <right_val>0.0434178002178669</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 3 9 4 -1.</_>
+                <_>
+                  11 3 3 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0235741101205349</threshold>
+            <left_val>-0.3945200145244598</left_val>
+            <right_val>0.0398236103355885</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 4 6 9 -1.</_>
+                <_>
+                  16 4 2 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0218487493693829</threshold>
+            <left_val>0.0268086697906256</left_val>
+            <right_val>-0.2596569955348969</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 4 6 9 -1.</_>
+                <_>
+                  7 4 2 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0209309905767441</threshold>
+            <left_val>-0.3641955852508545</left_val>
+            <right_val>0.0437827892601490</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 5 2 2 -1.</_>
+                <_>
+                  17 5 1 1 2.</_>
+                <_>
+                  16 6 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.6019339673221111e-003</threshold>
+            <left_val>-0.0240206904709339</left_val>
+            <right_val>0.2182880043983460</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 15 12 -1.</_>
+                <_>
+                  0 4 15 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.5489655733108521</threshold>
+            <left_val>-0.5673372149467468</left_val>
+            <right_val>0.0286840796470642</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 1 11 3 -1.</_>
+                <_>
+                  8 2 11 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0151870902627707</threshold>
+            <left_val>-0.0816961303353310</left_val>
+            <right_val>0.2107073962688446</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 6 1 6 -1.</_>
+                <_>
+                  0 8 1 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.0653451103717089e-003</threshold>
+            <left_val>-0.3701387047767639</left_val>
+            <right_val>0.0471426397562027</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 5 1 3 -1.</_>
+                <_>
+                  14 6 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.2847671061754227e-003</threshold>
+            <left_val>0.1813296973705292</left_val>
+            <right_val>-0.0419041812419891</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 2 2 2 -1.</_>
+                <_>
+                  7 2 1 1 2.</_>
+                <_>
+                  8 3 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.3886080123484135e-003</threshold>
+            <left_val>-0.0477169714868069</left_val>
+            <right_val>0.3120515942573547</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 9 1 4 -1.</_>
+                <_>
+                  21 10 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-4.2354268953204155e-003</threshold>
+            <left_val>-0.3120726943016052</left_val>
+            <right_val>0.0365724302828312</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 5 5 3 -1.</_>
+                <_>
+                  10 6 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.9234707839787006e-003</threshold>
+            <left_val>-0.1105178967118263</left_val>
+            <right_val>0.1364745944738388</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 5 1 3 -1.</_>
+                <_>
+                  14 6 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.7824353724718094e-004</threshold>
+            <left_val>0.1019112989306450</left_val>
+            <right_val>-0.0396985597908497</right_val></_></_>
+        <_>
+          <!-- tree 48 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 2 2 -1.</_>
+                <_>
+                  0 1 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.3952899500727654e-003</threshold>
+            <left_val>0.0345855616033077</left_val>
+            <right_val>-0.4620797038078308</right_val></_></_>
+        <_>
+          <!-- tree 49 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 9 1 4 -1.</_>
+                <_>
+                  21 10 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-2.7391599360271357e-005</threshold>
+            <left_val>0.0470036789774895</left_val>
+            <right_val>-0.0576489008963108</right_val></_></_>
+        <_>
+          <!-- tree 50 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 9 4 1 -1.</_>
+                <_>
+                  4 10 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-3.7895010318607092e-003</threshold>
+            <left_val>-0.3904446959495544</left_val>
+            <right_val>0.0392708182334900</right_val></_></_>
+        <_>
+          <!-- tree 51 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 8 9 3 -1.</_>
+                <_>
+                  8 9 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0251507405191660</threshold>
+            <left_val>-0.0313480608165264</left_val>
+            <right_val>0.4742729067802429</right_val></_></_>
+        <_>
+          <!-- tree 52 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 8 21 3 -1.</_>
+                <_>
+                  9 9 7 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0545641481876373</threshold>
+            <left_val>0.1494560986757278</left_val>
+            <right_val>-0.0982013270258904</right_val></_></_>
+        <_>
+          <!-- tree 53 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 6 8 8 -1.</_>
+                <_>
+                  12 6 4 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0416621901094913</threshold>
+            <left_val>-0.4245094060897827</left_val>
+            <right_val>0.0152987902984023</right_val></_></_>
+        <_>
+          <!-- tree 54 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 6 12 -1.</_>
+                <_>
+                  9 3 2 12 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0207394007593393</threshold>
+            <left_val>-0.3218981921672821</left_val>
+            <right_val>0.0479229800403118</right_val></_></_>
+        <_>
+          <!-- tree 55 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 3 1 -1.</_>
+                <_>
+                  12 0 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.7902817651629448e-004</threshold>
+            <left_val>0.2330693006515503</left_val>
+            <right_val>-0.0597994215786457</right_val></_></_>
+        <_>
+          <!-- tree 56 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 10 4 4 -1.</_>
+                <_>
+                  11 10 2 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.1547799482941628e-003</threshold>
+            <left_val>-0.3040251135826111</left_val>
+            <right_val>0.0456931404769421</right_val></_></_>
+        <_>
+          <!-- tree 57 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 5 2 2 -1.</_>
+                <_>
+                  17 5 1 1 2.</_>
+                <_>
+                  16 6 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.6045470804092474e-005</threshold>
+            <left_val>0.0553880184888840</left_val>
+            <right_val>-0.0540977194905281</right_val></_></_>
+        <_>
+          <!-- tree 58 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 5 2 2 -1.</_>
+                <_>
+                  7 5 1 1 2.</_>
+                <_>
+                  8 6 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.0567409917712212e-003</threshold>
+            <left_val>-0.0526767596602440</left_val>
+            <right_val>0.2473292946815491</right_val></_></_>
+        <_>
+          <!-- tree 59 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 24 8 -1.</_>
+                <_>
+                  13 0 12 4 2.</_>
+                <_>
+                  1 4 12 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1842923015356064</threshold>
+            <left_val>0.0165581107139587</left_val>
+            <right_val>-0.5789644718170166</right_val></_></_>
+        <_>
+          <!-- tree 60 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 6 3 1 -1.</_>
+                <_>
+                  7 6 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.4177090488374233e-003</threshold>
+            <left_val>-0.0524071305990219</left_val>
+            <right_val>0.2524789869785309</right_val></_></_>
+        <_>
+          <!-- tree 61 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 12 4 3 -1.</_>
+                <_>
+                  21 13 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.0882350876927376e-003</threshold>
+            <left_val>-0.3066633939743042</left_val>
+            <right_val>0.0269502196460962</right_val></_></_>
+        <_>
+          <!-- tree 62 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 4 4 -1.</_>
+                <_>
+                  0 3 2 2 2.</_>
+                <_>
+                  2 5 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.5421912372112274e-003</threshold>
+            <left_val>-0.0481166206300259</left_val>
+            <right_val>0.2716326117515564</right_val></_></_>
+        <_>
+          <!-- tree 63 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 2 3 -1.</_>
+                <_>
+                  19 0 1 3 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0195690393447876</threshold>
+            <left_val>0.0251199807971716</left_val>
+            <right_val>-0.3371602892875671</right_val></_></_>
+        <_>
+          <!-- tree 64 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 2 15 6 -1.</_>
+                <_>
+                  2 5 15 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2677350938320160</threshold>
+            <left_val>0.0231193397194147</left_val>
+            <right_val>-0.5075724124908447</right_val></_></_>
+        <_>
+          <!-- tree 65 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 15 2 -1.</_>
+                <_>
+                  5 1 15 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0326806083321571</threshold>
+            <left_val>0.2773688137531281</left_val>
+            <right_val>-0.0481392890214920</right_val></_></_>
+        <_>
+          <!-- tree 66 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 2 4 -1.</_>
+                <_>
+                  0 1 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.0574508495628834e-003</threshold>
+            <left_val>-0.3639586865901947</left_val>
+            <right_val>0.0363070890307426</right_val></_></_>
+        <_>
+          <!-- tree 67 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 1 2 12 -1.</_>
+                <_>
+                  20 4 2 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0791702270507813</threshold>
+            <left_val>-0.0295530706644058</left_val>
+            <right_val>0.1632819026708603</right_val></_></_>
+        <_>
+          <!-- tree 68 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 2 2 3 -1.</_>
+                <_>
+                  4 3 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.2955629974603653e-003</threshold>
+            <left_val>-0.0644191280007362</left_val>
+            <right_val>0.1921634972095490</right_val></_></_>
+        <_>
+          <!-- tree 69 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 0 2 2 -1.</_>
+                <_>
+                  20 0 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>2.1744619880337268e-004</threshold>
+            <left_val>-0.1248127967119217</left_val>
+            <right_val>0.0513428300619125</right_val></_></_>
+        <_>
+          <!-- tree 70 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 12 4 3 -1.</_>
+                <_>
+                  0 13 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.9793200343847275e-003</threshold>
+            <left_val>-0.5400406122207642</left_val>
+            <right_val>0.0236572697758675</right_val></_></_>
+        <_>
+          <!-- tree 71 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 1 12 8 -1.</_>
+                <_>
+                  13 3 12 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.2183004021644592</threshold>
+            <left_val>-0.3002713024616242</left_val>
+            <right_val>0.0188296400010586</right_val></_></_>
+        <_>
+          <!-- tree 72 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 2 2 -1.</_>
+                <_>
+                  5 0 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-2.5782659649848938e-003</threshold>
+            <left_val>-0.2936800122261047</left_val>
+            <right_val>0.0437353104352951</right_val></_></_>
+        <_>
+          <!-- tree 73 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 2 14 12 -1.</_>
+                <_>
+                  11 8 14 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1344317942857742</threshold>
+            <left_val>-0.2982031106948853</left_val>
+            <right_val>0.0219516493380070</right_val></_></_>
+        <_>
+          <!-- tree 74 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 2 14 12 -1.</_>
+                <_>
+                  0 8 14 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.3329834043979645</threshold>
+            <left_val>0.0417996607720852</left_val>
+            <right_val>-0.3464672863483429</right_val></_></_>
+        <_>
+          <!-- tree 75 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 7 6 8 -1.</_>
+                <_>
+                  18 7 2 8 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0276046600192785</threshold>
+            <left_val>-0.3169625997543335</left_val>
+            <right_val>0.0150398099794984</right_val></_></_>
+        <_>
+          <!-- tree 76 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 13 2 -1.</_>
+                <_>
+                  7 0 13 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0284599401056767</threshold>
+            <left_val>0.0311327595263720</left_val>
+            <right_val>-0.4115855097770691</right_val></_></_>
+        <_>
+          <!-- tree 77 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 7 6 8 -1.</_>
+                <_>
+                  18 7 2 8 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0568751804530621</threshold>
+            <left_val>3.1998890917748213e-003</left_val>
+            <right_val>-0.8496329784393311</right_val></_></_>
+        <_>
+          <!-- tree 78 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 7 6 8 -1.</_>
+                <_>
+                  5 7 2 8 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0264140591025352</threshold>
+            <left_val>-0.4030340015888214</left_val>
+            <right_val>0.0285327993333340</right_val></_></_>
+        <_>
+          <!-- tree 79 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 7 2 2 -1.</_>
+                <_>
+                  18 7 1 1 2.</_>
+                <_>
+                  17 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.2670920528471470e-004</threshold>
+            <left_val>-0.0478886701166630</left_val>
+            <right_val>0.2083473950624466</right_val></_></_>
+        <_>
+          <!-- tree 80 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 5 3 6 -1.</_>
+                <_>
+                  13 6 1 6 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0174812003970146</threshold>
+            <left_val>-0.4784274101257324</left_val>
+            <right_val>0.0261973403394222</right_val></_></_>
+        <_>
+          <!-- tree 81 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 2 1 6 -1.</_>
+                <_>
+                  20 4 1 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0102093704044819</threshold>
+            <left_val>-0.0323491990566254</left_val>
+            <right_val>0.3333239853382111</right_val></_></_>
+        <_>
+          <!-- tree 82 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 2 2 2 -1.</_>
+                <_>
+                  7 2 1 1 2.</_>
+                <_>
+                  8 3 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.0442842338234186e-004</threshold>
+            <left_val>0.2252988964319229</left_val>
+            <right_val>-0.0502184815704823</right_val></_></_>
+        <_>
+          <!-- tree 83 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 10 2 1 -1.</_>
+                <_>
+                  19 10 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.5155509471660480e-005</threshold>
+            <left_val>0.0854163095355034</left_val>
+            <right_val>-0.0922556668519974</right_val></_></_>
+        <_>
+          <!-- tree 84 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 4 8 2 -1.</_>
+                <_>
+                  8 4 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.5864349491894245e-003</threshold>
+            <left_val>-0.2745333909988403</left_val>
+            <right_val>0.0428331792354584</right_val></_></_>
+        <_>
+          <!-- tree 85 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 5 16 7 -1.</_>
+                <_>
+                  13 5 8 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0689363330602646</threshold>
+            <left_val>-0.0362212397158146</left_val>
+            <right_val>0.2202139943838120</right_val></_></_>
+        <_>
+          <!-- tree 86 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 2 2 -1.</_>
+                <_>
+                  6 7 1 1 2.</_>
+                <_>
+                  7 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.0017789900302887e-003</threshold>
+            <left_val>-0.0464680194854736</left_val>
+            <right_val>0.2603206038475037</right_val></_></_>
+        <_>
+          <!-- tree 87 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 7 2 2 -1.</_>
+                <_>
+                  18 7 1 1 2.</_>
+                <_>
+                  17 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.5333900228142738e-003</threshold>
+            <left_val>0.2831267118453980</left_val>
+            <right_val>-0.0321949794888496</right_val></_></_>
+        <_>
+          <!-- tree 88 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 13 2 2 -1.</_>
+                <_>
+                  11 13 1 1 2.</_>
+                <_>
+                  12 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.0275481771677732e-004</threshold>
+            <left_val>0.0547226108610630</left_val>
+            <right_val>-0.2383649945259094</right_val></_></_>
+        <_>
+          <!-- tree 89 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 7 2 2 -1.</_>
+                <_>
+                  18 7 1 1 2.</_>
+                <_>
+                  17 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.7827408201992512e-005</threshold>
+            <left_val>-0.0391390211880207</left_val>
+            <right_val>0.0501381084322929</right_val></_></_>
+        <_>
+          <!-- tree 90 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 2 2 -1.</_>
+                <_>
+                  6 7 1 1 2.</_>
+                <_>
+                  7 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.6863682847470045e-004</threshold>
+            <left_val>0.2108709067106247</left_val>
+            <right_val>-0.0608406700193882</right_val></_></_>
+        <_>
+          <!-- tree 91 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 8 5 3 -1.</_>
+                <_>
+                  20 9 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0157267302274704</threshold>
+            <left_val>0.0115508204326034</left_val>
+            <right_val>-0.8977199196815491</right_val></_></_>
+        <_>
+          <!-- tree 92 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 13 2 2 -1.</_>
+                <_>
+                  11 13 1 1 2.</_>
+                <_>
+                  12 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.1983527848497033e-004</threshold>
+            <left_val>-0.2865422964096069</left_val>
+            <right_val>0.0380632318556309</right_val></_></_>
+        <_>
+          <!-- tree 93 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 11 15 4 -1.</_>
+                <_>
+                  5 12 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0148898903280497</threshold>
+            <left_val>0.2188885957002640</left_val>
+            <right_val>-0.0534253492951393</right_val></_></_>
+        <_>
+          <!-- tree 94 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 6 3 -1.</_>
+                <_>
+                  0 9 6 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.1423774138092995e-003</threshold>
+            <left_val>0.0289719104766846</left_val>
+            <right_val>-0.4331383109092712</right_val></_></_>
+        <_>
+          <!-- tree 95 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 10 2 1 -1.</_>
+                <_>
+                  19 10 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.4567110307980329e-005</threshold>
+            <left_val>-0.0493506006896496</left_val>
+            <right_val>0.0829902365803719</right_val></_></_>
+        <_>
+          <!-- tree 96 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 10 2 1 -1.</_>
+                <_>
+                  5 10 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.6295441279653460e-005</threshold>
+            <left_val>0.1145173981785774</left_val>
+            <right_val>-0.1154157966375351</right_val></_></_>
+        <_>
+          <!-- tree 97 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 24 6 -1.</_>
+                <_>
+                  13 0 12 3 2.</_>
+                <_>
+                  1 3 12 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0951543077826500</threshold>
+            <left_val>-0.3621807992458344</left_val>
+            <right_val>0.0389639586210251</right_val></_></_>
+        <_>
+          <!-- tree 98 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 1 2 5 -1.</_>
+                <_>
+                  5 1 1 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0114479204639792</threshold>
+            <left_val>-0.0633771494030952</left_val>
+            <right_val>0.1799890995025635</right_val></_></_>
+        <_>
+          <!-- tree 99 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 3 4 12 -1.</_>
+                <_>
+                  23 3 2 6 2.</_>
+                <_>
+                  21 9 2 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0168469492346048</threshold>
+            <left_val>-0.0795559063553810</left_val>
+            <right_val>0.2080432027578354</right_val></_></_>
+        <_>
+          <!-- tree 100 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 4 12 -1.</_>
+                <_>
+                  0 3 2 6 2.</_>
+                <_>
+                  2 9 2 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0195328295230865</threshold>
+            <left_val>0.3306660056114197</left_val>
+            <right_val>-0.0368879809975624</right_val></_></_>
+        <_>
+          <!-- tree 101 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 2 1 6 -1.</_>
+                <_>
+                  24 5 1 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.9951513111591339e-003</threshold>
+            <left_val>-0.2601873874664307</left_val>
+            <right_val>0.0200320500880480</right_val></_></_>
+        <_>
+          <!-- tree 102 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 9 8 -1.</_>
+                <_>
+                  8 2 3 8 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0559661500155926</threshold>
+            <left_val>0.0298731103539467</left_val>
+            <right_val>-0.3797968029975891</right_val></_></_>
+        <_>
+          <!-- tree 103 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 2 1 6 -1.</_>
+                <_>
+                  24 5 1 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0223989300429821</threshold>
+            <left_val>9.4442693516612053e-003</left_val>
+            <right_val>-0.3070712089538574</right_val></_></_>
+        <_>
+          <!-- tree 104 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 2 1 6 -1.</_>
+                <_>
+                  0 5 1 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0111306598410010</threshold>
+            <left_val>-0.4547461867332459</left_val>
+            <right_val>0.0237820893526077</right_val></_></_>
+        <_>
+          <!-- tree 105 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 6 9 4 -1.</_>
+                <_>
+                  9 7 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0103914495557547</threshold>
+            <left_val>-0.0801509991288185</left_val>
+            <right_val>0.1017400026321411</right_val></_></_>
+        <_>
+          <!-- tree 106 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 6 3 4 -1.</_>
+                <_>
+                  11 7 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.7076389938592911e-003</threshold>
+            <left_val>0.3220044970512390</left_val>
+            <right_val>-0.0475250408053398</right_val></_></_>
+        <_>
+          <!-- tree 107 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 14 2 1 -1.</_>
+                <_>
+                  20 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.9170529412804171e-005</threshold>
+            <left_val>-0.0619046017527580</left_val>
+            <right_val>0.0758714973926544</right_val></_></_>
+        <_>
+          <!-- tree 108 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 6 4 -1.</_>
+                <_>
+                  0 9 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.7660471647977829e-003</threshold>
+            <left_val>-0.2893261909484863</left_val>
+            <right_val>0.0357113592326641</right_val></_></_>
+        <_>
+          <!-- tree 109 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 0 2 2 -1.</_>
+                <_>
+                  17 0 1 1 2.</_>
+                <_>
+                  16 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.0189562868326902e-004</threshold>
+            <left_val>0.1487676948308945</left_val>
+            <right_val>-0.0337995104491711</right_val></_></_>
+        <_>
+          <!-- tree 110 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 0 9 15 -1.</_>
+                <_>
+                  11 5 3 5 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.4516898989677429</threshold>
+            <left_val>-0.5800644755363464</left_val>
+            <right_val>0.0182942803949118</right_val></_></_>
+        <_>
+          <!-- tree 111 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 9 4 6 -1.</_>
+                <_>
+                  14 9 2 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.1167000569403172e-003</threshold>
+            <left_val>0.0221952199935913</left_val>
+            <right_val>-0.4342006146907806</right_val></_></_>
+        <_>
+          <!-- tree 112 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 2 9 3 -1.</_>
+                <_>
+                  8 3 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0214324798434973</threshold>
+            <left_val>-0.0425198413431644</left_val>
+            <right_val>0.2711758911609650</right_val></_></_></trees>
+      <stage_threshold>-1.3937480449676514</stage_threshold>
+      <parent>12</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 14 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 8 6 -1.</_>
+                <_>
+                  0 9 4 3 2.</_>
+                <_>
+                  4 12 4 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.8465185835957527e-003</threshold>
+            <left_val>-0.2059727013111115</left_val>
+            <right_val>0.2158975005149841</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 1 5 4 -1.</_>
+                <_>
+                  20 3 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0114869000390172</threshold>
+            <left_val>0.1450283974409103</left_val>
+            <right_val>-0.2512278854846954</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 3 16 7 -1.</_>
+                <_>
+                  8 3 8 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0613779015839100</threshold>
+            <left_val>-0.1210888996720314</left_val>
+            <right_val>0.2893109023571014</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 0 10 8 -1.</_>
+                <_>
+                  15 2 10 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0514667406678200</threshold>
+            <left_val>0.0770430117845535</left_val>
+            <right_val>-0.1447598934173584</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 2 24 10 -1.</_>
+                <_>
+                  0 2 12 5 2.</_>
+                <_>
+                  12 7 12 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0990432873368263</threshold>
+            <left_val>0.0879464074969292</left_val>
+            <right_val>-0.3668490052223206</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 9 5 4 -1.</_>
+                <_>
+                  20 10 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.0240789316594601e-003</threshold>
+            <left_val>0.0559716187417507</left_val>
+            <right_val>-0.4230535030364990</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 14 22 1 -1.</_>
+                <_>
+                  11 14 11 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.3228947371244431e-003</threshold>
+            <left_val>-0.1488721966743469</left_val>
+            <right_val>0.1423504054546356</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 0 3 12 -1.</_>
+                <_>
+                  22 0 3 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0837828367948532</threshold>
+            <left_val>-0.0506230294704437</left_val>
+            <right_val>0.0671857669949532</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 2 2 -1.</_>
+                <_>
+                  1 4 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.4369570417329669e-003</threshold>
+            <left_val>0.1669974029064179</left_val>
+            <right_val>-0.1184794977307320</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 9 5 4 -1.</_>
+                <_>
+                  20 10 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.4923747926950455e-003</threshold>
+            <left_val>-0.5746508240699768</left_val>
+            <right_val>0.0469529181718826</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 5 4 -1.</_>
+                <_>
+                  0 10 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.1581619083881378e-003</threshold>
+            <left_val>0.0387838594615459</left_val>
+            <right_val>-0.4179377853870392</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 18 6 -1.</_>
+                <_>
+                  13 5 6 2 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.3882668018341065</threshold>
+            <left_val>-0.0341588892042637</left_val>
+            <right_val>0.3883490860462189</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 10 10 1 -1.</_>
+                <_>
+                  9 10 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.2880381010472775e-003</threshold>
+            <left_val>0.1877942979335785</left_val>
+            <right_val>-0.1096756979823113</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 1 4 10 -1.</_>
+                <_>
+                  21 1 2 10 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0886473506689072</threshold>
+            <left_val>0.2961074113845825</left_val>
+            <right_val>-0.0496502704918385</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 1 10 4 -1.</_>
+                <_>
+                  4 1 10 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0573849491775036</threshold>
+            <left_val>-0.0621429793536663</left_val>
+            <right_val>0.4039953947067261</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 8 4 7 -1.</_>
+                <_>
+                  17 8 2 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.3049891032278538e-003</threshold>
+            <left_val>0.0302408598363400</left_val>
+            <right_val>-0.2553277909755707</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 8 4 7 -1.</_>
+                <_>
+                  6 8 2 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0128176100552082</threshold>
+            <left_val>-0.7491502761840820</left_val>
+            <right_val>0.0188356805592775</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 13 2 -1.</_>
+                <_>
+                  6 1 13 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.5159690566360950e-003</threshold>
+            <left_val>-0.0749715119600296</left_val>
+            <right_val>0.1975888013839722</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 12 8 3 -1.</_>
+                <_>
+                  0 13 8 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.2992920652031898e-003</threshold>
+            <left_val>0.0329895503818989</left_val>
+            <right_val>-0.4346657097339630</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 0 2 1 -1.</_>
+                <_>
+                  22 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>6.3911718316376209e-003</threshold>
+            <left_val>0.0297571904957294</left_val>
+            <right_val>-0.3072845935821533</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 1 2 -1.</_>
+                <_>
+                  3 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>6.8949637352488935e-005</threshold>
+            <left_val>-0.1729405969381332</left_val>
+            <right_val>0.0927027910947800</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 3 8 8 -1.</_>
+                <_>
+                  21 3 4 4 2.</_>
+                <_>
+                  17 7 4 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0413548089563847</threshold>
+            <left_val>-0.0279047600924969</left_val>
+            <right_val>0.1629645973443985</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 2 13 6 -1.</_>
+                <_>
+                  6 4 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1899937987327576</threshold>
+            <left_val>-0.0312954708933830</left_val>
+            <right_val>0.4835174977779388</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 0 15 14 -1.</_>
+                <_>
+                  10 7 15 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1273290067911148</threshold>
+            <left_val>-0.4309565126895905</left_val>
+            <right_val>0.0414485186338425</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 1 12 1 -1.</_>
+                <_>
+                  1 1 6 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0356059707701206</threshold>
+            <left_val>-0.2009662985801697</left_val>
+            <right_val>0.0775555819272995</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 3 4 2 -1.</_>
+                <_>
+                  18 4 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.2760661132633686e-003</threshold>
+            <left_val>0.1169442981481552</left_val>
+            <right_val>-0.0564889013767242</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 11 6 4 -1.</_>
+                <_>
+                  9 11 2 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0167282801121473</threshold>
+            <left_val>-0.5582438707351685</left_val>
+            <right_val>0.0246787108480930</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 4 5 6 -1.</_>
+                <_>
+                  20 6 5 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.5163350403308868e-003</threshold>
+            <left_val>-0.1312393993139267</left_val>
+            <right_val>0.0638676136732101</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 12 5 3 -1.</_>
+                <_>
+                  1 13 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.7709469906985760e-003</threshold>
+            <left_val>-0.3320902884006500</left_val>
+            <right_val>0.0413776598870754</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 24 2 -1.</_>
+                <_>
+                  13 0 12 1 2.</_>
+                <_>
+                  1 1 12 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0138869602233171</threshold>
+            <left_val>-0.3127424120903015</left_val>
+            <right_val>0.0425702482461929</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 3 5 3 -1.</_>
+                <_>
+                  2 4 5 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>9.3537326902151108e-003</threshold>
+            <left_val>-0.0667856708168983</left_val>
+            <right_val>0.1907455027103424</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 6 8 4 -1.</_>
+                <_>
+                  19 6 4 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0194346699863672</threshold>
+            <left_val>0.3152694106101990</left_val>
+            <right_val>-0.0473581515252590</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 1 3 -1.</_>
+                <_>
+                  4 1 1 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>6.2511018477380276e-003</threshold>
+            <left_val>0.0309588797390461</left_val>
+            <right_val>-0.3830946981906891</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 0 2 4 -1.</_>
+                <_>
+                  23 2 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0252969004213810</threshold>
+            <left_val>-0.2962245941162109</left_val>
+            <right_val>0.0151915997266769</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 3 6 -1.</_>
+                <_>
+                  0 3 3 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.0754129402339458e-003</threshold>
+            <left_val>0.0729133188724518</left_val>
+            <right_val>-0.1764045059680939</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 1 14 2 -1.</_>
+                <_>
+                  18 1 7 1 2.</_>
+                <_>
+                  11 2 7 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.8001008369028568e-003</threshold>
+            <left_val>-0.0501575507223606</left_val>
+            <right_val>0.1162889003753662</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 14 2 -1.</_>
+                <_>
+                  0 1 7 1 2.</_>
+                <_>
+                  7 2 7 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.7680540271103382e-003</threshold>
+            <left_val>0.2415755987167358</left_val>
+            <right_val>-0.0778944417834282</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 4 15 6 -1.</_>
+                <_>
+                  5 6 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0880923122167587</threshold>
+            <left_val>0.2515082955360413</left_val>
+            <right_val>-0.0482993088662624</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 7 2 2 -1.</_>
+                <_>
+                  10 8 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.7023129621520638e-003</threshold>
+            <left_val>0.1797576993703842</left_val>
+            <right_val>-0.0970716699957848</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 2 8 5 -1.</_>
+                <_>
+                  15 4 4 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0997034236788750</threshold>
+            <left_val>-0.4700092971324921</left_val>
+            <right_val>0.0155829498544335</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 9 2 2 -1.</_>
+                <_>
+                  2 9 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>4.6657170169055462e-003</threshold>
+            <left_val>0.0295135807245970</left_val>
+            <right_val>-0.4018146991729736</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 8 6 3 -1.</_>
+                <_>
+                  14 8 2 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0176613796502352</threshold>
+            <left_val>-0.5449513792991638</left_val>
+            <right_val>0.0168585199862719</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 24 6 -1.</_>
+                <_>
+                  8 11 8 2 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.2230933010578156</threshold>
+            <left_val>0.1843273043632507</left_val>
+            <right_val>-0.0632233396172524</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 12 24 3 -1.</_>
+                <_>
+                  9 13 8 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0528507791459560</threshold>
+            <left_val>-0.0734771713614464</left_val>
+            <right_val>0.1994421929121018</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 11 15 4 -1.</_>
+                <_>
+                  5 13 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0246656592935324</threshold>
+            <left_val>0.2699545025825501</left_val>
+            <right_val>-0.0523515492677689</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 10 1 4 -1.</_>
+                <_>
+                  23 11 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-4.9799769185483456e-003</threshold>
+            <left_val>-0.4495851993560791</left_val>
+            <right_val>0.0269833803176880</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 10 4 1 -1.</_>
+                <_>
+                  2 11 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>3.0535869300365448e-003</threshold>
+            <left_val>0.0375075116753578</left_val>
+            <right_val>-0.3464896082878113</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 1 10 14 -1.</_>
+                <_>
+                  15 8 10 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0263100396841764</threshold>
+            <left_val>-0.1766241043806076</left_val>
+            <right_val>0.0256136003881693</right_val></_></_>
+        <_>
+          <!-- tree 48 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 4 2 -1.</_>
+                <_>
+                  2 7 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.8684021458029747e-003</threshold>
+            <left_val>0.1877097040414810</left_val>
+            <right_val>-0.0605575516819954</right_val></_></_>
+        <_>
+          <!-- tree 49 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 4 5 6 -1.</_>
+                <_>
+                  20 6 5 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0458405800163746</threshold>
+            <left_val>0.0330421291291714</left_val>
+            <right_val>-0.2026686072349548</right_val></_></_>
+        <_>
+          <!-- tree 50 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 7 6 -1.</_>
+                <_>
+                  0 6 7 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.7487969063222408e-003</threshold>
+            <left_val>-0.1384654939174652</left_val>
+            <right_val>0.1144922971725464</right_val></_></_>
+        <_>
+          <!-- tree 51 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 7 6 3 -1.</_>
+                <_>
+                  11 8 6 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0107938302680850</threshold>
+            <left_val>-0.0550474487245083</left_val>
+            <right_val>0.1810662001371384</right_val></_></_>
+        <_>
+          <!-- tree 52 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 10 9 1 -1.</_>
+                <_>
+                  11 10 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0132016502320766</threshold>
+            <left_val>-0.4654887914657593</left_val>
+            <right_val>0.0258085392415524</right_val></_></_>
+        <_>
+          <!-- tree 53 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 10 15 1 -1.</_>
+                <_>
+                  10 10 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.9963342025876045e-003</threshold>
+            <left_val>0.1138966009020805</left_val>
+            <right_val>-0.1140139997005463</right_val></_></_>
+        <_>
+          <!-- tree 54 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 8 6 3 -1.</_>
+                <_>
+                  9 8 2 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0158193595707417</threshold>
+            <left_val>-0.4853562116622925</left_val>
+            <right_val>0.0220876205712557</right_val></_></_>
+        <_>
+          <!-- tree 55 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 12 2 1 -1.</_>
+                <_>
+                  23 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.8264620495028794e-005</threshold>
+            <left_val>-0.0819193720817566</left_val>
+            <right_val>0.0840993970632553</right_val></_></_>
+        <_>
+          <!-- tree 56 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 13 24 2 -1.</_>
+                <_>
+                  0 13 12 1 2.</_>
+                <_>
+                  12 14 12 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0156373791396618</threshold>
+            <left_val>-0.4515635073184967</left_val>
+            <right_val>0.0227358005940914</right_val></_></_>
+        <_>
+          <!-- tree 57 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 9 7 3 -1.</_>
+                <_>
+                  9 10 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.3005577325820923e-003</threshold>
+            <left_val>-0.0514142103493214</left_val>
+            <right_val>0.2212347984313965</right_val></_></_>
+        <_>
+          <!-- tree 58 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 6 2 4 -1.</_>
+                <_>
+                  0 7 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.6999751143157482e-003</threshold>
+            <left_val>0.0297896005213261</left_val>
+            <right_val>-0.3543488979339600</right_val></_></_>
+        <_>
+          <!-- tree 59 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 2 5 4 -1.</_>
+                <_>
+                  18 3 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.1744161173701286e-003</threshold>
+            <left_val>-0.0496886894106865</left_val>
+            <right_val>0.2202914059162140</right_val></_></_>
+        <_>
+          <!-- tree 60 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 4 8 2 -1.</_>
+                <_>
+                  1 4 4 1 2.</_>
+                <_>
+                  5 5 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.1278040520846844e-003</threshold>
+            <left_val>-0.0630758926272392</left_val>
+            <right_val>0.1783366054296494</right_val></_></_>
+        <_>
+          <!-- tree 61 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 8 4 4 -1.</_>
+                <_>
+                  21 9 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.8791587837040424e-003</threshold>
+            <left_val>0.0284415297210217</left_val>
+            <right_val>-0.2993854880332947</right_val></_></_>
+        <_>
+          <!-- tree 62 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 4 8 4 -1.</_>
+                <_>
+                  4 5 8 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0217361003160477</threshold>
+            <left_val>0.1791318953037262</left_val>
+            <right_val>-0.0602877512574196</right_val></_></_>
+        <_>
+          <!-- tree 63 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 4 14 4 -1.</_>
+                <_>
+                  11 5 14 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0140090202912688</threshold>
+            <left_val>-0.1060196980834007</left_val>
+            <right_val>0.1548174023628235</right_val></_></_>
+        <_>
+          <!-- tree 64 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 18 9 -1.</_>
+                <_>
+                  12 0 9 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2186813950538635</threshold>
+            <left_val>-0.0483517609536648</left_val>
+            <right_val>0.2573468983173370</right_val></_></_>
+        <_>
+          <!-- tree 65 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 20 15 -1.</_>
+                <_>
+                  3 0 10 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2838009893894196</threshold>
+            <left_val>-0.0509055890142918</left_val>
+            <right_val>0.2936053872108460</right_val></_></_>
+        <_>
+          <!-- tree 66 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 1 6 8 -1.</_>
+                <_>
+                  14 3 2 8 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.1209316030144692</threshold>
+            <left_val>0.0173095706850290</left_val>
+            <right_val>-0.6926872134208679</right_val></_></_>
+        <_>
+          <!-- tree 67 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 4 1 9 -1.</_>
+                <_>
+                  14 7 1 3 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0569618307054043</threshold>
+            <left_val>-0.0186788197606802</left_val>
+            <right_val>0.3227567970752716</right_val></_></_>
+        <_>
+          <!-- tree 68 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 4 8 -1.</_>
+                <_>
+                  7 7 2 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.0500963851809502e-003</threshold>
+            <left_val>-0.4240661859512329</left_val>
+            <right_val>0.0268415194004774</right_val></_></_>
+        <_>
+          <!-- tree 69 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 5 4 3 -1.</_>
+                <_>
+                  21 6 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0231182798743248</threshold>
+            <left_val>0.0105462800711393</left_val>
+            <right_val>-0.5228689908981323</right_val></_></_>
+        <_>
+          <!-- tree 70 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 2 2 -1.</_>
+                <_>
+                  7 0 1 1 2.</_>
+                <_>
+                  8 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.1480690445750952e-003</threshold>
+            <left_val>-0.0459857396781445</left_val>
+            <right_val>0.2319914996623993</right_val></_></_>
+        <_>
+          <!-- tree 71 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 8 4 3 -1.</_>
+                <_>
+                  21 9 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.8909307271242142e-003</threshold>
+            <left_val>-0.5407552123069763</left_val>
+            <right_val>0.0142617002129555</right_val></_></_>
+        <_>
+          <!-- tree 72 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 1 2 2 -1.</_>
+                <_>
+                  7 1 1 1 2.</_>
+                <_>
+                  8 2 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.0599978789687157e-004</threshold>
+            <left_val>-0.0649549588561058</left_val>
+            <right_val>0.1677557975053787</right_val></_></_>
+        <_>
+          <!-- tree 73 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 1 2 2 -1.</_>
+                <_>
+                  17 1 1 1 2.</_>
+                <_>
+                  16 2 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.2311293226666749e-005</threshold>
+            <left_val>0.0727679133415222</left_val>
+            <right_val>-0.0542482398450375</right_val></_></_>
+        <_>
+          <!-- tree 74 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 4 3 -1.</_>
+                <_>
+                  0 9 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.3380471654236317e-003</threshold>
+            <left_val>0.0320924408733845</left_val>
+            <right_val>-0.3186857998371124</right_val></_></_>
+        <_>
+          <!-- tree 75 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 9 2 2 -1.</_>
+                <_>
+                  21 9 1 1 2.</_>
+                <_>
+                  20 10 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.9835889260284603e-005</threshold>
+            <left_val>-0.0492977797985077</left_val>
+            <right_val>0.0571143105626106</right_val></_></_>
+        <_>
+          <!-- tree 76 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 9 2 2 -1.</_>
+                <_>
+                  3 9 1 1 2.</_>
+                <_>
+                  4 10 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.0741640987107530e-005</threshold>
+            <left_val>-0.0992263928055763</left_val>
+            <right_val>0.1105673015117645</right_val></_></_>
+        <_>
+          <!-- tree 77 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 3 6 12 -1.</_>
+                <_>
+                  22 3 3 6 2.</_>
+                <_>
+                  19 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0271146595478058</threshold>
+            <left_val>0.2459900975227356</left_val>
+            <right_val>-0.0621489509940147</right_val></_></_>
+        <_>
+          <!-- tree 78 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 1 2 2 -1.</_>
+                <_>
+                  7 1 1 1 2.</_>
+                <_>
+                  8 2 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.8477227836847305e-004</threshold>
+            <left_val>0.2023449987173080</left_val>
+            <right_val>-0.0529261194169521</right_val></_></_>
+        <_>
+          <!-- tree 79 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 4 12 3 -1.</_>
+                <_>
+                  7 5 12 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0192636791616678</threshold>
+            <left_val>0.1516259014606476</left_val>
+            <right_val>-0.0715369805693626</right_val></_></_>
+        <_>
+          <!-- tree 80 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 11 2 -1.</_>
+                <_>
+                  0 1 11 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.6891522407531738e-003</threshold>
+            <left_val>0.0357108712196350</left_val>
+            <right_val>-0.3255082964897156</right_val></_></_>
+        <_>
+          <!-- tree 81 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 2 6 5 -1.</_>
+                <_>
+                  15 2 2 5 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0228419005870819</threshold>
+            <left_val>-0.3499914109706879</left_val>
+            <right_val>0.0171892996877432</right_val></_></_>
+        <_>
+          <!-- tree 82 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 24 10 -1.</_>
+                <_>
+                  0 0 12 5 2.</_>
+                <_>
+                  12 5 12 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1477797031402588</threshold>
+            <left_val>-0.4319078028202057</left_val>
+            <right_val>0.0216299500316381</right_val></_></_>
+        <_>
+          <!-- tree 83 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 4 2 3 -1.</_>
+                <_>
+                  20 5 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.3399880155920982e-003</threshold>
+            <left_val>-0.0442668199539185</left_val>
+            <right_val>0.0963377729058266</right_val></_></_>
+        <_>
+          <!-- tree 84 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 7 4 -1.</_>
+                <_>
+                  0 4 7 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0728321895003319</threshold>
+            <left_val>-0.8186188936233521</left_val>
+            <right_val>0.0117990002036095</right_val></_></_>
+        <_>
+          <!-- tree 85 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 1 14 14 -1.</_>
+                <_>
+                  11 8 14 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.3072721064090729</threshold>
+            <left_val>-0.7007309198379517</left_val>
+            <right_val>3.5564110148698092e-003</right_val></_></_>
+        <_>
+          <!-- tree 86 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 2 6 5 -1.</_>
+                <_>
+                  8 2 2 5 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0207666493952274</threshold>
+            <left_val>-0.3913905024528503</left_val>
+            <right_val>0.0246222894638777</right_val></_></_>
+        <_>
+          <!-- tree 87 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 0 2 2 -1.</_>
+                <_>
+                  17 0 1 1 2.</_>
+                <_>
+                  16 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.6341920495033264e-003</threshold>
+            <left_val>-0.4501088857650757</left_val>
+            <right_val>5.5562350898981094e-003</right_val></_></_>
+        <_>
+          <!-- tree 88 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 2 2 -1.</_>
+                <_>
+                  7 0 1 1 2.</_>
+                <_>
+                  8 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.0794070779811591e-005</threshold>
+            <left_val>0.1087834984064102</left_val>
+            <right_val>-0.0905004590749741</right_val></_></_>
+        <_>
+          <!-- tree 89 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 0 2 2 -1.</_>
+                <_>
+                  17 0 1 1 2.</_>
+                <_>
+                  16 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.8314860477112234e-005</threshold>
+            <left_val>0.0641764104366302</left_val>
+            <right_val>-0.0494646318256855</right_val></_></_>
+        <_>
+          <!-- tree 90 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 20 1 -1.</_>
+                <_>
+                  7 0 10 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0110706500709057</threshold>
+            <left_val>0.1473083049058914</left_val>
+            <right_val>-0.0670493170619011</right_val></_></_>
+        <_>
+          <!-- tree 91 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 14 1 -1.</_>
+                <_>
+                  11 0 7 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.3626351766288280e-003</threshold>
+            <left_val>-0.0400333292782307</left_val>
+            <right_val>0.0926633775234222</right_val></_></_>
+        <_>
+          <!-- tree 92 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 3 6 2 -1.</_>
+                <_>
+                  9 4 6 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.7499519102275372e-003</threshold>
+            <left_val>0.1392461061477661</left_val>
+            <right_val>-0.0774780735373497</right_val></_></_>
+        <_>
+          <!-- tree 93 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 3 3 4 -1.</_>
+                <_>
+                  11 4 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.7532729804515839e-003</threshold>
+            <left_val>-0.0729171708226204</left_val>
+            <right_val>0.1706562042236328</right_val></_></_>
+        <_>
+          <!-- tree 94 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 18 3 -1.</_>
+                <_>
+                  6 12 6 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0168079808354378</threshold>
+            <left_val>0.1308007985353470</left_val>
+            <right_val>-0.0801806673407555</right_val></_></_>
+        <_>
+          <!-- tree 95 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 3 10 12 -1.</_>
+                <_>
+                  20 3 5 6 2.</_>
+                <_>
+                  15 9 5 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1279494017362595</threshold>
+            <left_val>-0.0199226494878531</left_val>
+            <right_val>0.3711799085140228</right_val></_></_>
+        <_>
+          <!-- tree 96 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 14 3 -1.</_>
+                <_>
+                  0 4 14 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0181895997375250</threshold>
+            <left_val>0.1235873028635979</left_val>
+            <right_val>-0.0830406174063683</right_val></_></_>
+        <_>
+          <!-- tree 97 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 4 8 3 -1.</_>
+                <_>
+                  11 4 4 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0161725897341967</threshold>
+            <left_val>-0.4490650892257690</left_val>
+            <right_val>0.0227566491812468</right_val></_></_>
+        <_>
+          <!-- tree 98 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 12 2 1 -1.</_>
+                <_>
+                  1 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.8046152591705322e-005</threshold>
+            <left_val>-0.1011824011802673</left_val>
+            <right_val>0.0935735777020454</right_val></_></_>
+        <_>
+          <!-- tree 99 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 13 2 2 -1.</_>
+                <_>
+                  24 13 1 1 2.</_>
+                <_>
+                  23 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.1714019638020545e-004</threshold>
+            <left_val>-0.0810816064476967</left_val>
+            <right_val>0.1062628999352455</right_val></_></_>
+        <_>
+          <!-- tree 100 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 13 2 2 -1.</_>
+                <_>
+                  0 13 1 1 2.</_>
+                <_>
+                  1 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.4521678976016119e-005</threshold>
+            <left_val>-0.0932891815900803</left_val>
+            <right_val>0.1159989982843399</right_val></_></_>
+        <_>
+          <!-- tree 101 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 12 8 1 -1.</_>
+                <_>
+                  11 12 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.5095802098512650e-003</threshold>
+            <left_val>-0.5051903724670410</left_val>
+            <right_val>0.0141592798754573</right_val></_></_>
+        <_>
+          <!-- tree 102 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 6 4 -1.</_>
+                <_>
+                  0 8 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.8461390174925327e-003</threshold>
+            <left_val>-0.1991575956344605</left_val>
+            <right_val>0.0473652109503746</right_val></_></_>
+        <_>
+          <!-- tree 103 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 3 6 12 -1.</_>
+                <_>
+                  22 3 3 6 2.</_>
+                <_>
+                  19 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0232862401753664</threshold>
+            <left_val>-0.0403292290866375</left_val>
+            <right_val>0.0805157274007797</right_val></_></_>
+        <_>
+          <!-- tree 104 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 6 12 -1.</_>
+                <_>
+                  0 3 3 6 2.</_>
+                <_>
+                  3 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0426056496798992</threshold>
+            <left_val>0.3344807922840118</left_val>
+            <right_val>-0.0383727103471756</right_val></_></_>
+        <_>
+          <!-- tree 105 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 7 2 4 -1.</_>
+                <_>
+                  23 8 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.5101181603968143e-003</threshold>
+            <left_val>0.0263549294322729</left_val>
+            <right_val>-0.2349215000867844</right_val></_></_>
+        <_>
+          <!-- tree 106 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 2 4 -1.</_>
+                <_>
+                  0 8 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.1817811802029610e-003</threshold>
+            <left_val>0.0211725104600191</left_val>
+            <right_val>-0.4420514106750488</right_val></_></_>
+        <_>
+          <!-- tree 107 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 7 8 4 -1.</_>
+                <_>
+                  17 7 4 2 2.</_>
+                <_>
+                  13 9 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0106069697067142</threshold>
+            <left_val>0.0654574930667877</left_val>
+            <right_val>-0.0324725992977619</right_val></_></_>
+        <_>
+          <!-- tree 108 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 10 14 -1.</_>
+                <_>
+                  0 8 10 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0858135819435120</threshold>
+            <left_val>-0.3406231105327606</left_val>
+            <right_val>0.0301514994353056</right_val></_></_>
+        <_>
+          <!-- tree 109 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 8 7 3 -1.</_>
+                <_>
+                  9 9 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.2758061103522778e-003</threshold>
+            <left_val>-0.0619911886751652</left_val>
+            <right_val>0.1503033936023712</right_val></_></_>
+        <_>
+          <!-- tree 110 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 8 3 4 -1.</_>
+                <_>
+                  9 9 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.0965260230004787e-003</threshold>
+            <left_val>0.1481299996376038</left_val>
+            <right_val>-0.0813362672924995</right_val></_></_>
+        <_>
+          <!-- tree 111 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 10 2 3 -1.</_>
+                <_>
+                  17 11 2 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0111239803954959</threshold>
+            <left_val>-0.4638158082962036</left_val>
+            <right_val>0.0152134699746966</right_val></_></_>
+        <_>
+          <!-- tree 112 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 10 3 2 -1.</_>
+                <_>
+                  8 11 1 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0111039802432060</threshold>
+            <left_val>-0.6005380153656006</left_val>
+            <right_val>0.0135854296386242</right_val></_></_>
+        <_>
+          <!-- tree 113 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 0 2 1 -1.</_>
+                <_>
+                  23 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-3.2944830600172281e-003</threshold>
+            <left_val>-0.4641366004943848</left_val>
+            <right_val>0.0262269694358110</right_val></_></_>
+        <_>
+          <!-- tree 114 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 8 4 3 -1.</_>
+                <_>
+                  12 8 2 3 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0113766100257635</threshold>
+            <left_val>-0.0565435998141766</left_val>
+            <right_val>0.1575082987546921</right_val></_></_>
+        <_>
+          <!-- tree 115 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 7 15 3 -1.</_>
+                <_>
+                  10 8 5 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0294652003794909</threshold>
+            <left_val>0.1486423015594482</left_val>
+            <right_val>-0.0651882514357567</right_val></_></_>
+        <_>
+          <!-- tree 116 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 20 8 -1.</_>
+                <_>
+                  10 0 10 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0491673015058041</threshold>
+            <left_val>-0.0922251716256142</left_val>
+            <right_val>0.1015425994992256</right_val></_></_>
+        <_>
+          <!-- tree 117 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 4 3 -1.</_>
+                <_>
+                  20 1 4 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0209590997546911</threshold>
+            <left_val>0.1749638020992279</left_val>
+            <right_val>-0.0255501996725798</right_val></_></_>
+        <_>
+          <!-- tree 118 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 3 4 -1.</_>
+                <_>
+                  5 1 1 4 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>5.4627470672130585e-003</threshold>
+            <left_val>-0.0626592189073563</left_val>
+            <right_val>0.1695216000080109</right_val></_></_>
+        <_>
+          <!-- tree 119 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 3 5 2 -1.</_>
+                <_>
+                  18 4 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.3515427969396114e-003</threshold>
+            <left_val>0.0822615697979927</left_val>
+            <right_val>-0.0598390214145184</right_val></_></_>
+        <_>
+          <!-- tree 120 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 3 5 2 -1.</_>
+                <_>
+                  2 4 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.4772499501705170e-003</threshold>
+            <left_val>-0.0495455190539360</left_val>
+            <right_val>0.2469687014818192</right_val></_></_>
+        <_>
+          <!-- tree 121 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 0 2 5 -1.</_>
+                <_>
+                  13 0 1 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0374278612434864</threshold>
+            <left_val>-0.9178332090377808</left_val>
+            <right_val>3.5620180424302816e-003</right_val></_></_>
+        <_>
+          <!-- tree 122 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 12 6 3 -1.</_>
+                <_>
+                  7 13 2 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0248439908027649</threshold>
+            <left_val>-0.4893918037414551</left_val>
+            <right_val>0.0171825792640448</right_val></_></_>
+        <_>
+          <!-- tree 123 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 0 2 5 -1.</_>
+                <_>
+                  13 0 1 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>8.0120442435145378e-003</threshold>
+            <left_val>0.0217423699796200</left_val>
+            <right_val>-0.0648176670074463</right_val></_></_>
+        <_>
+          <!-- tree 124 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 6 4 2 -1.</_>
+                <_>
+                  9 7 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.7306028902530670e-003</threshold>
+            <left_val>-0.0707883909344673</left_val>
+            <right_val>0.1390995979309082</right_val></_></_>
+        <_>
+          <!-- tree 125 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 9 4 3 -1.</_>
+                <_>
+                  18 10 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0109893204644322</threshold>
+            <left_val>7.0361187681555748e-003</left_val>
+            <right_val>-0.3556833863258362</right_val></_></_>
+        <_>
+          <!-- tree 126 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 9 4 3 -1.</_>
+                <_>
+                  3 10 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.5342550836503506e-003</threshold>
+            <left_val>-0.2303902953863144</left_val>
+            <right_val>0.0395394414663315</right_val></_></_>
+        <_>
+          <!-- tree 127 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 9 15 6 -1.</_>
+                <_>
+                  7 12 15 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0326121784746647</threshold>
+            <left_val>-0.0834509506821632</left_val>
+            <right_val>0.0961622893810272</right_val></_></_>
+        <_>
+          <!-- tree 128 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 1 12 6 -1.</_>
+                <_>
+                  4 1 6 3 2.</_>
+                <_>
+                  10 4 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0519190989434719</threshold>
+            <left_val>-0.3597438931465149</left_val>
+            <right_val>0.0235583093017340</right_val></_></_>
+        <_>
+          <!-- tree 129 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 5 14 10 -1.</_>
+                <_>
+                  10 10 14 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2802706062793732</threshold>
+            <left_val>0.0191025994718075</left_val>
+            <right_val>-0.2738722860813141</right_val></_></_>
+        <_>
+          <!-- tree 130 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 6 2 3 -1.</_>
+                <_>
+                  10 7 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.8680640496313572e-003</threshold>
+            <left_val>0.1557087004184723</left_val>
+            <right_val>-0.0592420399188995</right_val></_></_>
+        <_>
+          <!-- tree 131 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 4 4 6 -1.</_>
+                <_>
+                  14 5 2 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0412711799144745</threshold>
+            <left_val>9.2102894559502602e-003</left_val>
+            <right_val>-0.6225361824035645</right_val></_></_>
+        <_>
+          <!-- tree 132 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 4 6 4 -1.</_>
+                <_>
+                  11 5 6 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0341574586927891</threshold>
+            <left_val>-0.6910676956176758</left_val>
+            <right_val>0.0140588199719787</right_val></_></_>
+        <_>
+          <!-- tree 133 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 5 3 -1.</_>
+                <_>
+                  19 1 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0281112492084503</threshold>
+            <left_val>6.3892039470374584e-003</left_val>
+            <right_val>-0.6016489267349243</right_val></_></_>
+        <_>
+          <!-- tree 134 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 3 1 -1.</_>
+                <_>
+                  7 7 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.7675784491002560e-004</threshold>
+            <left_val>0.1663821935653687</left_val>
+            <right_val>-0.0533109381794930</right_val></_></_>
+        <_>
+          <!-- tree 135 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 5 3 -1.</_>
+                <_>
+                  19 1 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0284041091799736</threshold>
+            <left_val>-0.8431190848350525</left_val>
+            <right_val>4.9202498048543930e-003</right_val></_></_>
+        <_>
+          <!-- tree 136 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 3 1 -1.</_>
+                <_>
+                  7 7 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.7658135928213596e-004</threshold>
+            <left_val>-0.0524366609752178</left_val>
+            <right_val>0.1696853935718536</right_val></_></_>
+        <_>
+          <!-- tree 137 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 6 15 -1.</_>
+                <_>
+                  13 0 2 15 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0793864428997040</threshold>
+            <left_val>-0.7418122291564941</left_val>
+            <right_val>4.5842900872230530e-003</right_val></_></_>
+        <_>
+          <!-- tree 138 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 2 2 6 -1.</_>
+                <_>
+                  0 2 1 3 2.</_>
+                <_>
+                  1 5 1 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.9205000028014183e-003</threshold>
+            <left_val>-0.0499707907438278</left_val>
+            <right_val>0.1705241948366165</right_val></_></_>
+        <_>
+          <!-- tree 139 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 2 1 -1.</_>
+                <_>
+                  21 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-4.9792099744081497e-003</threshold>
+            <left_val>-0.4247047007083893</left_val>
+            <right_val>0.0113332699984312</right_val></_></_>
+        <_>
+          <!-- tree 140 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 1 2 -1.</_>
+                <_>
+                  4 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>7.5309360399842262e-003</threshold>
+            <left_val>0.0200634505599737</left_val>
+            <right_val>-0.4817556142807007</right_val></_></_>
+        <_>
+          <!-- tree 141 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 0 14 8 -1.</_>
+                <_>
+                  9 0 7 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1206317022442818</threshold>
+            <left_val>0.1783839017152786</left_val>
+            <right_val>-0.0404023304581642</right_val></_></_>
+        <_>
+          <!-- tree 142 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 2 2 -1.</_>
+                <_>
+                  7 0 1 1 2.</_>
+                <_>
+                  8 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.4506952185183764e-005</threshold>
+            <left_val>-0.0858542472124100</left_val>
+            <right_val>0.1069532036781311</right_val></_></_>
+        <_>
+          <!-- tree 143 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 6 18 4 -1.</_>
+                <_>
+                  4 6 9 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1407386958599091</threshold>
+            <left_val>-0.0227742493152618</left_val>
+            <right_val>0.4258378148078919</right_val></_></_>
+        <_>
+          <!-- tree 144 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 2 2 -1.</_>
+                <_>
+                  0 7 1 1 2.</_>
+                <_>
+                  1 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.8708712458610535e-004</threshold>
+            <left_val>-0.0585701502859592</left_val>
+            <right_val>0.1556326001882553</right_val></_></_>
+        <_>
+          <!-- tree 145 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 7 2 2 -1.</_>
+                <_>
+                  24 7 1 1 2.</_>
+                <_>
+                  23 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.2137140553677455e-005</threshold>
+            <left_val>-0.0576708205044270</left_val>
+            <right_val>0.0648988783359528</right_val></_></_>
+        <_>
+          <!-- tree 146 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 2 2 -1.</_>
+                <_>
+                  0 7 1 1 2.</_>
+                <_>
+                  1 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.4859159718034789e-005</threshold>
+            <left_val>0.1383187025785446</left_val>
+            <right_val>-0.0935516208410263</right_val></_></_>
+        <_>
+          <!-- tree 147 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 7 2 2 -1.</_>
+                <_>
+                  24 7 1 1 2.</_>
+                <_>
+                  23 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.1318263255525380e-005</threshold>
+            <left_val>0.0786737129092216</left_val>
+            <right_val>-0.0584529899060726</right_val></_></_>
+        <_>
+          <!-- tree 148 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 2 2 -1.</_>
+                <_>
+                  0 7 1 1 2.</_>
+                <_>
+                  1 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.0710170317906886e-004</threshold>
+            <left_val>-0.1036069020628929</left_val>
+            <right_val>0.1105291023850441</right_val></_></_>
+        <_>
+          <!-- tree 149 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 6 1 4 -1.</_>
+                <_>
+                  24 7 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.9485197998583317e-003</threshold>
+            <left_val>0.0124739902094007</left_val>
+            <right_val>-0.6046726703643799</right_val></_></_>
+        <_>
+          <!-- tree 150 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 6 1 4 -1.</_>
+                <_>
+                  0 7 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.8341151084750891e-003</threshold>
+            <left_val>-0.5651066899299622</left_val>
+            <right_val>0.0139579800888896</right_val></_></_>
+        <_>
+          <!-- tree 151 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 6 15 -1.</_>
+                <_>
+                  13 0 2 15 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0481832996010780</threshold>
+            <left_val>6.8787620402872562e-003</left_val>
+            <right_val>-0.2265198975801468</right_val></_></_>
+        <_>
+          <!-- tree 152 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 2 3 -1.</_>
+                <_>
+                  0 2 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.8468521609902382e-003</threshold>
+            <left_val>0.0149204200133681</left_val>
+            <right_val>-0.5408421754837036</right_val></_></_>
+        <_>
+          <!-- tree 153 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 1 9 3 -1.</_>
+                <_>
+                  8 2 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.0795980282127857e-003</threshold>
+            <left_val>-0.0740584135055542</left_val>
+            <right_val>0.1212510019540787</right_val></_></_>
+        <_>
+          <!-- tree 154 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 1 3 3 -1.</_>
+                <_>
+                  9 2 1 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.7187669873237610e-003</threshold>
+            <left_val>0.1150275021791458</left_val>
+            <right_val>-0.0767944231629372</right_val></_></_>
+        <_>
+          <!-- tree 155 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 7 5 3 -1.</_>
+                <_>
+                  18 8 5 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0141321197152138</threshold>
+            <left_val>0.0222348105162382</left_val>
+            <right_val>-0.3713991045951843</right_val></_></_>
+        <_>
+          <!-- tree 156 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 3 5 -1.</_>
+                <_>
+                  7 8 1 5 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-8.0704037100076675e-003</threshold>
+            <left_val>-0.2536310851573944</left_val>
+            <right_val>0.0307344105094671</right_val></_></_>
+        <_>
+          <!-- tree 157 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 24 14 -1.</_>
+                <_>
+                  13 0 12 7 2.</_>
+                <_>
+                  1 7 12 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2283755987882614</threshold>
+            <left_val>0.0168569702655077</left_val>
+            <right_val>-0.5456647872924805</right_val></_></_>
+        <_>
+          <!-- tree 158 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 11 9 4 -1.</_>
+                <_>
+                  8 12 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0106975501403213</threshold>
+            <left_val>0.1705504059791565</left_val>
+            <right_val>-0.0482324399054050</right_val></_></_>
+        <_>
+          <!-- tree 159 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 11 14 4 -1.</_>
+                <_>
+                  6 12 14 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.1057992279529572e-003</threshold>
+            <left_val>-0.0747807994484901</left_val>
+            <right_val>0.1244964972138405</right_val></_></_>
+        <_>
+          <!-- tree 160 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 3 4 -1.</_>
+                <_>
+                  0 12 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.5825320519506931e-003</threshold>
+            <left_val>0.0343106091022491</left_val>
+            <right_val>-0.2529211938381195</right_val></_></_>
+        <_>
+          <!-- tree 161 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 11 8 2 -1.</_>
+                <_>
+                  17 12 8 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.7969396263360977e-003</threshold>
+            <left_val>0.0227318406105042</left_val>
+            <right_val>-0.2092120051383972</right_val></_></_>
+        <_>
+          <!-- tree 162 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 8 2 -1.</_>
+                <_>
+                  0 12 8 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0117600196972489</threshold>
+            <left_val>-0.5789325237274170</left_val>
+            <right_val>0.0150208799168468</right_val></_></_>
+        <_>
+          <!-- tree 163 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 13 1 2 -1.</_>
+                <_>
+                  23 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.4420140068978071e-003</threshold>
+            <left_val>0.0108067002147436</left_val>
+            <right_val>-0.1743503063917160</right_val></_></_>
+        <_>
+          <!-- tree 164 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 13 1 2 -1.</_>
+                <_>
+                  1 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.9062469770433381e-005</threshold>
+            <left_val>0.0891510024666786</left_val>
+            <right_val>-0.0946391522884369</right_val></_></_>
+        <_>
+          <!-- tree 165 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 0 14 8 -1.</_>
+                <_>
+                  9 0 7 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0330546088516712</threshold>
+            <left_val>-0.0502973310649395</left_val>
+            <right_val>0.0724259391427040</right_val></_></_>
+        <_>
+          <!-- tree 166 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 14 8 -1.</_>
+                <_>
+                  0 3 14 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0449321903288364</threshold>
+            <left_val>0.0714013203978539</left_val>
+            <right_val>-0.1246540024876595</right_val></_></_>
+        <_>
+          <!-- tree 167 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 4 2 3 -1.</_>
+                <_>
+                  20 5 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0123274503275752</threshold>
+            <left_val>0.2216438055038452</left_val>
+            <right_val>-0.0160399992018938</right_val></_></_>
+        <_>
+          <!-- tree 168 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 14 9 -1.</_>
+                <_>
+                  0 4 14 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.3724926114082336</threshold>
+            <left_val>-0.3693152964115143</left_val>
+            <right_val>0.0260022208094597</right_val></_></_>
+        <_>
+          <!-- tree 169 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 13 9 1 -1.</_>
+                <_>
+                  12 13 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0152763100340962</threshold>
+            <left_val>5.3399899043142796e-003</left_val>
+            <right_val>-0.5456783771514893</right_val></_></_>
+        <_>
+          <!-- tree 170 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 13 9 1 -1.</_>
+                <_>
+                  10 13 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0145687395706773</threshold>
+            <left_val>-0.5883231163024902</left_val>
+            <right_val>0.0139877004548907</right_val></_></_>
+        <_>
+          <!-- tree 171 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 7 2 2 -1.</_>
+                <_>
+                  21 7 1 1 2.</_>
+                <_>
+                  20 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.9890248384326696e-004</threshold>
+            <left_val>-0.0358810797333717</left_val>
+            <right_val>0.1743257045745850</right_val></_></_></trees>
+      <stage_threshold>-1.3605639934539795</stage_threshold>
+      <parent>13</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 15 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 9 15 6 -1.</_>
+                <_>
+                  5 12 15 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0572950802743435</threshold>
+            <left_val>-0.1768665015697479</left_val>
+            <right_val>0.2448291033506393</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 2 6 -1.</_>
+                <_>
+                  21 3 2 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0100825401023030</threshold>
+            <left_val>0.1378919035196304</left_val>
+            <right_val>-0.2031147032976151</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 4 8 10 -1.</_>
+                <_>
+                  4 4 4 5 2.</_>
+                <_>
+                  8 9 4 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0185250397771597</threshold>
+            <left_val>0.1623972952365875</left_val>
+            <right_val>-0.1676190942525864</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 1 8 6 -1.</_>
+                <_>
+                  16 3 8 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0527544915676117</threshold>
+            <left_val>0.1347105056047440</left_val>
+            <right_val>-0.1428814977407455</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 1 11 2 -1.</_>
+                <_>
+                  2 1 11 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0243547502905130</threshold>
+            <left_val>-0.0266546793282032</left_val>
+            <right_val>0.4326488971710205</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 4 5 6 -1.</_>
+                <_>
+                  20 6 5 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0634179636836052</threshold>
+            <left_val>0.0422610901296139</left_val>
+            <right_val>-0.4013176858425140</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 5 6 -1.</_>
+                <_>
+                  0 6 5 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.8921029772609472e-003</threshold>
+            <left_val>-0.1906750947237015</left_val>
+            <right_val>0.1267316043376923</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 11 6 4 -1.</_>
+                <_>
+                  22 11 3 2 2.</_>
+                <_>
+                  19 13 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.5238909982144833e-003</threshold>
+            <left_val>-0.1371546983718872</left_val>
+            <right_val>0.1246439963579178</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 4 5 2 -1.</_>
+                <_>
+                  10 5 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.7657418549060822e-003</threshold>
+            <left_val>0.2558242976665497</left_val>
+            <right_val>-0.0607152618467808</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 6 11 4 -1.</_>
+                <_>
+                  7 7 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0241763703525066</threshold>
+            <left_val>0.2859889864921570</left_val>
+            <right_val>-0.0642128363251686</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 2 4 4 -1.</_>
+                <_>
+                  9 2 2 4 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-9.1761918738484383e-003</threshold>
+            <left_val>0.1021848022937775</left_val>
+            <right_val>-0.1999447047710419</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 24 11 -1.</_>
+                <_>
+                  7 0 12 11 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1578399986028671</threshold>
+            <left_val>0.2398308068513870</left_val>
+            <right_val>-0.0785783529281616</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 10 10 -1.</_>
+                <_>
+                  9 0 5 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0487401895225048</threshold>
+            <left_val>-0.1100914031267166</left_val>
+            <right_val>0.1558353006839752</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 8 2 4 -1.</_>
+                <_>
+                  23 8 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0191179793328047</threshold>
+            <left_val>0.0197066999971867</left_val>
+            <right_val>-0.3720233142375946</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 8 4 2 -1.</_>
+                <_>
+                  2 8 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0127781601622701</threshold>
+            <left_val>-0.4160012900829315</left_val>
+            <right_val>0.0353787206113338</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 3 2 12 -1.</_>
+                <_>
+                  24 3 1 6 2.</_>
+                <_>
+                  23 9 1 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.6996301021426916e-003</threshold>
+            <left_val>-0.0985597372055054</left_val>
+            <right_val>0.1149144023656845</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 3 6 12 -1.</_>
+                <_>
+                  9 3 3 6 2.</_>
+                <_>
+                  12 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0245021991431713</threshold>
+            <left_val>0.0430920794606209</left_val>
+            <right_val>-0.3663294017314911</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 24 12 -1.</_>
+                <_>
+                  13 0 12 6 2.</_>
+                <_>
+                  1 6 12 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0850031301379204</threshold>
+            <left_val>0.0430114008486271</left_val>
+            <right_val>-0.2886289954185486</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 2 12 -1.</_>
+                <_>
+                  0 3 1 6 2.</_>
+                <_>
+                  1 9 1 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.1647530850023031e-003</threshold>
+            <left_val>-0.1142930984497070</left_val>
+            <right_val>0.1279425024986267</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 8 3 4 -1.</_>
+                <_>
+                  14 8 3 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0116577902808785</threshold>
+            <left_val>-0.0515255816280842</left_val>
+            <right_val>0.1422376930713654</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 6 1 -1.</_>
+                <_>
+                  2 0 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.6801449283957481e-003</threshold>
+            <left_val>-0.4743103981018066</left_val>
+            <right_val>0.0287305805832148</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 2 16 7 -1.</_>
+                <_>
+                  13 2 8 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0388207696378231</threshold>
+            <left_val>0.0953134000301361</left_val>
+            <right_val>-0.0473909191787243</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 7 1 6 -1.</_>
+                <_>
+                  8 7 1 3 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0254217702895403</threshold>
+            <left_val>-0.4219881892204285</left_val>
+            <right_val>0.0284377895295620</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 7 9 4 -1.</_>
+                <_>
+                  8 8 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0121460696682334</threshold>
+            <left_val>0.1830082982778549</left_val>
+            <right_val>-0.0762820765376091</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 5 10 4 -1.</_>
+                <_>
+                  7 6 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0267872195690870</threshold>
+            <left_val>0.2859373092651367</left_val>
+            <right_val>-0.0522297993302345</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 2 1 6 -1.</_>
+                <_>
+                  12 4 1 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0116149904206395</threshold>
+            <left_val>0.1138594970107079</left_val>
+            <right_val>-0.0663506835699081</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 8 12 -1.</_>
+                <_>
+                  0 3 4 6 2.</_>
+                <_>
+                  4 9 4 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0599568895995617</threshold>
+            <left_val>0.2777940034866333</left_val>
+            <right_val>-0.0470041483640671</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 13 6 2 -1.</_>
+                <_>
+                  19 13 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.6737014353275299e-003</threshold>
+            <left_val>0.2129196971654892</left_val>
+            <right_val>-0.0287764091044664</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 13 6 2 -1.</_>
+                <_>
+                  3 13 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.8543549124151468e-003</threshold>
+            <left_val>-0.1221636980772018</left_val>
+            <right_val>0.1421594023704529</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 12 1 3 -1.</_>
+                <_>
+                  23 13 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.2713060025125742e-003</threshold>
+            <left_val>0.0182375106960535</left_val>
+            <right_val>-0.4104354083538055</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 12 1 3 -1.</_>
+                <_>
+                  1 13 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.2334890197962523e-003</threshold>
+            <left_val>-0.3772745132446289</left_val>
+            <right_val>0.0350435785949230</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 12 1 3 -1.</_>
+                <_>
+                  23 13 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.6904400438070297e-003</threshold>
+            <left_val>-0.4196098148822784</left_val>
+            <right_val>0.0100445803254843</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 10 10 1 -1.</_>
+                <_>
+                  9 10 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.6551370974630117e-003</threshold>
+            <left_val>0.1150795966386795</left_val>
+            <right_val>-0.1072231009602547</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 12 1 3 -1.</_>
+                <_>
+                  23 13 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.6895318266469985e-005</threshold>
+            <left_val>0.0416303612291813</left_val>
+            <right_val>-0.0317232310771942</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 12 1 3 -1.</_>
+                <_>
+                  1 13 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.8731368780136108e-004</threshold>
+            <left_val>0.0429715514183044</left_val>
+            <right_val>-0.2815021872520447</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 2 12 4 -1.</_>
+                <_>
+                  11 3 12 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0182135794311762</threshold>
+            <left_val>-0.0451830588281155</left_val>
+            <right_val>0.1914888024330139</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 1 12 6 -1.</_>
+                <_>
+                  3 3 12 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0872772708535194</threshold>
+            <left_val>0.1718962937593460</left_val>
+            <right_val>-0.1219599992036820</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 0 2 2 -1.</_>
+                <_>
+                  23 0 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.3898650221526623e-003</threshold>
+            <left_val>-0.3866654038429260</left_val>
+            <right_val>0.0155352503061295</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 2 2 -1.</_>
+                <_>
+                  2 0 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0108539797365665</threshold>
+            <left_val>0.0364841781556606</left_val>
+            <right_val>-0.3959751129150391</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 13 4 2 -1.</_>
+                <_>
+                  15 13 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.1801291517913342e-003</threshold>
+            <left_val>-0.4820233881473541</left_val>
+            <right_val>0.0170424394309521</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 6 6 3 -1.</_>
+                <_>
+                  2 7 6 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0234517697244883</threshold>
+            <left_val>0.4986476898193359</left_val>
+            <right_val>-0.0220960807055235</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 13 4 2 -1.</_>
+                <_>
+                  15 13 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.9061511158943176e-003</threshold>
+            <left_val>0.0269486699253321</left_val>
+            <right_val>-0.3256624042987824</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 24 4 -1.</_>
+                <_>
+                  0 7 12 2 2.</_>
+                <_>
+                  12 9 12 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0463646091520786</threshold>
+            <left_val>0.0268820300698280</left_val>
+            <right_val>-0.3762974143028259</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 0 2 2 -1.</_>
+                <_>
+                  23 1 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.1972910326439887e-004</threshold>
+            <left_val>0.0705367177724838</left_val>
+            <right_val>-0.1089593023061752</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 13 4 2 -1.</_>
+                <_>
+                  8 13 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.7804399617016315e-003</threshold>
+            <left_val>-0.4887917041778565</left_val>
+            <right_val>0.0199932008981705</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 11 2 2 -1.</_>
+                <_>
+                  17 11 1 1 2.</_>
+                <_>
+                  16 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.0642170865321532e-005</threshold>
+            <left_val>-0.0753576681017876</left_val>
+            <right_val>0.0811428874731064</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 11 9 4 -1.</_>
+                <_>
+                  8 12 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0106888897716999</threshold>
+            <left_val>0.2206722944974899</left_val>
+            <right_val>-0.0562041401863098</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 12 21 3 -1.</_>
+                <_>
+                  9 13 7 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0436831787228584</threshold>
+            <left_val>-0.0610822103917599</left_val>
+            <right_val>0.1712581962347031</right_val></_></_>
+        <_>
+          <!-- tree 48 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 13 21 2 -1.</_>
+                <_>
+                  8 13 7 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0202471297234297</threshold>
+            <left_val>0.1565587073564529</left_val>
+            <right_val>-0.0770068317651749</right_val></_></_>
+        <_>
+          <!-- tree 49 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 10 1 4 -1.</_>
+                <_>
+                  21 11 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.9285280294716358e-003</threshold>
+            <left_val>-0.4369310140609741</left_val>
+            <right_val>0.0202764291316271</right_val></_></_>
+        <_>
+          <!-- tree 50 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 5 6 3 -1.</_>
+                <_>
+                  2 6 6 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0113492002710700</threshold>
+            <left_val>-0.0597750283777714</left_val>
+            <right_val>0.1651744991540909</right_val></_></_>
+        <_>
+          <!-- tree 51 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 2 8 5 -1.</_>
+                <_>
+                  15 4 4 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.1365716010332108</threshold>
+            <left_val>-0.8707361817359924</left_val>
+            <right_val>4.2868419550359249e-003</right_val></_></_>
+        <_>
+          <!-- tree 52 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 2 8 6 -1.</_>
+                <_>
+                  4 4 8 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0663046464323998</threshold>
+            <left_val>-0.0388697795569897</left_val>
+            <right_val>0.2649452090263367</right_val></_></_>
+        <_>
+          <!-- tree 53 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 1 15 4 -1.</_>
+                <_>
+                  5 2 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0195911191403866</threshold>
+            <left_val>-0.0803443267941475</left_val>
+            <right_val>0.1665123999118805</right_val></_></_>
+        <_>
+          <!-- tree 54 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 8 4 -1.</_>
+                <_>
+                  0 2 8 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0340932197868824</threshold>
+            <left_val>0.0261821094900370</left_val>
+            <right_val>-0.4526833891868591</right_val></_></_>
+        <_>
+          <!-- tree 55 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 0 15 14 -1.</_>
+                <_>
+                  10 7 15 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.2061661928892136</threshold>
+            <left_val>-0.4254589080810547</left_val>
+            <right_val>0.0156788490712643</right_val></_></_>
+        <_>
+          <!-- tree 56 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 13 6 2 -1.</_>
+                <_>
+                  11 13 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.6675140298902988e-003</threshold>
+            <left_val>-0.3513334095478058</left_val>
+            <right_val>0.0274340193718672</right_val></_></_>
+        <_>
+          <!-- tree 57 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 9 11 4 -1.</_>
+                <_>
+                  8 10 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0129145104438066</threshold>
+            <left_val>0.1359857022762299</left_val>
+            <right_val>-0.0633687376976013</right_val></_></_>
+        <_>
+          <!-- tree 58 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 6 3 3 -1.</_>
+                <_>
+                  9 7 1 3 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0160742308944464</threshold>
+            <left_val>0.0215212907642126</left_val>
+            <right_val>-0.4643712937831879</right_val></_></_>
+        <_>
+          <!-- tree 59 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 5 4 6 -1.</_>
+                <_>
+                  21 7 4 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0369430296123028</threshold>
+            <left_val>0.0274755004793406</left_val>
+            <right_val>-0.3073608875274658</right_val></_></_>
+        <_>
+          <!-- tree 60 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 3 6 6 -1.</_>
+                <_>
+                  10 5 6 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0755213573575020</threshold>
+            <left_val>-0.4241931140422821</left_val>
+            <right_val>0.0237817000597715</right_val></_></_>
+        <_>
+          <!-- tree 61 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 9 10 6 -1.</_>
+                <_>
+                  12 9 5 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0243982393294573</threshold>
+            <left_val>-0.0493879318237305</left_val>
+            <right_val>0.1672402024269104</right_val></_></_>
+        <_>
+          <!-- tree 62 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 9 10 6 -1.</_>
+                <_>
+                  8 9 5 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1157704964280129</threshold>
+            <left_val>0.0166440103203058</left_val>
+            <right_val>-0.6928011178970337</right_val></_></_>
+        <_>
+          <!-- tree 63 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 0 4 1 -1.</_>
+                <_>
+                  13 0 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.1529998462647200e-004</threshold>
+            <left_val>-0.0502800084650517</left_val>
+            <right_val>0.1328525990247726</right_val></_></_>
+        <_>
+          <!-- tree 64 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 10 4 1 -1.</_>
+                <_>
+                  4 11 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-3.6248450633138418e-003</threshold>
+            <left_val>-0.3066833913326263</left_val>
+            <right_val>0.0284923594444990</right_val></_></_>
+        <_>
+          <!-- tree 65 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 12 1 2 -1.</_>
+                <_>
+                  18 12 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-7.3581631295382977e-004</threshold>
+            <left_val>0.0559885688126087</left_val>
+            <right_val>-0.0392797887325287</right_val></_></_>
+        <_>
+          <!-- tree 66 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 20 10 -1.</_>
+                <_>
+                  12 0 10 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2000436931848526</threshold>
+            <left_val>-0.0568408109247684</left_val>
+            <right_val>0.1685038954019547</right_val></_></_>
+        <_>
+          <!-- tree 67 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 2 3 6 -1.</_>
+                <_>
+                  23 3 1 6 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0178776904940605</threshold>
+            <left_val>0.1931751966476440</left_val>
+            <right_val>-0.0514639392495155</right_val></_></_>
+        <_>
+          <!-- tree 68 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 2 6 3 -1.</_>
+                <_>
+                  2 3 6 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0113503802567720</threshold>
+            <left_val>-0.0489644110202789</left_val>
+            <right_val>0.2181939035654068</right_val></_></_>
+        <_>
+          <!-- tree 69 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 1 4 6 -1.</_>
+                <_>
+                  23 1 2 3 2.</_>
+                <_>
+                  21 4 2 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0125029096379876</threshold>
+            <left_val>-0.0419848784804344</left_val>
+            <right_val>0.2713862061500549</right_val></_></_>
+        <_>
+          <!-- tree 70 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 4 6 -1.</_>
+                <_>
+                  0 1 2 3 2.</_>
+                <_>
+                  2 4 2 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.3033276498317719e-003</threshold>
+            <left_val>0.1590452045202255</left_val>
+            <right_val>-0.0626974031329155</right_val></_></_>
+        <_>
+          <!-- tree 71 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 0 1 6 -1.</_>
+                <_>
+                  24 3 1 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.8205171525478363e-003</threshold>
+            <left_val>0.0155331101268530</left_val>
+            <right_val>-0.3304075896739960</right_val></_></_>
+        <_>
+          <!-- tree 72 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 1 6 -1.</_>
+                <_>
+                  0 3 1 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.4993069022893906e-003</threshold>
+            <left_val>0.0376702398061752</left_val>
+            <right_val>-0.3112137019634247</right_val></_></_>
+        <_>
+          <!-- tree 73 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 0 6 6 -1.</_>
+                <_>
+                  18 2 6 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0140464501455426</threshold>
+            <left_val>-0.0434262491762638</left_val>
+            <right_val>0.1032719984650612</right_val></_></_>
+        <_>
+          <!-- tree 74 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 1 15 4 -1.</_>
+                <_>
+                  5 2 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0411175191402435</threshold>
+            <left_val>0.1867991983890533</left_val>
+            <right_val>-0.0664343684911728</right_val></_></_>
+        <_>
+          <!-- tree 75 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 8 18 1 -1.</_>
+                <_>
+                  10 8 6 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0107145197689533</threshold>
+            <left_val>0.1244383975863457</left_val>
+            <right_val>-0.0663585364818573</right_val></_></_>
+        <_>
+          <!-- tree 76 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 6 6 4 -1.</_>
+                <_>
+                  8 7 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.2895422130823135e-003</threshold>
+            <left_val>-0.0821698531508446</left_val>
+            <right_val>0.1224353983998299</right_val></_></_>
+        <_>
+          <!-- tree 77 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 5 8 2 -1.</_>
+                <_>
+                  11 5 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0130508001893759</threshold>
+            <left_val>-0.4003388881683350</left_val>
+            <right_val>0.0166369099169970</right_val></_></_>
+        <_>
+          <!-- tree 78 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 6 6 -1.</_>
+                <_>
+                  7 0 2 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0364681892096996</threshold>
+            <left_val>-0.5473737716674805</left_val>
+            <right_val>0.0148177295923233</right_val></_></_>
+        <_>
+          <!-- tree 79 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 8 2 1 -1.</_>
+                <_>
+                  21 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.5372940045781434e-005</threshold>
+            <left_val>0.0594716407358646</left_val>
+            <right_val>-0.0578790009021759</right_val></_></_>
+        <_>
+          <!-- tree 80 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 1 2 2 -1.</_>
+                <_>
+                  7 1 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0142522901296616</threshold>
+            <left_val>0.0252972692251205</left_val>
+            <right_val>-0.3336473107337952</right_val></_></_>
+        <_>
+          <!-- tree 81 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 4 8 4 -1.</_>
+                <_>
+                  17 5 8 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.3469200134277344e-003</threshold>
+            <left_val>-0.0707368031144142</left_val>
+            <right_val>0.0745013207197189</right_val></_></_>
+        <_>
+          <!-- tree 82 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 13 2 -1.</_>
+                <_>
+                  6 1 13 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.4445958919823170e-003</threshold>
+            <left_val>-0.0672459527850151</left_val>
+            <right_val>0.1451885998249054</right_val></_></_>
+        <_>
+          <!-- tree 83 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 5 4 6 -1.</_>
+                <_>
+                  21 7 4 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.7205823510885239e-003</threshold>
+            <left_val>-0.2021352946758270</left_val>
+            <right_val>0.0275202393531799</right_val></_></_>
+        <_>
+          <!-- tree 84 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 4 6 -1.</_>
+                <_>
+                  0 7 4 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0469216890633106</threshold>
+            <left_val>0.0161568503826857</left_val>
+            <right_val>-0.5311927795410156</right_val></_></_>
+        <_>
+          <!-- tree 85 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 8 2 1 -1.</_>
+                <_>
+                  21 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.8387980971019715e-005</threshold>
+            <left_val>-0.0557161718606949</left_val>
+            <right_val>0.0720106214284897</right_val></_></_>
+        <_>
+          <!-- tree 86 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 8 2 1 -1.</_>
+                <_>
+                  3 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.6103101340122521e-005</threshold>
+            <left_val>0.0959030091762543</left_val>
+            <right_val>-0.0971473827958107</right_val></_></_>
+        <_>
+          <!-- tree 87 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 0 2 1 -1.</_>
+                <_>
+                  23 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>6.0657761059701443e-003</threshold>
+            <left_val>0.0240712091326714</left_val>
+            <right_val>-0.2376091033220291</right_val></_></_>
+        <_>
+          <!-- tree 88 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 15 4 -1.</_>
+                <_>
+                  4 1 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0555203706026077</threshold>
+            <left_val>0.3074511885643005</left_val>
+            <right_val>-0.0299711804836988</right_val></_></_>
+        <_>
+          <!-- tree 89 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 1 10 8 -1.</_>
+                <_>
+                  15 3 10 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0365539006888866</threshold>
+            <left_val>0.0328120291233063</left_val>
+            <right_val>-0.0570152215659618</right_val></_></_>
+        <_>
+          <!-- tree 90 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 4 2 -1.</_>
+                <_>
+                  0 5 2 1 2.</_>
+                <_>
+                  2 6 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.8784699495881796e-003</threshold>
+            <left_val>-0.0653261989355087</left_val>
+            <right_val>0.1390983015298843</right_val></_></_>
+        <_>
+          <!-- tree 91 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 0 2 1 -1.</_>
+                <_>
+                  23 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-7.4822120368480682e-003</threshold>
+            <left_val>-0.7748216986656189</left_val>
+            <right_val>5.9286328032612801e-003</right_val></_></_>
+        <_>
+          <!-- tree 92 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 1 4 -1.</_>
+                <_>
+                  0 6 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.3365150447934866e-003</threshold>
+            <left_val>-0.3616085052490234</left_val>
+            <right_val>0.0226737502962351</right_val></_></_>
+        <_>
+          <!-- tree 93 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 13 4 2 -1.</_>
+                <_>
+                  19 14 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0122549999505281</threshold>
+            <left_val>-0.6580218076705933</left_val>
+            <right_val>4.3241591192781925e-003</right_val></_></_>
+        <_>
+          <!-- tree 94 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 12 2 2 -1.</_>
+                <_>
+                  7 12 1 1 2.</_>
+                <_>
+                  8 13 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.5022740010172129e-004</threshold>
+            <left_val>0.1368491053581238</left_val>
+            <right_val>-0.0613101907074451</right_val></_></_>
+        <_>
+          <!-- tree 95 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 24 8 -1.</_>
+                <_>
+                  13 0 12 4 2.</_>
+                <_>
+                  1 4 12 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1189583986997604</threshold>
+            <left_val>0.0244670100510120</left_val>
+            <right_val>-0.3081929087638855</right_val></_></_>
+        <_>
+          <!-- tree 96 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 4 3 3 -1.</_>
+                <_>
+                  2 5 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.8534749979153275e-003</threshold>
+            <left_val>-0.0657177790999413</left_val>
+            <right_val>0.1380506008863449</right_val></_></_>
+        <_>
+          <!-- tree 97 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 6 4 3 -1.</_>
+                <_>
+                  19 7 4 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0139663796871901</threshold>
+            <left_val>-0.4281671941280365</left_val>
+            <right_val>0.0166652500629425</right_val></_></_>
+        <_>
+          <!-- tree 98 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 6 3 4 -1.</_>
+                <_>
+                  6 7 1 4 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0120118902996182</threshold>
+            <left_val>-0.4546675086021423</left_val>
+            <right_val>0.0174813903868198</right_val></_></_>
+        <_>
+          <!-- tree 99 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 11 2 2 -1.</_>
+                <_>
+                  17 11 1 1 2.</_>
+                <_>
+                  16 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.6380320135504007e-004</threshold>
+            <left_val>0.0268306396901608</left_val>
+            <right_val>-0.1949577033519745</right_val></_></_>
+        <_>
+          <!-- tree 100 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 11 2 2 -1.</_>
+                <_>
+                  7 11 1 1 2.</_>
+                <_>
+                  8 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.4863549303263426e-004</threshold>
+            <left_val>0.1728172004222870</left_val>
+            <right_val>-0.0519250482320786</right_val></_></_>
+        <_>
+          <!-- tree 101 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 5 9 3 -1.</_>
+                <_>
+                  12 5 3 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0356420204043388</threshold>
+            <left_val>0.0119973402470350</left_val>
+            <right_val>-0.2636224925518036</right_val></_></_>
+        <_>
+          <!-- tree 102 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 6 1 -1.</_>
+                <_>
+                  2 0 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.2830741778016090e-003</threshold>
+            <left_val>0.0153813296929002</left_val>
+            <right_val>-0.5276867151260376</right_val></_></_>
+        <_>
+          <!-- tree 103 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 4 8 1 -1.</_>
+                <_>
+                  19 4 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.3444799482822418e-003</threshold>
+            <left_val>-0.0448165088891983</left_val>
+            <right_val>0.1556369960308075</right_val></_></_>
+        <_>
+          <!-- tree 104 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 5 9 3 -1.</_>
+                <_>
+                  10 5 3 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0348524898290634</threshold>
+            <left_val>-0.6144651770591736</left_val>
+            <right_val>0.0147144095972180</right_val></_></_>
+        <_>
+          <!-- tree 105 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 4 8 1 -1.</_>
+                <_>
+                  19 4 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.6836538929492235e-003</threshold>
+            <left_val>0.0679996237158775</left_val>
+            <right_val>-0.0403181910514832</right_val></_></_>
+        <_>
+          <!-- tree 106 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 8 1 -1.</_>
+                <_>
+                  2 4 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.6370671112090349e-003</threshold>
+            <left_val>-0.0527165904641151</left_val>
+            <right_val>0.1650273054838181</right_val></_></_>
+        <_>
+          <!-- tree 107 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 11 2 2 -1.</_>
+                <_>
+                  17 11 1 1 2.</_>
+                <_>
+                  16 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.1408380232751369e-003</threshold>
+            <left_val>-0.1495666950941086</left_val>
+            <right_val>0.0155292097479105</right_val></_></_>
+        <_>
+          <!-- tree 108 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 11 12 2 -1.</_>
+                <_>
+                  9 11 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.5604642257094383e-003</threshold>
+            <left_val>0.1015162020921707</left_val>
+            <right_val>-0.0783084183931351</right_val></_></_>
+        <_>
+          <!-- tree 109 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 6 20 9 -1.</_>
+                <_>
+                  9 6 10 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0313040204346180</threshold>
+            <left_val>-0.0519621782004833</left_val>
+            <right_val>0.1036399006843567</right_val></_></_>
+        <_>
+          <!-- tree 110 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 8 12 2 -1.</_>
+                <_>
+                  6 9 12 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.2903850600123405e-003</threshold>
+            <left_val>-0.0539887212216854</left_val>
+            <right_val>0.1653061956167221</right_val></_></_>
+        <_>
+          <!-- tree 111 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 8 13 4 -1.</_>
+                <_>
+                  6 9 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0108930300921202</threshold>
+            <left_val>0.1281013935804367</left_val>
+            <right_val>-0.0734129622578621</right_val></_></_>
+        <_>
+          <!-- tree 112 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 13 4 2 -1.</_>
+                <_>
+                  2 14 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.9190609715878963e-003</threshold>
+            <left_val>-0.3507530987262726</left_val>
+            <right_val>0.0244891606271267</right_val></_></_>
+        <_>
+          <!-- tree 113 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 1 3 12 -1.</_>
+                <_>
+                  11 4 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0811754167079926</threshold>
+            <left_val>0.0209406390786171</left_val>
+            <right_val>-0.3776533007621765</right_val></_></_>
+        <_>
+          <!-- tree 114 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 10 11 4 -1.</_>
+                <_>
+                  7 11 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.1189319714903831e-003</threshold>
+            <left_val>0.1320966929197311</left_val>
+            <right_val>-0.0743796005845070</right_val></_></_>
+        <_>
+          <!-- tree 115 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 9 15 6 -1.</_>
+                <_>
+                  5 11 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0290335901081562</threshold>
+            <left_val>-0.0601534284651279</left_val>
+            <right_val>0.1686525046825409</right_val></_></_>
+        <_>
+          <!-- tree 116 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 5 14 10 -1.</_>
+                <_>
+                  1 10 14 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2666859030723572</threshold>
+            <left_val>0.0302151106297970</left_val>
+            <right_val>-0.3336375057697296</right_val></_></_>
+        <_>
+          <!-- tree 117 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 10 2 2 -1.</_>
+                <_>
+                  14 10 1 1 2.</_>
+                <_>
+                  13 11 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.3437710003927350e-003</threshold>
+            <left_val>0.0244619604200125</left_val>
+            <right_val>-0.3497652113437653</right_val></_></_>
+        <_>
+          <!-- tree 118 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 4 2 -1.</_>
+                <_>
+                  0 1 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.4065970946103334e-005</threshold>
+            <left_val>0.0681859701871872</left_val>
+            <right_val>-0.1218236982822418</right_val></_></_>
+        <_>
+          <!-- tree 119 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 3 4 2 -1.</_>
+                <_>
+                  18 4 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.2273659706115723e-003</threshold>
+            <left_val>0.0591664388775826</left_val>
+            <right_val>-0.0569609887897968</right_val></_></_>
+        <_>
+          <!-- tree 120 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 4 4 -1.</_>
+                <_>
+                  0 8 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.0822839976754040e-004</threshold>
+            <left_val>-0.1183675006031990</left_val>
+            <right_val>0.0699028074741364</right_val></_></_>
+        <_>
+          <!-- tree 121 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 12 6 2 -1.</_>
+                <_>
+                  14 12 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.7762501314282417e-003</threshold>
+            <left_val>0.0182663407176733</left_val>
+            <right_val>-0.3238837122917175</right_val></_></_>
+        <_>
+          <!-- tree 122 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 3 1 -1.</_>
+                <_>
+                  8 0 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.5627898806706071e-004</threshold>
+            <left_val>0.1596496999263763</left_val>
+            <right_val>-0.0523401089012623</right_val></_></_>
+        <_>
+          <!-- tree 123 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 0 2 1 -1.</_>
+                <_>
+                  15 0 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.9805951528251171e-003</threshold>
+            <left_val>5.6993248872458935e-003</left_val>
+            <right_val>-0.6384922862052918</right_val></_></_>
+        <_>
+          <!-- tree 124 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 0 2 1 -1.</_>
+                <_>
+                  9 0 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.9052381655201316e-004</threshold>
+            <left_val>0.1629474014043808</left_val>
+            <right_val>-0.0742301419377327</right_val></_></_>
+        <_>
+          <!-- tree 125 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 3 2 10 -1.</_>
+                <_>
+                  18 3 1 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0184035003185272</threshold>
+            <left_val>-0.6773443222045898</left_val>
+            <right_val>0.0107059404253960</right_val></_></_>
+        <_>
+          <!-- tree 126 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 1 2 2 -1.</_>
+                <_>
+                  7 1 1 1 2.</_>
+                <_>
+                  8 2 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.9714571367949247e-004</threshold>
+            <left_val>0.1691973060369492</left_val>
+            <right_val>-0.0477185398340225</right_val></_></_>
+        <_>
+          <!-- tree 127 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 0 7 3 -1.</_>
+                <_>
+                  18 1 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0167341101914644</threshold>
+            <left_val>-0.3151237964630127</left_val>
+            <right_val>0.0124420495703816</right_val></_></_>
+        <_>
+          <!-- tree 128 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 12 6 2 -1.</_>
+                <_>
+                  9 12 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0119769899174571</threshold>
+            <left_val>-0.5293223857879639</left_val>
+            <right_val>0.0144362701103091</right_val></_></_>
+        <_>
+          <!-- tree 129 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 7 4 3 -1.</_>
+                <_>
+                  20 8 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.0368088781833649e-003</threshold>
+            <left_val>0.0264915898442268</left_val>
+            <right_val>-0.2470992058515549</right_val></_></_>
+        <_>
+          <!-- tree 130 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 2 10 -1.</_>
+                <_>
+                  6 3 1 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0105798998847604</threshold>
+            <left_val>-0.4092808067798615</left_val>
+            <right_val>0.0187591798603535</right_val></_></_>
+        <_>
+          <!-- tree 131 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 0 2 2 -1.</_>
+                <_>
+                  17 0 1 1 2.</_>
+                <_>
+                  16 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.0849997680634260e-004</threshold>
+            <left_val>-0.0334094502031803</left_val>
+            <right_val>0.0843884497880936</right_val></_></_>
+        <_>
+          <!-- tree 132 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 2 2 -1.</_>
+                <_>
+                  7 0 1 1 2.</_>
+                <_>
+                  8 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.9445307124406099e-004</threshold>
+            <left_val>0.1412419974803925</left_val>
+            <right_val>-0.0555582903325558</right_val></_></_>
+        <_>
+          <!-- tree 133 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 0 6 2 -1.</_>
+                <_>
+                  17 0 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0157594103366137</threshold>
+            <left_val>-0.3833500146865845</left_val>
+            <right_val>0.0156633593142033</right_val></_></_>
+        <_>
+          <!-- tree 134 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 1 4 -1.</_>
+                <_>
+                  0 2 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0101080304011703</threshold>
+            <left_val>-0.3391439020633698</left_val>
+            <right_val>0.0209970101714134</right_val></_></_>
+        <_>
+          <!-- tree 135 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 1 2 12 -1.</_>
+                <_>
+                  18 5 2 4 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>8.8242385536432266e-003</threshold>
+            <left_val>0.0468829013407230</left_val>
+            <right_val>-0.0345581099390984</right_val></_></_>
+        <_>
+          <!-- tree 136 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 12 3 -1.</_>
+                <_>
+                  8 4 4 3 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.1695280969142914</threshold>
+            <left_val>-0.0297883804887533</left_val>
+            <right_val>0.2978200018405914</right_val></_></_>
+        <_>
+          <!-- tree 137 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 13 2 2 -1.</_>
+                <_>
+                  15 13 1 1 2.</_>
+                <_>
+                  14 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.4175090473145247e-003</threshold>
+            <left_val>0.0145506802946329</left_val>
+            <right_val>-0.2557711899280548</right_val></_></_>
+        <_>
+          <!-- tree 138 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 6 3 3 -1.</_>
+                <_>
+                  12 7 1 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.2455357983708382e-003</threshold>
+            <left_val>0.1703144013881683</left_val>
+            <right_val>-0.0457185097038746</right_val></_></_>
+        <_>
+          <!-- tree 139 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 1 10 8 -1.</_>
+                <_>
+                  15 3 10 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0829719901084900</threshold>
+            <left_val>-0.0108856502920389</left_val>
+            <right_val>0.2358570992946625</right_val></_></_>
+        <_>
+          <!-- tree 140 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 10 8 -1.</_>
+                <_>
+                  0 3 10 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0363879613578320</threshold>
+            <left_val>0.0720635578036308</left_val>
+            <right_val>-0.1351491957902908</right_val></_></_>
+        <_>
+          <!-- tree 141 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 3 14 10 -1.</_>
+                <_>
+                  11 8 14 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2605817019939423</threshold>
+            <left_val>0.0307604894042015</left_val>
+            <right_val>-0.2081860005855560</right_val></_></_>
+        <_>
+          <!-- tree 142 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 24 12 -1.</_>
+                <_>
+                  0 0 12 6 2.</_>
+                <_>
+                  12 6 12 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1837086975574493</threshold>
+            <left_val>-0.4619984030723572</left_val>
+            <right_val>0.0176900699734688</right_val></_></_>
+        <_>
+          <!-- tree 143 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 7 4 3 -1.</_>
+                <_>
+                  20 8 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.9726989343762398e-003</threshold>
+            <left_val>-0.1660892963409424</left_val>
+            <right_val>0.0209467206150293</right_val></_></_>
+        <_>
+          <!-- tree 144 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 7 3 -1.</_>
+                <_>
+                  0 2 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0214559100568295</threshold>
+            <left_val>0.0231478307396173</left_val>
+            <right_val>-0.3625465929508209</right_val></_></_>
+        <_>
+          <!-- tree 145 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 7 4 3 -1.</_>
+                <_>
+                  20 8 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0144318202510476</threshold>
+            <left_val>4.4689280912280083e-003</left_val>
+            <right_val>-0.2445929050445557</right_val></_></_>
+        <_>
+          <!-- tree 146 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 1 8 -1.</_>
+                <_>
+                  0 9 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.3524229656904936e-003</threshold>
+            <left_val>-0.2480840981006622</left_val>
+            <right_val>0.0316352993249893</right_val></_></_>
+        <_>
+          <!-- tree 147 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 4 3 4 -1.</_>
+                <_>
+                  23 5 1 4 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0156694706529379</threshold>
+            <left_val>0.3172483146190643</left_val>
+            <right_val>-0.0374899208545685</right_val></_></_>
+        <_>
+          <!-- tree 148 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 2 12 1 -1.</_>
+                <_>
+                  15 6 4 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0400774292647839</threshold>
+            <left_val>-0.2589775919914246</left_val>
+            <right_val>0.0327349714934826</right_val></_></_>
+        <_>
+          <!-- tree 149 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 4 3 4 -1.</_>
+                <_>
+                  23 5 1 4 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0123612098395824</threshold>
+            <left_val>-0.0450748614966869</left_val>
+            <right_val>0.1690649986267090</right_val></_></_>
+        <_>
+          <!-- tree 150 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 7 4 3 -1.</_>
+                <_>
+                  1 8 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0109678898006678</threshold>
+            <left_val>0.0187921095639467</left_val>
+            <right_val>-0.4384852945804596</right_val></_></_>
+        <_>
+          <!-- tree 151 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 9 6 2 -1.</_>
+                <_>
+                  15 9 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0137434704229236</threshold>
+            <left_val>-0.4609765112400055</left_val>
+            <right_val>0.0122369602322578</right_val></_></_>
+        <_>
+          <!-- tree 152 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 2 2 -1.</_>
+                <_>
+                  6 7 1 1 2.</_>
+                <_>
+                  7 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.0322439484298229e-003</threshold>
+            <left_val>0.1648599952459335</left_val>
+            <right_val>-0.0516587682068348</right_val></_></_>
+        <_>
+          <!-- tree 153 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 9 6 2 -1.</_>
+                <_>
+                  15 9 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.8313361629843712e-003</threshold>
+            <left_val>0.0159355308860540</left_val>
+            <right_val>-0.2015953958034515</right_val></_></_>
+        <_>
+          <!-- tree 154 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 6 2 -1.</_>
+                <_>
+                  6 0 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0144206797704101</threshold>
+            <left_val>0.0160773508250713</left_val>
+            <right_val>-0.4641633033752441</right_val></_></_>
+        <_>
+          <!-- tree 155 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 9 6 2 -1.</_>
+                <_>
+                  15 9 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.8205989617854357e-003</threshold>
+            <left_val>0.0433134213089943</left_val>
+            <right_val>-0.0280837193131447</right_val></_></_>
+        <_>
+          <!-- tree 156 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 7 2 6 -1.</_>
+                <_>
+                  7 7 1 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>3.9304671809077263e-003</threshold>
+            <left_val>0.0497011989355087</left_val>
+            <right_val>-0.1514773964881897</right_val></_></_>
+        <_>
+          <!-- tree 157 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 0 1 10 -1.</_>
+                <_>
+                  24 5 1 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.3210691809654236e-003</threshold>
+            <left_val>-0.1029928028583527</left_val>
+            <right_val>0.0179813895374537</right_val></_></_>
+        <_>
+          <!-- tree 158 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 3 1 -1.</_>
+                <_>
+                  7 7 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.1277500307187438e-003</threshold>
+            <left_val>0.1659521013498306</left_val>
+            <right_val>-0.0483443103730679</right_val></_></_>
+        <_>
+          <!-- tree 159 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 13 2 2 -1.</_>
+                <_>
+                  15 13 1 1 2.</_>
+                <_>
+                  14 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.8385067172348499e-004</threshold>
+            <left_val>-0.1946461051702499</left_val>
+            <right_val>0.0250845197588205</right_val></_></_>
+        <_>
+          <!-- tree 160 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 7 4 1 -1.</_>
+                <_>
+                  9 7 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.5464341100305319e-004</threshold>
+            <left_val>0.1473073959350586</left_val>
+            <right_val>-0.0529893897473812</right_val></_></_>
+        <_>
+          <!-- tree 161 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 4 1 9 -1.</_>
+                <_>
+                  21 7 1 3 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-6.1449417844414711e-003</threshold>
+            <left_val>0.0951583385467529</left_val>
+            <right_val>-0.0323545187711716</right_val></_></_>
+        <_>
+          <!-- tree 162 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 4 9 1 -1.</_>
+                <_>
+                  4 7 3 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0537422299385071</threshold>
+            <left_val>-0.0160139091312885</left_val>
+            <right_val>0.5178387761116028</right_val></_></_>
+        <_>
+          <!-- tree 163 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 1 6 13 -1.</_>
+                <_>
+                  13 1 2 13 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.1773690655827522e-003</threshold>
+            <left_val>0.0658730715513229</left_val>
+            <right_val>-0.0286986008286476</right_val></_></_>
+        <_>
+          <!-- tree 164 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 2 4 7 -1.</_>
+                <_>
+                  11 2 2 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.6262140125036240e-003</threshold>
+            <left_val>0.1165013015270233</left_val>
+            <right_val>-0.0662005692720413</right_val></_></_>
+        <_>
+          <!-- tree 165 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 1 6 13 -1.</_>
+                <_>
+                  13 1 2 13 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0702467709779739</threshold>
+            <left_val>-0.5561671257019043</left_val>
+            <right_val>3.3650770783424377e-003</right_val></_></_>
+        <_>
+          <!-- tree 166 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 1 6 13 -1.</_>
+                <_>
+                  10 1 2 13 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0457130484282970</threshold>
+            <left_val>-0.5554363131523132</left_val>
+            <right_val>0.0145238302648067</right_val></_></_>
+        <_>
+          <!-- tree 167 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 9 4 1 -1.</_>
+                <_>
+                  16 9 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.6252630157396197e-003</threshold>
+            <left_val>0.0774459466338158</left_val>
+            <right_val>-0.0477535910904408</right_val></_></_>
+        <_>
+          <!-- tree 168 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 9 4 1 -1.</_>
+                <_>
+                  7 9 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.7784547358751297e-003</threshold>
+            <left_val>-0.6660557985305786</left_val>
+            <right_val>0.0114997997879982</right_val></_></_>
+        <_>
+          <!-- tree 169 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 4 1 9 -1.</_>
+                <_>
+                  14 7 1 3 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0581780597567558</threshold>
+            <left_val>-0.0126901902258396</left_val>
+            <right_val>0.2431164979934692</right_val></_></_>
+        <_>
+          <!-- tree 170 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 4 2 2 -1.</_>
+                <_>
+                  7 4 1 1 2.</_>
+                <_>
+                  8 5 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.0166700230911374e-003</threshold>
+            <left_val>0.1701835989952087</left_val>
+            <right_val>-0.0434626787900925</right_val></_></_>
+        <_>
+          <!-- tree 171 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 9 2 2 -1.</_>
+                <_>
+                  14 9 1 1 2.</_>
+                <_>
+                  13 10 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.3186908159404993e-004</threshold>
+            <left_val>-0.1554417014122009</left_val>
+            <right_val>0.0277679692953825</right_val></_></_>
+        <_>
+          <!-- tree 172 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 11 2 2 -1.</_>
+                <_>
+                  7 11 1 1 2.</_>
+                <_>
+                  8 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.0635660146363080e-004</threshold>
+            <left_val>-0.0799610763788223</left_val>
+            <right_val>0.0975525230169296</right_val></_></_>
+        <_>
+          <!-- tree 173 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 9 2 2 -1.</_>
+                <_>
+                  14 9 1 1 2.</_>
+                <_>
+                  13 10 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.7358598355203867e-004</threshold>
+            <left_val>0.0280197393149138</left_val>
+            <right_val>-0.1640979051589966</right_val></_></_>
+        <_>
+          <!-- tree 174 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 13 10 1 -1.</_>
+                <_>
+                  11 13 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.1288288086652756e-003</threshold>
+            <left_val>0.1435500979423523</left_val>
+            <right_val>-0.0521811507642269</right_val></_></_>
+        <_>
+          <!-- tree 175 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 8 10 7 -1.</_>
+                <_>
+                  9 8 5 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0296237897127867</threshold>
+            <left_val>0.1256711930036545</left_val>
+            <right_val>-0.0727018266916275</right_val></_></_>
+        <_>
+          <!-- tree 176 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 5 15 10 -1.</_>
+                <_>
+                  9 5 5 10 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0479203201830387</threshold>
+            <left_val>-0.0627507865428925</left_val>
+            <right_val>0.1496749967336655</right_val></_></_>
+        <_>
+          <!-- tree 177 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 6 5 4 -1.</_>
+                <_>
+                  20 7 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0299077890813351</threshold>
+            <left_val>3.3279890194535255e-003</left_val>
+            <right_val>-0.5352283716201782</right_val></_></_>
+        <_>
+          <!-- tree 178 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 6 5 4 -1.</_>
+                <_>
+                  0 7 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.1103161163628101e-003</threshold>
+            <left_val>-0.1846338063478470</left_val>
+            <right_val>0.0402609407901764</right_val></_></_>
+        <_>
+          <!-- tree 179 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 7 3 1 -1.</_>
+                <_>
+                  12 7 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.1777599574998021e-003</threshold>
+            <left_val>-0.0421488806605339</left_val>
+            <right_val>0.1833201944828033</right_val></_></_>
+        <_>
+          <!-- tree 180 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 4 7 3 -1.</_>
+                <_>
+                  9 5 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0149721698835492</threshold>
+            <left_val>-0.0501780100166798</left_val>
+            <right_val>0.1479559987783432</right_val></_></_>
+        <_>
+          <!-- tree 181 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 4 4 3 -1.</_>
+                <_>
+                  15 4 2 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0226974897086620</threshold>
+            <left_val>8.8858045637607574e-003</left_val>
+            <right_val>-0.3510260879993439</right_val></_></_>
+        <_>
+          <!-- tree 182 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 4 4 3 -1.</_>
+                <_>
+                  8 4 2 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0128841297701001</threshold>
+            <left_val>0.0346549116075039</left_val>
+            <right_val>-0.2406193017959595</right_val></_></_>
+        <_>
+          <!-- tree 183 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 6 2 2 -1.</_>
+                <_>
+                  17 6 1 1 2.</_>
+                <_>
+                  16 7 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.1240700259804726e-003</threshold>
+            <left_val>0.1314530968666077</left_val>
+            <right_val>-0.0288430396467447</right_val></_></_>
+        <_>
+          <!-- tree 184 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 6 2 2 -1.</_>
+                <_>
+                  7 6 1 1 2.</_>
+                <_>
+                  8 7 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.3627869775518775e-003</threshold>
+            <left_val>0.2013843953609467</left_val>
+            <right_val>-0.0379555486142635</right_val></_></_>
+        <_>
+          <!-- tree 185 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 13 2 2 -1.</_>
+                <_>
+                  15 13 1 1 2.</_>
+                <_>
+                  14 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.3557957289740443e-004</threshold>
+            <left_val>0.0279592797160149</left_val>
+            <right_val>-0.1196514964103699</right_val></_></_>
+        <_>
+          <!-- tree 186 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 4 2 -1.</_>
+                <_>
+                  6 0 4 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0152801796793938</threshold>
+            <left_val>-0.4851869940757752</left_val>
+            <right_val>0.0156223699450493</right_val></_></_>
+        <_>
+          <!-- tree 187 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 14 2 1 -1.</_>
+                <_>
+                  20 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.6412500523729250e-005</threshold>
+            <left_val>-0.0589389093220234</left_val>
+            <right_val>0.0601089298725128</right_val></_></_>
+        <_>
+          <!-- tree 188 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 13 6 2 -1.</_>
+                <_>
+                  1 13 3 1 2.</_>
+                <_>
+                  4 14 3 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.6553878393024206e-005</threshold>
+            <left_val>-0.0965948700904846</left_val>
+            <right_val>0.0779175236821175</right_val></_></_>
+        <_>
+          <!-- tree 189 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 1 2 2 -1.</_>
+                <_>
+                  12 2 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.8991239853203297e-003</threshold>
+            <left_val>-0.0261822007596493</left_val>
+            <right_val>0.1902385950088501</right_val></_></_>
+        <_>
+          <!-- tree 190 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 0 8 8 -1.</_>
+                <_>
+                  8 0 4 4 2.</_>
+                <_>
+                  12 4 4 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0237854700535536</threshold>
+            <left_val>0.0403596796095371</left_val>
+            <right_val>-0.1793317049741745</right_val></_></_>
+        <_>
+          <!-- tree 191 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 12 2 2 -1.</_>
+                <_>
+                  17 12 1 1 2.</_>
+                <_>
+                  16 13 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.9117228374816477e-005</threshold>
+            <left_val>-0.0676945373415947</left_val>
+            <right_val>0.0789666101336479</right_val></_></_>
+        <_>
+          <!-- tree 192 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 8 8 -1.</_>
+                <_>
+                  0 4 4 4 2.</_>
+                <_>
+                  4 8 4 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0585355199873447</threshold>
+            <left_val>-0.0279133208096027</left_val>
+            <right_val>0.2635962069034576</right_val></_></_>
+        <_>
+          <!-- tree 193 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 4 2 1 -1.</_>
+                <_>
+                  19 4 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.7125670611858368e-003</threshold>
+            <left_val>-0.8246011137962341</left_val>
+            <right_val>3.6960430443286896e-003</right_val></_></_>
+        <_>
+          <!-- tree 194 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 4 2 1 -1.</_>
+                <_>
+                  5 4 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.6747662127017975e-003</threshold>
+            <left_val>-0.7625464797019959</left_val>
+            <right_val>9.2743840068578720e-003</right_val></_></_>
+        <_>
+          <!-- tree 195 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 0 2 2 -1.</_>
+                <_>
+                  21 0 1 1 2.</_>
+                <_>
+                  20 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.3981528617441654e-003</threshold>
+            <left_val>1.9147379789501429e-003</left_val>
+            <right_val>-0.8057739734649658</right_val></_></_>
+        <_>
+          <!-- tree 196 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 15 3 -1.</_>
+                <_>
+                  0 6 15 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.7252141200006008e-003</threshold>
+            <left_val>-0.0822006091475487</left_val>
+            <right_val>0.0925986021757126</right_val></_></_>
+        <_>
+          <!-- tree 197 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 5 1 3 -1.</_>
+                <_>
+                  13 6 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.1672140099108219e-003</threshold>
+            <left_val>0.1147938966751099</left_val>
+            <right_val>-0.0459650196135044</right_val></_></_>
+        <_>
+          <!-- tree 198 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 9 3 2 -1.</_>
+                <_>
+                  5 10 1 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-7.4022258631885052e-003</threshold>
+            <left_val>-0.4262216091156006</left_val>
+            <right_val>0.0174518898129463</right_val></_></_>
+        <_>
+          <!-- tree 199 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 0 2 2 -1.</_>
+                <_>
+                  21 0 1 1 2.</_>
+                <_>
+                  20 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.5430802351329476e-005</threshold>
+            <left_val>-0.0445476993918419</left_val>
+            <right_val>0.0498182512819767</right_val></_></_>
+        <_>
+          <!-- tree 200 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 2 2 -1.</_>
+                <_>
+                  3 0 1 1 2.</_>
+                <_>
+                  4 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.6353430661838502e-005</threshold>
+            <left_val>-0.0820099934935570</left_val>
+            <right_val>0.0922331288456917</right_val></_></_></trees>
+      <stage_threshold>-1.2964390516281128</stage_threshold>
+      <parent>14</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 16 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 12 4 -1.</_>
+                <_>
+                  0 11 6 2 2.</_>
+                <_>
+                  6 13 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0105607798323035</threshold>
+            <left_val>-0.1728546023368835</left_val>
+            <right_val>0.2072951048612595</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 1 8 4 -1.</_>
+                <_>
+                  17 3 8 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0382373891770840</threshold>
+            <left_val>0.1771112978458405</left_val>
+            <right_val>-0.1585303992033005</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 6 13 6 -1.</_>
+                <_>
+                  6 8 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0541206710040569</threshold>
+            <left_val>0.2564443051815033</left_val>
+            <right_val>-0.0884335711598396</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 4 2 3 -1.</_>
+                <_>
+                  23 4 1 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.2004460915923119e-003</threshold>
+            <left_val>0.2010346055030823</left_val>
+            <right_val>-0.1101640984416008</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 13 10 2 -1.</_>
+                <_>
+                  2 14 10 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0654388666152954</threshold>
+            <left_val>7.8213139204308391e-004</left_val>
+            <right_val>-4.3508232421875000e+003</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 4 2 3 -1.</_>
+                <_>
+                  23 4 1 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0135645801201463</threshold>
+            <left_val>-0.5407810807228088</left_val>
+            <right_val>4.8653590492904186e-003</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 2 3 -1.</_>
+                <_>
+                  1 4 1 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.8708320567384362e-003</threshold>
+            <left_val>0.1633561998605728</left_val>
+            <right_val>-0.1228590980172157</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 7 21 3 -1.</_>
+                <_>
+                  9 8 7 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1699268966913223</threshold>
+            <left_val>-4.5410599559545517e-003</left_val>
+            <right_val>0.4810850024223328</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 11 2 2 -1.</_>
+                <_>
+                  2 11 1 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>3.5981500986963511e-003</threshold>
+            <left_val>0.0356757305562496</left_val>
+            <right_val>-0.4236158132553101</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 2 21 6 -1.</_>
+                <_>
+                  9 4 7 2 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.5448976159095764</threshold>
+            <left_val>-0.0198735594749451</left_val>
+            <right_val>0.5460472106933594</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 1 8 6 -1.</_>
+                <_>
+                  1 3 8 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0627753064036369</threshold>
+            <left_val>0.1722137033939362</left_val>
+            <right_val>-0.1143800020217896</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 4 15 4 -1.</_>
+                <_>
+                  6 5 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0459444113075733</threshold>
+            <left_val>0.2595784068107605</left_val>
+            <right_val>-0.0732216089963913</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 10 4 1 -1.</_>
+                <_>
+                  3 11 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>2.1809421014040709e-003</threshold>
+            <left_val>0.0495434813201427</left_val>
+            <right_val>-0.3175086975097656</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 14 18 1 -1.</_>
+                <_>
+                  4 14 9 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.6566081047058105e-003</threshold>
+            <left_val>0.1581763029098511</left_val>
+            <right_val>-0.0890468433499336</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 24 10 -1.</_>
+                <_>
+                  0 3 12 5 2.</_>
+                <_>
+                  12 8 12 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0808042436838150</threshold>
+            <left_val>0.0503276288509369</left_val>
+            <right_val>-0.2887117862701416</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 3 10 12 -1.</_>
+                <_>
+                  20 3 5 6 2.</_>
+                <_>
+                  15 9 5 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0987789332866669</threshold>
+            <left_val>-0.0381883382797241</left_val>
+            <right_val>0.3119831085205078</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 5 6 3 -1.</_>
+                <_>
+                  9 6 6 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.4114018827676773e-003</threshold>
+            <left_val>-0.0949936509132385</left_val>
+            <right_val>0.1344850063323975</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 13 21 1 -1.</_>
+                <_>
+                  9 13 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0147700998932123</threshold>
+            <left_val>0.1715719997882843</left_val>
+            <right_val>-0.0750405564904213</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 10 12 -1.</_>
+                <_>
+                  0 3 5 6 2.</_>
+                <_>
+                  5 9 5 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1057564020156860</threshold>
+            <left_val>-0.0440231785178185</left_val>
+            <right_val>0.3495194017887116</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 15 4 -1.</_>
+                <_>
+                  5 4 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0401043891906738</threshold>
+            <left_val>-0.0572791509330273</left_val>
+            <right_val>0.2763915061950684</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 6 9 3 -1.</_>
+                <_>
+                  8 7 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0135993398725986</threshold>
+            <left_val>-0.0886402428150177</left_val>
+            <right_val>0.1596630066633225</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 13 3 1 -1.</_>
+                <_>
+                  15 13 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.3378789667040110e-003</threshold>
+            <left_val>-0.4990870058536530</left_val>
+            <right_val>7.1760369464755058e-003</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 1 10 2 -1.</_>
+                <_>
+                  7 2 10 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.5490198321640491e-003</threshold>
+            <left_val>-0.0597806982696056</left_val>
+            <right_val>0.2110590040683746</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 13 3 1 -1.</_>
+                <_>
+                  15 13 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.2758670537732542e-005</threshold>
+            <left_val>0.0655476525425911</left_val>
+            <right_val>-0.0541992485523224</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 13 3 1 -1.</_>
+                <_>
+                  9 13 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.0889551211148500e-004</threshold>
+            <left_val>0.0425700992345810</left_val>
+            <right_val>-0.2828716039657593</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 24 12 -1.</_>
+                <_>
+                  13 0 12 6 2.</_>
+                <_>
+                  1 6 12 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0881031826138496</threshold>
+            <left_val>0.0406627096235752</left_val>
+            <right_val>-0.2983728945255280</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 13 14 -1.</_>
+                <_>
+                  0 7 13 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1351538002490997</threshold>
+            <left_val>-0.4011076092720032</left_val>
+            <right_val>0.0259989295154810</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 6 3 3 -1.</_>
+                <_>
+                  20 7 3 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0105496803298593</threshold>
+            <left_val>0.0265602301806211</left_val>
+            <right_val>-0.3554666042327881</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 9 8 4 -1.</_>
+                <_>
+                  8 10 8 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0109745198860765</threshold>
+            <left_val>0.1540209054946899</left_val>
+            <right_val>-0.0715849623084068</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 10 6 4 -1.</_>
+                <_>
+                  15 10 2 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0128105496987700</threshold>
+            <left_val>-0.2680475115776062</left_val>
+            <right_val>0.0205432493239641</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 3 4 4 -1.</_>
+                <_>
+                  11 3 2 4 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0673751235008240</threshold>
+            <left_val>-0.5299177169799805</left_val>
+            <right_val>0.0192500203847885</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 10 6 4 -1.</_>
+                <_>
+                  15 10 2 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0133285904303193</threshold>
+            <left_val>0.0141924796625972</left_val>
+            <right_val>-0.2692896127700806</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 10 10 4 -1.</_>
+                <_>
+                  7 12 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0349247902631760</threshold>
+            <left_val>0.2877762019634247</left_val>
+            <right_val>-0.0366922505199909</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 10 6 4 -1.</_>
+                <_>
+                  15 10 2 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0259607005864382</threshold>
+            <left_val>-0.5250588059425354</left_val>
+            <right_val>4.2013241909444332e-003</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 10 6 4 -1.</_>
+                <_>
+                  8 10 2 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0144326100125909</threshold>
+            <left_val>-0.4404621124267578</left_val>
+            <right_val>0.0239412691444159</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 14 4 1 -1.</_>
+                <_>
+                  21 14 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.0242980206385255e-003</threshold>
+            <left_val>-0.0813294127583504</left_val>
+            <right_val>0.1090075969696045</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 4 4 -1.</_>
+                <_>
+                  0 8 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.3913699444383383e-003</threshold>
+            <left_val>-0.2744260132312775</left_val>
+            <right_val>0.0353980511426926</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 3 6 12 -1.</_>
+                <_>
+                  22 3 3 6 2.</_>
+                <_>
+                  19 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0254591107368469</threshold>
+            <left_val>0.1884281933307648</left_val>
+            <right_val>-0.0505212917923927</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 1 15 2 -1.</_>
+                <_>
+                  5 2 15 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0250639300793409</threshold>
+            <left_val>0.1583306044340134</left_val>
+            <right_val>-0.0679820179939270</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 1 3 4 -1.</_>
+                <_>
+                  19 2 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.5757358893752098e-003</threshold>
+            <left_val>-0.0512838996946812</left_val>
+            <right_val>0.1146584972739220</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 5 20 4 -1.</_>
+                <_>
+                  12 5 10 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1538352966308594</threshold>
+            <left_val>0.4274145960807800</left_val>
+            <right_val>-0.0233538504689932</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 14 4 1 -1.</_>
+                <_>
+                  21 14 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.7441980354487896e-003</threshold>
+            <left_val>0.0116364201530814</left_val>
+            <right_val>-0.1990616023540497</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 14 4 1 -1.</_>
+                <_>
+                  2 14 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.9857632257044315e-004</threshold>
+            <left_val>-0.1112217977643013</left_val>
+            <right_val>0.0913273170590401</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 3 6 12 -1.</_>
+                <_>
+                  22 3 3 6 2.</_>
+                <_>
+                  19 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0416502095758915</threshold>
+            <left_val>-0.0342307090759277</left_val>
+            <right_val>0.1340909004211426</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 6 12 -1.</_>
+                <_>
+                  0 3 3 6 2.</_>
+                <_>
+                  3 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0486865788698196</threshold>
+            <left_val>0.3840608894824982</left_val>
+            <right_val>-0.0367092713713646</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 1 3 4 -1.</_>
+                <_>
+                  19 2 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0142661100253463</threshold>
+            <left_val>0.1904101967811585</left_val>
+            <right_val>-0.0373262614011765</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 1 3 4 -1.</_>
+                <_>
+                  3 2 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.0738251041620970e-003</threshold>
+            <left_val>-0.0940800234675407</left_val>
+            <right_val>0.1367546021938324</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 1 10 2 -1.</_>
+                <_>
+                  10 1 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0127805396914482</threshold>
+            <left_val>0.0790209397673607</left_val>
+            <right_val>-0.0321417711675167</right_val></_></_>
+        <_>
+          <!-- tree 48 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 8 3 -1.</_>
+                <_>
+                  9 0 4 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.7420884519815445e-003</threshold>
+            <left_val>-0.0805833786725998</left_val>
+            <right_val>0.1433219015598297</right_val></_></_>
+        <_>
+          <!-- tree 49 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 2 1 -1.</_>
+                <_>
+                  21 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>6.9780537160113454e-005</threshold>
+            <left_val>-0.1539752036333084</left_val>
+            <right_val>0.0694082602858543</right_val></_></_>
+        <_>
+          <!-- tree 50 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 8 4 2 -1.</_>
+                <_>
+                  3 9 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-7.9981610178947449e-003</threshold>
+            <left_val>-0.4497911930084229</left_val>
+            <right_val>0.0232297703623772</right_val></_></_>
+        <_>
+          <!-- tree 51 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 2 1 -1.</_>
+                <_>
+                  21 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>5.3804512135684490e-003</threshold>
+            <left_val>0.0246548391878605</left_val>
+            <right_val>-0.1725358963012695</right_val></_></_>
+        <_>
+          <!-- tree 52 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 21 1 -1.</_>
+                <_>
+                  9 0 7 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0200069397687912</threshold>
+            <left_val>0.1652639061212540</left_val>
+            <right_val>-0.0625987574458122</right_val></_></_>
+        <_>
+          <!-- tree 53 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 2 1 -1.</_>
+                <_>
+                  21 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-4.4656409882009029e-003</threshold>
+            <left_val>-0.3730463087558746</left_val>
+            <right_val>0.0105512700974941</right_val></_></_>
+        <_>
+          <!-- tree 54 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 1 2 -1.</_>
+                <_>
+                  4 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-3.1919090542942286e-003</threshold>
+            <left_val>-0.4411549866199493</left_val>
+            <right_val>0.0209588091820478</right_val></_></_>
+        <_>
+          <!-- tree 55 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 11 24 4 -1.</_>
+                <_>
+                  13 11 12 2 2.</_>
+                <_>
+                  1 13 12 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0622704289853573</threshold>
+            <left_val>-0.5413467884063721</left_val>
+            <right_val>0.0132205402478576</right_val></_></_>
+        <_>
+          <!-- tree 56 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 24 4 -1.</_>
+                <_>
+                  0 11 12 2 2.</_>
+                <_>
+                  12 13 12 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0449563488364220</threshold>
+            <left_val>-0.4331294000148773</left_val>
+            <right_val>0.0206683203577995</right_val></_></_>
+        <_>
+          <!-- tree 57 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 5 2 2 -1.</_>
+                <_>
+                  17 5 1 1 2.</_>
+                <_>
+                  16 6 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.1595709947869182e-003</threshold>
+            <left_val>-0.0236924402415752</left_val>
+            <right_val>0.1087998002767563</right_val></_></_>
+        <_>
+          <!-- tree 58 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 5 2 2 -1.</_>
+                <_>
+                  7 5 1 1 2.</_>
+                <_>
+                  8 6 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.8405620772391558e-004</threshold>
+            <left_val>0.1649617999792099</left_val>
+            <right_val>-0.0524947308003902</right_val></_></_>
+        <_>
+          <!-- tree 59 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 1 6 2 -1.</_>
+                <_>
+                  18 1 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0266917701810598</threshold>
+            <left_val>0.0148458201438189</left_val>
+            <right_val>-0.5571644902229309</right_val></_></_>
+        <_>
+          <!-- tree 60 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 21 2 -1.</_>
+                <_>
+                  9 0 7 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0182767305523157</threshold>
+            <left_val>-0.0662862136960030</left_val>
+            <right_val>0.1257701069116592</right_val></_></_>
+        <_>
+          <!-- tree 61 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 0 10 15 -1.</_>
+                <_>
+                  13 0 5 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0809113383293152</threshold>
+            <left_val>0.1131376996636391</left_val>
+            <right_val>-0.0498078204691410</right_val></_></_>
+        <_>
+          <!-- tree 62 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 13 4 -1.</_>
+                <_>
+                  6 1 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0364037007093430</threshold>
+            <left_val>0.2336605936288834</left_val>
+            <right_val>-0.0383339710533619</right_val></_></_>
+        <_>
+          <!-- tree 63 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 3 9 3 -1.</_>
+                <_>
+                  11 4 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0139478798955679</threshold>
+            <left_val>0.0991646125912666</left_val>
+            <right_val>-0.0678260922431946</right_val></_></_>
+        <_>
+          <!-- tree 64 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 2 10 3 -1.</_>
+                <_>
+                  2 3 10 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0224205106496811</threshold>
+            <left_val>0.1904506981372833</left_val>
+            <right_val>-0.0484246909618378</right_val></_></_>
+        <_>
+          <!-- tree 65 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 6 16 8 -1.</_>
+                <_>
+                  6 6 8 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0995163321495056</threshold>
+            <left_val>-0.0482200607657433</left_val>
+            <right_val>0.2056124061346054</right_val></_></_>
+        <_>
+          <!-- tree 66 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 12 15 -1.</_>
+                <_>
+                  8 0 6 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1495629996061325</threshold>
+            <left_val>0.0141723398119211</left_val>
+            <right_val>-0.6450886726379395</right_val></_></_>
+        <_>
+          <!-- tree 67 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 8 2 4 -1.</_>
+                <_>
+                  23 8 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.6693442901596427e-004</threshold>
+            <left_val>-0.0378436110913754</left_val>
+            <right_val>0.0635498985648155</right_val></_></_>
+        <_>
+          <!-- tree 68 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 3 3 -1.</_>
+                <_>
+                  0 6 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0120417503640056</threshold>
+            <left_val>0.0180350895971060</left_val>
+            <right_val>-0.4774137139320374</right_val></_></_>
+        <_>
+          <!-- tree 69 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 5 4 2 -1.</_>
+                <_>
+                  22 5 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.3097700905054808e-003</threshold>
+            <left_val>-0.0415334291756153</left_val>
+            <right_val>0.1302794069051743</right_val></_></_>
+        <_>
+          <!-- tree 70 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 4 2 -1.</_>
+                <_>
+                  1 5 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.2019869647920132e-003</threshold>
+            <left_val>-0.0514689311385155</left_val>
+            <right_val>0.1736146062612534</right_val></_></_>
+        <_>
+          <!-- tree 71 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 2 3 4 -1.</_>
+                <_>
+                  22 3 1 4 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0272558908909559</threshold>
+            <left_val>-0.0153390001505613</left_val>
+            <right_val>0.3625235855579376</right_val></_></_>
+        <_>
+          <!-- tree 72 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 2 4 3 -1.</_>
+                <_>
+                  3 3 4 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>8.8747506961226463e-003</threshold>
+            <left_val>-0.0426916293799877</left_val>
+            <right_val>0.2076780050992966</right_val></_></_>
+        <_>
+          <!-- tree 73 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 2 2 2 -1.</_>
+                <_>
+                  23 2 2 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>4.7241621650755405e-003</threshold>
+            <left_val>-0.0500567816197872</left_val>
+            <right_val>0.0873611792922020</right_val></_></_>
+        <_>
+          <!-- tree 74 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 4 4 -1.</_>
+                <_>
+                  0 6 4 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.3167313530575484e-005</threshold>
+            <left_val>-0.1244131028652191</left_val>
+            <right_val>0.0726777836680412</right_val></_></_>
+        <_>
+          <!-- tree 75 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 7 2 5 -1.</_>
+                <_>
+                  23 7 1 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.2639940250664949e-003</threshold>
+            <left_val>0.0776199027895927</left_val>
+            <right_val>-0.0404986217617989</right_val></_></_>
+        <_>
+          <!-- tree 76 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 1 4 -1.</_>
+                <_>
+                  0 1 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.6909559275954962e-003</threshold>
+            <left_val>0.0311388503760099</left_val>
+            <right_val>-0.3086219131946564</right_val></_></_>
+        <_>
+          <!-- tree 77 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 1 2 4 -1.</_>
+                <_>
+                  23 3 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0283522401005030</threshold>
+            <left_val>-0.3550184071063995</left_val>
+            <right_val>0.0135328602045774</right_val></_></_>
+        <_>
+          <!-- tree 78 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 1 2 4 -1.</_>
+                <_>
+                  0 3 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.6667202888056636e-004</threshold>
+            <left_val>0.0676028430461884</left_val>
+            <right_val>-0.1432974934577942</right_val></_></_>
+        <_>
+          <!-- tree 79 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 3 5 4 -1.</_>
+                <_>
+                  19 4 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0587403103709221</threshold>
+            <left_val>-0.5506312847137451</left_val>
+            <right_val>4.2741261422634125e-003</right_val></_></_>
+        <_>
+          <!-- tree 80 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 1 6 2 -1.</_>
+                <_>
+                  12 1 6 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0272757392376661</threshold>
+            <left_val>-0.6493160724639893</left_val>
+            <right_val>0.0125345299020410</right_val></_></_>
+        <_>
+          <!-- tree 81 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 11 6 4 -1.</_>
+                <_>
+                  19 12 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0117558799684048</threshold>
+            <left_val>-0.5648565292358398</left_val>
+            <right_val>0.0137637602165341</right_val></_></_>
+        <_>
+          <!-- tree 82 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 3 6 4 -1.</_>
+                <_>
+                  1 4 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.5923758558928967e-003</threshold>
+            <left_val>-0.0431140698492527</left_val>
+            <right_val>0.2005586028099060</right_val></_></_>
+        <_>
+          <!-- tree 83 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 0 2 1 -1.</_>
+                <_>
+                  23 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-7.1979401400312781e-004</threshold>
+            <left_val>-0.1374174952507019</left_val>
+            <right_val>0.0340671092271805</right_val></_></_>
+        <_>
+          <!-- tree 84 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 1 2 -1.</_>
+                <_>
+                  2 0 1 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>4.1190441697835922e-003</threshold>
+            <left_val>0.0367105789482594</left_val>
+            <right_val>-0.2477497011423111</right_val></_></_>
+        <_>
+          <!-- tree 85 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 4 2 -1.</_>
+                <_>
+                  20 0 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.5443051755428314e-003</threshold>
+            <left_val>7.2344779036939144e-003</left_val>
+            <right_val>-0.4473736882209778</right_val></_></_>
+        <_>
+          <!-- tree 86 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 2 12 -1.</_>
+                <_>
+                  0 0 1 6 2.</_>
+                <_>
+                  1 6 1 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.2358289249241352e-003</threshold>
+            <left_val>0.2173164039850235</left_val>
+            <right_val>-0.0386803299188614</right_val></_></_>
+        <_>
+          <!-- tree 87 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 4 2 8 -1.</_>
+                <_>
+                  23 4 1 4 2.</_>
+                <_>
+                  22 8 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.4686598964035511e-004</threshold>
+            <left_val>-0.0371707193553448</left_val>
+            <right_val>0.0385193713009357</right_val></_></_>
+        <_>
+          <!-- tree 88 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 4 2 8 -1.</_>
+                <_>
+                  1 4 1 4 2.</_>
+                <_>
+                  2 8 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.8468490866944194e-004</threshold>
+            <left_val>-0.1020980030298233</left_val>
+            <right_val>0.0926149412989616</right_val></_></_>
+        <_>
+          <!-- tree 89 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 9 4 1 -1.</_>
+                <_>
+                  17 9 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.1738609755411744e-003</threshold>
+            <left_val>0.1108791977167130</left_val>
+            <right_val>-0.0856960415840149</right_val></_></_>
+        <_>
+          <!-- tree 90 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 2 5 8 -1.</_>
+                <_>
+                  10 4 5 4 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0989599674940109</threshold>
+            <left_val>-0.4499149918556213</left_val>
+            <right_val>0.0212421305477619</right_val></_></_>
+        <_>
+          <!-- tree 91 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 13 2 2 -1.</_>
+                <_>
+                  19 13 1 1 2.</_>
+                <_>
+                  18 14 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.8248471729457378e-004</threshold>
+            <left_val>0.0228975899517536</left_val>
+            <right_val>-0.1995048969984055</right_val></_></_>
+        <_>
+          <!-- tree 92 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 9 13 6 -1.</_>
+                <_>
+                  6 11 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0413776896893978</threshold>
+            <left_val>0.1549389958381653</left_val>
+            <right_val>-0.0591393709182739</right_val></_></_>
+        <_>
+          <!-- tree 93 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 10 13 4 -1.</_>
+                <_>
+                  6 11 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.7946789786219597e-003</threshold>
+            <left_val>-0.0783610120415688</left_val>
+            <right_val>0.1739570051431656</right_val></_></_>
+        <_>
+          <!-- tree 94 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 24 4 -1.</_>
+                <_>
+                  0 8 12 2 2.</_>
+                <_>
+                  12 10 12 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0447585098445416</threshold>
+            <left_val>0.0260890107601881</left_val>
+            <right_val>-0.3311159014701843</right_val></_></_>
+        <_>
+          <!-- tree 95 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 10 8 3 -1.</_>
+                <_>
+                  17 11 8 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.9978479724377394e-003</threshold>
+            <left_val>0.0459281504154205</left_val>
+            <right_val>-0.1491470038890839</right_val></_></_>
+        <_>
+          <!-- tree 96 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 16 8 -1.</_>
+                <_>
+                  4 0 8 4 2.</_>
+                <_>
+                  12 4 8 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0595893599092960</threshold>
+            <left_val>-0.2485350966453552</left_val>
+            <right_val>0.0325236506760120</right_val></_></_>
+        <_>
+          <!-- tree 97 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 0 1 2 -1.</_>
+                <_>
+                  14 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.4199320301413536e-004</threshold>
+            <left_val>-0.0425546802580357</left_val>
+            <right_val>0.1344856023788452</right_val></_></_>
+        <_>
+          <!-- tree 98 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 9 6 6 -1.</_>
+                <_>
+                  5 9 2 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0239475108683109</threshold>
+            <left_val>-0.4583190977573395</left_val>
+            <right_val>0.0178181305527687</right_val></_></_>
+        <_>
+          <!-- tree 99 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 10 12 3 -1.</_>
+                <_>
+                  16 10 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.4462359771132469e-003</threshold>
+            <left_val>-0.0423585288226604</left_val>
+            <right_val>0.0580310709774494</right_val></_></_>
+        <_>
+          <!-- tree 100 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 10 12 3 -1.</_>
+                <_>
+                  3 10 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0129095697775483</threshold>
+            <left_val>0.1973039060831070</left_val>
+            <right_val>-0.0445232689380646</right_val></_></_>
+        <_>
+          <!-- tree 101 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 8 5 3 -1.</_>
+                <_>
+                  19 9 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.8930921107530594e-003</threshold>
+            <left_val>0.0428810603916645</left_val>
+            <right_val>-0.1371746063232422</right_val></_></_>
+        <_>
+          <!-- tree 102 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 1 3 1 -1.</_>
+                <_>
+                  8 1 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.8186258431524038e-004</threshold>
+            <left_val>0.1337869018316269</left_val>
+            <right_val>-0.0565496906638145</right_val></_></_>
+        <_>
+          <!-- tree 103 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 1 3 1 -1.</_>
+                <_>
+                  16 1 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.0884382370859385e-004</threshold>
+            <left_val>-0.0361675098538399</left_val>
+            <right_val>0.1220118999481201</right_val></_></_>
+        <_>
+          <!-- tree 104 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 1 3 1 -1.</_>
+                <_>
+                  8 1 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.2305429815314710e-004</threshold>
+            <left_val>-0.0695094764232636</left_val>
+            <right_val>0.1302513927221298</right_val></_></_>
+        <_>
+          <!-- tree 105 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 8 2 3 -1.</_>
+                <_>
+                  20 9 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.6460029873996973e-003</threshold>
+            <left_val>-0.1300535947084427</left_val>
+            <right_val>0.0327382087707520</right_val></_></_>
+        <_>
+          <!-- tree 106 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 4 2 -1.</_>
+                <_>
+                  3 0 2 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.2493818588554859e-003</threshold>
+            <left_val>0.0122888395562768</left_val>
+            <right_val>-0.6227869987487793</right_val></_></_>
+        <_>
+          <!-- tree 107 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 8 5 3 -1.</_>
+                <_>
+                  19 9 5 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.8207803890109062e-003</threshold>
+            <left_val>7.4369488283991814e-003</left_val>
+            <right_val>-0.1486981958150864</right_val></_></_>
+        <_>
+          <!-- tree 108 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 1 6 11 -1.</_>
+                <_>
+                  6 1 2 11 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0359272807836533</threshold>
+            <left_val>0.0188675802201033</left_val>
+            <right_val>-0.3921496868133545</right_val></_></_>
+        <_>
+          <!-- tree 109 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 9 2 1 -1.</_>
+                <_>
+                  16 9 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.1618811741936952e-005</threshold>
+            <left_val>0.0568877793848515</left_val>
+            <right_val>-0.0677392184734344</right_val></_></_>
+        <_>
+          <!-- tree 110 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 15 4 -1.</_>
+                <_>
+                  5 3 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0374080687761307</threshold>
+            <left_val>-0.0385471209883690</left_val>
+            <right_val>0.2218790054321289</right_val></_></_>
+        <_>
+          <!-- tree 111 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 2 3 3 -1.</_>
+                <_>
+                  11 3 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.2155661396682262e-003</threshold>
+            <left_val>0.1363334953784943</left_val>
+            <right_val>-0.0673948600888252</right_val></_></_>
+        <_>
+          <!-- tree 112 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 7 18 6 -1.</_>
+                <_>
+                  11 7 9 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0935681909322739</threshold>
+            <left_val>0.1743745058774948</left_val>
+            <right_val>-0.0487747117877007</right_val></_></_>
+        <_>
+          <!-- tree 113 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 6 24 9 -1.</_>
+                <_>
+                  7 6 12 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0762281417846680</threshold>
+            <left_val>-0.0574758499860764</left_val>
+            <right_val>0.1471180021762848</right_val></_></_>
+        <_>
+          <!-- tree 114 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 1 10 -1.</_>
+                <_>
+                  0 5 1 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0200377702713013</threshold>
+            <left_val>-0.4157789945602417</left_val>
+            <right_val>0.0179230198264122</right_val></_></_>
+        <_>
+          <!-- tree 115 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 3 10 2 -1.</_>
+                <_>
+                  9 4 10 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0118243796750903</threshold>
+            <left_val>0.1144623011350632</left_val>
+            <right_val>-0.0700482204556465</right_val></_></_>
+        <_>
+          <!-- tree 116 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 6 1 3 -1.</_>
+                <_>
+                  12 7 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.6057320171967149e-003</threshold>
+            <left_val>0.1678820997476578</left_val>
+            <right_val>-0.0499466583132744</right_val></_></_>
+        <_>
+          <!-- tree 117 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 9 2 1 -1.</_>
+                <_>
+                  16 9 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.5517439935356379e-003</threshold>
+            <left_val>-0.3828516900539398</left_val>
+            <right_val>0.0113612702116370</right_val></_></_>
+        <_>
+          <!-- tree 118 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 9 2 1 -1.</_>
+                <_>
+                  8 9 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.9515629699453712e-005</threshold>
+            <left_val>0.0925496816635132</left_val>
+            <right_val>-0.0903496667742729</right_val></_></_>
+        <_>
+          <!-- tree 119 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 7 6 6 -1.</_>
+                <_>
+                  19 7 3 3 2.</_>
+                <_>
+                  16 10 3 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0167104993015528</threshold>
+            <left_val>0.1787143051624298</left_val>
+            <right_val>-0.0413177497684956</right_val></_></_>
+        <_>
+          <!-- tree 120 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 10 2 2 -1.</_>
+                <_>
+                  10 10 1 1 2.</_>
+                <_>
+                  11 11 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.6687301993370056e-004</threshold>
+            <left_val>-0.2522006928920746</left_val>
+            <right_val>0.0305528100579977</right_val></_></_>
+        <_>
+          <!-- tree 121 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 9 2 2 -1.</_>
+                <_>
+                  17 9 1 1 2.</_>
+                <_>
+                  16 10 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.0828930145362392e-005</threshold>
+            <left_val>0.0542593784630299</left_val>
+            <right_val>-0.0474381409585476</right_val></_></_>
+        <_>
+          <!-- tree 122 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 9 2 2 -1.</_>
+                <_>
+                  7 9 1 1 2.</_>
+                <_>
+                  8 10 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.6335372179746628e-004</threshold>
+            <left_val>0.1779994070529938</left_val>
+            <right_val>-0.0423120781779289</right_val></_></_>
+        <_>
+          <!-- tree 123 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 10 2 2 -1.</_>
+                <_>
+                  14 10 1 1 2.</_>
+                <_>
+                  13 11 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.9218461653217673e-004</threshold>
+            <left_val>-0.1845878958702087</left_val>
+            <right_val>0.0251416098326445</right_val></_></_>
+        <_>
+          <!-- tree 124 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 7 2 3 -1.</_>
+                <_>
+                  11 8 2 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.4870179370045662e-003</threshold>
+            <left_val>0.1677664965391159</left_val>
+            <right_val>-0.0460440590977669</right_val></_></_>
+        <_>
+          <!-- tree 125 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 6 3 -1.</_>
+                <_>
+                  19 1 6 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0195988900959492</threshold>
+            <left_val>0.0180558506399393</left_val>
+            <right_val>-0.3022567927837372</right_val></_></_>
+        <_>
+          <!-- tree 126 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 6 3 -1.</_>
+                <_>
+                  0 1 6 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0109872100874782</threshold>
+            <left_val>-0.3727653026580811</left_val>
+            <right_val>0.0197681505233049</right_val></_></_>
+        <_>
+          <!-- tree 127 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 0 1 2 -1.</_>
+                <_>
+                  24 1 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.6390639403834939e-005</threshold>
+            <left_val>0.0768569633364677</left_val>
+            <right_val>-0.1268360018730164</right_val></_></_>
+        <_>
+          <!-- tree 128 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 16 1 -1.</_>
+                <_>
+                  4 0 8 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.2606238275766373e-003</threshold>
+            <left_val>0.1132820025086403</left_val>
+            <right_val>-0.0696604028344154</right_val></_></_>
+        <_>
+          <!-- tree 129 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 11 6 4 -1.</_>
+                <_>
+                  19 12 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.3147160001099110e-003</threshold>
+            <left_val>0.0329976715147495</left_val>
+            <right_val>-0.2646273076534271</right_val></_></_>
+        <_>
+          <!-- tree 130 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 6 4 -1.</_>
+                <_>
+                  0 12 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0101194800809026</threshold>
+            <left_val>-0.4706184864044190</left_val>
+            <right_val>0.0138464700430632</right_val></_></_>
+        <_>
+          <!-- tree 131 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 15 6 -1.</_>
+                <_>
+                  5 6 15 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0921443328261375</threshold>
+            <left_val>-0.0886306688189507</left_val>
+            <right_val>0.0808285027742386</right_val></_></_>
+        <_>
+          <!-- tree 132 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 3 9 3 -1.</_>
+                <_>
+                  8 4 9 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0118425898253918</threshold>
+            <left_val>-0.0542713403701782</left_val>
+            <right_val>0.1590622961521149</right_val></_></_>
+        <_>
+          <!-- tree 133 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 0 1 12 -1.</_>
+                <_>
+                  12 3 1 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0260604508221149</threshold>
+            <left_val>0.0202190801501274</left_val>
+            <right_val>-0.3709642887115479</right_val></_></_>
+        <_>
+          <!-- tree 134 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 3 14 8 -1.</_>
+                <_>
+                  1 7 14 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2863250076770783</threshold>
+            <left_val>0.0171639006584883</left_val>
+            <right_val>-0.3946934938430786</right_val></_></_>
+        <_>
+          <!-- tree 135 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 0 6 4 -1.</_>
+                <_>
+                  17 0 2 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0193374603986740</threshold>
+            <left_val>-0.2173891961574554</left_val>
+            <right_val>0.0148878796026111</right_val></_></_>
+        <_>
+          <!-- tree 136 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 7 4 2 -1.</_>
+                <_>
+                  3 7 2 1 2.</_>
+                <_>
+                  5 8 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.8996037589386106e-004</threshold>
+            <left_val>-0.0642509534955025</left_val>
+            <right_val>0.1074123978614807</right_val></_></_>
+        <_>
+          <!-- tree 137 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 5 1 8 -1.</_>
+                <_>
+                  14 9 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0273154806345701</threshold>
+            <left_val>5.0893737934529781e-003</left_val>
+            <right_val>-0.5541477799415588</right_val></_></_>
+        <_>
+          <!-- tree 138 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 3 3 -1.</_>
+                <_>
+                  0 8 3 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.3149320669472218e-003</threshold>
+            <left_val>-0.5788456201553345</left_val>
+            <right_val>0.0114226602017879</right_val></_></_>
+        <_>
+          <!-- tree 139 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 12 6 3 -1.</_>
+                <_>
+                  13 12 2 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0134929800406098</threshold>
+            <left_val>6.9531891494989395e-003</left_val>
+            <right_val>-0.3359794020652771</right_val></_></_>
+        <_>
+          <!-- tree 140 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 12 6 3 -1.</_>
+                <_>
+                  10 12 2 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0170349292457104</threshold>
+            <left_val>9.6587073057889938e-003</left_val>
+            <right_val>-0.6638085842132568</right_val></_></_>
+        <_>
+          <!-- tree 141 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 5 6 10 -1.</_>
+                <_>
+                  19 5 3 5 2.</_>
+                <_>
+                  16 10 3 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0495363213121891</threshold>
+            <left_val>-0.1099594011902809</left_val>
+            <right_val>7.1444557979702950e-003</right_val></_></_>
+        <_>
+          <!-- tree 142 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 5 6 10 -1.</_>
+                <_>
+                  3 5 3 5 2.</_>
+                <_>
+                  6 10 3 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0326232202351093</threshold>
+            <left_val>0.1888170987367630</left_val>
+            <right_val>-0.0416569598019123</right_val></_></_>
+        <_>
+          <!-- tree 143 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 8 8 1 -1.</_>
+                <_>
+                  19 8 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.5752598885446787e-003</threshold>
+            <left_val>-0.0510260090231895</left_val>
+            <right_val>0.1057118028402329</right_val></_></_>
+        <_>
+          <!-- tree 144 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 8 1 -1.</_>
+                <_>
+                  2 8 4 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.4968909565359354e-003</threshold>
+            <left_val>-0.0559858083724976</left_val>
+            <right_val>0.1347001940011978</right_val></_></_>
+        <_>
+          <!-- tree 145 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 13 14 2 -1.</_>
+                <_>
+                  9 13 7 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0116916997358203</threshold>
+            <left_val>0.0694792568683624</left_val>
+            <right_val>-0.0498108491301537</right_val></_></_>
+        <_>
+          <!-- tree 146 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 14 20 1 -1.</_>
+                <_>
+                  6 14 10 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.0966278649866581e-003</threshold>
+            <left_val>-0.0719841867685318</left_val>
+            <right_val>0.1201341003179550</right_val></_></_>
+        <_>
+          <!-- tree 147 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 7 2 2 -1.</_>
+                <_>
+                  18 7 1 1 2.</_>
+                <_>
+                  17 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.6429098155349493e-004</threshold>
+            <left_val>-0.0280915908515453</left_val>
+            <right_val>0.1105908975005150</right_val></_></_>
+        <_>
+          <!-- tree 148 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 2 2 -1.</_>
+                <_>
+                  0 9 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.0658349860459566e-003</threshold>
+            <left_val>-0.4070394039154053</left_val>
+            <right_val>0.0187105592340231</right_val></_></_>
+        <_>
+          <!-- tree 149 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 7 2 2 -1.</_>
+                <_>
+                  18 7 1 1 2.</_>
+                <_>
+                  17 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.5272910685744137e-005</threshold>
+            <left_val>0.0707912817597389</left_val>
+            <right_val>-0.0700317397713661</right_val></_></_>
+        <_>
+          <!-- tree 150 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 2 2 -1.</_>
+                <_>
+                  6 7 1 1 2.</_>
+                <_>
+                  7 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.5698497928678989e-004</threshold>
+            <left_val>-0.0492957085371017</left_val>
+            <right_val>0.1548248976469040</right_val></_></_>
+        <_>
+          <!-- tree 151 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 10 2 2 -1.</_>
+                <_>
+                  14 10 1 1 2.</_>
+                <_>
+                  13 11 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.3707341430708766e-004</threshold>
+            <left_val>0.0302961803972721</left_val>
+            <right_val>-0.1238510981202126</right_val></_></_>
+        <_>
+          <!-- tree 152 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 6 4 -1.</_>
+                <_>
+                  6 0 2 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0272689107805490</threshold>
+            <left_val>-0.4674024879932404</left_val>
+            <right_val>0.0149874398484826</right_val></_></_>
+        <_>
+          <!-- tree 153 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 0 6 2 -1.</_>
+                <_>
+                  12 0 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.6138951070606709e-003</threshold>
+            <left_val>0.1166682019829750</left_val>
+            <right_val>-0.0615368783473969</right_val></_></_>
+        <_>
+          <!-- tree 154 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 1 8 3 -1.</_>
+                <_>
+                  10 1 4 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0277075897902250</threshold>
+            <left_val>-0.6434546709060669</left_val>
+            <right_val>0.0120052499696612</right_val></_></_>
+        <_>
+          <!-- tree 155 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 6 7 2 -1.</_>
+                <_>
+                  14 6 7 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0200542695820332</threshold>
+            <left_val>-0.3493579030036926</left_val>
+            <right_val>0.0109763201326132</right_val></_></_>
+        <_>
+          <!-- tree 156 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 10 4 1 -1.</_>
+                <_>
+                  9 10 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.9170317146927118e-004</threshold>
+            <left_val>0.0442647784948349</left_val>
+            <right_val>-0.1491888016462326</right_val></_></_>
+        <_>
+          <!-- tree 157 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 11 2 2 -1.</_>
+                <_>
+                  17 11 1 1 2.</_>
+                <_>
+                  16 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.4560663304291666e-005</threshold>
+            <left_val>-0.0422041602432728</left_val>
+            <right_val>0.0473436005413532</right_val></_></_>
+        <_>
+          <!-- tree 158 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 11 2 2 -1.</_>
+                <_>
+                  7 11 1 1 2.</_>
+                <_>
+                  8 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.8378103100694716e-005</threshold>
+            <left_val>0.1016054973006249</left_val>
+            <right_val>-0.0740641728043556</right_val></_></_>
+        <_>
+          <!-- tree 159 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 11 2 2 -1.</_>
+                <_>
+                  17 11 1 1 2.</_>
+                <_>
+                  16 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.6106527810916305e-005</threshold>
+            <left_val>0.0759406536817551</left_val>
+            <right_val>-0.0495208092033863</right_val></_></_>
+        <_>
+          <!-- tree 160 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 11 2 2 -1.</_>
+                <_>
+                  7 11 1 1 2.</_>
+                <_>
+                  8 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.2288508848287165e-004</threshold>
+            <left_val>-0.0588600113987923</left_val>
+            <right_val>0.1385688036680222</right_val></_></_>
+        <_>
+          <!-- tree 161 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 9 4 1 -1.</_>
+                <_>
+                  17 9 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.5251980405300856e-003</threshold>
+            <left_val>-0.0302844792604446</left_val>
+            <right_val>0.1643659025430679</right_val></_></_>
+        <_>
+          <!-- tree 162 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 9 4 1 -1.</_>
+                <_>
+                  6 9 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.0347938239574432e-003</threshold>
+            <left_val>-0.6502289175987244</left_val>
+            <right_val>0.0117079298943281</right_val></_></_>
+        <_>
+          <!-- tree 163 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 8 3 4 -1.</_>
+                <_>
+                  11 9 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.2698681354522705e-003</threshold>
+            <left_val>0.1213309019804001</left_val>
+            <right_val>-0.0608336813747883</right_val></_></_>
+        <_>
+          <!-- tree 164 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 6 3 2 -1.</_>
+                <_>
+                  10 7 1 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0166539791971445</threshold>
+            <left_val>0.0145571101456881</left_val>
+            <right_val>-0.5031678080558777</right_val></_></_>
+        <_>
+          <!-- tree 165 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 4 8 -1.</_>
+                <_>
+                  19 2 4 4 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.1178558021783829</threshold>
+            <left_val>-0.3486539125442505</left_val>
+            <right_val>5.8299610391259193e-003</right_val></_></_>
+        <_>
+          <!-- tree 166 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 8 4 -1.</_>
+                <_>
+                  6 2 4 4 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0389890410006046</threshold>
+            <left_val>0.1082129999995232</left_val>
+            <right_val>-0.0824354067444801</right_val></_></_>
+        <_>
+          <!-- tree 167 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 1 5 2 -1.</_>
+                <_>
+                  20 1 5 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-6.9744870997965336e-003</threshold>
+            <left_val>0.0920993909239769</left_val>
+            <right_val>-0.0447417609393597</right_val></_></_>
+        <_>
+          <!-- tree 168 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 6 6 4 -1.</_>
+                <_>
+                  0 7 6 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0154374102130532</threshold>
+            <left_val>0.0294817406684160</left_val>
+            <right_val>-0.2408691942691803</right_val></_></_>
+        <_>
+          <!-- tree 169 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 6 5 4 -1.</_>
+                <_>
+                  20 7 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.9599988162517548e-003</threshold>
+            <left_val>-0.2254153043031693</left_val>
+            <right_val>0.0256420802325010</right_val></_></_>
+        <_>
+          <!-- tree 170 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 8 3 1 -1.</_>
+                <_>
+                  7 8 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.3358142031356692e-004</threshold>
+            <left_val>0.1183808967471123</left_val>
+            <right_val>-0.0571242086589336</right_val></_></_>
+        <_>
+          <!-- tree 171 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 8 24 2 -1.</_>
+                <_>
+                  13 8 12 1 2.</_>
+                <_>
+                  1 9 12 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0176937691867352</threshold>
+            <left_val>0.0266077890992165</left_val>
+            <right_val>-0.3055857121944428</right_val></_></_>
+        <_>
+          <!-- tree 172 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 8 8 3 -1.</_>
+                <_>
+                  8 9 8 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.3599448874592781e-003</threshold>
+            <left_val>-0.0569497905671597</left_val>
+            <right_val>0.1210888996720314</right_val></_></_>
+        <_>
+          <!-- tree 173 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 11 6 4 -1.</_>
+                <_>
+                  19 11 2 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0158548094332218</threshold>
+            <left_val>0.0215572193264961</left_val>
+            <right_val>-0.2521420121192932</right_val></_></_>
+        <_>
+          <!-- tree 174 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 18 1 -1.</_>
+                <_>
+                  9 0 9 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0549633502960205</threshold>
+            <left_val>0.0106362197548151</left_val>
+            <right_val>-0.5730599761009216</right_val></_></_>
+        <_>
+          <!-- tree 175 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 6 3 2 -1.</_>
+                <_>
+                  15 7 1 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-3.7383600138127804e-003</threshold>
+            <left_val>0.0774415433406830</left_val>
+            <right_val>-0.0306048095226288</right_val></_></_>
+        <_>
+          <!-- tree 176 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 6 13 2 -1.</_>
+                <_>
+                  5 7 13 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0182623900473118</threshold>
+            <left_val>-0.0549028292298317</left_val>
+            <right_val>0.1176588013768196</right_val></_></_>
+        <_>
+          <!-- tree 177 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 6 3 2 -1.</_>
+                <_>
+                  15 7 1 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0318278707563877</threshold>
+            <left_val>-0.9110031723976135</left_val>
+            <right_val>1.3938200427219272e-003</right_val></_></_>
+        <_>
+          <!-- tree 178 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 6 2 6 -1.</_>
+                <_>
+                  10 8 2 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.6466179881244898e-003</threshold>
+            <left_val>0.1085240989923477</left_val>
+            <right_val>-0.0722526162862778</right_val></_></_>
+        <_>
+          <!-- tree 179 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 1 5 2 -1.</_>
+                <_>
+                  20 1 5 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0517431795597076</threshold>
+            <left_val>-0.9186943173408508</left_val>
+            <right_val>1.8797840457409620e-003</right_val></_></_>
+        <_>
+          <!-- tree 180 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 1 2 5 -1.</_>
+                <_>
+                  5 1 1 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-9.0449545532464981e-003</threshold>
+            <left_val>0.1787680983543396</left_val>
+            <right_val>-0.0388442091643810</right_val></_></_>
+        <_>
+          <!-- tree 181 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 7 1 8 -1.</_>
+                <_>
+                  24 9 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.5340228825807571e-003</threshold>
+            <left_val>-0.2472573071718216</left_val>
+            <right_val>0.0297267790883780</right_val></_></_>
+        <_>
+          <!-- tree 182 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 7 11 3 -1.</_>
+                <_>
+                  7 8 11 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.8734101951122284e-003</threshold>
+            <left_val>-0.0675214827060699</left_val>
+            <right_val>0.1065412983298302</right_val></_></_>
+        <_>
+          <!-- tree 183 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 11 2 2 -1.</_>
+                <_>
+                  14 11 1 1 2.</_>
+                <_>
+                  13 12 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.7327789040282369e-004</threshold>
+            <left_val>0.0221925694495440</left_val>
+            <right_val>-0.1398307979106903</right_val></_></_>
+        <_>
+          <!-- tree 184 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 11 3 1 -1.</_>
+                <_>
+                  11 11 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.5252941062208265e-005</threshold>
+            <left_val>0.0903024971485138</left_val>
+            <right_val>-0.0786189734935761</right_val></_></_>
+        <_>
+          <!-- tree 185 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 7 1 8 -1.</_>
+                <_>
+                  24 9 1 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.8931739293038845e-003</threshold>
+            <left_val>0.0311242006719112</left_val>
+            <right_val>-0.1617130041122437</right_val></_></_>
+        <_>
+          <!-- tree 186 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 5 2 4 -1.</_>
+                <_>
+                  10 5 2 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0357618294656277</threshold>
+            <left_val>-0.3406237065792084</left_val>
+            <right_val>0.0201859101653099</right_val></_></_>
+        <_>
+          <!-- tree 187 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 1 2 3 -1.</_>
+                <_>
+                  21 2 2 1 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0110698901116848</threshold>
+            <left_val>0.1165141984820366</left_val>
+            <right_val>-0.0340334698557854</right_val></_></_>
+        <_>
+          <!-- tree 188 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 1 3 2 -1.</_>
+                <_>
+                  4 2 1 2 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>3.4201510716229677e-003</threshold>
+            <left_val>-0.0530161187052727</left_val>
+            <right_val>0.1339436024427414</right_val></_></_>
+        <_>
+          <!-- tree 189 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 4 3 3 -1.</_>
+                <_>
+                  17 5 1 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0499692708253860</threshold>
+            <left_val>-0.8493295907974243</left_val>
+            <right_val>2.7547380886971951e-003</right_val></_></_>
+        <_>
+          <!-- tree 190 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 3 2 -1.</_>
+                <_>
+                  3 0 3 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-1.1221430031582713e-003</threshold>
+            <left_val>-0.1629413068294525</left_val>
+            <right_val>0.0413381010293961</right_val></_></_>
+        <_>
+          <!-- tree 191 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 0 8 3 -1.</_>
+                <_>
+                  17 0 4 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0371481291949749</threshold>
+            <left_val>0.0171750299632549</left_val>
+            <right_val>-0.2840433120727539</right_val></_></_>
+        <_>
+          <!-- tree 192 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 12 4 3 -1.</_>
+                <_>
+                  0 13 4 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.3847341071814299e-003</threshold>
+            <left_val>0.0348382107913494</left_val>
+            <right_val>-0.1844726949930191</right_val></_></_>
+        <_>
+          <!-- tree 193 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 3 21 3 -1.</_>
+                <_>
+                  9 3 7 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1431124955415726</threshold>
+            <left_val>0.0252217296510935</left_val>
+            <right_val>-0.2543725967407227</right_val></_></_>
+        <_>
+          <!-- tree 194 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 1 2 5 -1.</_>
+                <_>
+                  8 1 1 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0119188595563173</threshold>
+            <left_val>0.1655784994363785</left_val>
+            <right_val>-0.0447442717850208</right_val></_></_>
+        <_>
+          <!-- tree 195 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 7 6 4 -1.</_>
+                <_>
+                  22 7 3 2 2.</_>
+                <_>
+                  19 9 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.4779450185596943e-003</threshold>
+            <left_val>-0.0250237993896008</left_val>
+            <right_val>0.0799132883548737</right_val></_></_>
+        <_>
+          <!-- tree 196 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 6 4 -1.</_>
+                <_>
+                  0 7 3 2 2.</_>
+                <_>
+                  3 9 3 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.4581739669665694e-003</threshold>
+            <left_val>-0.0797923728823662</left_val>
+            <right_val>0.0829188674688339</right_val></_></_>
+        <_>
+          <!-- tree 197 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 4 1 4 -1.</_>
+                <_>
+                  24 5 1 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.2418850138783455e-003</threshold>
+            <left_val>0.0132909296080470</left_val>
+            <right_val>-0.2995111048221588</right_val></_></_>
+        <_>
+          <!-- tree 198 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 7 3 4 -1.</_>
+                <_>
+                  3 8 3 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0227145906537771</threshold>
+            <left_val>0.4398984909057617</left_val>
+            <right_val>-0.0150371296331286</right_val></_></_>
+        <_>
+          <!-- tree 199 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 9 4 1 -1.</_>
+                <_>
+                  18 9 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.3001482263207436e-003</threshold>
+            <left_val>-0.3546585142612457</left_val>
+            <right_val>7.9521266743540764e-003</right_val></_></_>
+        <_>
+          <!-- tree 200 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 9 4 1 -1.</_>
+                <_>
+                  5 9 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.0604769922792912e-003</threshold>
+            <left_val>0.0385937690734863</left_val>
+            <right_val>-0.1762923002243042</right_val></_></_>
+        <_>
+          <!-- tree 201 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 6 2 2 -1.</_>
+                <_>
+                  23 7 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.3205441907048225e-003</threshold>
+            <left_val>0.0171245392411947</left_val>
+            <right_val>-0.1075016036629677</right_val></_></_>
+        <_>
+          <!-- tree 202 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 6 2 2 -1.</_>
+                <_>
+                  0 7 2 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.8217399269342422e-003</threshold>
+            <left_val>-0.4589209854602814</left_val>
+            <right_val>0.0141258295625448</right_val></_></_>
+        <_>
+          <!-- tree 203 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 0 3 1 -1.</_>
+                <_>
+                  13 0 1 1 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.7336847102269530e-004</threshold>
+            <left_val>-0.0361551195383072</left_val>
+            <right_val>0.1268056929111481</right_val></_></_>
+        <_>
+          <!-- tree 204 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 7 2 2 -1.</_>
+                <_>
+                  1 7 1 1 2.</_>
+                <_>
+                  2 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.9081847798079252e-004</threshold>
+            <left_val>0.1707147061824799</left_val>
+            <right_val>-0.0376146212220192</right_val></_></_>
+        <_>
+          <!-- tree 205 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 7 2 2 -1.</_>
+                <_>
+                  23 7 1 1 2.</_>
+                <_>
+                  22 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.6159887248650193e-004</threshold>
+            <left_val>0.2311398983001709</left_val>
+            <right_val>-0.0603629797697067</right_val></_></_>
+        <_>
+          <!-- tree 206 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 11 6 4 -1.</_>
+                <_>
+                  4 11 2 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0210315398871899</threshold>
+            <left_val>-0.4918564856052399</left_val>
+            <right_val>0.0156012997031212</right_val></_></_>
+        <_>
+          <!-- tree 207 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 1 10 4 -1.</_>
+                <_>
+                  19 1 5 2 2.</_>
+                <_>
+                  14 3 5 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0180973205715418</threshold>
+            <left_val>-0.0467358492314816</left_val>
+            <right_val>0.1050693020224571</right_val></_></_>
+        <_>
+          <!-- tree 208 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 2 12 2 -1.</_>
+                <_>
+                  6 3 12 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0131208598613739</threshold>
+            <left_val>0.1018344014883041</left_val>
+            <right_val>-0.0857265591621399</right_val></_></_>
+        <_>
+          <!-- tree 209 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 6 8 9 -1.</_>
+                <_>
+                  9 9 8 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2012819051742554</threshold>
+            <left_val>-9.4874696806073189e-003</left_val>
+            <right_val>0.5418189764022827</right_val></_></_>
+        <_>
+          <!-- tree 210 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 8 3 3 -1.</_>
+                <_>
+                  4 9 1 1 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.3326090350747108e-003</threshold>
+            <left_val>0.0282447207719088</left_val>
+            <right_val>-0.2452981024980545</right_val></_></_>
+        <_>
+          <!-- tree 211 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 7 2 2 -1.</_>
+                <_>
+                  23 7 1 1 2.</_>
+                <_>
+                  22 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.0540642850100994e-004</threshold>
+            <left_val>-0.0559650883078575</left_val>
+            <right_val>0.2322594970464706</right_val></_></_>
+        <_>
+          <!-- tree 212 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 10 2 2 -1.</_>
+                <_>
+                  11 10 1 1 2.</_>
+                <_>
+                  12 11 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.3532002493739128e-004</threshold>
+            <left_val>0.0432194508612156</left_val>
+            <right_val>-0.1652047038078308</right_val></_></_>
+        <_>
+          <!-- tree 213 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 7 2 2 -1.</_>
+                <_>
+                  23 7 1 1 2.</_>
+                <_>
+                  22 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.0239711678586900e-005</threshold>
+            <left_val>0.0588538907468319</left_val>
+            <right_val>-0.0475415214896202</right_val></_></_>
+        <_>
+          <!-- tree 214 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 13 10 1 -1.</_>
+                <_>
+                  9 13 5 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.8403399996459484e-003</threshold>
+            <left_val>-0.0541158504784107</left_val>
+            <right_val>0.1303326934576035</right_val></_></_>
+        <_>
+          <!-- tree 215 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 20 15 -1.</_>
+                <_>
+                  3 0 10 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.6619219779968262</threshold>
+            <left_val>-0.0147952698171139</left_val>
+            <right_val>0.5785722732543945</right_val></_></_>
+        <_>
+          <!-- tree 216 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 13 24 1 -1.</_>
+                <_>
+                  6 13 12 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.5441237315535545e-003</threshold>
+            <left_val>0.1165743991732597</left_val>
+            <right_val>-0.0628988370299339</right_val></_></_>
+        <_>
+          <!-- tree 217 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 7 2 2 -1.</_>
+                <_>
+                  23 7 1 1 2.</_>
+                <_>
+                  22 8 1 1 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.4021849791752174e-005</threshold>
+            <left_val>-0.0602008998394012</left_val>
+            <right_val>0.0699716731905937</right_val></_></_></trees>
+      <stage_threshold>-1.2540320158004761</stage_threshold>
+      <parent>15</parent>
+      <next>-1</next></_></stages></Boca_17stages>
+</opencv_storage>
diff --git a/src/mousetrap/ocvfw/haars/frontalEyes35x16.xml b/src/mousetrap/ocvfw/haars/frontalEyes35x16.xml
index a1a9f8c..5d73d62 100644
--- a/src/mousetrap/ocvfw/haars/frontalEyes35x16.xml
+++ b/src/mousetrap/ocvfw/haars/frontalEyes35x16.xml
@@ -1,7617 +1,7617 @@
-<?xml version="1.0"?>
-<opencv_storage>
-<frontalEyes35x16 type_id="opencv-haar-classifier">
-  <size>
-    35 16</size>
-  <stages>
-    <_>
-      <!-- stage 0 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 4 9 9 -1.</_>
-                <_>
-                  16 4 3 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0102830100804567</threshold>
-            <left_val>-0.8216220736503601</left_val>
-            <right_val>0.5776131153106690</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 8 14 8 -1.</_>
-                <_>
-                  16 12 14 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.0078042075037956e-003</threshold>
-            <left_val>-0.9408655166625977</left_val>
-            <right_val>0.3433304131031036</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 8 5 8 -1.</_>
-                <_>
-                  5 12 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.3032950013875961e-003</threshold>
-            <left_val>-0.8459104895591736</left_val>
-            <right_val>0.3002650141716003</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 0 15 5 -1.</_>
-                <_>
-                  15 0 5 5 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.6838519200682640e-004</threshold>
-            <left_val>-0.8313475251197815</left_val>
-            <right_val>0.2704398930072784</right_val></_></_></trees>
-      <stage_threshold>-1.0537619590759277</stage_threshold>
-      <parent>-1</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 1 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 3 10 8 -1.</_>
-                <_>
-                  14 3 5 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.7279213368892670e-003</threshold>
-            <left_val>-0.8770859241485596</left_val>
-            <right_val>0.4039329886436462</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 7 14 8 -1.</_>
-                <_>
-                  16 11 14 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.5884452089667320e-003</threshold>
-            <left_val>-0.9193481802940369</left_val>
-            <right_val>0.2312808036804199</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 10 6 -1.</_>
-                <_>
-                  11 3 10 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.3773649483919144e-003</threshold>
-            <left_val>0.3099195957183838</left_val>
-            <right_val>-0.7374972105026245</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 7 16 8 -1.</_>
-                <_>
-                  21 7 8 4 2.</_>
-                <_>
-                  13 11 8 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.9487322838976979e-004</threshold>
-            <left_val>0.2227783054113388</left_val>
-            <right_val>-0.7337043285369873</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 8 18 8 -1.</_>
-                <_>
-                  6 8 9 4 2.</_>
-                <_>
-                  15 12 9 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.3049439884489402e-005</threshold>
-            <left_val>0.3177996873855591</left_val>
-            <right_val>-0.7469900250434876</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 10 12 6 -1.</_>
-                <_>
-                  12 12 12 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.0505849756300449e-003</threshold>
-            <left_val>-0.7531597018241882</left_val>
-            <right_val>0.2305931001901627</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 14 12 -1.</_>
-                <_>
-                  2 0 7 6 2.</_>
-                <_>
-                  9 6 7 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.3243081308901310e-003</threshold>
-            <left_val>0.2785451114177704</left_val>
-            <right_val>-0.7203462123870850</right_val></_></_></trees>
-      <stage_threshold>-1.3498500585556030</stage_threshold>
-      <parent>0</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 2 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 3 16 6 -1.</_>
-                <_>
-                  13 3 8 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0109289595857263</threshold>
-            <left_val>-0.8544381856918335</left_val>
-            <right_val>0.4490916132926941</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 0 6 12 -1.</_>
-                <_>
-                  17 3 6 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.6430180296301842e-003</threshold>
-            <left_val>0.2503224909305573</left_val>
-            <right_val>-0.7021939158439636</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 9 9 7 -1.</_>
-                <_>
-                  16 9 3 7 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.9045248888432980e-003</threshold>
-            <left_val>-0.6759095191955566</left_val>
-            <right_val>0.3259320855140686</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 3 5 12 -1.</_>
-                <_>
-                  24 7 5 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.3002399615943432e-003</threshold>
-            <left_val>0.2535420954227448</left_val>
-            <right_val>-0.7819154858589172</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 8 18 6 -1.</_>
-                <_>
-                  4 8 9 3 2.</_>
-                <_>
-                  13 11 9 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.9699579570442438e-003</threshold>
-            <left_val>0.2744005024433136</left_val>
-            <right_val>-0.6861484050750732</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 16 6 -1.</_>
-                <_>
-                  27 0 8 3 2.</_>
-                <_>
-                  19 3 8 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.6336849657818675e-003</threshold>
-            <left_val>0.1431778073310852</left_val>
-            <right_val>-0.4037672877311707</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 9 9 4 -1.</_>
-                <_>
-                  12 11 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.6832690453156829e-003</threshold>
-            <left_val>-0.8556324839591980</left_val>
-            <right_val>0.2335163950920105</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 0 4 12 -1.</_>
-                <_>
-                  22 0 2 12 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0143903102725744</threshold>
-            <left_val>-0.3879710137844086</left_val>
-            <right_val>0.0810136273503304</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 5 6 6 -1.</_>
-                <_>
-                  16 5 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.5983110060915351e-003</threshold>
-            <left_val>-0.7473179101943970</left_val>
-            <right_val>0.2522577047348023</right_val></_></_></trees>
-      <stage_threshold>-1.5496109724044800</stage_threshold>
-      <parent>1</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 3 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 7 21 3 -1.</_>
-                <_>
-                  14 7 7 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0123376203700900</threshold>
-            <left_val>-0.8036224842071533</left_val>
-            <right_val>0.2979182898998261</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 0 18 8 -1.</_>
-                <_>
-                  26 0 9 4 2.</_>
-                <_>
-                  17 4 9 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.0897309295833111e-003</threshold>
-            <left_val>0.2731977999210358</left_val>
-            <right_val>-0.6999737024307251</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 4 11 12 -1.</_>
-                <_>
-                  8 10 11 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.3272389769554138e-003</threshold>
-            <left_val>-0.8849033713340759</left_val>
-            <right_val>0.1691717952489853</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 0 8 7 -1.</_>
-                <_>
-                  20 0 4 7 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-4.4433809816837311e-003</threshold>
-            <left_val>-0.7479118704795837</left_val>
-            <right_val>0.2360135018825531</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 4 4 10 -1.</_>
-                <_>
-                  16 4 2 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.8343100566416979e-003</threshold>
-            <left_val>-0.7252287268638611</left_val>
-            <right_val>0.2168706059455872</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 7 8 9 -1.</_>
-                <_>
-                  15 10 8 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.8076032698154449e-003</threshold>
-            <left_val>-0.7253028750419617</left_val>
-            <right_val>0.1740791946649551</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 10 13 6 -1.</_>
-                <_>
-                  8 13 13 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.4215970188379288e-003</threshold>
-            <left_val>-0.8328707218170166</left_val>
-            <right_val>0.1719263941049576</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 0 20 7 -1.</_>
-                <_>
-                  13 0 10 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.6884229844436049e-003</threshold>
-            <left_val>-0.7408366203308106</left_val>
-            <right_val>0.1166509985923767</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 7 6 9 -1.</_>
-                <_>
-                  11 10 6 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.3395905569195747e-003</threshold>
-            <left_val>-0.6817035079002380</left_val>
-            <right_val>0.1954035013914108</right_val></_></_></trees>
-      <stage_threshold>-1.2074060440063477</stage_threshold>
-      <parent>2</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 4 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 16 6 -1.</_>
-                <_>
-                  0 0 8 3 2.</_>
-                <_>
-                  8 3 8 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.7318640388548374e-003</threshold>
-            <left_val>0.3226096034049988</left_val>
-            <right_val>-0.6772876977920532</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 3 6 6 -1.</_>
-                <_>
-                  20 3 3 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-3.8842610083520412e-003</threshold>
-            <left_val>-0.6615632772445679</left_val>
-            <right_val>0.2735618054866791</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 16 14 -1.</_>
-                <_>
-                  5 9 16 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0108031798154116</threshold>
-            <left_val>-0.8458163738250732</left_val>
-            <right_val>0.1698448061943054</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 1 6 8 -1.</_>
-                <_>
-                  22 1 3 8 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0144087001681328</threshold>
-            <left_val>-0.6435899734497070</left_val>
-            <right_val>0.0750342831015587</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 7 4 9 -1.</_>
-                <_>
-                  16 7 2 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.4709228891879320e-003</threshold>
-            <left_val>-0.6647058129310608</left_val>
-            <right_val>0.2427261024713516</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 10 20 4 -1.</_>
-                <_>
-                  22 10 10 2 2.</_>
-                <_>
-                  12 12 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.3625071197748184e-004</threshold>
-            <left_val>0.2260015010833740</left_val>
-            <right_val>-0.6470361948013306</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 10 13 4 -1.</_>
-                <_>
-                  5 12 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.6453639040701091e-005</threshold>
-            <left_val>-0.8844599127769470</left_val>
-            <right_val>0.1749282926321030</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 14 12 -1.</_>
-                <_>
-                  28 0 7 6 2.</_>
-                <_>
-                  21 6 7 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.2793691651895642e-004</threshold>
-            <left_val>0.1320150047540665</left_val>
-            <right_val>-0.5637621879577637</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 8 12 8 -1.</_>
-                <_>
-                  7 8 6 4 2.</_>
-                <_>
-                  13 12 6 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.9120400585234165e-003</threshold>
-            <left_val>0.2422304004430771</left_val>
-            <right_val>-0.5119091272354126</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 2 9 4 -1.</_>
-                <_>
-                  13 4 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.3174979540053755e-004</threshold>
-            <left_val>0.1998375058174133</left_val>
-            <right_val>-0.6147183775901794</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 9 11 4 -1.</_>
-                <_>
-                  12 11 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.4038399569690228e-003</threshold>
-            <left_val>-0.8485996127128601</left_val>
-            <right_val>0.1338649988174439</right_val></_></_></trees>
-      <stage_threshold>-1.4197030067443848</stage_threshold>
-      <parent>3</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 5 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 5 9 6 -1.</_>
-                <_>
-                  5 7 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.0884850099682808e-003</threshold>
-            <left_val>0.4038602113723755</left_val>
-            <right_val>-0.5403742194175720</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 0 2 14 -1.</_>
-                <_>
-                  24 0 1 14 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.1462481496855617e-004</threshold>
-            <left_val>-0.4135403037071228</left_val>
-            <right_val>0.2136635035276413</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 16 8 -1.</_>
-                <_>
-                  0 0 8 4 2.</_>
-                <_>
-                  8 4 8 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.1434797719120979e-003</threshold>
-            <left_val>0.2482856065034866</left_val>
-            <right_val>-0.6197013854980469</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 4 18 9 -1.</_>
-                <_>
-                  15 7 6 3 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.3570990674197674e-003</threshold>
-            <left_val>-0.7623023986816406</left_val>
-            <right_val>0.1607113033533096</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 8 14 8 -1.</_>
-                <_>
-                  7 12 14 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.9794960282742977e-003</threshold>
-            <left_val>-0.9398645162582398</left_val>
-            <right_val>0.1256193071603775</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 10 16 6 -1.</_>
-                <_>
-                  23 10 8 3 2.</_>
-                <_>
-                  15 13 8 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.4895439562678803e-005</threshold>
-            <left_val>0.1620610058307648</left_val>
-            <right_val>-0.6242163181304932</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 5 6 10 -1.</_>
-                <_>
-                  14 5 2 10 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.8711276475805789e-005</threshold>
-            <left_val>0.2092259973287582</left_val>
-            <right_val>-0.5057721734046936</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 6 14 -1.</_>
-                <_>
-                  19 0 3 14 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.5380530171096325e-003</threshold>
-            <left_val>-0.5824723243713379</left_val>
-            <right_val>0.0753599777817726</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 1 12 5 -1.</_>
-                <_>
-                  13 1 4 5 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.1107119545340538e-003</threshold>
-            <left_val>-0.6576957702636719</left_val>
-            <right_val>0.1858824044466019</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 11 9 4 -1.</_>
-                <_>
-                  15 13 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.3147250283509493e-003</threshold>
-            <left_val>-0.5293490886688232</left_val>
-            <right_val>0.1282422989606857</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 2 9 8 -1.</_>
-                <_>
-                  13 4 9 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.2516630492173135e-004</threshold>
-            <left_val>0.1792117059230804</left_val>
-            <right_val>-0.5808640718460083</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 10 20 4 -1.</_>
-                <_>
-                  22 10 10 2 2.</_>
-                <_>
-                  12 12 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.1850700248032808e-003</threshold>
-            <left_val>0.1126284003257752</left_val>
-            <right_val>-0.4798452854156494</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 5 12 8 -1.</_>
-                <_>
-                  6 7 12 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.7729200189933181e-003</threshold>
-            <left_val>0.1367014944553375</left_val>
-            <right_val>-0.5990989208221436</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 10 20 6 -1.</_>
-                <_>
-                  22 10 10 3 2.</_>
-                <_>
-                  12 13 10 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0950690582394600</threshold>
-            <left_val>-0.9156345129013062</left_val>
-            <right_val>-4.1251932270824909e-003</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 10 20 6 -1.</_>
-                <_>
-                  3 10 10 3 2.</_>
-                <_>
-                  13 13 10 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.2541499454528093e-003</threshold>
-            <left_val>0.1717949956655502</left_val>
-            <right_val>-0.5302727222442627</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 2 12 14 -1.</_>
-                <_>
-                  16 2 6 14 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.6634289640933275e-003</threshold>
-            <left_val>-0.7648289799690247</left_val>
-            <right_val>0.0922969877719879</right_val></_></_></trees>
-      <stage_threshold>-1.7213590145111084</stage_threshold>
-      <parent>4</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 6 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 13 24 3 -1.</_>
-                <_>
-                  11 13 12 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.0150159941986203e-003</threshold>
-            <left_val>0.3337712883949280</left_val>
-            <right_val>-0.5128914713859558</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  25 0 10 14 -1.</_>
-                <_>
-                  30 0 5 7 2.</_>
-                <_>
-                  25 7 5 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.4802439545746893e-004</threshold>
-            <left_val>0.2152308970689774</left_val>
-            <right_val>-0.5389192104339600</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 4 12 12 -1.</_>
-                <_>
-                  13 4 6 12 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.3268392588943243e-004</threshold>
-            <left_val>-0.8327369093894959</left_val>
-            <right_val>0.1511483937501907</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 8 15 4 -1.</_>
-                <_>
-                  19 10 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.2662719972431660e-003</threshold>
-            <left_val>-0.6834161877632141</left_val>
-            <right_val>0.2743555903434753</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 0 6 6 -1.</_>
-                <_>
-                  12 3 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.3063390292227268e-003</threshold>
-            <left_val>0.1835778057575226</left_val>
-            <right_val>-0.5729439258575440</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 0 9 6 -1.</_>
-                <_>
-                  16 0 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.0233489815145731e-003</threshold>
-            <left_val>-0.8317934274673462</left_val>
-            <right_val>0.1311098039150238</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 21 3 -1.</_>
-                <_>
-                  7 0 7 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0126316696405411</threshold>
-            <left_val>-0.5072379112243652</left_val>
-            <right_val>0.2044295966625214</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 8 8 8 -1.</_>
-                <_>
-                  17 12 8 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.7352279759943485e-003</threshold>
-            <left_val>-0.7603006958961487</left_val>
-            <right_val>0.0571565106511116</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 9 20 6 -1.</_>
-                <_>
-                  3 9 10 3 2.</_>
-                <_>
-                  13 12 10 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.1812260345323011e-004</threshold>
-            <left_val>0.1542856991291046</left_val>
-            <right_val>-0.6648678183555603</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 3 12 13 -1.</_>
-                <_>
-                  19 3 6 13 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.6987389903515577e-003</threshold>
-            <left_val>0.1645555943250656</left_val>
-            <right_val>-0.4976823031902313</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 7 18 3 -1.</_>
-                <_>
-                  17 7 9 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.4409502297639847e-003</threshold>
-            <left_val>-0.5777019858360291</left_val>
-            <right_val>0.1855597048997879</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 3 9 6 -1.</_>
-                <_>
-                  23 5 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.4436666220426559e-003</threshold>
-            <left_val>-0.1616321057081223</left_val>
-            <right_val>0.2962324023246765</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 30 8 -1.</_>
-                <_>
-                  0 0 15 4 2.</_>
-                <_>
-                  15 4 15 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0149055803194642</threshold>
-            <left_val>0.1645151972770691</left_val>
-            <right_val>-0.5568146705627441</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 4 30 12 -1.</_>
-                <_>
-                  13 8 10 4 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0645395070314407</threshold>
-            <left_val>-0.6365857720375061</left_val>
-            <right_val>0.1393508017063141</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 8 8 8 -1.</_>
-                <_>
-                  10 12 8 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.5994658982381225e-004</threshold>
-            <left_val>-0.7950875759124756</left_val>
-            <right_val>0.0777164027094841</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 11 34 4 -1.</_>
-                <_>
-                  18 11 17 2 2.</_>
-                <_>
-                  1 13 17 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0227770302444696</threshold>
-            <left_val>0.0917352810502052</left_val>
-            <right_val>-0.6124371290206909</right_val></_></_></trees>
-      <stage_threshold>-1.6666480302810669</stage_threshold>
-      <parent>5</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 7 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 14 2 -1.</_>
-                <_>
-                  11 0 14 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>1.5242659719660878e-003</threshold>
-            <left_val>-0.5546960234642029</left_val>
-            <right_val>0.2661249041557312</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 8 15 8 -1.</_>
-                <_>
-                  20 10 15 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.1593560706824064e-003</threshold>
-            <left_val>-0.5275397896766663</left_val>
-            <right_val>0.2419742047786713</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 10 14 -1.</_>
-                <_>
-                  0 0 5 7 2.</_>
-                <_>
-                  5 7 5 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.9466088209301233e-004</threshold>
-            <left_val>0.2532128989696503</left_val>
-            <right_val>-0.5356090068817139</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 3 15 12 -1.</_>
-                <_>
-                  16 7 5 4 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.0072359368205070e-003</threshold>
-            <left_val>-0.5521999001502991</left_val>
-            <right_val>0.1280501931905747</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 8 13 8 -1.</_>
-                <_>
-                  1 10 13 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.0779120172373950e-004</threshold>
-            <left_val>-0.4954003989696503</left_val>
-            <right_val>0.2120873034000397</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 0 4 10 -1.</_>
-                <_>
-                  18 0 4 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>2.7221930213272572e-003</threshold>
-            <left_val>-0.5427796840667725</left_val>
-            <right_val>0.0923740565776825</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 24 11 -1.</_>
-                <_>
-                  17 2 12 11 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0392098501324654</threshold>
-            <left_val>0.2516256868839264</left_val>
-            <right_val>-0.4209660887718201</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 11 16 4 -1.</_>
-                <_>
-                  16 13 16 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.0507639963179827e-003</threshold>
-            <left_val>-0.5742043852806091</left_val>
-            <right_val>0.1980787962675095</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 1 11 4 -1.</_>
-                <_>
-                  12 3 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.6252747997641563e-003</threshold>
-            <left_val>0.2092525959014893</left_val>
-            <right_val>-0.4319337904453278</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  26 0 3 12 -1.</_>
-                <_>
-                  26 0 3 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>6.0500130057334900e-003</threshold>
-            <left_val>0.0528371892869473</left_val>
-            <right_val>-0.7206885814666748</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 2 26 7 -1.</_>
-                <_>
-                  17 2 13 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0358904488384724</threshold>
-            <left_val>-0.5826349258422852</left_val>
-            <right_val>0.1468632966279984</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 3 9 6 -1.</_>
-                <_>
-                  22 5 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.7235931269824505e-003</threshold>
-            <left_val>-0.2109988927841187</left_val>
-            <right_val>0.3006649017333984</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 12 8 -1.</_>
-                <_>
-                  0 7 6 4 2.</_>
-                <_>
-                  6 11 6 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.6378319598734379e-003</threshold>
-            <left_val>-0.4233399927616119</left_val>
-            <right_val>0.1890919953584671</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  25 10 10 4 -1.</_>
-                <_>
-                  25 12 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.2615571399219334e-004</threshold>
-            <left_val>-0.6614835858345032</left_val>
-            <right_val>0.1077162027359009</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 10 16 -1.</_>
-                <_>
-                  4 0 5 8 2.</_>
-                <_>
-                  9 8 5 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0116684800013900</threshold>
-            <left_val>0.1428872942924500</left_val>
-            <right_val>-0.4972124993801117</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 3 6 12 -1.</_>
-                <_>
-                  26 3 3 6 2.</_>
-                <_>
-                  23 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0110339298844337</threshold>
-            <left_val>-0.4198350906372070</left_val>
-            <right_val>0.0670241937041283</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 3 6 12 -1.</_>
-                <_>
-                  6 3 3 6 2.</_>
-                <_>
-                  9 9 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0102332895621657</threshold>
-            <left_val>-0.6172112822532654</left_val>
-            <right_val>0.1382032930850983</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 6 6 6 -1.</_>
-                <_>
-                  16 6 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.9242338389158249e-003</threshold>
-            <left_val>-0.4220116138458252</left_val>
-            <right_val>0.2028229981660843</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 4 16 12 -1.</_>
-                <_>
-                  1 7 16 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0133031895384192</threshold>
-            <left_val>0.1017075031995773</left_val>
-            <right_val>-0.7398142814636231</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 1 9 6 -1.</_>
-                <_>
-                  22 3 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0141578800976276</threshold>
-            <left_val>0.3298434019088745</left_val>
-            <right_val>-0.1591134965419769</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 2 4 9 -1.</_>
-                <_>
-                  17 2 2 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.1796889593824744e-003</threshold>
-            <left_val>-0.3461326062679291</left_val>
-            <right_val>0.2003702968358994</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 1 6 8 -1.</_>
-                <_>
-                  19 1 3 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.0877140127122402e-003</threshold>
-            <left_val>-0.4747672975063324</left_val>
-            <right_val>0.0394431501626968</right_val></_></_></trees>
-      <stage_threshold>-1.6842659711837769</stage_threshold>
-      <parent>6</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 8 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 10 9 6 -1.</_>
-                <_>
-                  13 10 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.0282450239174068e-004</threshold>
-            <left_val>0.2358547002077103</left_val>
-            <right_val>-0.5724679231643677</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 8 27 2 -1.</_>
-                <_>
-                  16 8 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.2662829142063856e-003</threshold>
-            <left_val>-0.5940486788749695</left_val>
-            <right_val>0.1019989028573036</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 0 10 4 -1.</_>
-                <_>
-                  17 0 5 4 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>8.2201359327882528e-004</threshold>
-            <left_val>-0.6608443856239319</left_val>
-            <right_val>0.1626542061567307</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 4 15 10 -1.</_>
-                <_>
-                  10 9 15 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.6475260490551591e-003</threshold>
-            <left_val>-0.8329982757568359</left_val>
-            <right_val>0.1475484073162079</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 9 6 -1.</_>
-                <_>
-                  5 5 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.4857808388769627e-003</threshold>
-            <left_val>-0.3011797964572907</left_val>
-            <right_val>0.3855681121349335</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  27 8 8 8 -1.</_>
-                <_>
-                  27 12 8 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.3305360227823257e-003</threshold>
-            <left_val>-0.7091383934020996</left_val>
-            <right_val>0.1076619997620583</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 27 15 -1.</_>
-                <_>
-                  12 5 9 5 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1797658056020737</threshold>
-            <left_val>0.1421875059604645</left_val>
-            <right_val>-0.6432601213455200</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 0 6 9 -1.</_>
-                <_>
-                  15 3 6 3 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0233353301882744</threshold>
-            <left_val>-0.4789896011352539</left_val>
-            <right_val>0.0909408926963806</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 8 6 8 -1.</_>
-                <_>
-                  2 12 6 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.6707249819301069e-005</threshold>
-            <left_val>-0.8025277256965637</left_val>
-            <right_val>0.1256814002990723</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 1 6 7 -1.</_>
-                <_>
-                  18 1 3 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.6537309857085347e-003</threshold>
-            <left_val>-0.6183212995529175</left_val>
-            <right_val>0.0862600430846214</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 0 12 6 -1.</_>
-                <_>
-                  9 0 6 3 2.</_>
-                <_>
-                  15 3 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.3836659751832485e-003</threshold>
-            <left_val>-0.5764471888542175</left_val>
-            <right_val>0.1431912034749985</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 0 26 8 -1.</_>
-                <_>
-                  22 0 13 4 2.</_>
-                <_>
-                  9 4 13 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.9285489842295647e-003</threshold>
-            <left_val>0.1009354963898659</left_val>
-            <right_val>-0.4058218896389008</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 30 8 -1.</_>
-                <_>
-                  0 0 15 4 2.</_>
-                <_>
-                  15 4 15 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.5976906120777130e-003</threshold>
-            <left_val>0.1633327007293701</left_val>
-            <right_val>-0.5236802101135254</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 1 10 14 -1.</_>
-                <_>
-                  17 1 5 14 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.5208542188629508e-004</threshold>
-            <left_val>-0.7603232860565186</left_val>
-            <right_val>0.0334939099848270</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 1 10 14 -1.</_>
-                <_>
-                  13 1 5 14 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.2634849194437265e-003</threshold>
-            <left_val>-0.6440861225128174</left_val>
-            <right_val>0.1074165999889374</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 4 5 8 -1.</_>
-                <_>
-                  19 8 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0228871703147888</threshold>
-            <left_val>-0.4937708973884583</left_val>
-            <right_val>-6.0231609495531302e-006</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 4 5 8 -1.</_>
-                <_>
-                  11 8 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.4887992125004530e-004</threshold>
-            <left_val>-0.3568319082260132</left_val>
-            <right_val>0.1729799956083298</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  29 0 6 6 -1.</_>
-                <_>
-                  29 0 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.8279920378699899e-004</threshold>
-            <left_val>-0.2105482965707779</left_val>
-            <right_val>0.1476057022809982</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 10 6 6 -1.</_>
-                <_>
-                  13 13 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.6987159922719002e-003</threshold>
-            <left_val>-0.7803534865379334</left_val>
-            <right_val>0.0881357863545418</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 10 20 4 -1.</_>
-                <_>
-                  24 10 10 2 2.</_>
-                <_>
-                  14 12 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.0519940666854382e-003</threshold>
-            <left_val>0.0571432709693909</left_val>
-            <right_val>-0.5618296861648560</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 1 15 4 -1.</_>
-                <_>
-                  10 3 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0415200814604759</threshold>
-            <left_val>0.4807982146739960</left_val>
-            <right_val>-0.1422954946756363</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 11 27 4 -1.</_>
-                <_>
-                  13 11 9 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.4429651936516166e-004</threshold>
-            <left_val>0.3348422944545746</left_val>
-            <right_val>-0.2267007976770401</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 10 15 6 -1.</_>
-                <_>
-                  10 12 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.8921897113323212e-003</threshold>
-            <left_val>-0.7041568756103516</left_val>
-            <right_val>0.1012969985604286</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 7 21 3 -1.</_>
-                <_>
-                  14 7 7 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0923005864024162</threshold>
-            <left_val>-0.1426700055599213</left_val>
-            <right_val>0.5030372142791748</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 0 18 3 -1.</_>
-                <_>
-                  14 0 6 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0134390499442816</threshold>
-            <left_val>0.2872905135154724</left_val>
-            <right_val>-0.2772229015827179</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 0 9 6 -1.</_>
-                <_>
-                  17 0 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.2636669501662254e-003</threshold>
-            <left_val>-0.7463225126266480</left_val>
-            <right_val>0.0528969801962376</right_val></_></_></trees>
-      <stage_threshold>-1.7039829492568970</stage_threshold>
-      <parent>7</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 9 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 12 3 -1.</_>
-                <_>
-                  6 0 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.0785049311816692e-003</threshold>
-            <left_val>-0.4998278021812439</left_val>
-            <right_val>0.2733784914016724</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 4 9 -1.</_>
-                <_>
-                  19 0 2 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.1168379569426179e-003</threshold>
-            <left_val>-0.6186339855194092</left_val>
-            <right_val>0.0924520269036293</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 9 6 -1.</_>
-                <_>
-                  14 0 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.5600799601525068e-003</threshold>
-            <left_val>-0.7192854285240173</left_val>
-            <right_val>0.1616300940513611</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 13 12 3 -1.</_>
-                <_>
-                  18 13 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.4694029707461596e-004</threshold>
-            <left_val>0.2619884014129639</left_val>
-            <right_val>-0.5078135132789612</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 3 9 6 -1.</_>
-                <_>
-                  4 5 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0128578199073672</threshold>
-            <left_val>-0.2043251991271973</left_val>
-            <right_val>0.5027580857276917</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 1 6 9 -1.</_>
-                <_>
-                  16 4 6 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.7524438751861453e-004</threshold>
-            <left_val>0.1596205979585648</left_val>
-            <right_val>-0.5823025107383728</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 0 9 6 -1.</_>
-                <_>
-                  20 3 3 6 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-9.5332338241860271e-004</threshold>
-            <left_val>-0.4935145974159241</left_val>
-            <right_val>0.1696853935718536</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 11 9 4 -1.</_>
-                <_>
-                  15 13 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.8788750059902668e-003</threshold>
-            <left_val>-0.7073554992675781</left_val>
-            <right_val>0.0935435220599175</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 9 11 6 -1.</_>
-                <_>
-                  12 11 11 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.4031570646911860e-003</threshold>
-            <left_val>-0.6252582073211670</left_val>
-            <right_val>0.1419657021760941</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 0 6 15 -1.</_>
-                <_>
-                  19 0 2 15 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.4736299635842443e-003</threshold>
-            <left_val>0.2691710889339447</left_val>
-            <right_val>-0.3009512126445770</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 18 15 -1.</_>
-                <_>
-                  9 5 6 5 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.6074413061141968</threshold>
-            <left_val>0.7101687192916870</left_val>
-            <right_val>-0.1185965985059738</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 14 3 -1.</_>
-                <_>
-                  11 0 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0134804099798203</threshold>
-            <left_val>0.1671655029058456</left_val>
-            <right_val>-0.5907251238822937</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 12 15 4 -1.</_>
-                <_>
-                  12 12 5 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0133505295962095</threshold>
-            <left_val>0.1271248012781143</left_val>
-            <right_val>-0.6021050214767456</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 7 27 6 -1.</_>
-                <_>
-                  13 9 9 2 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.9844290800392628e-003</threshold>
-            <left_val>-0.6074218750000000</left_val>
-            <right_val>0.1205480992794037</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 4 16 12 -1.</_>
-                <_>
-                  6 7 16 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.4674282222986221e-004</threshold>
-            <left_val>0.1208228990435600</left_val>
-            <right_val>-0.5207098722457886</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 1 18 6 -1.</_>
-                <_>
-                  26 1 9 3 2.</_>
-                <_>
-                  17 4 9 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.1789590828120708e-003</threshold>
-            <left_val>0.1366160959005356</left_val>
-            <right_val>-0.3420731127262116</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 1 9 8 -1.</_>
-                <_>
-                  9 1 3 8 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.3207319900393486e-003</threshold>
-            <left_val>0.1344937980175018</left_val>
-            <right_val>-0.3713136017322540</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 0 10 8 -1.</_>
-                <_>
-                  18 0 5 4 2.</_>
-                <_>
-                  13 4 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0174802299588919</threshold>
-            <left_val>0.0410660989582539</left_val>
-            <right_val>-0.2841011881828308</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 1 6 12 -1.</_>
-                <_>
-                  14 1 2 12 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.4523019781336188e-003</threshold>
-            <left_val>0.1973164975643158</left_val>
-            <right_val>-0.2778165042400360</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 0 15 4 -1.</_>
-                <_>
-                  19 0 5 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.5376502722501755e-003</threshold>
-            <left_val>-0.3377381861209869</left_val>
-            <right_val>0.0879744067788124</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 15 4 -1.</_>
-                <_>
-                  11 0 5 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.4806081093847752e-003</threshold>
-            <left_val>-0.3778747022151947</left_val>
-            <right_val>0.1767466068267822</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  26 8 6 6 -1.</_>
-                <_>
-                  26 11 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.5505422167479992e-003</threshold>
-            <left_val>-0.5933855175971985</left_val>
-            <right_val>0.1346625983715057</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 4 9 6 -1.</_>
-                <_>
-                  4 6 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0141815496608615</threshold>
-            <left_val>-0.1257683932781220</left_val>
-            <right_val>0.4815703034400940</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 4 12 12 -1.</_>
-                <_>
-                  17 10 12 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.5373710561543703e-003</threshold>
-            <left_val>-0.6629784107208252</left_val>
-            <right_val>0.0626059696078300</right_val></_></_></trees>
-      <stage_threshold>-1.6235899925231934</stage_threshold>
-      <parent>8</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 10 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 2 9 6 -1.</_>
-                <_>
-                  15 2 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.6452540662139654e-003</threshold>
-            <left_val>-0.6917855739593506</left_val>
-            <right_val>0.1925268024206162</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 5 9 6 -1.</_>
-                <_>
-                  22 7 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.8430299870669842e-003</threshold>
-            <left_val>0.2472492009401321</left_val>
-            <right_val>-0.4067099094390869</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 7 10 8 -1.</_>
-                <_>
-                  12 7 5 4 2.</_>
-                <_>
-                  17 11 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.2081089708954096e-004</threshold>
-            <left_val>0.1982180029153824</left_val>
-            <right_val>-0.5638554096221924</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 0 8 6 -1.</_>
-                <_>
-                  16 3 8 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.5449280403554440e-003</threshold>
-            <left_val>0.1923130005598068</left_val>
-            <right_val>-0.5698248147964478</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 2 7 6 -1.</_>
-                <_>
-                  14 2 7 3 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-2.8772079385817051e-003</threshold>
-            <left_val>-0.7267888784408569</left_val>
-            <right_val>0.1247143000364304</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 12 10 4 -1.</_>
-                <_>
-                  19 12 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.9279491435736418e-004</threshold>
-            <left_val>0.1578205972909927</left_val>
-            <right_val>-0.3447990119457245</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 6 7 10 -1.</_>
-                <_>
-                  0 11 7 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.3015548940747976e-003</threshold>
-            <left_val>-0.6282476186752319</left_val>
-            <right_val>0.1242896020412445</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  25 8 10 8 -1.</_>
-                <_>
-                  30 8 5 4 2.</_>
-                <_>
-                  25 12 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.5449798926711082e-004</threshold>
-            <left_val>-0.5996491909027100</left_val>
-            <right_val>0.1357937008142471</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 0 12 6 -1.</_>
-                <_>
-                  9 0 6 3 2.</_>
-                <_>
-                  15 3 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.7806080915033817e-004</threshold>
-            <left_val>-0.4684675931930542</left_val>
-            <right_val>0.1556528955698013</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 8 14 6 -1.</_>
-                <_>
-                  17 10 14 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.4213642142713070e-003</threshold>
-            <left_val>-0.2876051068305969</left_val>
-            <right_val>0.1034400016069412</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 10 8 -1.</_>
-                <_>
-                  0 8 5 4 2.</_>
-                <_>
-                  5 12 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.0203290041536093e-003</threshold>
-            <left_val>-0.4164003133773804</left_val>
-            <right_val>0.1724206954240799</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 10 7 6 -1.</_>
-                <_>
-                  14 13 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.5985939428210258e-003</threshold>
-            <left_val>-0.6292886734008789</left_val>
-            <right_val>0.0688476935029030</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 9 13 6 -1.</_>
-                <_>
-                  11 11 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.9266158603131771e-003</threshold>
-            <left_val>-0.6164590716362000</left_val>
-            <right_val>0.1076653972268105</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  24 3 10 6 -1.</_>
-                <_>
-                  24 5 10 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.2326068505644798e-003</threshold>
-            <left_val>-0.1682083010673523</left_val>
-            <right_val>0.2454722970724106</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 0 12 3 -1.</_>
-                <_>
-                  17 0 6 3 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.5762222036719322e-003</threshold>
-            <left_val>-0.5634449720382690</left_val>
-            <right_val>0.1032558009028435</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 7 9 6 -1.</_>
-                <_>
-                  14 9 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0115005103871226</threshold>
-            <left_val>-0.5240147709846497</left_val>
-            <right_val>0.0704518333077431</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 8 14 -1.</_>
-                <_>
-                  0 0 4 7 2.</_>
-                <_>
-                  4 7 4 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.7635569674894214e-003</threshold>
-            <left_val>0.1912914961576462</left_val>
-            <right_val>-0.3170849084854126</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 7 9 4 -1.</_>
-                <_>
-                  21 9 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.6673350520431995e-003</threshold>
-            <left_val>0.5427302122116089</left_val>
-            <right_val>-0.0772147104144096</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 7 9 8 -1.</_>
-                <_>
-                  7 9 9 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.5123160555958748e-003</threshold>
-            <left_val>-0.2441373020410538</left_val>
-            <right_val>0.2843823134899139</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 11 11 4 -1.</_>
-                <_>
-                  15 13 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.6516462033614516e-005</threshold>
-            <left_val>-0.3500108122825623</left_val>
-            <right_val>0.1148385033011437</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 0 9 7 -1.</_>
-                <_>
-                  12 0 3 7 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0383230894804001</threshold>
-            <left_val>-0.7693951129913330</left_val>
-            <right_val>0.0630547478795052</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 5 9 6 -1.</_>
-                <_>
-                  16 5 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0644737929105759</threshold>
-            <left_val>-0.1444406956434250</left_val>
-            <right_val>0.5327656865119934</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 2 32 6 -1.</_>
-                <_>
-                  17 2 16 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0537560284137726</threshold>
-            <left_val>0.1471620053052902</left_val>
-            <right_val>-0.3996321856975555</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 0 22 2 -1.</_>
-                <_>
-                  8 0 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.2645965740084648e-003</threshold>
-            <left_val>0.1269682943820953</left_val>
-            <right_val>-0.2218490988016129</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 3 9 6 -1.</_>
-                <_>
-                  5 5 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0434274412691593</threshold>
-            <left_val>-0.0816032364964485</left_val>
-            <right_val>0.7623494267463684</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 11 11 4 -1.</_>
-                <_>
-                  15 13 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0128586897626519</threshold>
-            <left_val>-0.8026340007781982</left_val>
-            <right_val>0.0433677583932877</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 3 28 6 -1.</_>
-                <_>
-                  10 3 14 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.6832013544626534e-005</threshold>
-            <left_val>-0.4112167060375214</left_val>
-            <right_val>0.1223044022917748</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 11 8 5 -1.</_>
-                <_>
-                  19 11 4 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.1147437877953053e-003</threshold>
-            <left_val>0.1115193963050842</left_val>
-            <right_val>-0.0887465029954910</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 1 6 9 -1.</_>
-                <_>
-                  13 4 6 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.4220640771090984e-003</threshold>
-            <left_val>0.1579322069883347</left_val>
-            <right_val>-0.3530333042144775</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 10 10 4 -1.</_>
-                <_>
-                  14 12 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.4735010229051113e-003</threshold>
-            <left_val>-0.6937975287437439</left_val>
-            <right_val>0.0577035397291183</right_val></_></_></trees>
-      <stage_threshold>-1.5757910013198853</stage_threshold>
-      <parent>9</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 11 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 10 9 6 -1.</_>
-                <_>
-                  16 10 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.9472752250730991e-003</threshold>
-            <left_val>-0.6365038156509399</left_val>
-            <right_val>0.2121067047119141</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 7 12 8 -1.</_>
-                <_>
-                  22 7 6 4 2.</_>
-                <_>
-                  16 11 6 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.9935318529605865e-003</threshold>
-            <left_val>0.1396116018295288</left_val>
-            <right_val>-0.6647688150405884</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 10 12 6 -1.</_>
-                <_>
-                  6 10 6 3 2.</_>
-                <_>
-                  12 13 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.5984939313493669e-004</threshold>
-            <left_val>0.1377838999032974</left_val>
-            <right_val>-0.6391041278839111</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 0 18 2 -1.</_>
-                <_>
-                  17 0 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.7623190069571137e-003</threshold>
-            <left_val>-0.7303181886672974</left_val>
-            <right_val>0.1955060958862305</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 3 9 6 -1.</_>
-                <_>
-                  4 5 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.7906508445739746e-003</threshold>
-            <left_val>-0.2618415951728821</left_val>
-            <right_val>0.3560946881771088</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 30 15 -1.</_>
-                <_>
-                  13 5 10 5 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0802746266126633</threshold>
-            <left_val>0.1742482036352158</left_val>
-            <right_val>-0.5084366202354431</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 0 4 9 -1.</_>
-                <_>
-                  14 0 2 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.2023418033495545e-004</threshold>
-            <left_val>-0.6705948710441589</left_val>
-            <right_val>0.1363106966018677</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 7 12 6 -1.</_>
-                <_>
-                  23 7 6 3 2.</_>
-                <_>
-                  17 10 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.5855910498648882e-003</threshold>
-            <left_val>0.0811815708875656</left_val>
-            <right_val>-0.2664774060249329</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 8 15 8 -1.</_>
-                <_>
-                  7 10 15 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.5624640509486198e-003</threshold>
-            <left_val>-0.5354799032211304</left_val>
-            <right_val>0.1408503055572510</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 0 18 3 -1.</_>
-                <_>
-                  20 0 6 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.7962310276925564e-003</threshold>
-            <left_val>-0.4248819053173065</left_val>
-            <right_val>0.1292801946401596</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 16 12 -1.</_>
-                <_>
-                  0 0 8 6 2.</_>
-                <_>
-                  8 6 8 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.8814689032733440e-003</threshold>
-            <left_val>0.0955342203378677</left_val>
-            <right_val>-0.5107213258743286</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 11 9 4 -1.</_>
-                <_>
-                  16 13 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.7020209925249219e-003</threshold>
-            <left_val>-0.4189673960208893</left_val>
-            <right_val>0.0417180396616459</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 12 22 4 -1.</_>
-                <_>
-                  6 12 11 2 2.</_>
-                <_>
-                  17 14 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.4905739165842533e-003</threshold>
-            <left_val>0.1265195012092590</left_val>
-            <right_val>-0.5062630176544190</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 7 9 6 -1.</_>
-                <_>
-                  16 7 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0495485290884972</threshold>
-            <left_val>-0.1663687974214554</left_val>
-            <right_val>0.4274873137474060</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 10 26 4 -1.</_>
-                <_>
-                  1 10 13 2 2.</_>
-                <_>
-                  14 12 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.6054190713912249e-003</threshold>
-            <left_val>0.1372268050909042</left_val>
-            <right_val>-0.4948117136955261</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 14 3 -1.</_>
-                <_>
-                  11 0 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.6292519178241491e-003</threshold>
-            <left_val>-0.3382255136966705</left_val>
-            <right_val>0.1463443934917450</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 6 9 -1.</_>
-                <_>
-                  13 2 2 9 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-2.9257589485496283e-003</threshold>
-            <left_val>0.1375650018453598</left_val>
-            <right_val>-0.4179917871952057</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 1 32 6 -1.</_>
-                <_>
-                  2 1 16 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0466298200190067</threshold>
-            <left_val>0.1116034016013145</left_val>
-            <right_val>-0.3923501968383789</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 0 10 6 -1.</_>
-                <_>
-                  13 0 5 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>8.3958767354488373e-003</threshold>
-            <left_val>0.0543270409107208</left_val>
-            <right_val>-0.7785816788673401</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  29 0 6 6 -1.</_>
-                <_>
-                  29 0 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.7251309519633651e-004</threshold>
-            <left_val>-0.2393745929002762</left_val>
-            <right_val>0.1661898940801621</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 2 6 10 -1.</_>
-                <_>
-                  16 2 3 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0121730398386717</threshold>
-            <left_val>0.8346211910247803</left_val>
-            <right_val>-0.0511945299804211</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 4 6 11 -1.</_>
-                <_>
-                  19 4 2 11 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.9117209123796783e-005</threshold>
-            <left_val>0.1278641968965530</left_val>
-            <right_val>-0.1357063055038452</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 3 8 11 -1.</_>
-                <_>
-                  13 3 4 11 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.0339759755879641e-003</threshold>
-            <left_val>0.2516744136810303</left_val>
-            <right_val>-0.2962329983711243</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 3 8 10 -1.</_>
-                <_>
-                  22 3 4 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.2202709913253784e-003</threshold>
-            <left_val>0.0978640317916870</left_val>
-            <right_val>-0.2133125066757202</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 8 10 -1.</_>
-                <_>
-                  9 3 4 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.6852889675647020e-003</threshold>
-            <left_val>0.1590251028537750</left_val>
-            <right_val>-0.3710497915744782</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 0 7 16 -1.</_>
-                <_>
-                  18 8 7 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0181821491569281</threshold>
-            <left_val>0.1035420000553131</left_val>
-            <right_val>-0.1821607947349548</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 0 6 16 -1.</_>
-                <_>
-                  14 0 3 8 2.</_>
-                <_>
-                  17 8 3 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.7163102105259895e-003</threshold>
-            <left_val>-0.4349384903907776</left_val>
-            <right_val>0.1257506012916565</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 7 10 4 -1.</_>
-                <_>
-                  21 9 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0310183502733707</threshold>
-            <left_val>-0.0863746032118797</left_val>
-            <right_val>0.5113062858581543</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 7 32 6 -1.</_>
-                <_>
-                  8 7 16 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.3360191155225039e-003</threshold>
-            <left_val>-0.3341253995895386</left_val>
-            <right_val>0.1757653951644898</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 7 9 6 -1.</_>
-                <_>
-                  23 9 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0265905708074570</threshold>
-            <left_val>0.2015637010335922</left_val>
-            <right_val>-0.0475758016109467</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 3 8 5 -1.</_>
-                <_>
-                  13 3 4 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0285182408988476</threshold>
-            <left_val>-0.1573379933834076</left_val>
-            <right_val>0.2950578927993774</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 7 10 4 -1.</_>
-                <_>
-                  21 9 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.1037299670279026e-003</threshold>
-            <left_val>-0.1720093935728073</left_val>
-            <right_val>0.1199588030576706</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 7 10 4 -1.</_>
-                <_>
-                  4 9 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0317573212087154</threshold>
-            <left_val>-0.0905509889125824</left_val>
-            <right_val>0.5754898786544800</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 10 7 6 -1.</_>
-                <_>
-                  17 13 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0120865600183606</threshold>
-            <left_val>-0.7246958017349243</left_val>
-            <right_val>0.0345038212835789</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 12 5 -1.</_>
-                <_>
-                  15 0 4 5 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.1408109460026026e-003</threshold>
-            <left_val>-0.6929516792297363</left_val>
-            <right_val>0.0608069002628326</right_val></_></_></trees>
-      <stage_threshold>-1.6327890157699585</stage_threshold>
-      <parent>10</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 12 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 10 16 6 -1.</_>
-                <_>
-                  4 10 8 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.0810531936585903e-003</threshold>
-            <left_val>-0.3610047996044159</left_val>
-            <right_val>0.3324972987174988</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 4 21 12 -1.</_>
-                <_>
-                  16 8 7 4 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0321655087172985</threshold>
-            <left_val>-0.6322938203811646</left_val>
-            <right_val>0.0823451578617096</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 7 16 8 -1.</_>
-                <_>
-                  11 7 8 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.7397410012781620e-003</threshold>
-            <left_val>-0.4997529089450836</left_val>
-            <right_val>0.1666416972875595</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 1 6 6 -1.</_>
-                <_>
-                  16 4 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.9076509634032845e-003</threshold>
-            <left_val>0.1423415988683701</left_val>
-            <right_val>-0.5531017780303955</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 0 12 6 -1.</_>
-                <_>
-                  10 0 6 3 2.</_>
-                <_>
-                  16 3 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.4502051100134850e-004</threshold>
-            <left_val>-0.4615738093852997</left_val>
-            <right_val>0.2016820013523102</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  31 0 4 14 -1.</_>
-                <_>
-                  31 7 4 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.8069618642330170e-003</threshold>
-            <left_val>-0.6058592200279236</left_val>
-            <right_val>0.1488128006458283</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 8 9 8 -1.</_>
-                <_>
-                  2 10 9 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.7704461505636573e-004</threshold>
-            <left_val>-0.4044904112815857</left_val>
-            <right_val>0.1641680002212524</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 0 6 15 -1.</_>
-                <_>
-                  19 0 2 15 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.6389508750289679e-004</threshold>
-            <left_val>0.1496794968843460</left_val>
-            <right_val>-0.2650825977325440</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 11 22 4 -1.</_>
-                <_>
-                  1 11 11 2 2.</_>
-                <_>
-                  12 13 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.8638859405182302e-004</threshold>
-            <left_val>0.1705830991268158</left_val>
-            <right_val>-0.4218085110187531</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 30 10 -1.</_>
-                <_>
-                  20 0 15 5 2.</_>
-                <_>
-                  5 5 15 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1601178944110870</threshold>
-            <left_val>-0.6481385231018066</left_val>
-            <right_val>-0.0171109791845083</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 0 6 15 -1.</_>
-                <_>
-                  14 0 2 15 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.9133401373401284e-004</threshold>
-            <left_val>0.1772502064704895</left_val>
-            <right_val>-0.3419930040836334</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  25 0 10 14 -1.</_>
-                <_>
-                  30 0 5 7 2.</_>
-                <_>
-                  25 7 5 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.6313800849020481e-003</threshold>
-            <left_val>0.1358626931905747</left_val>
-            <right_val>-0.2415580004453659</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 3 12 -1.</_>
-                <_>
-                  0 6 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.8008848726749420e-003</threshold>
-            <left_val>-0.5397794842720032</left_val>
-            <right_val>0.1074927002191544</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  25 0 3 14 -1.</_>
-                <_>
-                  25 7 3 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.6224519871175289e-003</threshold>
-            <left_val>0.1154439002275467</left_val>
-            <right_val>-0.3043344020843506</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 4 32 12 -1.</_>
-                <_>
-                  1 4 16 6 2.</_>
-                <_>
-                  17 10 16 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1033101007342339</threshold>
-            <left_val>-0.6955615282058716</left_val>
-            <right_val>0.0791525691747665</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 14 6 -1.</_>
-                <_>
-                  11 3 14 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0781009867787361</threshold>
-            <left_val>0.4251981079578400</left_val>
-            <right_val>-0.1568257957696915</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 1 21 9 -1.</_>
-                <_>
-                  14 4 7 3 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0453880913555622</threshold>
-            <left_val>-0.6894345283508301</left_val>
-            <right_val>0.1045748963952065</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 0 8 10 -1.</_>
-                <_>
-                  22 0 4 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.1198947736993432e-004</threshold>
-            <left_val>0.1367474943399429</left_val>
-            <right_val>-0.3460165858268738</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 8 9 -1.</_>
-                <_>
-                  9 0 4 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.8810579503187910e-005</threshold>
-            <left_val>0.1274074018001556</left_val>
-            <right_val>-0.4325779080390930</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 5 14 8 -1.</_>
-                <_>
-                  21 7 14 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.6683801338076591e-003</threshold>
-            <left_val>0.0937603563070297</left_val>
-            <right_val>-0.4171184897422791</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 11 9 4 -1.</_>
-                <_>
-                  9 13 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.4582630246877670e-003</threshold>
-            <left_val>-0.5831922888755798</left_val>
-            <right_val>0.0810130834579468</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  25 5 10 8 -1.</_>
-                <_>
-                  25 7 10 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0295386593788862</threshold>
-            <left_val>0.1482204943895340</left_val>
-            <right_val>-0.0647437199950218</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 2 32 4 -1.</_>
-                <_>
-                  17 2 16 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0162219908088446</threshold>
-            <left_val>0.1718724966049194</left_val>
-            <right_val>-0.2894138097763062</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  25 5 10 8 -1.</_>
-                <_>
-                  25 7 10 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0989660620689392</threshold>
-            <left_val>-0.9395378828048706</left_val>
-            <right_val>5.9143719263374805e-003</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 5 10 8 -1.</_>
-                <_>
-                  0 7 10 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.0390821155160666e-003</threshold>
-            <left_val>0.1158433035016060</left_val>
-            <right_val>-0.4192480146884918</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 0 12 3 -1.</_>
-                <_>
-                  20 0 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.1352299740538001e-004</threshold>
-            <left_val>-0.3206822872161865</left_val>
-            <right_val>0.0842739194631577</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 5 9 6 -1.</_>
-                <_>
-                  3 7 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0134972501546144</threshold>
-            <left_val>-0.0818886533379555</left_val>
-            <right_val>0.6825097799301148</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 7 9 6 -1.</_>
-                <_>
-                  20 9 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.3658859794959426e-004</threshold>
-            <left_val>-0.0999685525894165</left_val>
-            <right_val>0.1628946959972382</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 18 3 -1.</_>
-                <_>
-                  10 0 6 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0420607291162014</threshold>
-            <left_val>-0.8914744853973389</left_val>
-            <right_val>0.0468452312052250</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 7 9 6 -1.</_>
-                <_>
-                  20 9 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0212992392480373</threshold>
-            <left_val>0.2071328014135361</left_val>
-            <right_val>-0.0533488914370537</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 9 6 -1.</_>
-                <_>
-                  6 9 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.0863420795649290e-003</threshold>
-            <left_val>-0.1362199932336807</left_val>
-            <right_val>0.3407008945941925</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 9 9 6 -1.</_>
-                <_>
-                  16 11 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0174728892743587</threshold>
-            <left_val>-0.7363471984863281</left_val>
-            <right_val>0.0443889796733856</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 24 8 -1.</_>
-                <_>
-                  0 0 12 4 2.</_>
-                <_>
-                  12 4 12 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.5900749973952770e-003</threshold>
-            <left_val>0.1006093993782997</left_val>
-            <right_val>-0.4101673960685730</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 3 18 9 -1.</_>
-                <_>
-                  15 6 6 3 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0678171887993813</threshold>
-            <left_val>-0.6405143737792969</left_val>
-            <right_val>0.0363575108349323</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 11 16 5 -1.</_>
-                <_>
-                  4 11 8 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0419720299541950</threshold>
-            <left_val>-0.0856220200657845</left_val>
-            <right_val>0.4879263937473297</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 10 13 6 -1.</_>
-                <_>
-                  11 12 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.9160818345844746e-003</threshold>
-            <left_val>-0.5838314890861511</left_val>
-            <right_val>0.0808382704854012</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 15 4 -1.</_>
-                <_>
-                  12 0 5 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0739654526114464</threshold>
-            <left_val>0.0378980487585068</left_val>
-            <right_val>-0.8084298968315125</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 10 4 -1.</_>
-                <_>
-                  19 0 5 4 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>1.1413459433242679e-003</threshold>
-            <left_val>-0.2888999879360199</left_val>
-            <right_val>0.0286024305969477</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 12 13 4 -1.</_>
-                <_>
-                  8 14 13 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.8181502865627408e-004</threshold>
-            <left_val>-0.2544864118099213</left_val>
-            <right_val>0.1455172002315521</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 9 9 6 -1.</_>
-                <_>
-                  19 11 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.9796970300376415e-003</threshold>
-            <left_val>-0.2408006042242050</left_val>
-            <right_val>0.0716394037008286</right_val></_></_></trees>
-      <stage_threshold>-1.5523109436035156</stage_threshold>
-      <parent>11</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 13 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 13 24 3 -1.</_>
-                <_>
-                  11 13 12 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.4281609114259481e-003</threshold>
-            <left_val>0.3029496967792511</left_val>
-            <right_val>-0.4326061904430389</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 0 8 16 -1.</_>
-                <_>
-                  19 0 4 16 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.2396490201354027e-003</threshold>
-            <left_val>0.1910957992076874</left_val>
-            <right_val>-0.5289525985717773</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 0 8 16 -1.</_>
-                <_>
-                  12 0 4 16 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.4972301111556590e-005</threshold>
-            <left_val>0.1596038043498993</left_val>
-            <right_val>-0.5741953849792481</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 0 4 15 -1.</_>
-                <_>
-                  22 0 2 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.3342870883643627e-003</threshold>
-            <left_val>-0.4566380977630615</left_val>
-            <right_val>0.1059655994176865</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 14 3 -1.</_>
-                <_>
-                  7 0 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.2301327921450138e-003</threshold>
-            <left_val>-0.4470457136631012</left_val>
-            <right_val>0.1875264942646027</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 6 6 -1.</_>
-                <_>
-                  19 0 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.7406679398845881e-004</threshold>
-            <left_val>-0.6605212092399597</left_val>
-            <right_val>0.1105709001421928</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 0 6 6 -1.</_>
-                <_>
-                  13 0 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.0435229816939682e-004</threshold>
-            <left_val>-0.6190928816795349</left_val>
-            <right_val>0.1058629006147385</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 4 14 6 -1.</_>
-                <_>
-                  23 4 7 3 2.</_>
-                <_>
-                  16 7 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.5978140123188496e-004</threshold>
-            <left_val>-0.3849498033523560</left_val>
-            <right_val>0.1613465994596481</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 1 4 9 -1.</_>
-                <_>
-                  17 1 2 9 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-1.7398770432919264e-004</threshold>
-            <left_val>0.1077973023056984</left_val>
-            <right_val>-0.6208040714263916</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 0 5 12 -1.</_>
-                <_>
-                  22 6 5 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.3360999077558517e-003</threshold>
-            <left_val>0.1168925017118454</left_val>
-            <right_val>-0.4625948965549469</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 3 9 6 -1.</_>
-                <_>
-                  4 5 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.0482450537383556e-003</threshold>
-            <left_val>-0.2373204976320267</left_val>
-            <right_val>0.2463477998971939</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 2 9 6 -1.</_>
-                <_>
-                  22 4 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0371180400252342</threshold>
-            <left_val>0.4767574965953827</left_val>
-            <right_val>-0.0619478598237038</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 8 9 6 -1.</_>
-                <_>
-                  13 10 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.1853569671511650e-003</threshold>
-            <left_val>-0.4755665063858032</left_val>
-            <right_val>0.1626089960336685</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 2 9 6 -1.</_>
-                <_>
-                  22 4 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0667498484253883</threshold>
-            <left_val>-0.0410335808992386</left_val>
-            <right_val>0.7713680863380432</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 11 9 4 -1.</_>
-                <_>
-                  11 13 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.7997360555455089e-003</threshold>
-            <left_val>-0.5724285244941711</left_val>
-            <right_val>0.1199897974729538</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 2 9 6 -1.</_>
-                <_>
-                  22 4 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0657110363245010</threshold>
-            <left_val>0.4491274058818817</left_val>
-            <right_val>-0.0456169582903385</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 1 30 8 -1.</_>
-                <_>
-                  2 1 15 4 2.</_>
-                <_>
-                  17 5 15 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0197288207709789</threshold>
-            <left_val>-0.3903928101062775</left_val>
-            <right_val>0.1345735043287277</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 2 8 10 -1.</_>
-                <_>
-                  24 2 4 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.3003970533609390e-003</threshold>
-            <left_val>0.0507392995059490</left_val>
-            <right_val>-0.3052052855491638</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 9 4 -1.</_>
-                <_>
-                  0 11 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.9791470840573311e-003</threshold>
-            <left_val>-0.4263427853584290</left_val>
-            <right_val>0.1106014996767044</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  31 1 4 15 -1.</_>
-                <_>
-                  31 6 4 5 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0296567007899284</threshold>
-            <left_val>-0.4251483976840973</left_val>
-            <right_val>0.1333736032247543</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 5 9 6 -1.</_>
-                <_>
-                  4 7 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0349951609969139</threshold>
-            <left_val>0.4889402985572815</left_val>
-            <right_val>-0.1143942996859551</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 2 8 10 -1.</_>
-                <_>
-                  24 2 4 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.5426697731018066e-003</threshold>
-            <left_val>-0.1548523008823395</left_val>
-            <right_val>0.0857256725430489</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 8 10 -1.</_>
-                <_>
-                  7 2 4 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.1246800422668457e-003</threshold>
-            <left_val>0.1840917021036148</left_val>
-            <right_val>-0.2883181869983673</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 2 9 6 -1.</_>
-                <_>
-                  22 4 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.5697007812559605e-003</threshold>
-            <left_val>0.1499632000923157</left_val>
-            <right_val>-0.0985488370060921</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 2 9 6 -1.</_>
-                <_>
-                  4 4 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0468064509332180</threshold>
-            <left_val>0.7433552145957947</left_val>
-            <right_val>-0.0644644871354103</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  26 1 4 9 -1.</_>
-                <_>
-                  26 1 2 9 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0131455296650529</threshold>
-            <left_val>0.1092678979039192</left_val>
-            <right_val>-0.1950460970401764</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 1 9 4 -1.</_>
-                <_>
-                  9 1 9 2 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>9.6195898950099945e-003</threshold>
-            <left_val>0.1257791072130203</left_val>
-            <right_val>-0.3600305020809174</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 3 6 6 -1.</_>
-                <_>
-                  20 3 3 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0117724901065230</threshold>
-            <left_val>-0.3959350883960724</left_val>
-            <right_val>0.0646641179919243</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 1 8 6 -1.</_>
-                <_>
-                  13 4 8 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.7889800518751144e-003</threshold>
-            <left_val>0.1581373065710068</left_val>
-            <right_val>-0.3666752874851227</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 4 6 6 -1.</_>
-                <_>
-                  20 4 3 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0203722808510065</threshold>
-            <left_val>0.0488144904375076</left_val>
-            <right_val>-0.2415705025196075</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 4 6 6 -1.</_>
-                <_>
-                  15 4 6 3 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0107802804559469</threshold>
-            <left_val>-0.4603486955165863</left_val>
-            <right_val>0.0979101806879044</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 4 8 6 -1.</_>
-                <_>
-                  15 4 4 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0332037396728992</threshold>
-            <left_val>-0.0914465636014938</left_val>
-            <right_val>0.2108663022518158</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 5 12 -1.</_>
-                <_>
-                  0 8 5 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0658207684755325</threshold>
-            <left_val>-0.8174210190773010</left_val>
-            <right_val>0.0575362406671047</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  31 0 4 15 -1.</_>
-                <_>
-                  31 0 2 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.6010713130235672e-003</threshold>
-            <left_val>-0.0956382527947426</left_val>
-            <right_val>0.2392258048057556</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 10 14 6 -1.</_>
-                <_>
-                  4 10 7 3 2.</_>
-                <_>
-                  11 13 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.9997739996761084e-004</threshold>
-            <left_val>0.1309437006711960</left_val>
-            <right_val>-0.3362042903900147</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 2 12 11 -1.</_>
-                <_>
-                  19 2 6 11 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0916992723941803</threshold>
-            <left_val>-0.0272313691675663</left_val>
-            <right_val>0.9557452797889710</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 7 10 6 -1.</_>
-                <_>
-                  4 9 10 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.8221620488911867e-003</threshold>
-            <left_val>-0.1126120015978813</left_val>
-            <right_val>0.3355132937431335</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 5 12 11 -1.</_>
-                <_>
-                  20 5 4 11 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.2013012021780014</threshold>
-            <left_val>-0.9346994161605835</left_val>
-            <right_val>0.0111454697325826</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 5 12 10 -1.</_>
-                <_>
-                  11 5 4 10 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.5750422179698944e-003</threshold>
-            <left_val>0.1142985001206398</left_val>
-            <right_val>-0.3437069058418274</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 0 6 10 -1.</_>
-                <_>
-                  19 0 2 10 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0330829210579395</threshold>
-            <left_val>-0.8249893188476563</left_val>
-            <right_val>0.0340981595218182</right_val></_></_></trees>
-      <stage_threshold>-1.4652210474014282</stage_threshold>
-      <parent>12</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 14 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 5 9 6 -1.</_>
-                <_>
-                  6 7 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0100862495601177</threshold>
-            <left_val>0.2846584916114807</left_val>
-            <right_val>-0.3686054944992065</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 4 21 9 -1.</_>
-                <_>
-                  16 7 7 3 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0106409396976233</threshold>
-            <left_val>-0.5827698111534119</left_val>
-            <right_val>0.0978994220495224</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 21 3 -1.</_>
-                <_>
-                  7 0 7 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.8619149280712008e-004</threshold>
-            <left_val>-0.3491407930850983</left_val>
-            <right_val>0.2269286960363388</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 13 24 3 -1.</_>
-                <_>
-                  12 13 12 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.7749056294560432e-004</threshold>
-            <left_val>0.1931032985448837</left_val>
-            <right_val>-0.4105052053928375</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 1 12 5 -1.</_>
-                <_>
-                  14 1 6 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.5185881946235895e-004</threshold>
-            <left_val>-0.7142530083656311</left_val>
-            <right_val>0.0874177366495132</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 1 6 9 -1.</_>
-                <_>
-                  17 4 6 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.9314579442143440e-003</threshold>
-            <left_val>0.1037937030196190</left_val>
-            <right_val>-0.3488425016403198</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 10 9 4 -1.</_>
-                <_>
-                  10 12 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.4555559977889061e-004</threshold>
-            <left_val>-0.6909371018409729</left_val>
-            <right_val>0.0888263732194901</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 3 8 10 -1.</_>
-                <_>
-                  25 3 4 5 2.</_>
-                <_>
-                  21 8 4 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.8887790180742741e-003</threshold>
-            <left_val>-0.3807634115219116</left_val>
-            <right_val>0.1120672971010208</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 6 13 -1.</_>
-                <_>
-                  2 0 2 13 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.2653460986912251e-003</threshold>
-            <left_val>-0.1930554062128067</left_val>
-            <right_val>0.2953773140907288</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 7 34 8 -1.</_>
-                <_>
-                  18 7 17 4 2.</_>
-                <_>
-                  1 11 17 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0202247500419617</threshold>
-            <left_val>0.1177984997630119</left_val>
-            <right_val>-0.4428127110004425</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 7 6 -1.</_>
-                <_>
-                  0 12 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.1971539536025375e-004</threshold>
-            <left_val>-0.6211608052253723</left_val>
-            <right_val>0.0661304593086243</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 2 15 4 -1.</_>
-                <_>
-                  10 4 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0506540313363075</threshold>
-            <left_val>0.5307481884956360</left_val>
-            <right_val>-0.1032243967056274</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 8 10 -1.</_>
-                <_>
-                  7 3 4 5 2.</_>
-                <_>
-                  11 8 4 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.3317942917346954e-003</threshold>
-            <left_val>-0.4181677103042603</left_val>
-            <right_val>0.1429086029529572</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 1 8 6 -1.</_>
-                <_>
-                  20 1 4 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>3.6587950307875872e-003</threshold>
-            <left_val>-0.4358102083206177</left_val>
-            <right_val>0.1310161948204041</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 3 11 4 -1.</_>
-                <_>
-                  2 5 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.9678588509559631e-003</threshold>
-            <left_val>-0.1767614930868149</left_val>
-            <right_val>0.3056921958923340</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 2 4 14 -1.</_>
-                <_>
-                  21 9 4 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.2770680477842689e-003</threshold>
-            <left_val>-0.4545432925224304</left_val>
-            <right_val>0.0938131436705589</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 14 12 -1.</_>
-                <_>
-                  7 7 14 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.4419118463993073e-003</threshold>
-            <left_val>0.0481944382190704</left_val>
-            <right_val>-0.7965630888938904</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 0 24 2 -1.</_>
-                <_>
-                  8 0 12 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0585784092545509</threshold>
-            <left_val>0.0246975496411324</left_val>
-            <right_val>-0.4518406987190247</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 6 6 9 -1.</_>
-                <_>
-                  14 6 2 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.2919229347025976e-005</threshold>
-            <left_val>0.1286972016096115</left_val>
-            <right_val>-0.3585673868656158</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 8 13 -1.</_>
-                <_>
-                  23 0 4 13 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.6682289578020573e-003</threshold>
-            <left_val>0.0266056805849075</left_val>
-            <right_val>-0.2523921132087708</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 4 9 -1.</_>
-                <_>
-                  13 0 2 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.5669457651674747e-004</threshold>
-            <left_val>-0.4843049943447113</left_val>
-            <right_val>0.1046162992715836</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 1 9 4 -1.</_>
-                <_>
-                  13 3 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.4307079147547483e-003</threshold>
-            <left_val>0.1345452964305878</left_val>
-            <right_val>-0.3480885922908783</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 2 8 14 -1.</_>
-                <_>
-                  8 9 8 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0126184504479170</threshold>
-            <left_val>-0.6493849754333496</left_val>
-            <right_val>0.0594722405076027</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 1 8 7 -1.</_>
-                <_>
-                  20 1 4 7 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-1.8745700363069773e-003</threshold>
-            <left_val>-0.2400829941034317</left_val>
-            <right_val>0.0563924498856068</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 12 9 4 -1.</_>
-                <_>
-                  2 14 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.6596260722726583e-003</threshold>
-            <left_val>-0.4759364128112793</left_val>
-            <right_val>0.0797135978937149</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 5 9 6 -1.</_>
-                <_>
-                  23 7 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0451299101114273</threshold>
-            <left_val>0.6380848288536072</left_val>
-            <right_val>-0.0832540690898895</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 7 33 9 -1.</_>
-                <_>
-                  12 10 11 3 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1055831015110016</threshold>
-            <left_val>-0.7265210151672363</left_val>
-            <right_val>0.0656986832618713</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 10 12 6 -1.</_>
-                <_>
-                  19 10 6 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.1935948431491852e-003</threshold>
-            <left_val>0.1422633975744247</left_val>
-            <right_val>-0.2053859978914261</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 13 18 3 -1.</_>
-                <_>
-                  9 13 6 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.7122041471302509e-003</threshold>
-            <left_val>0.1274006962776184</left_val>
-            <right_val>-0.3470158874988556</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 10 13 6 -1.</_>
-                <_>
-                  21 12 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.7264867508783937e-004</threshold>
-            <left_val>-0.3461692929267883</left_val>
-            <right_val>0.1151733994483948</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 0 9 6 -1.</_>
-                <_>
-                  16 0 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0529310591518879</threshold>
-            <left_val>0.0511078089475632</left_val>
-            <right_val>-0.7185552120208740</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 4 9 6 -1.</_>
-                <_>
-                  21 6 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0109115196391940</threshold>
-            <left_val>-0.1163410022854805</left_val>
-            <right_val>0.5479344725608826</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 1 27 6 -1.</_>
-                <_>
-                  12 3 9 2 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0409653000533581</threshold>
-            <left_val>-0.7103782892227173</left_val>
-            <right_val>0.0736093670129776</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 0 6 11 -1.</_>
-                <_>
-                  18 0 2 11 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.9251768290996552e-003</threshold>
-            <left_val>-0.5253599882125855</left_val>
-            <right_val>0.0570251904428005</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 14 6 -1.</_>
-                <_>
-                  0 0 7 3 2.</_>
-                <_>
-                  7 3 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0357074216008186</threshold>
-            <left_val>0.3896350860595703</left_val>
-            <right_val>-0.0936129018664360</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 1 15 9 -1.</_>
-                <_>
-                  15 1 5 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0487805008888245</threshold>
-            <left_val>0.2469027936458588</left_val>
-            <right_val>-0.1899684965610504</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 3 10 4 -1.</_>
-                <_>
-                  5 3 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0139036802574992</threshold>
-            <left_val>-0.1004868969321251</left_val>
-            <right_val>0.4791614115238190</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  31 0 4 15 -1.</_>
-                <_>
-                  31 0 2 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>9.8998681642115116e-004</threshold>
-            <left_val>-0.1322237998247147</left_val>
-            <right_val>0.1478617042303085</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 4 15 -1.</_>
-                <_>
-                  2 0 2 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0245417505502701</threshold>
-            <left_val>0.5910410881042481</left_val>
-            <right_val>-0.0679794624447823</right_val></_></_></trees>
-      <stage_threshold>-1.4554309844970703</stage_threshold>
-      <parent>13</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 15 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 14 6 -1.</_>
-                <_>
-                  6 7 7 3 2.</_>
-                <_>
-                  13 10 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.2050681337714195e-003</threshold>
-            <left_val>0.2457406073808670</left_val>
-            <right_val>-0.4336969852447510</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 10 12 6 -1.</_>
-                <_>
-                  19 10 6 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.8106032237410545e-004</threshold>
-            <left_val>0.1591410934925079</left_val>
-            <right_val>-0.5154262781143189</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 0 12 6 -1.</_>
-                <_>
-                  2 0 6 3 2.</_>
-                <_>
-                  8 3 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.6500900276005268e-003</threshold>
-            <left_val>0.1324205994606018</left_val>
-            <right_val>-0.5459638237953186</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 0 6 15 -1.</_>
-                <_>
-                  19 0 2 15 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.4199450165033340e-003</threshold>
-            <left_val>0.1052424013614655</left_val>
-            <right_val>-0.3287822008132935</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 0 6 15 -1.</_>
-                <_>
-                  14 0 2 15 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.4777330216020346e-003</threshold>
-            <left_val>0.1565842032432556</left_val>
-            <right_val>-0.4707568883895874</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 3 32 10 -1.</_>
-                <_>
-                  11 3 16 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.1995161920785904e-003</threshold>
-            <left_val>-0.3530133962631226</left_val>
-            <right_val>0.1151925027370453</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 10 14 -1.</_>
-                <_>
-                  0 0 5 7 2.</_>
-                <_>
-                  5 7 5 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.0146901048719883e-003</threshold>
-            <left_val>0.1819670051336289</left_val>
-            <right_val>-0.3249131143093109</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 10 6 6 -1.</_>
-                <_>
-                  22 10 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.5248750355094671e-003</threshold>
-            <left_val>0.0626934394240379</left_val>
-            <right_val>-0.3131634891033173</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 10 6 6 -1.</_>
-                <_>
-                  10 10 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.0597518887370825e-003</threshold>
-            <left_val>0.1581391990184784</left_val>
-            <right_val>-0.3433535099029541</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 8 5 -1.</_>
-                <_>
-                  19 0 4 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.7262699808925390e-004</threshold>
-            <left_val>-0.4911664128303528</left_val>
-            <right_val>0.1142314970493317</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 4 9 6 -1.</_>
-                <_>
-                  4 6 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.3589591085910797e-003</threshold>
-            <left_val>-0.1774394959211350</left_val>
-            <right_val>0.3573932051658630</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 5 11 6 -1.</_>
-                <_>
-                  12 7 11 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.5389329530298710e-003</threshold>
-            <left_val>0.1534633040428162</left_val>
-            <right_val>-0.4964649081230164</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 6 7 -1.</_>
-                <_>
-                  14 0 3 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.2854919370729476e-004</threshold>
-            <left_val>-0.7563545703887940</left_val>
-            <right_val>0.0644658282399178</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 9 16 6 -1.</_>
-                <_>
-                  23 9 8 3 2.</_>
-                <_>
-                  15 12 8 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.7599839959293604e-003</threshold>
-            <left_val>0.0525591112673283</left_val>
-            <right_val>-0.5117846727371216</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 8 12 8 -1.</_>
-                <_>
-                  8 12 12 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.8459450006484985e-003</threshold>
-            <left_val>-0.7175623178482056</left_val>
-            <right_val>0.0600750707089901</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 5 7 9 -1.</_>
-                <_>
-                  14 8 7 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.6234171390533447e-003</threshold>
-            <left_val>-0.3469052910804749</left_val>
-            <right_val>0.1314089000225067</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 15 4 -1.</_>
-                <_>
-                  11 0 5 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0104067698121071</threshold>
-            <left_val>-0.4645211100578308</left_val>
-            <right_val>0.0877770036458969</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 3 4 9 -1.</_>
-                <_>
-                  16 3 2 9 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0198409296572208</threshold>
-            <left_val>0.7265198826789856</left_val>
-            <right_val>-0.0677597001194954</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 10 14 6 -1.</_>
-                <_>
-                  10 12 14 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.0607730364426970e-003</threshold>
-            <left_val>-0.4430949985980988</left_val>
-            <right_val>0.1120010986924171</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 2 8 12 -1.</_>
-                <_>
-                  23 2 4 12 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.5879360742401332e-005</threshold>
-            <left_val>0.0675260797142982</left_val>
-            <right_val>-0.1954710930585861</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 1 16 6 -1.</_>
-                <_>
-                  9 3 16 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.4338099434971809e-003</threshold>
-            <left_val>0.1831434965133667</left_val>
-            <right_val>-0.2158250957727432</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 2 6 7 -1.</_>
-                <_>
-                  21 2 3 7 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-9.4753541052341461e-003</threshold>
-            <left_val>-0.3107537925243378</left_val>
-            <right_val>0.0296027492731810</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 18 13 -1.</_>
-                <_>
-                  16 3 9 13 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0461715608835220</threshold>
-            <left_val>-0.6768711209297180</left_val>
-            <right_val>0.0530085302889347</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 2 9 6 -1.</_>
-                <_>
-                  21 4 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0336192809045315</threshold>
-            <left_val>0.4244674146175385</left_val>
-            <right_val>-0.0684630498290062</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 9 6 -1.</_>
-                <_>
-                  5 4 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0102489301934838</threshold>
-            <left_val>-0.1002881973981857</left_val>
-            <right_val>0.3912768959999085</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 7 22 6 -1.</_>
-                <_>
-                  18 7 11 3 2.</_>
-                <_>
-                  7 10 11 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.6815680321305990e-003</threshold>
-            <left_val>0.1887577027082443</left_val>
-            <right_val>-0.2822307944297791</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 6 10 10 -1.</_>
-                <_>
-                  1 6 5 5 2.</_>
-                <_>
-                  6 11 5 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.6953609194606543e-003</threshold>
-            <left_val>-0.3107165098190308</left_val>
-            <right_val>0.1347042024135590</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  28 4 7 12 -1.</_>
-                <_>
-                  28 10 7 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.4432539939880371e-003</threshold>
-            <left_val>-0.4250254929065704</left_val>
-            <right_val>0.0508006699383259</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 2 6 12 -1.</_>
-                <_>
-                  0 5 6 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.2914849258959293e-003</threshold>
-            <left_val>0.0797599107027054</left_val>
-            <right_val>-0.4599731862545013</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 3 9 11 -1.</_>
-                <_>
-                  23 3 3 11 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0826316475868225</threshold>
-            <left_val>-0.5219261050224304</left_val>
-            <right_val>9.5543414354324341e-003</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 3 9 11 -1.</_>
-                <_>
-                  9 3 3 11 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.3143989276140928e-003</threshold>
-            <left_val>0.1461140066385269</left_val>
-            <right_val>-0.2846016883850098</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 28 10 -1.</_>
-                <_>
-                  21 0 14 5 2.</_>
-                <_>
-                  7 5 14 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0326264202594757</threshold>
-            <left_val>0.0560735985636711</left_val>
-            <right_val>-0.4048418998718262</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 32 10 -1.</_>
-                <_>
-                  0 0 16 5 2.</_>
-                <_>
-                  16 5 16 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0183374900370836</threshold>
-            <left_val>0.1266424953937531</left_val>
-            <right_val>-0.3553881049156189</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 0 8 15 -1.</_>
-                <_>
-                  18 0 4 15 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.9633909687399864e-003</threshold>
-            <left_val>0.1155748963356018</left_val>
-            <right_val>-0.0920224487781525</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 4 4 10 -1.</_>
-                <_>
-                  17 4 2 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.6708398945629597e-003</threshold>
-            <left_val>-0.3282198905944824</left_val>
-            <right_val>0.1860246062278748</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 9 22 4 -1.</_>
-                <_>
-                  21 9 11 2 2.</_>
-                <_>
-                  10 11 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.0765379993245006e-003</threshold>
-            <left_val>0.0424567908048630</left_val>
-            <right_val>-0.1686701029539108</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 9 22 4 -1.</_>
-                <_>
-                  3 9 11 2 2.</_>
-                <_>
-                  14 11 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.7574980156496167e-003</threshold>
-            <left_val>0.0943209975957870</left_val>
-            <right_val>-0.3822691142559052</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 5 9 6 -1.</_>
-                <_>
-                  22 7 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0320435315370560</threshold>
-            <left_val>0.3741017878055573</left_val>
-            <right_val>-0.1022043004631996</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 3 20 4 -1.</_>
-                <_>
-                  17 3 10 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0111945699900389</threshold>
-            <left_val>0.1510879993438721</left_val>
-            <right_val>-0.2665511071681976</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 5 9 6 -1.</_>
-                <_>
-                  22 7 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0216540098190308</threshold>
-            <left_val>-0.0260775294154882</left_val>
-            <right_val>0.5977694988250732</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 1 9 6 -1.</_>
-                <_>
-                  7 1 9 3 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0117464698851109</threshold>
-            <left_val>0.0617832690477371</left_val>
-            <right_val>-0.6158326864242554</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 8 10 7 -1.</_>
-                <_>
-                  13 8 5 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0486739911139011</threshold>
-            <left_val>0.5498750805854797</left_val>
-            <right_val>-0.0585999302566051</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 6 21 10 -1.</_>
-                <_>
-                  13 6 7 10 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.9311890080571175e-003</threshold>
-            <left_val>-0.5974779725074768</left_val>
-            <right_val>0.0662784278392792</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 5 9 6 -1.</_>
-                <_>
-                  22 7 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0532745681703091</threshold>
-            <left_val>0.3756535053253174</left_val>
-            <right_val>-0.0386891402304173</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 12 34 4 -1.</_>
-                <_>
-                  0 12 17 2 2.</_>
-                <_>
-                  17 14 17 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.7384070716798306e-003</threshold>
-            <left_val>-0.3141412138938904</left_val>
-            <right_val>0.1096230000257492</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 5 9 6 -1.</_>
-                <_>
-                  22 7 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.5831640064716339e-003</threshold>
-            <left_val>0.1031273007392883</left_val>
-            <right_val>-0.1022981032729149</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 5 9 6 -1.</_>
-                <_>
-                  4 7 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.5976912155747414e-003</threshold>
-            <left_val>-0.0768177285790443</left_val>
-            <right_val>0.5737854242324829</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  26 12 9 4 -1.</_>
-                <_>
-                  26 14 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.0935790427029133e-003</threshold>
-            <left_val>-0.5453878045082092</left_val>
-            <right_val>0.0617735497653484</right_val></_></_></trees>
-      <stage_threshold>-1.5335040092468262</stage_threshold>
-      <parent>14</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 16 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 4 16 -1.</_>
-                <_>
-                  2 0 2 16 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0101193003356457</threshold>
-            <left_val>-0.2023221999406815</left_val>
-            <right_val>0.4445329904556274</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 1 6 9 -1.</_>
-                <_>
-                  17 1 2 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.6779979709535837e-003</threshold>
-            <left_val>-0.6251000165939331</left_val>
-            <right_val>0.1371407955884934</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 1 9 6 -1.</_>
-                <_>
-                  14 1 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.1924450993537903e-003</threshold>
-            <left_val>-0.5699061155319214</left_val>
-            <right_val>0.1067446023225784</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 5 9 4 -1.</_>
-                <_>
-                  21 7 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.9202220030128956e-003</threshold>
-            <left_val>0.2456797063350678</left_val>
-            <right_val>-0.2870011031627655</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 7 9 6 -1.</_>
-                <_>
-                  6 9 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.4177910391881596e-006</threshold>
-            <left_val>-0.2217509001493454</left_val>
-            <right_val>0.2762128114700317</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 2 9 6 -1.</_>
-                <_>
-                  13 4 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.4316600281745195e-003</threshold>
-            <left_val>0.0906559899449348</left_val>
-            <right_val>-0.5532085895538330</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 10 18 4 -1.</_>
-                <_>
-                  5 10 9 2 2.</_>
-                <_>
-                  14 12 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.3749138209677767e-006</threshold>
-            <left_val>0.0983404964208603</left_val>
-            <right_val>-0.5570558905601502</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 6 5 10 -1.</_>
-                <_>
-                  17 11 5 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.9332869239151478e-003</threshold>
-            <left_val>-0.4651069045066834</left_val>
-            <right_val>0.0113826999440789</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 26 8 -1.</_>
-                <_>
-                  0 0 13 4 2.</_>
-                <_>
-                  13 4 13 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.6644300930202007e-003</threshold>
-            <left_val>0.1057863011956215</left_val>
-            <right_val>-0.4629634022712708</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 0 12 6 -1.</_>
-                <_>
-                  21 0 6 3 2.</_>
-                <_>
-                  15 3 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.1384870633482933e-003</threshold>
-            <left_val>-0.4095476865768433</left_val>
-            <right_val>0.2203072011470795</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 12 10 4 -1.</_>
-                <_>
-                  0 14 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.6969869611784816e-003</threshold>
-            <left_val>-0.4683494865894318</left_val>
-            <right_val>0.1014517992734909</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 5 9 4 -1.</_>
-                <_>
-                  21 7 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0328898392617702</threshold>
-            <left_val>0.6092429161071777</left_val>
-            <right_val>-0.0371812097728252</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 8 18 4 -1.</_>
-                <_>
-                  7 8 9 2 2.</_>
-                <_>
-                  16 10 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-8.1303651677444577e-004</threshold>
-            <left_val>0.1481053978204727</left_val>
-            <right_val>-0.3283059000968933</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 1 6 12 -1.</_>
-                <_>
-                  19 1 3 6 2.</_>
-                <_>
-                  16 7 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.1419961489737034e-003</threshold>
-            <left_val>-0.2681117951869965</left_val>
-            <right_val>0.0767865031957626</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 4 9 6 -1.</_>
-                <_>
-                  3 6 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.0098430104553699e-003</threshold>
-            <left_val>-0.1723313927650452</left_val>
-            <right_val>0.2964273095130920</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  29 0 6 12 -1.</_>
-                <_>
-                  29 3 6 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0322539992630482</threshold>
-            <left_val>-0.3569582998752594</left_val>
-            <right_val>0.0851065889000893</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 0 5 8 -1.</_>
-                <_>
-                  11 4 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0541777610778809</threshold>
-            <left_val>0.4281792938709259</left_val>
-            <right_val>-0.1225987970829010</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 1 3 12 -1.</_>
-                <_>
-                  18 1 3 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0253046900033951</threshold>
-            <left_val>0.0676188096404076</left_val>
-            <right_val>-0.3107691109180450</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 3 5 8 -1.</_>
-                <_>
-                  17 3 5 4 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.0877770408987999e-003</threshold>
-            <left_val>-0.3984561860561371</left_val>
-            <right_val>0.1175806000828743</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 9 13 6 -1.</_>
-                <_>
-                  11 11 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.3680319534614682e-003</threshold>
-            <left_val>-0.4131310880184174</left_val>
-            <right_val>0.1085856035351753</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 16 4 -1.</_>
-                <_>
-                  6 2 16 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.9693443626165390e-003</threshold>
-            <left_val>0.2006022036075592</left_val>
-            <right_val>-0.2126467972993851</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 2 10 -1.</_>
-                <_>
-                  19 0 1 10 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>1.1733040446415544e-003</threshold>
-            <left_val>0.0651490166783333</left_val>
-            <right_val>-0.2068571001291275</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 4 12 -1.</_>
-                <_>
-                  0 10 4 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.4133330276235938e-004</threshold>
-            <left_val>-0.5138965845108032</left_val>
-            <right_val>0.0849129781126976</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 4 34 12 -1.</_>
-                <_>
-                  18 4 17 6 2.</_>
-                <_>
-                  1 10 17 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0260266102850437</threshold>
-            <left_val>0.1201672032475472</left_val>
-            <right_val>-0.3847663998603821</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 7 11 4 -1.</_>
-                <_>
-                  4 9 11 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0311827100813389</threshold>
-            <left_val>-0.0947820171713829</left_val>
-            <right_val>0.4719597995281220</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 9 20 7 -1.</_>
-                <_>
-                  13 9 10 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.3826777730137110e-004</threshold>
-            <left_val>0.2843958139419556</left_val>
-            <right_val>-0.1304959952831268</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 0 8 16 -1.</_>
-                <_>
-                  12 0 4 8 2.</_>
-                <_>
-                  16 8 4 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.4855498969554901e-003</threshold>
-            <left_val>-0.3074608147144318</left_val>
-            <right_val>0.1318304985761643</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 11 15 4 -1.</_>
-                <_>
-                  10 13 15 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.3504867032170296e-005</threshold>
-            <left_val>-0.4027338027954102</left_val>
-            <right_val>0.0874304398894310</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 2 12 2 -1.</_>
-                <_>
-                  13 2 12 1 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0127999801188707</threshold>
-            <left_val>-0.0860047116875649</left_val>
-            <right_val>0.4185662865638733</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 4 28 12 -1.</_>
-                <_>
-                  11 4 14 12 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.7533569373190403e-003</threshold>
-            <left_val>-0.3348509073257446</left_val>
-            <right_val>0.1057450026273727</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 5 9 4 -1.</_>
-                <_>
-                  5 7 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.8037710580974817e-003</threshold>
-            <left_val>0.1719712018966675</left_val>
-            <right_val>-0.1979579925537109</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 2 6 8 -1.</_>
-                <_>
-                  21 2 3 8 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0868300721049309</threshold>
-            <left_val>9.7516188398003578e-003</left_val>
-            <right_val>-0.7481169104576111</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 5 9 6 -1.</_>
-                <_>
-                  4 7 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.5165452174842358e-003</threshold>
-            <left_val>-0.0779661834239960</left_val>
-            <right_val>0.4952025115489960</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 4 6 6 -1.</_>
-                <_>
-                  19 4 3 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-4.0206471458077431e-003</threshold>
-            <left_val>-0.1484204977750778</left_val>
-            <right_val>0.1170098036527634</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 2 6 9 -1.</_>
-                <_>
-                  13 5 6 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.7533338703215122e-004</threshold>
-            <left_val>0.1082177013158798</left_val>
-            <right_val>-0.3711431026458740</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  23 10 6 6 -1.</_>
-                <_>
-                  23 10 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0202844496816397</threshold>
-            <left_val>-0.7993019819259644</left_val>
-            <right_val>0.0563794896006584</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 3 10 4 -1.</_>
-                <_>
-                  4 5 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.8226329702883959e-003</threshold>
-            <left_val>-0.1503199040889740</left_val>
-            <right_val>0.2597473859786987</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 7 14 8 -1.</_>
-                <_>
-                  18 9 14 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.1662491858005524e-003</threshold>
-            <left_val>-0.0681656599044800</left_val>
-            <right_val>0.0910578072071075</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 7 9 6 -1.</_>
-                <_>
-                  12 9 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0160904992371798</threshold>
-            <left_val>0.0536881610751152</left_val>
-            <right_val>-0.6090872287750244</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 4 9 6 -1.</_>
-                <_>
-                  22 6 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.0950432196259499e-003</threshold>
-            <left_val>-0.1322737932205200</left_val>
-            <right_val>0.3548657000064850</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 7 15 6 -1.</_>
-                <_>
-                  10 9 15 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0114497495815158</threshold>
-            <left_val>-0.3570930957794190</left_val>
-            <right_val>0.1160681024193764</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  27 0 8 10 -1.</_>
-                <_>
-                  31 0 4 5 2.</_>
-                <_>
-                  27 5 4 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.9602200482040644e-003</threshold>
-            <left_val>0.1316369026899338</left_val>
-            <right_val>-0.3179002106189728</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 0 9 6 -1.</_>
-                <_>
-                  16 0 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.2047627978026867e-003</threshold>
-            <left_val>-0.8060140013694763</left_val>
-            <right_val>0.0366904810070992</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 4 9 6 -1.</_>
-                <_>
-                  22 6 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0295312497764826</threshold>
-            <left_val>0.5092440247535706</left_val>
-            <right_val>-0.0701703727245331</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 8 20 7 -1.</_>
-                <_>
-                  5 8 10 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0277497898787260</threshold>
-            <left_val>-0.0484713315963745</left_val>
-            <right_val>0.5751788020133972</right_val></_></_></trees>
-      <stage_threshold>-1.4719920158386230</stage_threshold>
-      <parent>15</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 17 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 12 10 4 -1.</_>
-                <_>
-                  12 12 5 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.0962689993903041e-003</threshold>
-            <left_val>0.2602201104164124</left_val>
-            <right_val>-0.4076834022998810</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  29 10 6 6 -1.</_>
-                <_>
-                  29 10 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.0876009948551655e-003</threshold>
-            <left_val>-0.2733851969242096</left_val>
-            <right_val>0.2341865003108978</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 5 20 4 -1.</_>
-                <_>
-                  4 5 10 2 2.</_>
-                <_>
-                  14 7 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.4182109627872705e-003</threshold>
-            <left_val>-0.3383834064006805</left_val>
-            <right_val>0.1993636041879654</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 5 18 4 -1.</_>
-                <_>
-                  9 5 9 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0218265894800425</threshold>
-            <left_val>0.0793147012591362</left_val>
-            <right_val>-0.3672462999820709</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 3 12 13 -1.</_>
-                <_>
-                  15 3 4 13 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1553238034248352</threshold>
-            <left_val>-0.1406794935464859</left_val>
-            <right_val>0.4410114884376526</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 4 6 6 -1.</_>
-                <_>
-                  20 4 6 3 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0218167491257191</threshold>
-            <left_val>-0.2676200866699219</left_val>
-            <right_val>0.1245640963315964</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 7 24 9 -1.</_>
-                <_>
-                  10 7 8 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.6035892814397812e-004</threshold>
-            <left_val>-0.2847656905651093</left_val>
-            <right_val>0.2233600020408630</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 0 16 6 -1.</_>
-                <_>
-                  13 3 16 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0119888903573155</threshold>
-            <left_val>0.1178857013583183</left_val>
-            <right_val>-0.3265433907508850</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 8 14 -1.</_>
-                <_>
-                  3 0 4 7 2.</_>
-                <_>
-                  7 7 4 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.3609459856525064e-003</threshold>
-            <left_val>0.0968397930264473</left_val>
-            <right_val>-0.3867565095424652</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 1 12 5 -1.</_>
-                <_>
-                  23 1 4 5 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.8692358005791903e-004</threshold>
-            <left_val>0.1319030970335007</left_val>
-            <right_val>-0.3423039019107819</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 9 6 -1.</_>
-                <_>
-                  3 0 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.4855760382488370e-003</threshold>
-            <left_val>-0.2110680937767029</left_val>
-            <right_val>0.2285397052764893</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 0 7 6 -1.</_>
-                <_>
-                  18 0 7 3 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>0.0116243297234178</threshold>
-            <left_val>0.0550729408860207</left_val>
-            <right_val>-0.1617069989442825</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 3 18 4 -1.</_>
-                <_>
-                  17 3 9 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.9688087999820709e-003</threshold>
-            <left_val>-0.3590199947357178</left_val>
-            <right_val>0.1293555051088333</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 0 12 5 -1.</_>
-                <_>
-                  19 0 4 5 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.7302039777860045e-003</threshold>
-            <left_val>-0.2707703113555908</left_val>
-            <right_val>0.1250617057085037</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 0 12 5 -1.</_>
-                <_>
-                  12 0 4 5 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.4663740294054151e-003</threshold>
-            <left_val>-0.3282034099102020</left_val>
-            <right_val>0.1494873017072678</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 2 9 6 -1.</_>
-                <_>
-                  22 2 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.9357081297785044e-004</threshold>
-            <left_val>0.0994076803326607</left_val>
-            <right_val>-0.4804121851921082</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 2 9 6 -1.</_>
-                <_>
-                  10 2 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.4360119821503758e-003</threshold>
-            <left_val>0.0868886485695839</left_val>
-            <right_val>-0.4076794087886810</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  29 0 6 12 -1.</_>
-                <_>
-                  29 4 6 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0305704493075609</threshold>
-            <left_val>-0.3003444969654083</left_val>
-            <right_val>0.0951933935284615</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 7 9 8 -1.</_>
-                <_>
-                  8 11 9 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0523414388298988</threshold>
-            <left_val>-0.1523461043834686</left_val>
-            <right_val>0.2932294905185700</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 7 32 6 -1.</_>
-                <_>
-                  19 7 16 3 2.</_>
-                <_>
-                  3 10 16 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0111620798707008</threshold>
-            <left_val>0.1051701977849007</left_val>
-            <right_val>-0.3569095134735107</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 0 6 12 -1.</_>
-                <_>
-                  1 0 3 6 2.</_>
-                <_>
-                  4 6 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.0539049981161952e-003</threshold>
-            <left_val>0.1317289024591446</left_val>
-            <right_val>-0.2855288088321686</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 0 9 6 -1.</_>
-                <_>
-                  23 0 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-4.3659731745719910e-003</threshold>
-            <left_val>-0.1688212007284164</left_val>
-            <right_val>0.1287277936935425</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  1 8 16 8 -1.</_>
-                <_>
-                  1 12 16 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.0272400043904781e-003</threshold>
-            <left_val>-0.8163853287696838</left_val>
-            <right_val>0.0467944294214249</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  28 0 7 12 -1.</_>
-                <_>
-                  28 4 7 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1293292939662933</threshold>
-            <left_val>-0.9604929089546204</left_val>
-            <right_val>0.0136134698987007</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  3 0 12 6 -1.</_>
-                <_>
-                  7 0 4 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0557876415550709</threshold>
-            <left_val>-0.6962391734123230</left_val>
-            <right_val>0.0390179194509983</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 4 4 10 -1.</_>
-                <_>
-                  16 4 2 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.3660929184406996e-003</threshold>
-            <left_val>-0.1388535946607590</left_val>
-            <right_val>0.1419872045516968</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 4 4 10 -1.</_>
-                <_>
-                  17 4 2 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0180802997201681</threshold>
-            <left_val>-0.1347098052501679</left_val>
-            <right_val>0.3498007059097290</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 2 15 12 -1.</_>
-                <_>
-                  20 6 5 4 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0887344777584076</threshold>
-            <left_val>-0.1260810047388077</left_val>
-            <right_val>0.1521161049604416</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 6 7 6 -1.</_>
-                <_>
-                  12 9 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.9484329968690872e-003</threshold>
-            <left_val>-0.4400984942913055</left_val>
-            <right_val>0.0752990096807480</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 4 9 6 -1.</_>
-                <_>
-                  22 6 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.9654728285968304e-003</threshold>
-            <left_val>-0.1346112042665482</left_val>
-            <right_val>0.3363116085529327</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 6 12 -1.</_>
-                <_>
-                  0 4 6 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0768942981958389</threshold>
-            <left_val>-0.7489886283874512</left_val>
-            <right_val>0.0475988797843456</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 8 16 6 -1.</_>
-                <_>
-                  18 10 16 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.6538050258532166e-003</threshold>
-            <left_val>-0.2216338962316513</left_val>
-            <right_val>0.1017028987407684</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 1 9 6 -1.</_>
-                <_>
-                  2 3 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0482188984751701</threshold>
-            <left_val>0.5360609889030457</left_val>
-            <right_val>-0.0594903789460659</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 9 14 4 -1.</_>
-                <_>
-                  11 11 14 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.0378670413047075e-003</threshold>
-            <left_val>-0.4085307121276856</left_val>
-            <right_val>0.0616618618369102</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 4 6 6 -1.</_>
-                <_>
-                  15 4 3 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0230658203363419</threshold>
-            <left_val>-0.1584887057542801</left_val>
-            <right_val>0.2182209044694901</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 1 8 12 -1.</_>
-                <_>
-                  19 5 8 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0738082230091095</threshold>
-            <left_val>0.2715057134628296</left_val>
-            <right_val>-0.1190420985221863</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 0 6 9 -1.</_>
-                <_>
-                  15 0 2 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0206969995051622</threshold>
-            <left_val>-0.7872844934463501</left_val>
-            <right_val>0.0428552702069283</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 4 16 12 -1.</_>
-                <_>
-                  23 4 8 12 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1112067028880119</threshold>
-            <left_val>-0.0278462208807468</left_val>
-            <right_val>0.7108510136604309</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 0 9 6 -1.</_>
-                <_>
-                  16 0 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>4.1513631003908813e-004</threshold>
-            <left_val>-0.4659223854541779</left_val>
-            <right_val>0.0695245563983917</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 12 9 4 -1.</_>
-                <_>
-                  15 14 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.0583390034735203e-003</threshold>
-            <left_val>-0.3636411130428314</left_val>
-            <right_val>0.0694743469357491</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 4 16 12 -1.</_>
-                <_>
-                  4 4 8 12 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0580755509436131</threshold>
-            <left_val>-0.0569695904850960</left_val>
-            <right_val>0.5458229780197144</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  16 2 12 11 -1.</_>
-                <_>
-                  19 2 6 11 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.1182276979088783</threshold>
-            <left_val>-0.7170674800872803</left_val>
-            <right_val>0.0192870907485485</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 6 15 7 -1.</_>
-                <_>
-                  13 6 5 7 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.1035849004983902</threshold>
-            <left_val>-0.0617299005389214</left_val>
-            <right_val>0.4865637123584747</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 0 4 10 -1.</_>
-                <_>
-                  18 0 2 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0504306182265282</threshold>
-            <left_val>0.0232411008328199</left_val>
-            <right_val>-0.9161332845687866</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 0 6 11 -1.</_>
-                <_>
-                  15 0 2 11 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>8.2983197644352913e-003</threshold>
-            <left_val>0.1060303971171379</left_val>
-            <right_val>-0.2741267979145050</right_val></_></_>
-        <_>
-          <!-- tree 45 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 3 6 6 -1.</_>
-                <_>
-                  20 3 3 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>3.6743599921464920e-003</threshold>
-            <left_val>-0.0931911766529083</left_val>
-            <right_val>0.0665657892823219</right_val></_></_>
-        <_>
-          <!-- tree 46 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 18 8 -1.</_>
-                <_>
-                  0 0 9 4 2.</_>
-                <_>
-                  9 4 9 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-6.2067247927188873e-003</threshold>
-            <left_val>0.0983867272734642</left_val>
-            <right_val>-0.3149386942386627</right_val></_></_>
-        <_>
-          <!-- tree 47 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 3 6 6 -1.</_>
-                <_>
-                  20 3 3 6 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.0936079099774361</threshold>
-            <left_val>-1.</left_val>
-            <right_val>1.1065090075135231e-003</right_val></_></_>
-        <_>
-          <!-- tree 48 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 3 6 6 -1.</_>
-                <_>
-                  15 3 6 3 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-5.7266331277787685e-003</threshold>
-            <left_val>-0.5244141221046448</left_val>
-            <right_val>0.0589701086282730</right_val></_></_>
-        <_>
-          <!-- tree 49 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 8 13 6 -1.</_>
-                <_>
-                  18 10 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0433338582515717</threshold>
-            <left_val>0.0129079502075911</left_val>
-            <right_val>-0.4970839917659760</right_val></_></_>
-        <_>
-          <!-- tree 50 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 7 10 4 -1.</_>
-                <_>
-                  8 9 10 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0187191404402256</threshold>
-            <left_val>-0.0978064909577370</left_val>
-            <right_val>0.3993046879768372</right_val></_></_>
-        <_>
-          <!-- tree 51 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  21 0 10 16 -1.</_>
-                <_>
-                  26 0 5 8 2.</_>
-                <_>
-                  21 8 5 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0360456891357899</threshold>
-            <left_val>0.0289126895368099</left_val>
-            <right_val>-0.5028494000434876</right_val></_></_>
-        <_>
-          <!-- tree 52 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  4 0 10 16 -1.</_>
-                <_>
-                  4 0 5 8 2.</_>
-                <_>
-                  9 8 5 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0122308097779751</threshold>
-            <left_val>0.0769027471542358</left_val>
-            <right_val>-0.4037911891937256</right_val></_></_>
-        <_>
-          <!-- tree 53 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 6 18 4 -1.</_>
-                <_>
-                  22 6 9 2 2.</_>
-                <_>
-                  13 8 9 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.5689369328320026e-003</threshold>
-            <left_val>-0.0902797728776932</left_val>
-            <right_val>0.1689237952232361</right_val></_></_>
-        <_>
-          <!-- tree 54 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 9 7 6 -1.</_>
-                <_>
-                  11 12 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.8645619750022888e-003</threshold>
-            <left_val>-0.7716928720474243</left_val>
-            <right_val>0.0395921394228935</right_val></_></_>
-        <_>
-          <!-- tree 55 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 5 12 6 -1.</_>
-                <_>
-                  16 5 6 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.1142618544399738e-003</threshold>
-            <left_val>0.8242614269256592</left_val>
-            <right_val>-0.0316176898777485</right_val></_></_>
-        <_>
-          <!-- tree 56 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 5 12 6 -1.</_>
-                <_>
-                  13 5 6 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.1514348015189171e-003</threshold>
-            <left_val>0.7027248144149780</left_val>
-            <right_val>-0.0348167307674885</right_val></_></_></trees>
-      <stage_threshold>-1.3627879619598389</stage_threshold>
-      <parent>16</parent>
-      <next>-1</next></_>
-    <_>
-      <!-- stage 18 -->
-      <trees>
-        <_>
-          <!-- tree 0 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 13 24 3 -1.</_>
-                <_>
-                  11 13 12 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.8993569537997246e-003</threshold>
-            <left_val>0.2131370007991791</left_val>
-            <right_val>-0.4337685108184815</right_val></_></_>
-        <_>
-          <!-- tree 1 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 2 28 14 -1.</_>
-                <_>
-                  14 2 14 14 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>2.7455869130790234e-003</threshold>
-            <left_val>-0.6750177741050720</left_val>
-            <right_val>0.1113997027277947</right_val></_></_>
-        <_>
-          <!-- tree 2 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 4 21 12 -1.</_>
-                <_>
-                  12 8 7 4 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.9400230422616005e-003</threshold>
-            <left_val>-0.4494703114032745</left_val>
-            <right_val>0.1532945036888123</right_val></_></_>
-        <_>
-          <!-- tree 3 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 6 6 9 -1.</_>
-                <_>
-                  19 6 2 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.7406620318070054e-003</threshold>
-            <left_val>0.1650654971599579</left_val>
-            <right_val>-0.2983390092849731</right_val></_></_>
-        <_>
-          <!-- tree 4 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 5 6 10 -1.</_>
-                <_>
-                  14 5 2 10 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.1893510236404836e-004</threshold>
-            <left_val>0.1341492980718613</left_val>
-            <right_val>-0.4443469941616058</right_val></_></_>
-        <_>
-          <!-- tree 5 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 5 16 8 -1.</_>
-                <_>
-                  12 7 16 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.8158879615366459e-003</threshold>
-            <left_val>0.1088962033390999</left_val>
-            <right_val>-0.4267187118530273</right_val></_></_>
-        <_>
-          <!-- tree 6 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 2 6 14 -1.</_>
-                <_>
-                  5 2 3 7 2.</_>
-                <_>
-                  8 9 3 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.6700219605118036e-003</threshold>
-            <left_val>-0.3628309965133667</left_val>
-            <right_val>0.1371262073516846</right_val></_></_>
-        <_>
-          <!-- tree 7 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 0 18 3 -1.</_>
-                <_>
-                  20 0 6 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.6746539990417659e-004</threshold>
-            <left_val>-0.3496528863906860</left_val>
-            <right_val>0.1747646033763886</right_val></_></_>
-        <_>
-          <!-- tree 8 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 15 4 -1.</_>
-                <_>
-                  11 0 5 4 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.6125190304592252e-003</threshold>
-            <left_val>-0.2941386997699738</left_val>
-            <right_val>0.1757515966892242</right_val></_></_>
-        <_>
-          <!-- tree 9 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 4 12 6 -1.</_>
-                <_>
-                  24 4 6 3 2.</_>
-                <_>
-                  18 7 6 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.8210130510851741e-003</threshold>
-            <left_val>-0.2287787944078445</left_val>
-            <right_val>0.0688152313232422</right_val></_></_>
-        <_>
-          <!-- tree 10 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 3 12 -1.</_>
-                <_>
-                  6 6 3 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.0798959992825985e-003</threshold>
-            <left_val>0.1371428072452545</left_val>
-            <right_val>-0.3478940129280090</right_val></_></_>
-        <_>
-          <!-- tree 11 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  32 1 3 14 -1.</_>
-                <_>
-                  32 8 3 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-5.7159340940415859e-003</threshold>
-            <left_val>-0.7814933061599731</left_val>
-            <right_val>0.1113727986812592</right_val></_></_>
-        <_>
-          <!-- tree 12 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 3 9 6 -1.</_>
-                <_>
-                  6 5 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.4567378722131252e-003</threshold>
-            <left_val>-0.1865946948528290</left_val>
-            <right_val>0.2485855072736740</right_val></_></_>
-        <_>
-          <!-- tree 13 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  7 0 21 9 -1.</_>
-                <_>
-                  14 3 7 3 9.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0192306898534298</threshold>
-            <left_val>-0.6605920195579529</left_val>
-            <right_val>0.0783730819821358</right_val></_></_>
-        <_>
-          <!-- tree 14 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 1 6 9 -1.</_>
-                <_>
-                  12 4 6 3 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.9379029981791973e-003</threshold>
-            <left_val>0.1005700007081032</left_val>
-            <right_val>-0.3901166915893555</right_val></_></_>
-        <_>
-          <!-- tree 15 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 10 13 6 -1.</_>
-                <_>
-                  13 12 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0235132202506065</threshold>
-            <left_val>-0.9342905282974243</left_val>
-            <right_val>0.0212153103202581</right_val></_></_>
-        <_>
-          <!-- tree 16 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 7 9 6 -1.</_>
-                <_>
-                  8 7 3 6 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-9.8339980468153954e-004</threshold>
-            <left_val>0.1361822038888931</left_val>
-            <right_val>-0.2827340960502625</right_val></_></_>
-        <_>
-          <!-- tree 17 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 0 6 9 -1.</_>
-                <_>
-                  21 0 2 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.2023929739370942e-003</threshold>
-            <left_val>0.0948768332600594</left_val>
-            <right_val>-0.2870748043060303</right_val></_></_>
-        <_>
-          <!-- tree 18 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 0 6 9 -1.</_>
-                <_>
-                  12 0 2 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>1.0785560152726248e-004</threshold>
-            <left_val>0.1267157942056656</left_val>
-            <right_val>-0.3045237958431244</right_val></_></_>
-        <_>
-          <!-- tree 19 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  26 9 9 6 -1.</_>
-                <_>
-                  26 11 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0432878993451595</threshold>
-            <left_val>0.0232429094612598</left_val>
-            <right_val>-0.8951010704040527</right_val></_></_>
-        <_>
-          <!-- tree 20 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 9 9 6 -1.</_>
-                <_>
-                  0 11 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-1.3477449829224497e-004</threshold>
-            <left_val>-0.2786504924297333</left_val>
-            <right_val>0.1419862061738968</right_val></_></_>
-        <_>
-          <!-- tree 21 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 0 6 9 -1.</_>
-                <_>
-                  20 0 2 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0290825106203556</threshold>
-            <left_val>-0.6127985715866089</left_val>
-            <right_val>0.0208179708570242</right_val></_></_>
-        <_>
-          <!-- tree 22 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  14 4 6 10 -1.</_>
-                <_>
-                  17 4 3 10 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0547165907919407</threshold>
-            <left_val>-0.0773123875260353</left_val>
-            <right_val>0.4768778085708618</right_val></_></_>
-        <_>
-          <!-- tree 23 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 0 6 9 -1.</_>
-                <_>
-                  20 0 2 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>7.2856438346207142e-003</threshold>
-            <left_val>0.0413208305835724</left_val>
-            <right_val>-0.2156361043453217</right_val></_></_>
-        <_>
-          <!-- tree 24 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  6 0 12 7 -1.</_>
-                <_>
-                  9 0 6 7 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0567983090877533</threshold>
-            <left_val>-0.7121685743331909</left_val>
-            <right_val>0.0512651689350605</right_val></_></_>
-        <_>
-          <!-- tree 25 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 0 30 8 -1.</_>
-                <_>
-                  20 0 15 4 2.</_>
-                <_>
-                  5 4 15 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0277114603668451</threshold>
-            <left_val>0.0369968898594379</left_val>
-            <right_val>-0.3223392069339752</right_val></_></_>
-        <_>
-          <!-- tree 26 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 30 8 -1.</_>
-                <_>
-                  0 0 15 4 2.</_>
-                <_>
-                  15 4 15 4 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>6.8370159715414047e-003</threshold>
-            <left_val>0.1321330070495606</left_val>
-            <right_val>-0.3607194125652313</right_val></_></_>
-        <_>
-          <!-- tree 27 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 10 9 6 -1.</_>
-                <_>
-                  18 13 9 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.6247848988277838e-005</threshold>
-            <left_val>-0.4339846074581146</left_val>
-            <right_val>0.0723587274551392</right_val></_></_>
-        <_>
-          <!-- tree 28 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 10 16 6 -1.</_>
-                <_>
-                  4 10 8 6 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0366770103573799</threshold>
-            <left_val>-0.0922408401966095</left_val>
-            <right_val>0.4350239038467407</right_val></_></_>
-        <_>
-          <!-- tree 29 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  20 5 10 6 -1.</_>
-                <_>
-                  20 7 10 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-7.7279601246118546e-003</threshold>
-            <left_val>0.1286932975053787</left_val>
-            <right_val>-0.1674661934375763</right_val></_></_>
-        <_>
-          <!-- tree 30 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  5 5 10 6 -1.</_>
-                <_>
-                  5 7 10 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>5.9293289668858051e-003</threshold>
-            <left_val>-0.0760817900300026</left_val>
-            <right_val>0.5295932292938232</right_val></_></_>
-        <_>
-          <!-- tree 31 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  2 2 32 5 -1.</_>
-                <_>
-                  2 2 16 5 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0105473101139069</threshold>
-            <left_val>-0.2897404134273529</left_val>
-            <right_val>0.1399471014738083</right_val></_></_>
-        <_>
-          <!-- tree 32 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 0 3 16 -1.</_>
-                <_>
-                  0 8 3 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-2.0882440730929375e-003</threshold>
-            <left_val>-0.4086234867572784</left_val>
-            <right_val>0.0964989066123962</right_val></_></_>
-        <_>
-          <!-- tree 33 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  19 1 8 5 -1.</_>
-                <_>
-                  19 1 4 5 2.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-3.8142059929668903e-003</threshold>
-            <left_val>-0.4131303131580353</left_val>
-            <right_val>0.0437075905501843</right_val></_></_>
-        <_>
-          <!-- tree 34 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  0 10 9 6 -1.</_>
-                <_>
-                  0 12 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0303167793899775</threshold>
-            <left_val>0.0399404205381870</left_val>
-            <right_val>-0.6885300278663635</right_val></_></_>
-        <_>
-          <!-- tree 35 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  22 4 9 6 -1.</_>
-                <_>
-                  22 6 9 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.0414529107511044</threshold>
-            <left_val>-0.0502197183668613</left_val>
-            <right_val>0.6379765868186951</right_val></_></_>
-        <_>
-          <!-- tree 36 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  10 10 14 6 -1.</_>
-                <_>
-                  10 10 7 3 2.</_>
-                <_>
-                  17 13 7 3 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>3.6985070910304785e-003</threshold>
-            <left_val>0.0896049365401268</left_val>
-            <right_val>-0.3436382114887238</right_val></_></_>
-        <_>
-          <!-- tree 37 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  8 8 24 8 -1.</_>
-                <_>
-                  8 8 12 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>0.2148509025573731</threshold>
-            <left_val>0.0107793295755982</left_val>
-            <right_val>-0.6127285957336426</right_val></_></_>
-        <_>
-          <!-- tree 38 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  9 0 16 4 -1.</_>
-                <_>
-                  9 2 16 2 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0450854711234570</threshold>
-            <left_val>0.3653976023197174</left_val>
-            <right_val>-0.0824829936027527</right_val></_></_>
-        <_>
-          <!-- tree 39 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  13 10 13 6 -1.</_>
-                <_>
-                  13 12 13 2 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0169077198952436</threshold>
-            <left_val>-0.6279861927032471</left_val>
-            <right_val>0.0197790898382664</right_val></_></_>
-        <_>
-          <!-- tree 40 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  11 1 6 9 -1.</_>
-                <_>
-                  13 1 2 9 3.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0295980107039213</threshold>
-            <left_val>-0.7462137937545776</left_val>
-            <right_val>0.0378643497824669</right_val></_></_>
-        <_>
-          <!-- tree 41 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  18 1 6 9 -1.</_>
-                <_>
-                  15 4 6 3 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-0.1123830974102020</threshold>
-            <left_val>0.6967231035232544</left_val>
-            <right_val>-0.0132128102704883</right_val></_></_>
-        <_>
-          <!-- tree 42 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  17 1 9 6 -1.</_>
-                <_>
-                  20 4 3 6 3.</_></rects>
-              <tilted>1</tilted></feature>
-            <threshold>-4.3732640333473682e-003</threshold>
-            <left_val>-0.3790447115898132</left_val>
-            <right_val>0.0922181829810143</right_val></_></_>
-        <_>
-          <!-- tree 43 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  15 2 8 8 -1.</_>
-                <_>
-                  15 2 4 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-0.0731139332056046</threshold>
-            <left_val>1.</left_val>
-            <right_val>-0.0147778997197747</right_val></_></_>
-        <_>
-          <!-- tree 44 -->
-          <_>
-            <!-- root node -->
-            <feature>
-              <rects>
-                <_>
-                  12 2 8 8 -1.</_>
-                <_>
-                  16 2 4 8 2.</_></rects>
-              <tilted>0</tilted></feature>
-            <threshold>-3.6499029956758022e-003</threshold>
-            <left_val>0.6910418272018433</left_val>
-            <right_val>-0.0439721383154392</right_val></_></_></trees>
-      <stage_threshold>-1.3438739776611328</stage_threshold>
-      <parent>17</parent>
-      <next>-1</next></_></stages></frontalEyes35x16>
-</opencv_storage>
+<?xml version="1.0"?>
+<opencv_storage>
+<frontalEyes35x16 type_id="opencv-haar-classifier">
+  <size>
+    35 16</size>
+  <stages>
+    <_>
+      <!-- stage 0 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 4 9 9 -1.</_>
+                <_>
+                  16 4 3 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0102830100804567</threshold>
+            <left_val>-0.8216220736503601</left_val>
+            <right_val>0.5776131153106690</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 8 14 8 -1.</_>
+                <_>
+                  16 12 14 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.0078042075037956e-003</threshold>
+            <left_val>-0.9408655166625977</left_val>
+            <right_val>0.3433304131031036</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 8 5 8 -1.</_>
+                <_>
+                  5 12 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.3032950013875961e-003</threshold>
+            <left_val>-0.8459104895591736</left_val>
+            <right_val>0.3002650141716003</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 0 15 5 -1.</_>
+                <_>
+                  15 0 5 5 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.6838519200682640e-004</threshold>
+            <left_val>-0.8313475251197815</left_val>
+            <right_val>0.2704398930072784</right_val></_></_></trees>
+      <stage_threshold>-1.0537619590759277</stage_threshold>
+      <parent>-1</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 1 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 3 10 8 -1.</_>
+                <_>
+                  14 3 5 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.7279213368892670e-003</threshold>
+            <left_val>-0.8770859241485596</left_val>
+            <right_val>0.4039329886436462</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 7 14 8 -1.</_>
+                <_>
+                  16 11 14 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.5884452089667320e-003</threshold>
+            <left_val>-0.9193481802940369</left_val>
+            <right_val>0.2312808036804199</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 10 6 -1.</_>
+                <_>
+                  11 3 10 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.3773649483919144e-003</threshold>
+            <left_val>0.3099195957183838</left_val>
+            <right_val>-0.7374972105026245</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 7 16 8 -1.</_>
+                <_>
+                  21 7 8 4 2.</_>
+                <_>
+                  13 11 8 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.9487322838976979e-004</threshold>
+            <left_val>0.2227783054113388</left_val>
+            <right_val>-0.7337043285369873</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 8 18 8 -1.</_>
+                <_>
+                  6 8 9 4 2.</_>
+                <_>
+                  15 12 9 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.3049439884489402e-005</threshold>
+            <left_val>0.3177996873855591</left_val>
+            <right_val>-0.7469900250434876</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 10 12 6 -1.</_>
+                <_>
+                  12 12 12 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.0505849756300449e-003</threshold>
+            <left_val>-0.7531597018241882</left_val>
+            <right_val>0.2305931001901627</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 14 12 -1.</_>
+                <_>
+                  2 0 7 6 2.</_>
+                <_>
+                  9 6 7 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.3243081308901310e-003</threshold>
+            <left_val>0.2785451114177704</left_val>
+            <right_val>-0.7203462123870850</right_val></_></_></trees>
+      <stage_threshold>-1.3498500585556030</stage_threshold>
+      <parent>0</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 2 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 3 16 6 -1.</_>
+                <_>
+                  13 3 8 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0109289595857263</threshold>
+            <left_val>-0.8544381856918335</left_val>
+            <right_val>0.4490916132926941</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 0 6 12 -1.</_>
+                <_>
+                  17 3 6 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.6430180296301842e-003</threshold>
+            <left_val>0.2503224909305573</left_val>
+            <right_val>-0.7021939158439636</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 9 9 7 -1.</_>
+                <_>
+                  16 9 3 7 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.9045248888432980e-003</threshold>
+            <left_val>-0.6759095191955566</left_val>
+            <right_val>0.3259320855140686</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 3 5 12 -1.</_>
+                <_>
+                  24 7 5 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.3002399615943432e-003</threshold>
+            <left_val>0.2535420954227448</left_val>
+            <right_val>-0.7819154858589172</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 8 18 6 -1.</_>
+                <_>
+                  4 8 9 3 2.</_>
+                <_>
+                  13 11 9 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.9699579570442438e-003</threshold>
+            <left_val>0.2744005024433136</left_val>
+            <right_val>-0.6861484050750732</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 16 6 -1.</_>
+                <_>
+                  27 0 8 3 2.</_>
+                <_>
+                  19 3 8 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.6336849657818675e-003</threshold>
+            <left_val>0.1431778073310852</left_val>
+            <right_val>-0.4037672877311707</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 9 9 4 -1.</_>
+                <_>
+                  12 11 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.6832690453156829e-003</threshold>
+            <left_val>-0.8556324839591980</left_val>
+            <right_val>0.2335163950920105</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 0 4 12 -1.</_>
+                <_>
+                  22 0 2 12 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0143903102725744</threshold>
+            <left_val>-0.3879710137844086</left_val>
+            <right_val>0.0810136273503304</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 5 6 6 -1.</_>
+                <_>
+                  16 5 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.5983110060915351e-003</threshold>
+            <left_val>-0.7473179101943970</left_val>
+            <right_val>0.2522577047348023</right_val></_></_></trees>
+      <stage_threshold>-1.5496109724044800</stage_threshold>
+      <parent>1</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 3 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 7 21 3 -1.</_>
+                <_>
+                  14 7 7 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0123376203700900</threshold>
+            <left_val>-0.8036224842071533</left_val>
+            <right_val>0.2979182898998261</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 0 18 8 -1.</_>
+                <_>
+                  26 0 9 4 2.</_>
+                <_>
+                  17 4 9 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.0897309295833111e-003</threshold>
+            <left_val>0.2731977999210358</left_val>
+            <right_val>-0.6999737024307251</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 4 11 12 -1.</_>
+                <_>
+                  8 10 11 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.3272389769554138e-003</threshold>
+            <left_val>-0.8849033713340759</left_val>
+            <right_val>0.1691717952489853</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 0 8 7 -1.</_>
+                <_>
+                  20 0 4 7 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-4.4433809816837311e-003</threshold>
+            <left_val>-0.7479118704795837</left_val>
+            <right_val>0.2360135018825531</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 4 4 10 -1.</_>
+                <_>
+                  16 4 2 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.8343100566416979e-003</threshold>
+            <left_val>-0.7252287268638611</left_val>
+            <right_val>0.2168706059455872</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 7 8 9 -1.</_>
+                <_>
+                  15 10 8 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.8076032698154449e-003</threshold>
+            <left_val>-0.7253028750419617</left_val>
+            <right_val>0.1740791946649551</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 10 13 6 -1.</_>
+                <_>
+                  8 13 13 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.4215970188379288e-003</threshold>
+            <left_val>-0.8328707218170166</left_val>
+            <right_val>0.1719263941049576</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 0 20 7 -1.</_>
+                <_>
+                  13 0 10 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.6884229844436049e-003</threshold>
+            <left_val>-0.7408366203308106</left_val>
+            <right_val>0.1166509985923767</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 7 6 9 -1.</_>
+                <_>
+                  11 10 6 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.3395905569195747e-003</threshold>
+            <left_val>-0.6817035079002380</left_val>
+            <right_val>0.1954035013914108</right_val></_></_></trees>
+      <stage_threshold>-1.2074060440063477</stage_threshold>
+      <parent>2</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 4 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 16 6 -1.</_>
+                <_>
+                  0 0 8 3 2.</_>
+                <_>
+                  8 3 8 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.7318640388548374e-003</threshold>
+            <left_val>0.3226096034049988</left_val>
+            <right_val>-0.6772876977920532</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 3 6 6 -1.</_>
+                <_>
+                  20 3 3 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-3.8842610083520412e-003</threshold>
+            <left_val>-0.6615632772445679</left_val>
+            <right_val>0.2735618054866791</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 16 14 -1.</_>
+                <_>
+                  5 9 16 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0108031798154116</threshold>
+            <left_val>-0.8458163738250732</left_val>
+            <right_val>0.1698448061943054</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 1 6 8 -1.</_>
+                <_>
+                  22 1 3 8 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0144087001681328</threshold>
+            <left_val>-0.6435899734497070</left_val>
+            <right_val>0.0750342831015587</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 7 4 9 -1.</_>
+                <_>
+                  16 7 2 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.4709228891879320e-003</threshold>
+            <left_val>-0.6647058129310608</left_val>
+            <right_val>0.2427261024713516</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 10 20 4 -1.</_>
+                <_>
+                  22 10 10 2 2.</_>
+                <_>
+                  12 12 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.3625071197748184e-004</threshold>
+            <left_val>0.2260015010833740</left_val>
+            <right_val>-0.6470361948013306</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 10 13 4 -1.</_>
+                <_>
+                  5 12 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.6453639040701091e-005</threshold>
+            <left_val>-0.8844599127769470</left_val>
+            <right_val>0.1749282926321030</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 14 12 -1.</_>
+                <_>
+                  28 0 7 6 2.</_>
+                <_>
+                  21 6 7 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.2793691651895642e-004</threshold>
+            <left_val>0.1320150047540665</left_val>
+            <right_val>-0.5637621879577637</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 8 12 8 -1.</_>
+                <_>
+                  7 8 6 4 2.</_>
+                <_>
+                  13 12 6 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.9120400585234165e-003</threshold>
+            <left_val>0.2422304004430771</left_val>
+            <right_val>-0.5119091272354126</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 2 9 4 -1.</_>
+                <_>
+                  13 4 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.3174979540053755e-004</threshold>
+            <left_val>0.1998375058174133</left_val>
+            <right_val>-0.6147183775901794</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 9 11 4 -1.</_>
+                <_>
+                  12 11 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.4038399569690228e-003</threshold>
+            <left_val>-0.8485996127128601</left_val>
+            <right_val>0.1338649988174439</right_val></_></_></trees>
+      <stage_threshold>-1.4197030067443848</stage_threshold>
+      <parent>3</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 5 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 5 9 6 -1.</_>
+                <_>
+                  5 7 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.0884850099682808e-003</threshold>
+            <left_val>0.4038602113723755</left_val>
+            <right_val>-0.5403742194175720</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 0 2 14 -1.</_>
+                <_>
+                  24 0 1 14 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.1462481496855617e-004</threshold>
+            <left_val>-0.4135403037071228</left_val>
+            <right_val>0.2136635035276413</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 16 8 -1.</_>
+                <_>
+                  0 0 8 4 2.</_>
+                <_>
+                  8 4 8 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.1434797719120979e-003</threshold>
+            <left_val>0.2482856065034866</left_val>
+            <right_val>-0.6197013854980469</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 4 18 9 -1.</_>
+                <_>
+                  15 7 6 3 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.3570990674197674e-003</threshold>
+            <left_val>-0.7623023986816406</left_val>
+            <right_val>0.1607113033533096</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 8 14 8 -1.</_>
+                <_>
+                  7 12 14 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.9794960282742977e-003</threshold>
+            <left_val>-0.9398645162582398</left_val>
+            <right_val>0.1256193071603775</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 10 16 6 -1.</_>
+                <_>
+                  23 10 8 3 2.</_>
+                <_>
+                  15 13 8 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.4895439562678803e-005</threshold>
+            <left_val>0.1620610058307648</left_val>
+            <right_val>-0.6242163181304932</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 5 6 10 -1.</_>
+                <_>
+                  14 5 2 10 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.8711276475805789e-005</threshold>
+            <left_val>0.2092259973287582</left_val>
+            <right_val>-0.5057721734046936</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 6 14 -1.</_>
+                <_>
+                  19 0 3 14 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.5380530171096325e-003</threshold>
+            <left_val>-0.5824723243713379</left_val>
+            <right_val>0.0753599777817726</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 1 12 5 -1.</_>
+                <_>
+                  13 1 4 5 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.1107119545340538e-003</threshold>
+            <left_val>-0.6576957702636719</left_val>
+            <right_val>0.1858824044466019</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 11 9 4 -1.</_>
+                <_>
+                  15 13 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.3147250283509493e-003</threshold>
+            <left_val>-0.5293490886688232</left_val>
+            <right_val>0.1282422989606857</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 2 9 8 -1.</_>
+                <_>
+                  13 4 9 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.2516630492173135e-004</threshold>
+            <left_val>0.1792117059230804</left_val>
+            <right_val>-0.5808640718460083</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 10 20 4 -1.</_>
+                <_>
+                  22 10 10 2 2.</_>
+                <_>
+                  12 12 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.1850700248032808e-003</threshold>
+            <left_val>0.1126284003257752</left_val>
+            <right_val>-0.4798452854156494</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 5 12 8 -1.</_>
+                <_>
+                  6 7 12 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.7729200189933181e-003</threshold>
+            <left_val>0.1367014944553375</left_val>
+            <right_val>-0.5990989208221436</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 10 20 6 -1.</_>
+                <_>
+                  22 10 10 3 2.</_>
+                <_>
+                  12 13 10 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0950690582394600</threshold>
+            <left_val>-0.9156345129013062</left_val>
+            <right_val>-4.1251932270824909e-003</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 10 20 6 -1.</_>
+                <_>
+                  3 10 10 3 2.</_>
+                <_>
+                  13 13 10 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.2541499454528093e-003</threshold>
+            <left_val>0.1717949956655502</left_val>
+            <right_val>-0.5302727222442627</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 2 12 14 -1.</_>
+                <_>
+                  16 2 6 14 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.6634289640933275e-003</threshold>
+            <left_val>-0.7648289799690247</left_val>
+            <right_val>0.0922969877719879</right_val></_></_></trees>
+      <stage_threshold>-1.7213590145111084</stage_threshold>
+      <parent>4</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 6 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 13 24 3 -1.</_>
+                <_>
+                  11 13 12 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.0150159941986203e-003</threshold>
+            <left_val>0.3337712883949280</left_val>
+            <right_val>-0.5128914713859558</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  25 0 10 14 -1.</_>
+                <_>
+                  30 0 5 7 2.</_>
+                <_>
+                  25 7 5 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.4802439545746893e-004</threshold>
+            <left_val>0.2152308970689774</left_val>
+            <right_val>-0.5389192104339600</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 4 12 12 -1.</_>
+                <_>
+                  13 4 6 12 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.3268392588943243e-004</threshold>
+            <left_val>-0.8327369093894959</left_val>
+            <right_val>0.1511483937501907</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 8 15 4 -1.</_>
+                <_>
+                  19 10 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.2662719972431660e-003</threshold>
+            <left_val>-0.6834161877632141</left_val>
+            <right_val>0.2743555903434753</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 0 6 6 -1.</_>
+                <_>
+                  12 3 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.3063390292227268e-003</threshold>
+            <left_val>0.1835778057575226</left_val>
+            <right_val>-0.5729439258575440</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 0 9 6 -1.</_>
+                <_>
+                  16 0 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.0233489815145731e-003</threshold>
+            <left_val>-0.8317934274673462</left_val>
+            <right_val>0.1311098039150238</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 21 3 -1.</_>
+                <_>
+                  7 0 7 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0126316696405411</threshold>
+            <left_val>-0.5072379112243652</left_val>
+            <right_val>0.2044295966625214</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 8 8 8 -1.</_>
+                <_>
+                  17 12 8 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.7352279759943485e-003</threshold>
+            <left_val>-0.7603006958961487</left_val>
+            <right_val>0.0571565106511116</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 9 20 6 -1.</_>
+                <_>
+                  3 9 10 3 2.</_>
+                <_>
+                  13 12 10 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.1812260345323011e-004</threshold>
+            <left_val>0.1542856991291046</left_val>
+            <right_val>-0.6648678183555603</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 3 12 13 -1.</_>
+                <_>
+                  19 3 6 13 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.6987389903515577e-003</threshold>
+            <left_val>0.1645555943250656</left_val>
+            <right_val>-0.4976823031902313</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 7 18 3 -1.</_>
+                <_>
+                  17 7 9 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.4409502297639847e-003</threshold>
+            <left_val>-0.5777019858360291</left_val>
+            <right_val>0.1855597048997879</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 3 9 6 -1.</_>
+                <_>
+                  23 5 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.4436666220426559e-003</threshold>
+            <left_val>-0.1616321057081223</left_val>
+            <right_val>0.2962324023246765</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 30 8 -1.</_>
+                <_>
+                  0 0 15 4 2.</_>
+                <_>
+                  15 4 15 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0149055803194642</threshold>
+            <left_val>0.1645151972770691</left_val>
+            <right_val>-0.5568146705627441</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 4 30 12 -1.</_>
+                <_>
+                  13 8 10 4 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0645395070314407</threshold>
+            <left_val>-0.6365857720375061</left_val>
+            <right_val>0.1393508017063141</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 8 8 8 -1.</_>
+                <_>
+                  10 12 8 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.5994658982381225e-004</threshold>
+            <left_val>-0.7950875759124756</left_val>
+            <right_val>0.0777164027094841</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 11 34 4 -1.</_>
+                <_>
+                  18 11 17 2 2.</_>
+                <_>
+                  1 13 17 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0227770302444696</threshold>
+            <left_val>0.0917352810502052</left_val>
+            <right_val>-0.6124371290206909</right_val></_></_></trees>
+      <stage_threshold>-1.6666480302810669</stage_threshold>
+      <parent>5</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 7 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 14 2 -1.</_>
+                <_>
+                  11 0 14 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>1.5242659719660878e-003</threshold>
+            <left_val>-0.5546960234642029</left_val>
+            <right_val>0.2661249041557312</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 8 15 8 -1.</_>
+                <_>
+                  20 10 15 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.1593560706824064e-003</threshold>
+            <left_val>-0.5275397896766663</left_val>
+            <right_val>0.2419742047786713</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 10 14 -1.</_>
+                <_>
+                  0 0 5 7 2.</_>
+                <_>
+                  5 7 5 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.9466088209301233e-004</threshold>
+            <left_val>0.2532128989696503</left_val>
+            <right_val>-0.5356090068817139</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 3 15 12 -1.</_>
+                <_>
+                  16 7 5 4 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.0072359368205070e-003</threshold>
+            <left_val>-0.5521999001502991</left_val>
+            <right_val>0.1280501931905747</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 8 13 8 -1.</_>
+                <_>
+                  1 10 13 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.0779120172373950e-004</threshold>
+            <left_val>-0.4954003989696503</left_val>
+            <right_val>0.2120873034000397</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 0 4 10 -1.</_>
+                <_>
+                  18 0 4 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>2.7221930213272572e-003</threshold>
+            <left_val>-0.5427796840667725</left_val>
+            <right_val>0.0923740565776825</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 24 11 -1.</_>
+                <_>
+                  17 2 12 11 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0392098501324654</threshold>
+            <left_val>0.2516256868839264</left_val>
+            <right_val>-0.4209660887718201</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 11 16 4 -1.</_>
+                <_>
+                  16 13 16 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.0507639963179827e-003</threshold>
+            <left_val>-0.5742043852806091</left_val>
+            <right_val>0.1980787962675095</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 1 11 4 -1.</_>
+                <_>
+                  12 3 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.6252747997641563e-003</threshold>
+            <left_val>0.2092525959014893</left_val>
+            <right_val>-0.4319337904453278</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  26 0 3 12 -1.</_>
+                <_>
+                  26 0 3 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>6.0500130057334900e-003</threshold>
+            <left_val>0.0528371892869473</left_val>
+            <right_val>-0.7206885814666748</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 2 26 7 -1.</_>
+                <_>
+                  17 2 13 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0358904488384724</threshold>
+            <left_val>-0.5826349258422852</left_val>
+            <right_val>0.1468632966279984</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 3 9 6 -1.</_>
+                <_>
+                  22 5 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.7235931269824505e-003</threshold>
+            <left_val>-0.2109988927841187</left_val>
+            <right_val>0.3006649017333984</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 12 8 -1.</_>
+                <_>
+                  0 7 6 4 2.</_>
+                <_>
+                  6 11 6 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.6378319598734379e-003</threshold>
+            <left_val>-0.4233399927616119</left_val>
+            <right_val>0.1890919953584671</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  25 10 10 4 -1.</_>
+                <_>
+                  25 12 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.2615571399219334e-004</threshold>
+            <left_val>-0.6614835858345032</left_val>
+            <right_val>0.1077162027359009</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 10 16 -1.</_>
+                <_>
+                  4 0 5 8 2.</_>
+                <_>
+                  9 8 5 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0116684800013900</threshold>
+            <left_val>0.1428872942924500</left_val>
+            <right_val>-0.4972124993801117</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 3 6 12 -1.</_>
+                <_>
+                  26 3 3 6 2.</_>
+                <_>
+                  23 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0110339298844337</threshold>
+            <left_val>-0.4198350906372070</left_val>
+            <right_val>0.0670241937041283</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 3 6 12 -1.</_>
+                <_>
+                  6 3 3 6 2.</_>
+                <_>
+                  9 9 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0102332895621657</threshold>
+            <left_val>-0.6172112822532654</left_val>
+            <right_val>0.1382032930850983</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 6 6 6 -1.</_>
+                <_>
+                  16 6 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.9242338389158249e-003</threshold>
+            <left_val>-0.4220116138458252</left_val>
+            <right_val>0.2028229981660843</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 4 16 12 -1.</_>
+                <_>
+                  1 7 16 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0133031895384192</threshold>
+            <left_val>0.1017075031995773</left_val>
+            <right_val>-0.7398142814636231</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 1 9 6 -1.</_>
+                <_>
+                  22 3 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0141578800976276</threshold>
+            <left_val>0.3298434019088745</left_val>
+            <right_val>-0.1591134965419769</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 2 4 9 -1.</_>
+                <_>
+                  17 2 2 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.1796889593824744e-003</threshold>
+            <left_val>-0.3461326062679291</left_val>
+            <right_val>0.2003702968358994</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 1 6 8 -1.</_>
+                <_>
+                  19 1 3 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.0877140127122402e-003</threshold>
+            <left_val>-0.4747672975063324</left_val>
+            <right_val>0.0394431501626968</right_val></_></_></trees>
+      <stage_threshold>-1.6842659711837769</stage_threshold>
+      <parent>6</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 8 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 10 9 6 -1.</_>
+                <_>
+                  13 10 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.0282450239174068e-004</threshold>
+            <left_val>0.2358547002077103</left_val>
+            <right_val>-0.5724679231643677</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 8 27 2 -1.</_>
+                <_>
+                  16 8 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.2662829142063856e-003</threshold>
+            <left_val>-0.5940486788749695</left_val>
+            <right_val>0.1019989028573036</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 0 10 4 -1.</_>
+                <_>
+                  17 0 5 4 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>8.2201359327882528e-004</threshold>
+            <left_val>-0.6608443856239319</left_val>
+            <right_val>0.1626542061567307</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 4 15 10 -1.</_>
+                <_>
+                  10 9 15 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.6475260490551591e-003</threshold>
+            <left_val>-0.8329982757568359</left_val>
+            <right_val>0.1475484073162079</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 9 6 -1.</_>
+                <_>
+                  5 5 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.4857808388769627e-003</threshold>
+            <left_val>-0.3011797964572907</left_val>
+            <right_val>0.3855681121349335</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  27 8 8 8 -1.</_>
+                <_>
+                  27 12 8 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.3305360227823257e-003</threshold>
+            <left_val>-0.7091383934020996</left_val>
+            <right_val>0.1076619997620583</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 27 15 -1.</_>
+                <_>
+                  12 5 9 5 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1797658056020737</threshold>
+            <left_val>0.1421875059604645</left_val>
+            <right_val>-0.6432601213455200</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 0 6 9 -1.</_>
+                <_>
+                  15 3 6 3 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0233353301882744</threshold>
+            <left_val>-0.4789896011352539</left_val>
+            <right_val>0.0909408926963806</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 8 6 8 -1.</_>
+                <_>
+                  2 12 6 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.6707249819301069e-005</threshold>
+            <left_val>-0.8025277256965637</left_val>
+            <right_val>0.1256814002990723</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 1 6 7 -1.</_>
+                <_>
+                  18 1 3 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.6537309857085347e-003</threshold>
+            <left_val>-0.6183212995529175</left_val>
+            <right_val>0.0862600430846214</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 0 12 6 -1.</_>
+                <_>
+                  9 0 6 3 2.</_>
+                <_>
+                  15 3 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.3836659751832485e-003</threshold>
+            <left_val>-0.5764471888542175</left_val>
+            <right_val>0.1431912034749985</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 0 26 8 -1.</_>
+                <_>
+                  22 0 13 4 2.</_>
+                <_>
+                  9 4 13 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.9285489842295647e-003</threshold>
+            <left_val>0.1009354963898659</left_val>
+            <right_val>-0.4058218896389008</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 30 8 -1.</_>
+                <_>
+                  0 0 15 4 2.</_>
+                <_>
+                  15 4 15 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.5976906120777130e-003</threshold>
+            <left_val>0.1633327007293701</left_val>
+            <right_val>-0.5236802101135254</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 1 10 14 -1.</_>
+                <_>
+                  17 1 5 14 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.5208542188629508e-004</threshold>
+            <left_val>-0.7603232860565186</left_val>
+            <right_val>0.0334939099848270</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 1 10 14 -1.</_>
+                <_>
+                  13 1 5 14 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.2634849194437265e-003</threshold>
+            <left_val>-0.6440861225128174</left_val>
+            <right_val>0.1074165999889374</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 4 5 8 -1.</_>
+                <_>
+                  19 8 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0228871703147888</threshold>
+            <left_val>-0.4937708973884583</left_val>
+            <right_val>-6.0231609495531302e-006</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 4 5 8 -1.</_>
+                <_>
+                  11 8 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.4887992125004530e-004</threshold>
+            <left_val>-0.3568319082260132</left_val>
+            <right_val>0.1729799956083298</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  29 0 6 6 -1.</_>
+                <_>
+                  29 0 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.8279920378699899e-004</threshold>
+            <left_val>-0.2105482965707779</left_val>
+            <right_val>0.1476057022809982</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 10 6 6 -1.</_>
+                <_>
+                  13 13 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.6987159922719002e-003</threshold>
+            <left_val>-0.7803534865379334</left_val>
+            <right_val>0.0881357863545418</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 10 20 4 -1.</_>
+                <_>
+                  24 10 10 2 2.</_>
+                <_>
+                  14 12 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.0519940666854382e-003</threshold>
+            <left_val>0.0571432709693909</left_val>
+            <right_val>-0.5618296861648560</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 1 15 4 -1.</_>
+                <_>
+                  10 3 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0415200814604759</threshold>
+            <left_val>0.4807982146739960</left_val>
+            <right_val>-0.1422954946756363</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 11 27 4 -1.</_>
+                <_>
+                  13 11 9 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.4429651936516166e-004</threshold>
+            <left_val>0.3348422944545746</left_val>
+            <right_val>-0.2267007976770401</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 10 15 6 -1.</_>
+                <_>
+                  10 12 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.8921897113323212e-003</threshold>
+            <left_val>-0.7041568756103516</left_val>
+            <right_val>0.1012969985604286</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 7 21 3 -1.</_>
+                <_>
+                  14 7 7 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0923005864024162</threshold>
+            <left_val>-0.1426700055599213</left_val>
+            <right_val>0.5030372142791748</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 0 18 3 -1.</_>
+                <_>
+                  14 0 6 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0134390499442816</threshold>
+            <left_val>0.2872905135154724</left_val>
+            <right_val>-0.2772229015827179</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 0 9 6 -1.</_>
+                <_>
+                  17 0 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.2636669501662254e-003</threshold>
+            <left_val>-0.7463225126266480</left_val>
+            <right_val>0.0528969801962376</right_val></_></_></trees>
+      <stage_threshold>-1.7039829492568970</stage_threshold>
+      <parent>7</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 9 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 12 3 -1.</_>
+                <_>
+                  6 0 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.0785049311816692e-003</threshold>
+            <left_val>-0.4998278021812439</left_val>
+            <right_val>0.2733784914016724</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 4 9 -1.</_>
+                <_>
+                  19 0 2 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.1168379569426179e-003</threshold>
+            <left_val>-0.6186339855194092</left_val>
+            <right_val>0.0924520269036293</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 9 6 -1.</_>
+                <_>
+                  14 0 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.5600799601525068e-003</threshold>
+            <left_val>-0.7192854285240173</left_val>
+            <right_val>0.1616300940513611</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 13 12 3 -1.</_>
+                <_>
+                  18 13 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.4694029707461596e-004</threshold>
+            <left_val>0.2619884014129639</left_val>
+            <right_val>-0.5078135132789612</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 3 9 6 -1.</_>
+                <_>
+                  4 5 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0128578199073672</threshold>
+            <left_val>-0.2043251991271973</left_val>
+            <right_val>0.5027580857276917</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 1 6 9 -1.</_>
+                <_>
+                  16 4 6 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.7524438751861453e-004</threshold>
+            <left_val>0.1596205979585648</left_val>
+            <right_val>-0.5823025107383728</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 0 9 6 -1.</_>
+                <_>
+                  20 3 3 6 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-9.5332338241860271e-004</threshold>
+            <left_val>-0.4935145974159241</left_val>
+            <right_val>0.1696853935718536</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 11 9 4 -1.</_>
+                <_>
+                  15 13 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.8788750059902668e-003</threshold>
+            <left_val>-0.7073554992675781</left_val>
+            <right_val>0.0935435220599175</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 9 11 6 -1.</_>
+                <_>
+                  12 11 11 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.4031570646911860e-003</threshold>
+            <left_val>-0.6252582073211670</left_val>
+            <right_val>0.1419657021760941</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 0 6 15 -1.</_>
+                <_>
+                  19 0 2 15 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.4736299635842443e-003</threshold>
+            <left_val>0.2691710889339447</left_val>
+            <right_val>-0.3009512126445770</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 18 15 -1.</_>
+                <_>
+                  9 5 6 5 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.6074413061141968</threshold>
+            <left_val>0.7101687192916870</left_val>
+            <right_val>-0.1185965985059738</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 14 3 -1.</_>
+                <_>
+                  11 0 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0134804099798203</threshold>
+            <left_val>0.1671655029058456</left_val>
+            <right_val>-0.5907251238822937</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 12 15 4 -1.</_>
+                <_>
+                  12 12 5 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0133505295962095</threshold>
+            <left_val>0.1271248012781143</left_val>
+            <right_val>-0.6021050214767456</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 7 27 6 -1.</_>
+                <_>
+                  13 9 9 2 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.9844290800392628e-003</threshold>
+            <left_val>-0.6074218750000000</left_val>
+            <right_val>0.1205480992794037</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 4 16 12 -1.</_>
+                <_>
+                  6 7 16 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.4674282222986221e-004</threshold>
+            <left_val>0.1208228990435600</left_val>
+            <right_val>-0.5207098722457886</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 1 18 6 -1.</_>
+                <_>
+                  26 1 9 3 2.</_>
+                <_>
+                  17 4 9 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.1789590828120708e-003</threshold>
+            <left_val>0.1366160959005356</left_val>
+            <right_val>-0.3420731127262116</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 1 9 8 -1.</_>
+                <_>
+                  9 1 3 8 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.3207319900393486e-003</threshold>
+            <left_val>0.1344937980175018</left_val>
+            <right_val>-0.3713136017322540</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 0 10 8 -1.</_>
+                <_>
+                  18 0 5 4 2.</_>
+                <_>
+                  13 4 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0174802299588919</threshold>
+            <left_val>0.0410660989582539</left_val>
+            <right_val>-0.2841011881828308</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 1 6 12 -1.</_>
+                <_>
+                  14 1 2 12 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.4523019781336188e-003</threshold>
+            <left_val>0.1973164975643158</left_val>
+            <right_val>-0.2778165042400360</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 0 15 4 -1.</_>
+                <_>
+                  19 0 5 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.5376502722501755e-003</threshold>
+            <left_val>-0.3377381861209869</left_val>
+            <right_val>0.0879744067788124</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 15 4 -1.</_>
+                <_>
+                  11 0 5 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.4806081093847752e-003</threshold>
+            <left_val>-0.3778747022151947</left_val>
+            <right_val>0.1767466068267822</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  26 8 6 6 -1.</_>
+                <_>
+                  26 11 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.5505422167479992e-003</threshold>
+            <left_val>-0.5933855175971985</left_val>
+            <right_val>0.1346625983715057</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 4 9 6 -1.</_>
+                <_>
+                  4 6 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0141815496608615</threshold>
+            <left_val>-0.1257683932781220</left_val>
+            <right_val>0.4815703034400940</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 4 12 12 -1.</_>
+                <_>
+                  17 10 12 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.5373710561543703e-003</threshold>
+            <left_val>-0.6629784107208252</left_val>
+            <right_val>0.0626059696078300</right_val></_></_></trees>
+      <stage_threshold>-1.6235899925231934</stage_threshold>
+      <parent>8</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 10 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 2 9 6 -1.</_>
+                <_>
+                  15 2 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.6452540662139654e-003</threshold>
+            <left_val>-0.6917855739593506</left_val>
+            <right_val>0.1925268024206162</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 5 9 6 -1.</_>
+                <_>
+                  22 7 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.8430299870669842e-003</threshold>
+            <left_val>0.2472492009401321</left_val>
+            <right_val>-0.4067099094390869</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 7 10 8 -1.</_>
+                <_>
+                  12 7 5 4 2.</_>
+                <_>
+                  17 11 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.2081089708954096e-004</threshold>
+            <left_val>0.1982180029153824</left_val>
+            <right_val>-0.5638554096221924</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 0 8 6 -1.</_>
+                <_>
+                  16 3 8 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.5449280403554440e-003</threshold>
+            <left_val>0.1923130005598068</left_val>
+            <right_val>-0.5698248147964478</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 2 7 6 -1.</_>
+                <_>
+                  14 2 7 3 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-2.8772079385817051e-003</threshold>
+            <left_val>-0.7267888784408569</left_val>
+            <right_val>0.1247143000364304</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 12 10 4 -1.</_>
+                <_>
+                  19 12 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.9279491435736418e-004</threshold>
+            <left_val>0.1578205972909927</left_val>
+            <right_val>-0.3447990119457245</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 6 7 10 -1.</_>
+                <_>
+                  0 11 7 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.3015548940747976e-003</threshold>
+            <left_val>-0.6282476186752319</left_val>
+            <right_val>0.1242896020412445</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  25 8 10 8 -1.</_>
+                <_>
+                  30 8 5 4 2.</_>
+                <_>
+                  25 12 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.5449798926711082e-004</threshold>
+            <left_val>-0.5996491909027100</left_val>
+            <right_val>0.1357937008142471</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 0 12 6 -1.</_>
+                <_>
+                  9 0 6 3 2.</_>
+                <_>
+                  15 3 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.7806080915033817e-004</threshold>
+            <left_val>-0.4684675931930542</left_val>
+            <right_val>0.1556528955698013</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 8 14 6 -1.</_>
+                <_>
+                  17 10 14 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.4213642142713070e-003</threshold>
+            <left_val>-0.2876051068305969</left_val>
+            <right_val>0.1034400016069412</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 10 8 -1.</_>
+                <_>
+                  0 8 5 4 2.</_>
+                <_>
+                  5 12 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.0203290041536093e-003</threshold>
+            <left_val>-0.4164003133773804</left_val>
+            <right_val>0.1724206954240799</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 10 7 6 -1.</_>
+                <_>
+                  14 13 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.5985939428210258e-003</threshold>
+            <left_val>-0.6292886734008789</left_val>
+            <right_val>0.0688476935029030</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 9 13 6 -1.</_>
+                <_>
+                  11 11 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.9266158603131771e-003</threshold>
+            <left_val>-0.6164590716362000</left_val>
+            <right_val>0.1076653972268105</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  24 3 10 6 -1.</_>
+                <_>
+                  24 5 10 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.2326068505644798e-003</threshold>
+            <left_val>-0.1682083010673523</left_val>
+            <right_val>0.2454722970724106</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 0 12 3 -1.</_>
+                <_>
+                  17 0 6 3 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.5762222036719322e-003</threshold>
+            <left_val>-0.5634449720382690</left_val>
+            <right_val>0.1032558009028435</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 7 9 6 -1.</_>
+                <_>
+                  14 9 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0115005103871226</threshold>
+            <left_val>-0.5240147709846497</left_val>
+            <right_val>0.0704518333077431</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 8 14 -1.</_>
+                <_>
+                  0 0 4 7 2.</_>
+                <_>
+                  4 7 4 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.7635569674894214e-003</threshold>
+            <left_val>0.1912914961576462</left_val>
+            <right_val>-0.3170849084854126</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 7 9 4 -1.</_>
+                <_>
+                  21 9 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.6673350520431995e-003</threshold>
+            <left_val>0.5427302122116089</left_val>
+            <right_val>-0.0772147104144096</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 7 9 8 -1.</_>
+                <_>
+                  7 9 9 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.5123160555958748e-003</threshold>
+            <left_val>-0.2441373020410538</left_val>
+            <right_val>0.2843823134899139</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 11 11 4 -1.</_>
+                <_>
+                  15 13 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.6516462033614516e-005</threshold>
+            <left_val>-0.3500108122825623</left_val>
+            <right_val>0.1148385033011437</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 0 9 7 -1.</_>
+                <_>
+                  12 0 3 7 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0383230894804001</threshold>
+            <left_val>-0.7693951129913330</left_val>
+            <right_val>0.0630547478795052</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 5 9 6 -1.</_>
+                <_>
+                  16 5 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0644737929105759</threshold>
+            <left_val>-0.1444406956434250</left_val>
+            <right_val>0.5327656865119934</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 2 32 6 -1.</_>
+                <_>
+                  17 2 16 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0537560284137726</threshold>
+            <left_val>0.1471620053052902</left_val>
+            <right_val>-0.3996321856975555</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 0 22 2 -1.</_>
+                <_>
+                  8 0 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.2645965740084648e-003</threshold>
+            <left_val>0.1269682943820953</left_val>
+            <right_val>-0.2218490988016129</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 3 9 6 -1.</_>
+                <_>
+                  5 5 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0434274412691593</threshold>
+            <left_val>-0.0816032364964485</left_val>
+            <right_val>0.7623494267463684</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 11 11 4 -1.</_>
+                <_>
+                  15 13 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0128586897626519</threshold>
+            <left_val>-0.8026340007781982</left_val>
+            <right_val>0.0433677583932877</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 3 28 6 -1.</_>
+                <_>
+                  10 3 14 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.6832013544626534e-005</threshold>
+            <left_val>-0.4112167060375214</left_val>
+            <right_val>0.1223044022917748</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 11 8 5 -1.</_>
+                <_>
+                  19 11 4 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.1147437877953053e-003</threshold>
+            <left_val>0.1115193963050842</left_val>
+            <right_val>-0.0887465029954910</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 1 6 9 -1.</_>
+                <_>
+                  13 4 6 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.4220640771090984e-003</threshold>
+            <left_val>0.1579322069883347</left_val>
+            <right_val>-0.3530333042144775</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 10 10 4 -1.</_>
+                <_>
+                  14 12 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.4735010229051113e-003</threshold>
+            <left_val>-0.6937975287437439</left_val>
+            <right_val>0.0577035397291183</right_val></_></_></trees>
+      <stage_threshold>-1.5757910013198853</stage_threshold>
+      <parent>9</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 11 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 10 9 6 -1.</_>
+                <_>
+                  16 10 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.9472752250730991e-003</threshold>
+            <left_val>-0.6365038156509399</left_val>
+            <right_val>0.2121067047119141</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 7 12 8 -1.</_>
+                <_>
+                  22 7 6 4 2.</_>
+                <_>
+                  16 11 6 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.9935318529605865e-003</threshold>
+            <left_val>0.1396116018295288</left_val>
+            <right_val>-0.6647688150405884</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 10 12 6 -1.</_>
+                <_>
+                  6 10 6 3 2.</_>
+                <_>
+                  12 13 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.5984939313493669e-004</threshold>
+            <left_val>0.1377838999032974</left_val>
+            <right_val>-0.6391041278839111</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 0 18 2 -1.</_>
+                <_>
+                  17 0 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.7623190069571137e-003</threshold>
+            <left_val>-0.7303181886672974</left_val>
+            <right_val>0.1955060958862305</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 3 9 6 -1.</_>
+                <_>
+                  4 5 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.7906508445739746e-003</threshold>
+            <left_val>-0.2618415951728821</left_val>
+            <right_val>0.3560946881771088</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 30 15 -1.</_>
+                <_>
+                  13 5 10 5 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0802746266126633</threshold>
+            <left_val>0.1742482036352158</left_val>
+            <right_val>-0.5084366202354431</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 0 4 9 -1.</_>
+                <_>
+                  14 0 2 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.2023418033495545e-004</threshold>
+            <left_val>-0.6705948710441589</left_val>
+            <right_val>0.1363106966018677</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 7 12 6 -1.</_>
+                <_>
+                  23 7 6 3 2.</_>
+                <_>
+                  17 10 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.5855910498648882e-003</threshold>
+            <left_val>0.0811815708875656</left_val>
+            <right_val>-0.2664774060249329</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 8 15 8 -1.</_>
+                <_>
+                  7 10 15 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.5624640509486198e-003</threshold>
+            <left_val>-0.5354799032211304</left_val>
+            <right_val>0.1408503055572510</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 0 18 3 -1.</_>
+                <_>
+                  20 0 6 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.7962310276925564e-003</threshold>
+            <left_val>-0.4248819053173065</left_val>
+            <right_val>0.1292801946401596</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 16 12 -1.</_>
+                <_>
+                  0 0 8 6 2.</_>
+                <_>
+                  8 6 8 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.8814689032733440e-003</threshold>
+            <left_val>0.0955342203378677</left_val>
+            <right_val>-0.5107213258743286</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 11 9 4 -1.</_>
+                <_>
+                  16 13 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.7020209925249219e-003</threshold>
+            <left_val>-0.4189673960208893</left_val>
+            <right_val>0.0417180396616459</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 12 22 4 -1.</_>
+                <_>
+                  6 12 11 2 2.</_>
+                <_>
+                  17 14 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.4905739165842533e-003</threshold>
+            <left_val>0.1265195012092590</left_val>
+            <right_val>-0.5062630176544190</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 7 9 6 -1.</_>
+                <_>
+                  16 7 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0495485290884972</threshold>
+            <left_val>-0.1663687974214554</left_val>
+            <right_val>0.4274873137474060</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 10 26 4 -1.</_>
+                <_>
+                  1 10 13 2 2.</_>
+                <_>
+                  14 12 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.6054190713912249e-003</threshold>
+            <left_val>0.1372268050909042</left_val>
+            <right_val>-0.4948117136955261</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 14 3 -1.</_>
+                <_>
+                  11 0 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.6292519178241491e-003</threshold>
+            <left_val>-0.3382255136966705</left_val>
+            <right_val>0.1463443934917450</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 6 9 -1.</_>
+                <_>
+                  13 2 2 9 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-2.9257589485496283e-003</threshold>
+            <left_val>0.1375650018453598</left_val>
+            <right_val>-0.4179917871952057</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 1 32 6 -1.</_>
+                <_>
+                  2 1 16 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0466298200190067</threshold>
+            <left_val>0.1116034016013145</left_val>
+            <right_val>-0.3923501968383789</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 0 10 6 -1.</_>
+                <_>
+                  13 0 5 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>8.3958767354488373e-003</threshold>
+            <left_val>0.0543270409107208</left_val>
+            <right_val>-0.7785816788673401</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  29 0 6 6 -1.</_>
+                <_>
+                  29 0 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.7251309519633651e-004</threshold>
+            <left_val>-0.2393745929002762</left_val>
+            <right_val>0.1661898940801621</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 2 6 10 -1.</_>
+                <_>
+                  16 2 3 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0121730398386717</threshold>
+            <left_val>0.8346211910247803</left_val>
+            <right_val>-0.0511945299804211</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 4 6 11 -1.</_>
+                <_>
+                  19 4 2 11 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.9117209123796783e-005</threshold>
+            <left_val>0.1278641968965530</left_val>
+            <right_val>-0.1357063055038452</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 3 8 11 -1.</_>
+                <_>
+                  13 3 4 11 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.0339759755879641e-003</threshold>
+            <left_val>0.2516744136810303</left_val>
+            <right_val>-0.2962329983711243</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 3 8 10 -1.</_>
+                <_>
+                  22 3 4 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.2202709913253784e-003</threshold>
+            <left_val>0.0978640317916870</left_val>
+            <right_val>-0.2133125066757202</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 8 10 -1.</_>
+                <_>
+                  9 3 4 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.6852889675647020e-003</threshold>
+            <left_val>0.1590251028537750</left_val>
+            <right_val>-0.3710497915744782</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 0 7 16 -1.</_>
+                <_>
+                  18 8 7 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0181821491569281</threshold>
+            <left_val>0.1035420000553131</left_val>
+            <right_val>-0.1821607947349548</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 0 6 16 -1.</_>
+                <_>
+                  14 0 3 8 2.</_>
+                <_>
+                  17 8 3 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.7163102105259895e-003</threshold>
+            <left_val>-0.4349384903907776</left_val>
+            <right_val>0.1257506012916565</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 7 10 4 -1.</_>
+                <_>
+                  21 9 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0310183502733707</threshold>
+            <left_val>-0.0863746032118797</left_val>
+            <right_val>0.5113062858581543</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 7 32 6 -1.</_>
+                <_>
+                  8 7 16 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.3360191155225039e-003</threshold>
+            <left_val>-0.3341253995895386</left_val>
+            <right_val>0.1757653951644898</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 7 9 6 -1.</_>
+                <_>
+                  23 9 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0265905708074570</threshold>
+            <left_val>0.2015637010335922</left_val>
+            <right_val>-0.0475758016109467</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 3 8 5 -1.</_>
+                <_>
+                  13 3 4 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0285182408988476</threshold>
+            <left_val>-0.1573379933834076</left_val>
+            <right_val>0.2950578927993774</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 7 10 4 -1.</_>
+                <_>
+                  21 9 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.1037299670279026e-003</threshold>
+            <left_val>-0.1720093935728073</left_val>
+            <right_val>0.1199588030576706</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 7 10 4 -1.</_>
+                <_>
+                  4 9 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0317573212087154</threshold>
+            <left_val>-0.0905509889125824</left_val>
+            <right_val>0.5754898786544800</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 10 7 6 -1.</_>
+                <_>
+                  17 13 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0120865600183606</threshold>
+            <left_val>-0.7246958017349243</left_val>
+            <right_val>0.0345038212835789</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 12 5 -1.</_>
+                <_>
+                  15 0 4 5 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.1408109460026026e-003</threshold>
+            <left_val>-0.6929516792297363</left_val>
+            <right_val>0.0608069002628326</right_val></_></_></trees>
+      <stage_threshold>-1.6327890157699585</stage_threshold>
+      <parent>10</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 12 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 10 16 6 -1.</_>
+                <_>
+                  4 10 8 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.0810531936585903e-003</threshold>
+            <left_val>-0.3610047996044159</left_val>
+            <right_val>0.3324972987174988</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 4 21 12 -1.</_>
+                <_>
+                  16 8 7 4 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0321655087172985</threshold>
+            <left_val>-0.6322938203811646</left_val>
+            <right_val>0.0823451578617096</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 7 16 8 -1.</_>
+                <_>
+                  11 7 8 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.7397410012781620e-003</threshold>
+            <left_val>-0.4997529089450836</left_val>
+            <right_val>0.1666416972875595</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 1 6 6 -1.</_>
+                <_>
+                  16 4 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.9076509634032845e-003</threshold>
+            <left_val>0.1423415988683701</left_val>
+            <right_val>-0.5531017780303955</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 0 12 6 -1.</_>
+                <_>
+                  10 0 6 3 2.</_>
+                <_>
+                  16 3 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.4502051100134850e-004</threshold>
+            <left_val>-0.4615738093852997</left_val>
+            <right_val>0.2016820013523102</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  31 0 4 14 -1.</_>
+                <_>
+                  31 7 4 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.8069618642330170e-003</threshold>
+            <left_val>-0.6058592200279236</left_val>
+            <right_val>0.1488128006458283</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 8 9 8 -1.</_>
+                <_>
+                  2 10 9 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.7704461505636573e-004</threshold>
+            <left_val>-0.4044904112815857</left_val>
+            <right_val>0.1641680002212524</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 0 6 15 -1.</_>
+                <_>
+                  19 0 2 15 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.6389508750289679e-004</threshold>
+            <left_val>0.1496794968843460</left_val>
+            <right_val>-0.2650825977325440</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 11 22 4 -1.</_>
+                <_>
+                  1 11 11 2 2.</_>
+                <_>
+                  12 13 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.8638859405182302e-004</threshold>
+            <left_val>0.1705830991268158</left_val>
+            <right_val>-0.4218085110187531</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 30 10 -1.</_>
+                <_>
+                  20 0 15 5 2.</_>
+                <_>
+                  5 5 15 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1601178944110870</threshold>
+            <left_val>-0.6481385231018066</left_val>
+            <right_val>-0.0171109791845083</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 0 6 15 -1.</_>
+                <_>
+                  14 0 2 15 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.9133401373401284e-004</threshold>
+            <left_val>0.1772502064704895</left_val>
+            <right_val>-0.3419930040836334</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  25 0 10 14 -1.</_>
+                <_>
+                  30 0 5 7 2.</_>
+                <_>
+                  25 7 5 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.6313800849020481e-003</threshold>
+            <left_val>0.1358626931905747</left_val>
+            <right_val>-0.2415580004453659</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 3 12 -1.</_>
+                <_>
+                  0 6 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.8008848726749420e-003</threshold>
+            <left_val>-0.5397794842720032</left_val>
+            <right_val>0.1074927002191544</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  25 0 3 14 -1.</_>
+                <_>
+                  25 7 3 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.6224519871175289e-003</threshold>
+            <left_val>0.1154439002275467</left_val>
+            <right_val>-0.3043344020843506</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 4 32 12 -1.</_>
+                <_>
+                  1 4 16 6 2.</_>
+                <_>
+                  17 10 16 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1033101007342339</threshold>
+            <left_val>-0.6955615282058716</left_val>
+            <right_val>0.0791525691747665</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 14 6 -1.</_>
+                <_>
+                  11 3 14 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0781009867787361</threshold>
+            <left_val>0.4251981079578400</left_val>
+            <right_val>-0.1568257957696915</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 1 21 9 -1.</_>
+                <_>
+                  14 4 7 3 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0453880913555622</threshold>
+            <left_val>-0.6894345283508301</left_val>
+            <right_val>0.1045748963952065</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 0 8 10 -1.</_>
+                <_>
+                  22 0 4 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.1198947736993432e-004</threshold>
+            <left_val>0.1367474943399429</left_val>
+            <right_val>-0.3460165858268738</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 8 9 -1.</_>
+                <_>
+                  9 0 4 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.8810579503187910e-005</threshold>
+            <left_val>0.1274074018001556</left_val>
+            <right_val>-0.4325779080390930</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 5 14 8 -1.</_>
+                <_>
+                  21 7 14 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.6683801338076591e-003</threshold>
+            <left_val>0.0937603563070297</left_val>
+            <right_val>-0.4171184897422791</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 11 9 4 -1.</_>
+                <_>
+                  9 13 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.4582630246877670e-003</threshold>
+            <left_val>-0.5831922888755798</left_val>
+            <right_val>0.0810130834579468</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  25 5 10 8 -1.</_>
+                <_>
+                  25 7 10 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0295386593788862</threshold>
+            <left_val>0.1482204943895340</left_val>
+            <right_val>-0.0647437199950218</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 2 32 4 -1.</_>
+                <_>
+                  17 2 16 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0162219908088446</threshold>
+            <left_val>0.1718724966049194</left_val>
+            <right_val>-0.2894138097763062</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  25 5 10 8 -1.</_>
+                <_>
+                  25 7 10 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0989660620689392</threshold>
+            <left_val>-0.9395378828048706</left_val>
+            <right_val>5.9143719263374805e-003</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 5 10 8 -1.</_>
+                <_>
+                  0 7 10 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.0390821155160666e-003</threshold>
+            <left_val>0.1158433035016060</left_val>
+            <right_val>-0.4192480146884918</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 0 12 3 -1.</_>
+                <_>
+                  20 0 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.1352299740538001e-004</threshold>
+            <left_val>-0.3206822872161865</left_val>
+            <right_val>0.0842739194631577</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 5 9 6 -1.</_>
+                <_>
+                  3 7 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0134972501546144</threshold>
+            <left_val>-0.0818886533379555</left_val>
+            <right_val>0.6825097799301148</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 7 9 6 -1.</_>
+                <_>
+                  20 9 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.3658859794959426e-004</threshold>
+            <left_val>-0.0999685525894165</left_val>
+            <right_val>0.1628946959972382</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 18 3 -1.</_>
+                <_>
+                  10 0 6 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0420607291162014</threshold>
+            <left_val>-0.8914744853973389</left_val>
+            <right_val>0.0468452312052250</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 7 9 6 -1.</_>
+                <_>
+                  20 9 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0212992392480373</threshold>
+            <left_val>0.2071328014135361</left_val>
+            <right_val>-0.0533488914370537</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 9 6 -1.</_>
+                <_>
+                  6 9 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.0863420795649290e-003</threshold>
+            <left_val>-0.1362199932336807</left_val>
+            <right_val>0.3407008945941925</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 9 9 6 -1.</_>
+                <_>
+                  16 11 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0174728892743587</threshold>
+            <left_val>-0.7363471984863281</left_val>
+            <right_val>0.0443889796733856</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 24 8 -1.</_>
+                <_>
+                  0 0 12 4 2.</_>
+                <_>
+                  12 4 12 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.5900749973952770e-003</threshold>
+            <left_val>0.1006093993782997</left_val>
+            <right_val>-0.4101673960685730</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 3 18 9 -1.</_>
+                <_>
+                  15 6 6 3 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0678171887993813</threshold>
+            <left_val>-0.6405143737792969</left_val>
+            <right_val>0.0363575108349323</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 11 16 5 -1.</_>
+                <_>
+                  4 11 8 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0419720299541950</threshold>
+            <left_val>-0.0856220200657845</left_val>
+            <right_val>0.4879263937473297</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 10 13 6 -1.</_>
+                <_>
+                  11 12 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.9160818345844746e-003</threshold>
+            <left_val>-0.5838314890861511</left_val>
+            <right_val>0.0808382704854012</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 15 4 -1.</_>
+                <_>
+                  12 0 5 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0739654526114464</threshold>
+            <left_val>0.0378980487585068</left_val>
+            <right_val>-0.8084298968315125</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 10 4 -1.</_>
+                <_>
+                  19 0 5 4 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>1.1413459433242679e-003</threshold>
+            <left_val>-0.2888999879360199</left_val>
+            <right_val>0.0286024305969477</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 12 13 4 -1.</_>
+                <_>
+                  8 14 13 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.8181502865627408e-004</threshold>
+            <left_val>-0.2544864118099213</left_val>
+            <right_val>0.1455172002315521</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 9 9 6 -1.</_>
+                <_>
+                  19 11 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.9796970300376415e-003</threshold>
+            <left_val>-0.2408006042242050</left_val>
+            <right_val>0.0716394037008286</right_val></_></_></trees>
+      <stage_threshold>-1.5523109436035156</stage_threshold>
+      <parent>11</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 13 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 13 24 3 -1.</_>
+                <_>
+                  11 13 12 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.4281609114259481e-003</threshold>
+            <left_val>0.3029496967792511</left_val>
+            <right_val>-0.4326061904430389</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 0 8 16 -1.</_>
+                <_>
+                  19 0 4 16 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.2396490201354027e-003</threshold>
+            <left_val>0.1910957992076874</left_val>
+            <right_val>-0.5289525985717773</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 0 8 16 -1.</_>
+                <_>
+                  12 0 4 16 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.4972301111556590e-005</threshold>
+            <left_val>0.1596038043498993</left_val>
+            <right_val>-0.5741953849792481</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 0 4 15 -1.</_>
+                <_>
+                  22 0 2 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.3342870883643627e-003</threshold>
+            <left_val>-0.4566380977630615</left_val>
+            <right_val>0.1059655994176865</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 14 3 -1.</_>
+                <_>
+                  7 0 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.2301327921450138e-003</threshold>
+            <left_val>-0.4470457136631012</left_val>
+            <right_val>0.1875264942646027</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 6 6 -1.</_>
+                <_>
+                  19 0 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.7406679398845881e-004</threshold>
+            <left_val>-0.6605212092399597</left_val>
+            <right_val>0.1105709001421928</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 0 6 6 -1.</_>
+                <_>
+                  13 0 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.0435229816939682e-004</threshold>
+            <left_val>-0.6190928816795349</left_val>
+            <right_val>0.1058629006147385</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 4 14 6 -1.</_>
+                <_>
+                  23 4 7 3 2.</_>
+                <_>
+                  16 7 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.5978140123188496e-004</threshold>
+            <left_val>-0.3849498033523560</left_val>
+            <right_val>0.1613465994596481</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 1 4 9 -1.</_>
+                <_>
+                  17 1 2 9 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-1.7398770432919264e-004</threshold>
+            <left_val>0.1077973023056984</left_val>
+            <right_val>-0.6208040714263916</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 0 5 12 -1.</_>
+                <_>
+                  22 6 5 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.3360999077558517e-003</threshold>
+            <left_val>0.1168925017118454</left_val>
+            <right_val>-0.4625948965549469</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 3 9 6 -1.</_>
+                <_>
+                  4 5 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.0482450537383556e-003</threshold>
+            <left_val>-0.2373204976320267</left_val>
+            <right_val>0.2463477998971939</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 2 9 6 -1.</_>
+                <_>
+                  22 4 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0371180400252342</threshold>
+            <left_val>0.4767574965953827</left_val>
+            <right_val>-0.0619478598237038</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 8 9 6 -1.</_>
+                <_>
+                  13 10 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.1853569671511650e-003</threshold>
+            <left_val>-0.4755665063858032</left_val>
+            <right_val>0.1626089960336685</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 2 9 6 -1.</_>
+                <_>
+                  22 4 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0667498484253883</threshold>
+            <left_val>-0.0410335808992386</left_val>
+            <right_val>0.7713680863380432</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 11 9 4 -1.</_>
+                <_>
+                  11 13 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.7997360555455089e-003</threshold>
+            <left_val>-0.5724285244941711</left_val>
+            <right_val>0.1199897974729538</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 2 9 6 -1.</_>
+                <_>
+                  22 4 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0657110363245010</threshold>
+            <left_val>0.4491274058818817</left_val>
+            <right_val>-0.0456169582903385</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 1 30 8 -1.</_>
+                <_>
+                  2 1 15 4 2.</_>
+                <_>
+                  17 5 15 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0197288207709789</threshold>
+            <left_val>-0.3903928101062775</left_val>
+            <right_val>0.1345735043287277</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 2 8 10 -1.</_>
+                <_>
+                  24 2 4 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.3003970533609390e-003</threshold>
+            <left_val>0.0507392995059490</left_val>
+            <right_val>-0.3052052855491638</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 9 4 -1.</_>
+                <_>
+                  0 11 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.9791470840573311e-003</threshold>
+            <left_val>-0.4263427853584290</left_val>
+            <right_val>0.1106014996767044</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  31 1 4 15 -1.</_>
+                <_>
+                  31 6 4 5 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0296567007899284</threshold>
+            <left_val>-0.4251483976840973</left_val>
+            <right_val>0.1333736032247543</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 5 9 6 -1.</_>
+                <_>
+                  4 7 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0349951609969139</threshold>
+            <left_val>0.4889402985572815</left_val>
+            <right_val>-0.1143942996859551</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 2 8 10 -1.</_>
+                <_>
+                  24 2 4 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.5426697731018066e-003</threshold>
+            <left_val>-0.1548523008823395</left_val>
+            <right_val>0.0857256725430489</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 8 10 -1.</_>
+                <_>
+                  7 2 4 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.1246800422668457e-003</threshold>
+            <left_val>0.1840917021036148</left_val>
+            <right_val>-0.2883181869983673</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 2 9 6 -1.</_>
+                <_>
+                  22 4 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.5697007812559605e-003</threshold>
+            <left_val>0.1499632000923157</left_val>
+            <right_val>-0.0985488370060921</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 2 9 6 -1.</_>
+                <_>
+                  4 4 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0468064509332180</threshold>
+            <left_val>0.7433552145957947</left_val>
+            <right_val>-0.0644644871354103</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  26 1 4 9 -1.</_>
+                <_>
+                  26 1 2 9 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0131455296650529</threshold>
+            <left_val>0.1092678979039192</left_val>
+            <right_val>-0.1950460970401764</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 1 9 4 -1.</_>
+                <_>
+                  9 1 9 2 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>9.6195898950099945e-003</threshold>
+            <left_val>0.1257791072130203</left_val>
+            <right_val>-0.3600305020809174</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 3 6 6 -1.</_>
+                <_>
+                  20 3 3 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0117724901065230</threshold>
+            <left_val>-0.3959350883960724</left_val>
+            <right_val>0.0646641179919243</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 1 8 6 -1.</_>
+                <_>
+                  13 4 8 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.7889800518751144e-003</threshold>
+            <left_val>0.1581373065710068</left_val>
+            <right_val>-0.3666752874851227</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 4 6 6 -1.</_>
+                <_>
+                  20 4 3 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0203722808510065</threshold>
+            <left_val>0.0488144904375076</left_val>
+            <right_val>-0.2415705025196075</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 4 6 6 -1.</_>
+                <_>
+                  15 4 6 3 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0107802804559469</threshold>
+            <left_val>-0.4603486955165863</left_val>
+            <right_val>0.0979101806879044</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 4 8 6 -1.</_>
+                <_>
+                  15 4 4 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0332037396728992</threshold>
+            <left_val>-0.0914465636014938</left_val>
+            <right_val>0.2108663022518158</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 5 12 -1.</_>
+                <_>
+                  0 8 5 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0658207684755325</threshold>
+            <left_val>-0.8174210190773010</left_val>
+            <right_val>0.0575362406671047</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  31 0 4 15 -1.</_>
+                <_>
+                  31 0 2 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.6010713130235672e-003</threshold>
+            <left_val>-0.0956382527947426</left_val>
+            <right_val>0.2392258048057556</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 10 14 6 -1.</_>
+                <_>
+                  4 10 7 3 2.</_>
+                <_>
+                  11 13 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.9997739996761084e-004</threshold>
+            <left_val>0.1309437006711960</left_val>
+            <right_val>-0.3362042903900147</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 2 12 11 -1.</_>
+                <_>
+                  19 2 6 11 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0916992723941803</threshold>
+            <left_val>-0.0272313691675663</left_val>
+            <right_val>0.9557452797889710</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 7 10 6 -1.</_>
+                <_>
+                  4 9 10 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.8221620488911867e-003</threshold>
+            <left_val>-0.1126120015978813</left_val>
+            <right_val>0.3355132937431335</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 5 12 11 -1.</_>
+                <_>
+                  20 5 4 11 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.2013012021780014</threshold>
+            <left_val>-0.9346994161605835</left_val>
+            <right_val>0.0111454697325826</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 5 12 10 -1.</_>
+                <_>
+                  11 5 4 10 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.5750422179698944e-003</threshold>
+            <left_val>0.1142985001206398</left_val>
+            <right_val>-0.3437069058418274</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 0 6 10 -1.</_>
+                <_>
+                  19 0 2 10 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0330829210579395</threshold>
+            <left_val>-0.8249893188476563</left_val>
+            <right_val>0.0340981595218182</right_val></_></_></trees>
+      <stage_threshold>-1.4652210474014282</stage_threshold>
+      <parent>12</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 14 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 5 9 6 -1.</_>
+                <_>
+                  6 7 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0100862495601177</threshold>
+            <left_val>0.2846584916114807</left_val>
+            <right_val>-0.3686054944992065</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 4 21 9 -1.</_>
+                <_>
+                  16 7 7 3 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0106409396976233</threshold>
+            <left_val>-0.5827698111534119</left_val>
+            <right_val>0.0978994220495224</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 21 3 -1.</_>
+                <_>
+                  7 0 7 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.8619149280712008e-004</threshold>
+            <left_val>-0.3491407930850983</left_val>
+            <right_val>0.2269286960363388</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 13 24 3 -1.</_>
+                <_>
+                  12 13 12 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.7749056294560432e-004</threshold>
+            <left_val>0.1931032985448837</left_val>
+            <right_val>-0.4105052053928375</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 1 12 5 -1.</_>
+                <_>
+                  14 1 6 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.5185881946235895e-004</threshold>
+            <left_val>-0.7142530083656311</left_val>
+            <right_val>0.0874177366495132</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 1 6 9 -1.</_>
+                <_>
+                  17 4 6 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.9314579442143440e-003</threshold>
+            <left_val>0.1037937030196190</left_val>
+            <right_val>-0.3488425016403198</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 10 9 4 -1.</_>
+                <_>
+                  10 12 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.4555559977889061e-004</threshold>
+            <left_val>-0.6909371018409729</left_val>
+            <right_val>0.0888263732194901</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 3 8 10 -1.</_>
+                <_>
+                  25 3 4 5 2.</_>
+                <_>
+                  21 8 4 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.8887790180742741e-003</threshold>
+            <left_val>-0.3807634115219116</left_val>
+            <right_val>0.1120672971010208</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 6 13 -1.</_>
+                <_>
+                  2 0 2 13 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.2653460986912251e-003</threshold>
+            <left_val>-0.1930554062128067</left_val>
+            <right_val>0.2953773140907288</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 7 34 8 -1.</_>
+                <_>
+                  18 7 17 4 2.</_>
+                <_>
+                  1 11 17 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0202247500419617</threshold>
+            <left_val>0.1177984997630119</left_val>
+            <right_val>-0.4428127110004425</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 7 6 -1.</_>
+                <_>
+                  0 12 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.1971539536025375e-004</threshold>
+            <left_val>-0.6211608052253723</left_val>
+            <right_val>0.0661304593086243</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 2 15 4 -1.</_>
+                <_>
+                  10 4 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0506540313363075</threshold>
+            <left_val>0.5307481884956360</left_val>
+            <right_val>-0.1032243967056274</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 8 10 -1.</_>
+                <_>
+                  7 3 4 5 2.</_>
+                <_>
+                  11 8 4 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.3317942917346954e-003</threshold>
+            <left_val>-0.4181677103042603</left_val>
+            <right_val>0.1429086029529572</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 1 8 6 -1.</_>
+                <_>
+                  20 1 4 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>3.6587950307875872e-003</threshold>
+            <left_val>-0.4358102083206177</left_val>
+            <right_val>0.1310161948204041</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 3 11 4 -1.</_>
+                <_>
+                  2 5 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.9678588509559631e-003</threshold>
+            <left_val>-0.1767614930868149</left_val>
+            <right_val>0.3056921958923340</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 2 4 14 -1.</_>
+                <_>
+                  21 9 4 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.2770680477842689e-003</threshold>
+            <left_val>-0.4545432925224304</left_val>
+            <right_val>0.0938131436705589</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 14 12 -1.</_>
+                <_>
+                  7 7 14 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.4419118463993073e-003</threshold>
+            <left_val>0.0481944382190704</left_val>
+            <right_val>-0.7965630888938904</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 0 24 2 -1.</_>
+                <_>
+                  8 0 12 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0585784092545509</threshold>
+            <left_val>0.0246975496411324</left_val>
+            <right_val>-0.4518406987190247</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 6 6 9 -1.</_>
+                <_>
+                  14 6 2 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.2919229347025976e-005</threshold>
+            <left_val>0.1286972016096115</left_val>
+            <right_val>-0.3585673868656158</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 8 13 -1.</_>
+                <_>
+                  23 0 4 13 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.6682289578020573e-003</threshold>
+            <left_val>0.0266056805849075</left_val>
+            <right_val>-0.2523921132087708</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 4 9 -1.</_>
+                <_>
+                  13 0 2 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.5669457651674747e-004</threshold>
+            <left_val>-0.4843049943447113</left_val>
+            <right_val>0.1046162992715836</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 1 9 4 -1.</_>
+                <_>
+                  13 3 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.4307079147547483e-003</threshold>
+            <left_val>0.1345452964305878</left_val>
+            <right_val>-0.3480885922908783</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 2 8 14 -1.</_>
+                <_>
+                  8 9 8 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0126184504479170</threshold>
+            <left_val>-0.6493849754333496</left_val>
+            <right_val>0.0594722405076027</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 1 8 7 -1.</_>
+                <_>
+                  20 1 4 7 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-1.8745700363069773e-003</threshold>
+            <left_val>-0.2400829941034317</left_val>
+            <right_val>0.0563924498856068</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 12 9 4 -1.</_>
+                <_>
+                  2 14 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.6596260722726583e-003</threshold>
+            <left_val>-0.4759364128112793</left_val>
+            <right_val>0.0797135978937149</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 5 9 6 -1.</_>
+                <_>
+                  23 7 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0451299101114273</threshold>
+            <left_val>0.6380848288536072</left_val>
+            <right_val>-0.0832540690898895</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 7 33 9 -1.</_>
+                <_>
+                  12 10 11 3 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1055831015110016</threshold>
+            <left_val>-0.7265210151672363</left_val>
+            <right_val>0.0656986832618713</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 10 12 6 -1.</_>
+                <_>
+                  19 10 6 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.1935948431491852e-003</threshold>
+            <left_val>0.1422633975744247</left_val>
+            <right_val>-0.2053859978914261</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 13 18 3 -1.</_>
+                <_>
+                  9 13 6 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.7122041471302509e-003</threshold>
+            <left_val>0.1274006962776184</left_val>
+            <right_val>-0.3470158874988556</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 10 13 6 -1.</_>
+                <_>
+                  21 12 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.7264867508783937e-004</threshold>
+            <left_val>-0.3461692929267883</left_val>
+            <right_val>0.1151733994483948</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 0 9 6 -1.</_>
+                <_>
+                  16 0 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0529310591518879</threshold>
+            <left_val>0.0511078089475632</left_val>
+            <right_val>-0.7185552120208740</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 4 9 6 -1.</_>
+                <_>
+                  21 6 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0109115196391940</threshold>
+            <left_val>-0.1163410022854805</left_val>
+            <right_val>0.5479344725608826</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 1 27 6 -1.</_>
+                <_>
+                  12 3 9 2 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0409653000533581</threshold>
+            <left_val>-0.7103782892227173</left_val>
+            <right_val>0.0736093670129776</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 0 6 11 -1.</_>
+                <_>
+                  18 0 2 11 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.9251768290996552e-003</threshold>
+            <left_val>-0.5253599882125855</left_val>
+            <right_val>0.0570251904428005</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 14 6 -1.</_>
+                <_>
+                  0 0 7 3 2.</_>
+                <_>
+                  7 3 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0357074216008186</threshold>
+            <left_val>0.3896350860595703</left_val>
+            <right_val>-0.0936129018664360</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 1 15 9 -1.</_>
+                <_>
+                  15 1 5 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0487805008888245</threshold>
+            <left_val>0.2469027936458588</left_val>
+            <right_val>-0.1899684965610504</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 3 10 4 -1.</_>
+                <_>
+                  5 3 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0139036802574992</threshold>
+            <left_val>-0.1004868969321251</left_val>
+            <right_val>0.4791614115238190</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  31 0 4 15 -1.</_>
+                <_>
+                  31 0 2 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>9.8998681642115116e-004</threshold>
+            <left_val>-0.1322237998247147</left_val>
+            <right_val>0.1478617042303085</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 4 15 -1.</_>
+                <_>
+                  2 0 2 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0245417505502701</threshold>
+            <left_val>0.5910410881042481</left_val>
+            <right_val>-0.0679794624447823</right_val></_></_></trees>
+      <stage_threshold>-1.4554309844970703</stage_threshold>
+      <parent>13</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 15 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 14 6 -1.</_>
+                <_>
+                  6 7 7 3 2.</_>
+                <_>
+                  13 10 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.2050681337714195e-003</threshold>
+            <left_val>0.2457406073808670</left_val>
+            <right_val>-0.4336969852447510</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 10 12 6 -1.</_>
+                <_>
+                  19 10 6 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.8106032237410545e-004</threshold>
+            <left_val>0.1591410934925079</left_val>
+            <right_val>-0.5154262781143189</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 0 12 6 -1.</_>
+                <_>
+                  2 0 6 3 2.</_>
+                <_>
+                  8 3 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.6500900276005268e-003</threshold>
+            <left_val>0.1324205994606018</left_val>
+            <right_val>-0.5459638237953186</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 0 6 15 -1.</_>
+                <_>
+                  19 0 2 15 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.4199450165033340e-003</threshold>
+            <left_val>0.1052424013614655</left_val>
+            <right_val>-0.3287822008132935</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 0 6 15 -1.</_>
+                <_>
+                  14 0 2 15 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.4777330216020346e-003</threshold>
+            <left_val>0.1565842032432556</left_val>
+            <right_val>-0.4707568883895874</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 3 32 10 -1.</_>
+                <_>
+                  11 3 16 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.1995161920785904e-003</threshold>
+            <left_val>-0.3530133962631226</left_val>
+            <right_val>0.1151925027370453</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 10 14 -1.</_>
+                <_>
+                  0 0 5 7 2.</_>
+                <_>
+                  5 7 5 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.0146901048719883e-003</threshold>
+            <left_val>0.1819670051336289</left_val>
+            <right_val>-0.3249131143093109</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 10 6 6 -1.</_>
+                <_>
+                  22 10 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.5248750355094671e-003</threshold>
+            <left_val>0.0626934394240379</left_val>
+            <right_val>-0.3131634891033173</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 10 6 6 -1.</_>
+                <_>
+                  10 10 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.0597518887370825e-003</threshold>
+            <left_val>0.1581391990184784</left_val>
+            <right_val>-0.3433535099029541</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 8 5 -1.</_>
+                <_>
+                  19 0 4 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.7262699808925390e-004</threshold>
+            <left_val>-0.4911664128303528</left_val>
+            <right_val>0.1142314970493317</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 4 9 6 -1.</_>
+                <_>
+                  4 6 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.3589591085910797e-003</threshold>
+            <left_val>-0.1774394959211350</left_val>
+            <right_val>0.3573932051658630</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 5 11 6 -1.</_>
+                <_>
+                  12 7 11 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.5389329530298710e-003</threshold>
+            <left_val>0.1534633040428162</left_val>
+            <right_val>-0.4964649081230164</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 6 7 -1.</_>
+                <_>
+                  14 0 3 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.2854919370729476e-004</threshold>
+            <left_val>-0.7563545703887940</left_val>
+            <right_val>0.0644658282399178</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 9 16 6 -1.</_>
+                <_>
+                  23 9 8 3 2.</_>
+                <_>
+                  15 12 8 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.7599839959293604e-003</threshold>
+            <left_val>0.0525591112673283</left_val>
+            <right_val>-0.5117846727371216</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 8 12 8 -1.</_>
+                <_>
+                  8 12 12 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.8459450006484985e-003</threshold>
+            <left_val>-0.7175623178482056</left_val>
+            <right_val>0.0600750707089901</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 5 7 9 -1.</_>
+                <_>
+                  14 8 7 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.6234171390533447e-003</threshold>
+            <left_val>-0.3469052910804749</left_val>
+            <right_val>0.1314089000225067</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 15 4 -1.</_>
+                <_>
+                  11 0 5 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0104067698121071</threshold>
+            <left_val>-0.4645211100578308</left_val>
+            <right_val>0.0877770036458969</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 3 4 9 -1.</_>
+                <_>
+                  16 3 2 9 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0198409296572208</threshold>
+            <left_val>0.7265198826789856</left_val>
+            <right_val>-0.0677597001194954</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 10 14 6 -1.</_>
+                <_>
+                  10 12 14 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.0607730364426970e-003</threshold>
+            <left_val>-0.4430949985980988</left_val>
+            <right_val>0.1120010986924171</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 2 8 12 -1.</_>
+                <_>
+                  23 2 4 12 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.5879360742401332e-005</threshold>
+            <left_val>0.0675260797142982</left_val>
+            <right_val>-0.1954710930585861</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 1 16 6 -1.</_>
+                <_>
+                  9 3 16 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.4338099434971809e-003</threshold>
+            <left_val>0.1831434965133667</left_val>
+            <right_val>-0.2158250957727432</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 2 6 7 -1.</_>
+                <_>
+                  21 2 3 7 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-9.4753541052341461e-003</threshold>
+            <left_val>-0.3107537925243378</left_val>
+            <right_val>0.0296027492731810</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 18 13 -1.</_>
+                <_>
+                  16 3 9 13 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0461715608835220</threshold>
+            <left_val>-0.6768711209297180</left_val>
+            <right_val>0.0530085302889347</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 2 9 6 -1.</_>
+                <_>
+                  21 4 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0336192809045315</threshold>
+            <left_val>0.4244674146175385</left_val>
+            <right_val>-0.0684630498290062</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 9 6 -1.</_>
+                <_>
+                  5 4 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0102489301934838</threshold>
+            <left_val>-0.1002881973981857</left_val>
+            <right_val>0.3912768959999085</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 7 22 6 -1.</_>
+                <_>
+                  18 7 11 3 2.</_>
+                <_>
+                  7 10 11 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.6815680321305990e-003</threshold>
+            <left_val>0.1887577027082443</left_val>
+            <right_val>-0.2822307944297791</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 6 10 10 -1.</_>
+                <_>
+                  1 6 5 5 2.</_>
+                <_>
+                  6 11 5 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.6953609194606543e-003</threshold>
+            <left_val>-0.3107165098190308</left_val>
+            <right_val>0.1347042024135590</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  28 4 7 12 -1.</_>
+                <_>
+                  28 10 7 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.4432539939880371e-003</threshold>
+            <left_val>-0.4250254929065704</left_val>
+            <right_val>0.0508006699383259</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 2 6 12 -1.</_>
+                <_>
+                  0 5 6 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.2914849258959293e-003</threshold>
+            <left_val>0.0797599107027054</left_val>
+            <right_val>-0.4599731862545013</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 3 9 11 -1.</_>
+                <_>
+                  23 3 3 11 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0826316475868225</threshold>
+            <left_val>-0.5219261050224304</left_val>
+            <right_val>9.5543414354324341e-003</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 3 9 11 -1.</_>
+                <_>
+                  9 3 3 11 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.3143989276140928e-003</threshold>
+            <left_val>0.1461140066385269</left_val>
+            <right_val>-0.2846016883850098</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 28 10 -1.</_>
+                <_>
+                  21 0 14 5 2.</_>
+                <_>
+                  7 5 14 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0326264202594757</threshold>
+            <left_val>0.0560735985636711</left_val>
+            <right_val>-0.4048418998718262</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 32 10 -1.</_>
+                <_>
+                  0 0 16 5 2.</_>
+                <_>
+                  16 5 16 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0183374900370836</threshold>
+            <left_val>0.1266424953937531</left_val>
+            <right_val>-0.3553881049156189</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 0 8 15 -1.</_>
+                <_>
+                  18 0 4 15 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.9633909687399864e-003</threshold>
+            <left_val>0.1155748963356018</left_val>
+            <right_val>-0.0920224487781525</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 4 4 10 -1.</_>
+                <_>
+                  17 4 2 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.6708398945629597e-003</threshold>
+            <left_val>-0.3282198905944824</left_val>
+            <right_val>0.1860246062278748</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 9 22 4 -1.</_>
+                <_>
+                  21 9 11 2 2.</_>
+                <_>
+                  10 11 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.0765379993245006e-003</threshold>
+            <left_val>0.0424567908048630</left_val>
+            <right_val>-0.1686701029539108</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 9 22 4 -1.</_>
+                <_>
+                  3 9 11 2 2.</_>
+                <_>
+                  14 11 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.7574980156496167e-003</threshold>
+            <left_val>0.0943209975957870</left_val>
+            <right_val>-0.3822691142559052</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 5 9 6 -1.</_>
+                <_>
+                  22 7 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0320435315370560</threshold>
+            <left_val>0.3741017878055573</left_val>
+            <right_val>-0.1022043004631996</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 3 20 4 -1.</_>
+                <_>
+                  17 3 10 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0111945699900389</threshold>
+            <left_val>0.1510879993438721</left_val>
+            <right_val>-0.2665511071681976</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 5 9 6 -1.</_>
+                <_>
+                  22 7 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0216540098190308</threshold>
+            <left_val>-0.0260775294154882</left_val>
+            <right_val>0.5977694988250732</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 1 9 6 -1.</_>
+                <_>
+                  7 1 9 3 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0117464698851109</threshold>
+            <left_val>0.0617832690477371</left_val>
+            <right_val>-0.6158326864242554</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 8 10 7 -1.</_>
+                <_>
+                  13 8 5 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0486739911139011</threshold>
+            <left_val>0.5498750805854797</left_val>
+            <right_val>-0.0585999302566051</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 6 21 10 -1.</_>
+                <_>
+                  13 6 7 10 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.9311890080571175e-003</threshold>
+            <left_val>-0.5974779725074768</left_val>
+            <right_val>0.0662784278392792</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 5 9 6 -1.</_>
+                <_>
+                  22 7 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0532745681703091</threshold>
+            <left_val>0.3756535053253174</left_val>
+            <right_val>-0.0386891402304173</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 12 34 4 -1.</_>
+                <_>
+                  0 12 17 2 2.</_>
+                <_>
+                  17 14 17 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.7384070716798306e-003</threshold>
+            <left_val>-0.3141412138938904</left_val>
+            <right_val>0.1096230000257492</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 5 9 6 -1.</_>
+                <_>
+                  22 7 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.5831640064716339e-003</threshold>
+            <left_val>0.1031273007392883</left_val>
+            <right_val>-0.1022981032729149</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 5 9 6 -1.</_>
+                <_>
+                  4 7 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.5976912155747414e-003</threshold>
+            <left_val>-0.0768177285790443</left_val>
+            <right_val>0.5737854242324829</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  26 12 9 4 -1.</_>
+                <_>
+                  26 14 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.0935790427029133e-003</threshold>
+            <left_val>-0.5453878045082092</left_val>
+            <right_val>0.0617735497653484</right_val></_></_></trees>
+      <stage_threshold>-1.5335040092468262</stage_threshold>
+      <parent>14</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 16 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 4 16 -1.</_>
+                <_>
+                  2 0 2 16 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0101193003356457</threshold>
+            <left_val>-0.2023221999406815</left_val>
+            <right_val>0.4445329904556274</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 1 6 9 -1.</_>
+                <_>
+                  17 1 2 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.6779979709535837e-003</threshold>
+            <left_val>-0.6251000165939331</left_val>
+            <right_val>0.1371407955884934</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 1 9 6 -1.</_>
+                <_>
+                  14 1 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.1924450993537903e-003</threshold>
+            <left_val>-0.5699061155319214</left_val>
+            <right_val>0.1067446023225784</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 5 9 4 -1.</_>
+                <_>
+                  21 7 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.9202220030128956e-003</threshold>
+            <left_val>0.2456797063350678</left_val>
+            <right_val>-0.2870011031627655</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 7 9 6 -1.</_>
+                <_>
+                  6 9 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.4177910391881596e-006</threshold>
+            <left_val>-0.2217509001493454</left_val>
+            <right_val>0.2762128114700317</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 2 9 6 -1.</_>
+                <_>
+                  13 4 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.4316600281745195e-003</threshold>
+            <left_val>0.0906559899449348</left_val>
+            <right_val>-0.5532085895538330</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 10 18 4 -1.</_>
+                <_>
+                  5 10 9 2 2.</_>
+                <_>
+                  14 12 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.3749138209677767e-006</threshold>
+            <left_val>0.0983404964208603</left_val>
+            <right_val>-0.5570558905601502</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 6 5 10 -1.</_>
+                <_>
+                  17 11 5 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.9332869239151478e-003</threshold>
+            <left_val>-0.4651069045066834</left_val>
+            <right_val>0.0113826999440789</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 26 8 -1.</_>
+                <_>
+                  0 0 13 4 2.</_>
+                <_>
+                  13 4 13 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.6644300930202007e-003</threshold>
+            <left_val>0.1057863011956215</left_val>
+            <right_val>-0.4629634022712708</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 0 12 6 -1.</_>
+                <_>
+                  21 0 6 3 2.</_>
+                <_>
+                  15 3 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.1384870633482933e-003</threshold>
+            <left_val>-0.4095476865768433</left_val>
+            <right_val>0.2203072011470795</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 12 10 4 -1.</_>
+                <_>
+                  0 14 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.6969869611784816e-003</threshold>
+            <left_val>-0.4683494865894318</left_val>
+            <right_val>0.1014517992734909</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 5 9 4 -1.</_>
+                <_>
+                  21 7 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0328898392617702</threshold>
+            <left_val>0.6092429161071777</left_val>
+            <right_val>-0.0371812097728252</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 8 18 4 -1.</_>
+                <_>
+                  7 8 9 2 2.</_>
+                <_>
+                  16 10 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-8.1303651677444577e-004</threshold>
+            <left_val>0.1481053978204727</left_val>
+            <right_val>-0.3283059000968933</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 1 6 12 -1.</_>
+                <_>
+                  19 1 3 6 2.</_>
+                <_>
+                  16 7 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.1419961489737034e-003</threshold>
+            <left_val>-0.2681117951869965</left_val>
+            <right_val>0.0767865031957626</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 4 9 6 -1.</_>
+                <_>
+                  3 6 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.0098430104553699e-003</threshold>
+            <left_val>-0.1723313927650452</left_val>
+            <right_val>0.2964273095130920</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  29 0 6 12 -1.</_>
+                <_>
+                  29 3 6 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0322539992630482</threshold>
+            <left_val>-0.3569582998752594</left_val>
+            <right_val>0.0851065889000893</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 0 5 8 -1.</_>
+                <_>
+                  11 4 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0541777610778809</threshold>
+            <left_val>0.4281792938709259</left_val>
+            <right_val>-0.1225987970829010</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 1 3 12 -1.</_>
+                <_>
+                  18 1 3 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0253046900033951</threshold>
+            <left_val>0.0676188096404076</left_val>
+            <right_val>-0.3107691109180450</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 3 5 8 -1.</_>
+                <_>
+                  17 3 5 4 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.0877770408987999e-003</threshold>
+            <left_val>-0.3984561860561371</left_val>
+            <right_val>0.1175806000828743</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 9 13 6 -1.</_>
+                <_>
+                  11 11 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.3680319534614682e-003</threshold>
+            <left_val>-0.4131310880184174</left_val>
+            <right_val>0.1085856035351753</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 16 4 -1.</_>
+                <_>
+                  6 2 16 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.9693443626165390e-003</threshold>
+            <left_val>0.2006022036075592</left_val>
+            <right_val>-0.2126467972993851</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 2 10 -1.</_>
+                <_>
+                  19 0 1 10 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>1.1733040446415544e-003</threshold>
+            <left_val>0.0651490166783333</left_val>
+            <right_val>-0.2068571001291275</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 4 12 -1.</_>
+                <_>
+                  0 10 4 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.4133330276235938e-004</threshold>
+            <left_val>-0.5138965845108032</left_val>
+            <right_val>0.0849129781126976</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 4 34 12 -1.</_>
+                <_>
+                  18 4 17 6 2.</_>
+                <_>
+                  1 10 17 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0260266102850437</threshold>
+            <left_val>0.1201672032475472</left_val>
+            <right_val>-0.3847663998603821</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 7 11 4 -1.</_>
+                <_>
+                  4 9 11 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0311827100813389</threshold>
+            <left_val>-0.0947820171713829</left_val>
+            <right_val>0.4719597995281220</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 9 20 7 -1.</_>
+                <_>
+                  13 9 10 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.3826777730137110e-004</threshold>
+            <left_val>0.2843958139419556</left_val>
+            <right_val>-0.1304959952831268</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 0 8 16 -1.</_>
+                <_>
+                  12 0 4 8 2.</_>
+                <_>
+                  16 8 4 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.4855498969554901e-003</threshold>
+            <left_val>-0.3074608147144318</left_val>
+            <right_val>0.1318304985761643</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 11 15 4 -1.</_>
+                <_>
+                  10 13 15 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.3504867032170296e-005</threshold>
+            <left_val>-0.4027338027954102</left_val>
+            <right_val>0.0874304398894310</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 2 12 2 -1.</_>
+                <_>
+                  13 2 12 1 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0127999801188707</threshold>
+            <left_val>-0.0860047116875649</left_val>
+            <right_val>0.4185662865638733</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 4 28 12 -1.</_>
+                <_>
+                  11 4 14 12 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.7533569373190403e-003</threshold>
+            <left_val>-0.3348509073257446</left_val>
+            <right_val>0.1057450026273727</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 5 9 4 -1.</_>
+                <_>
+                  5 7 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.8037710580974817e-003</threshold>
+            <left_val>0.1719712018966675</left_val>
+            <right_val>-0.1979579925537109</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 2 6 8 -1.</_>
+                <_>
+                  21 2 3 8 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0868300721049309</threshold>
+            <left_val>9.7516188398003578e-003</left_val>
+            <right_val>-0.7481169104576111</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 5 9 6 -1.</_>
+                <_>
+                  4 7 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.5165452174842358e-003</threshold>
+            <left_val>-0.0779661834239960</left_val>
+            <right_val>0.4952025115489960</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 4 6 6 -1.</_>
+                <_>
+                  19 4 3 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-4.0206471458077431e-003</threshold>
+            <left_val>-0.1484204977750778</left_val>
+            <right_val>0.1170098036527634</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 2 6 9 -1.</_>
+                <_>
+                  13 5 6 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.7533338703215122e-004</threshold>
+            <left_val>0.1082177013158798</left_val>
+            <right_val>-0.3711431026458740</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  23 10 6 6 -1.</_>
+                <_>
+                  23 10 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0202844496816397</threshold>
+            <left_val>-0.7993019819259644</left_val>
+            <right_val>0.0563794896006584</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 3 10 4 -1.</_>
+                <_>
+                  4 5 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.8226329702883959e-003</threshold>
+            <left_val>-0.1503199040889740</left_val>
+            <right_val>0.2597473859786987</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 7 14 8 -1.</_>
+                <_>
+                  18 9 14 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.1662491858005524e-003</threshold>
+            <left_val>-0.0681656599044800</left_val>
+            <right_val>0.0910578072071075</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 7 9 6 -1.</_>
+                <_>
+                  12 9 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0160904992371798</threshold>
+            <left_val>0.0536881610751152</left_val>
+            <right_val>-0.6090872287750244</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 4 9 6 -1.</_>
+                <_>
+                  22 6 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.0950432196259499e-003</threshold>
+            <left_val>-0.1322737932205200</left_val>
+            <right_val>0.3548657000064850</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 7 15 6 -1.</_>
+                <_>
+                  10 9 15 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0114497495815158</threshold>
+            <left_val>-0.3570930957794190</left_val>
+            <right_val>0.1160681024193764</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  27 0 8 10 -1.</_>
+                <_>
+                  31 0 4 5 2.</_>
+                <_>
+                  27 5 4 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.9602200482040644e-003</threshold>
+            <left_val>0.1316369026899338</left_val>
+            <right_val>-0.3179002106189728</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 0 9 6 -1.</_>
+                <_>
+                  16 0 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.2047627978026867e-003</threshold>
+            <left_val>-0.8060140013694763</left_val>
+            <right_val>0.0366904810070992</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 4 9 6 -1.</_>
+                <_>
+                  22 6 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0295312497764826</threshold>
+            <left_val>0.5092440247535706</left_val>
+            <right_val>-0.0701703727245331</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 8 20 7 -1.</_>
+                <_>
+                  5 8 10 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0277497898787260</threshold>
+            <left_val>-0.0484713315963745</left_val>
+            <right_val>0.5751788020133972</right_val></_></_></trees>
+      <stage_threshold>-1.4719920158386230</stage_threshold>
+      <parent>15</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 17 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 12 10 4 -1.</_>
+                <_>
+                  12 12 5 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.0962689993903041e-003</threshold>
+            <left_val>0.2602201104164124</left_val>
+            <right_val>-0.4076834022998810</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  29 10 6 6 -1.</_>
+                <_>
+                  29 10 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.0876009948551655e-003</threshold>
+            <left_val>-0.2733851969242096</left_val>
+            <right_val>0.2341865003108978</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 5 20 4 -1.</_>
+                <_>
+                  4 5 10 2 2.</_>
+                <_>
+                  14 7 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.4182109627872705e-003</threshold>
+            <left_val>-0.3383834064006805</left_val>
+            <right_val>0.1993636041879654</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 5 18 4 -1.</_>
+                <_>
+                  9 5 9 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0218265894800425</threshold>
+            <left_val>0.0793147012591362</left_val>
+            <right_val>-0.3672462999820709</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 3 12 13 -1.</_>
+                <_>
+                  15 3 4 13 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1553238034248352</threshold>
+            <left_val>-0.1406794935464859</left_val>
+            <right_val>0.4410114884376526</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 4 6 6 -1.</_>
+                <_>
+                  20 4 6 3 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0218167491257191</threshold>
+            <left_val>-0.2676200866699219</left_val>
+            <right_val>0.1245640963315964</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 7 24 9 -1.</_>
+                <_>
+                  10 7 8 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.6035892814397812e-004</threshold>
+            <left_val>-0.2847656905651093</left_val>
+            <right_val>0.2233600020408630</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 0 16 6 -1.</_>
+                <_>
+                  13 3 16 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0119888903573155</threshold>
+            <left_val>0.1178857013583183</left_val>
+            <right_val>-0.3265433907508850</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 8 14 -1.</_>
+                <_>
+                  3 0 4 7 2.</_>
+                <_>
+                  7 7 4 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.3609459856525064e-003</threshold>
+            <left_val>0.0968397930264473</left_val>
+            <right_val>-0.3867565095424652</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 1 12 5 -1.</_>
+                <_>
+                  23 1 4 5 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.8692358005791903e-004</threshold>
+            <left_val>0.1319030970335007</left_val>
+            <right_val>-0.3423039019107819</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 9 6 -1.</_>
+                <_>
+                  3 0 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.4855760382488370e-003</threshold>
+            <left_val>-0.2110680937767029</left_val>
+            <right_val>0.2285397052764893</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 0 7 6 -1.</_>
+                <_>
+                  18 0 7 3 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>0.0116243297234178</threshold>
+            <left_val>0.0550729408860207</left_val>
+            <right_val>-0.1617069989442825</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 3 18 4 -1.</_>
+                <_>
+                  17 3 9 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.9688087999820709e-003</threshold>
+            <left_val>-0.3590199947357178</left_val>
+            <right_val>0.1293555051088333</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 0 12 5 -1.</_>
+                <_>
+                  19 0 4 5 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.7302039777860045e-003</threshold>
+            <left_val>-0.2707703113555908</left_val>
+            <right_val>0.1250617057085037</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 0 12 5 -1.</_>
+                <_>
+                  12 0 4 5 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.4663740294054151e-003</threshold>
+            <left_val>-0.3282034099102020</left_val>
+            <right_val>0.1494873017072678</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 2 9 6 -1.</_>
+                <_>
+                  22 2 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.9357081297785044e-004</threshold>
+            <left_val>0.0994076803326607</left_val>
+            <right_val>-0.4804121851921082</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 2 9 6 -1.</_>
+                <_>
+                  10 2 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.4360119821503758e-003</threshold>
+            <left_val>0.0868886485695839</left_val>
+            <right_val>-0.4076794087886810</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  29 0 6 12 -1.</_>
+                <_>
+                  29 4 6 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0305704493075609</threshold>
+            <left_val>-0.3003444969654083</left_val>
+            <right_val>0.0951933935284615</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 7 9 8 -1.</_>
+                <_>
+                  8 11 9 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0523414388298988</threshold>
+            <left_val>-0.1523461043834686</left_val>
+            <right_val>0.2932294905185700</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 7 32 6 -1.</_>
+                <_>
+                  19 7 16 3 2.</_>
+                <_>
+                  3 10 16 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0111620798707008</threshold>
+            <left_val>0.1051701977849007</left_val>
+            <right_val>-0.3569095134735107</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 0 6 12 -1.</_>
+                <_>
+                  1 0 3 6 2.</_>
+                <_>
+                  4 6 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.0539049981161952e-003</threshold>
+            <left_val>0.1317289024591446</left_val>
+            <right_val>-0.2855288088321686</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 0 9 6 -1.</_>
+                <_>
+                  23 0 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-4.3659731745719910e-003</threshold>
+            <left_val>-0.1688212007284164</left_val>
+            <right_val>0.1287277936935425</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  1 8 16 8 -1.</_>
+                <_>
+                  1 12 16 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.0272400043904781e-003</threshold>
+            <left_val>-0.8163853287696838</left_val>
+            <right_val>0.0467944294214249</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  28 0 7 12 -1.</_>
+                <_>
+                  28 4 7 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1293292939662933</threshold>
+            <left_val>-0.9604929089546204</left_val>
+            <right_val>0.0136134698987007</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  3 0 12 6 -1.</_>
+                <_>
+                  7 0 4 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0557876415550709</threshold>
+            <left_val>-0.6962391734123230</left_val>
+            <right_val>0.0390179194509983</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 4 4 10 -1.</_>
+                <_>
+                  16 4 2 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.3660929184406996e-003</threshold>
+            <left_val>-0.1388535946607590</left_val>
+            <right_val>0.1419872045516968</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 4 4 10 -1.</_>
+                <_>
+                  17 4 2 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0180802997201681</threshold>
+            <left_val>-0.1347098052501679</left_val>
+            <right_val>0.3498007059097290</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 2 15 12 -1.</_>
+                <_>
+                  20 6 5 4 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0887344777584076</threshold>
+            <left_val>-0.1260810047388077</left_val>
+            <right_val>0.1521161049604416</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 6 7 6 -1.</_>
+                <_>
+                  12 9 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.9484329968690872e-003</threshold>
+            <left_val>-0.4400984942913055</left_val>
+            <right_val>0.0752990096807480</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 4 9 6 -1.</_>
+                <_>
+                  22 6 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.9654728285968304e-003</threshold>
+            <left_val>-0.1346112042665482</left_val>
+            <right_val>0.3363116085529327</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 6 12 -1.</_>
+                <_>
+                  0 4 6 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0768942981958389</threshold>
+            <left_val>-0.7489886283874512</left_val>
+            <right_val>0.0475988797843456</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 8 16 6 -1.</_>
+                <_>
+                  18 10 16 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.6538050258532166e-003</threshold>
+            <left_val>-0.2216338962316513</left_val>
+            <right_val>0.1017028987407684</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 1 9 6 -1.</_>
+                <_>
+                  2 3 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0482188984751701</threshold>
+            <left_val>0.5360609889030457</left_val>
+            <right_val>-0.0594903789460659</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 9 14 4 -1.</_>
+                <_>
+                  11 11 14 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.0378670413047075e-003</threshold>
+            <left_val>-0.4085307121276856</left_val>
+            <right_val>0.0616618618369102</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 4 6 6 -1.</_>
+                <_>
+                  15 4 3 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0230658203363419</threshold>
+            <left_val>-0.1584887057542801</left_val>
+            <right_val>0.2182209044694901</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 1 8 12 -1.</_>
+                <_>
+                  19 5 8 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0738082230091095</threshold>
+            <left_val>0.2715057134628296</left_val>
+            <right_val>-0.1190420985221863</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 0 6 9 -1.</_>
+                <_>
+                  15 0 2 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0206969995051622</threshold>
+            <left_val>-0.7872844934463501</left_val>
+            <right_val>0.0428552702069283</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 4 16 12 -1.</_>
+                <_>
+                  23 4 8 12 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1112067028880119</threshold>
+            <left_val>-0.0278462208807468</left_val>
+            <right_val>0.7108510136604309</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 0 9 6 -1.</_>
+                <_>
+                  16 0 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>4.1513631003908813e-004</threshold>
+            <left_val>-0.4659223854541779</left_val>
+            <right_val>0.0695245563983917</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 12 9 4 -1.</_>
+                <_>
+                  15 14 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.0583390034735203e-003</threshold>
+            <left_val>-0.3636411130428314</left_val>
+            <right_val>0.0694743469357491</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 4 16 12 -1.</_>
+                <_>
+                  4 4 8 12 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0580755509436131</threshold>
+            <left_val>-0.0569695904850960</left_val>
+            <right_val>0.5458229780197144</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  16 2 12 11 -1.</_>
+                <_>
+                  19 2 6 11 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.1182276979088783</threshold>
+            <left_val>-0.7170674800872803</left_val>
+            <right_val>0.0192870907485485</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 6 15 7 -1.</_>
+                <_>
+                  13 6 5 7 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.1035849004983902</threshold>
+            <left_val>-0.0617299005389214</left_val>
+            <right_val>0.4865637123584747</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 0 4 10 -1.</_>
+                <_>
+                  18 0 2 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0504306182265282</threshold>
+            <left_val>0.0232411008328199</left_val>
+            <right_val>-0.9161332845687866</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 0 6 11 -1.</_>
+                <_>
+                  15 0 2 11 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>8.2983197644352913e-003</threshold>
+            <left_val>0.1060303971171379</left_val>
+            <right_val>-0.2741267979145050</right_val></_></_>
+        <_>
+          <!-- tree 45 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 3 6 6 -1.</_>
+                <_>
+                  20 3 3 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>3.6743599921464920e-003</threshold>
+            <left_val>-0.0931911766529083</left_val>
+            <right_val>0.0665657892823219</right_val></_></_>
+        <_>
+          <!-- tree 46 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 18 8 -1.</_>
+                <_>
+                  0 0 9 4 2.</_>
+                <_>
+                  9 4 9 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-6.2067247927188873e-003</threshold>
+            <left_val>0.0983867272734642</left_val>
+            <right_val>-0.3149386942386627</right_val></_></_>
+        <_>
+          <!-- tree 47 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 3 6 6 -1.</_>
+                <_>
+                  20 3 3 6 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.0936079099774361</threshold>
+            <left_val>-1.</left_val>
+            <right_val>1.1065090075135231e-003</right_val></_></_>
+        <_>
+          <!-- tree 48 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 3 6 6 -1.</_>
+                <_>
+                  15 3 6 3 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-5.7266331277787685e-003</threshold>
+            <left_val>-0.5244141221046448</left_val>
+            <right_val>0.0589701086282730</right_val></_></_>
+        <_>
+          <!-- tree 49 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 8 13 6 -1.</_>
+                <_>
+                  18 10 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0433338582515717</threshold>
+            <left_val>0.0129079502075911</left_val>
+            <right_val>-0.4970839917659760</right_val></_></_>
+        <_>
+          <!-- tree 50 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 7 10 4 -1.</_>
+                <_>
+                  8 9 10 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0187191404402256</threshold>
+            <left_val>-0.0978064909577370</left_val>
+            <right_val>0.3993046879768372</right_val></_></_>
+        <_>
+          <!-- tree 51 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  21 0 10 16 -1.</_>
+                <_>
+                  26 0 5 8 2.</_>
+                <_>
+                  21 8 5 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0360456891357899</threshold>
+            <left_val>0.0289126895368099</left_val>
+            <right_val>-0.5028494000434876</right_val></_></_>
+        <_>
+          <!-- tree 52 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  4 0 10 16 -1.</_>
+                <_>
+                  4 0 5 8 2.</_>
+                <_>
+                  9 8 5 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0122308097779751</threshold>
+            <left_val>0.0769027471542358</left_val>
+            <right_val>-0.4037911891937256</right_val></_></_>
+        <_>
+          <!-- tree 53 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 6 18 4 -1.</_>
+                <_>
+                  22 6 9 2 2.</_>
+                <_>
+                  13 8 9 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.5689369328320026e-003</threshold>
+            <left_val>-0.0902797728776932</left_val>
+            <right_val>0.1689237952232361</right_val></_></_>
+        <_>
+          <!-- tree 54 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 9 7 6 -1.</_>
+                <_>
+                  11 12 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.8645619750022888e-003</threshold>
+            <left_val>-0.7716928720474243</left_val>
+            <right_val>0.0395921394228935</right_val></_></_>
+        <_>
+          <!-- tree 55 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 5 12 6 -1.</_>
+                <_>
+                  16 5 6 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.1142618544399738e-003</threshold>
+            <left_val>0.8242614269256592</left_val>
+            <right_val>-0.0316176898777485</right_val></_></_>
+        <_>
+          <!-- tree 56 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 5 12 6 -1.</_>
+                <_>
+                  13 5 6 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.1514348015189171e-003</threshold>
+            <left_val>0.7027248144149780</left_val>
+            <right_val>-0.0348167307674885</right_val></_></_></trees>
+      <stage_threshold>-1.3627879619598389</stage_threshold>
+      <parent>16</parent>
+      <next>-1</next></_>
+    <_>
+      <!-- stage 18 -->
+      <trees>
+        <_>
+          <!-- tree 0 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 13 24 3 -1.</_>
+                <_>
+                  11 13 12 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.8993569537997246e-003</threshold>
+            <left_val>0.2131370007991791</left_val>
+            <right_val>-0.4337685108184815</right_val></_></_>
+        <_>
+          <!-- tree 1 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 2 28 14 -1.</_>
+                <_>
+                  14 2 14 14 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>2.7455869130790234e-003</threshold>
+            <left_val>-0.6750177741050720</left_val>
+            <right_val>0.1113997027277947</right_val></_></_>
+        <_>
+          <!-- tree 2 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 4 21 12 -1.</_>
+                <_>
+                  12 8 7 4 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.9400230422616005e-003</threshold>
+            <left_val>-0.4494703114032745</left_val>
+            <right_val>0.1532945036888123</right_val></_></_>
+        <_>
+          <!-- tree 3 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 6 6 9 -1.</_>
+                <_>
+                  19 6 2 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.7406620318070054e-003</threshold>
+            <left_val>0.1650654971599579</left_val>
+            <right_val>-0.2983390092849731</right_val></_></_>
+        <_>
+          <!-- tree 4 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 5 6 10 -1.</_>
+                <_>
+                  14 5 2 10 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.1893510236404836e-004</threshold>
+            <left_val>0.1341492980718613</left_val>
+            <right_val>-0.4443469941616058</right_val></_></_>
+        <_>
+          <!-- tree 5 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 5 16 8 -1.</_>
+                <_>
+                  12 7 16 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.8158879615366459e-003</threshold>
+            <left_val>0.1088962033390999</left_val>
+            <right_val>-0.4267187118530273</right_val></_></_>
+        <_>
+          <!-- tree 6 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 2 6 14 -1.</_>
+                <_>
+                  5 2 3 7 2.</_>
+                <_>
+                  8 9 3 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.6700219605118036e-003</threshold>
+            <left_val>-0.3628309965133667</left_val>
+            <right_val>0.1371262073516846</right_val></_></_>
+        <_>
+          <!-- tree 7 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 0 18 3 -1.</_>
+                <_>
+                  20 0 6 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.6746539990417659e-004</threshold>
+            <left_val>-0.3496528863906860</left_val>
+            <right_val>0.1747646033763886</right_val></_></_>
+        <_>
+          <!-- tree 8 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 15 4 -1.</_>
+                <_>
+                  11 0 5 4 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.6125190304592252e-003</threshold>
+            <left_val>-0.2941386997699738</left_val>
+            <right_val>0.1757515966892242</right_val></_></_>
+        <_>
+          <!-- tree 9 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 4 12 6 -1.</_>
+                <_>
+                  24 4 6 3 2.</_>
+                <_>
+                  18 7 6 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.8210130510851741e-003</threshold>
+            <left_val>-0.2287787944078445</left_val>
+            <right_val>0.0688152313232422</right_val></_></_>
+        <_>
+          <!-- tree 10 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 3 12 -1.</_>
+                <_>
+                  6 6 3 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.0798959992825985e-003</threshold>
+            <left_val>0.1371428072452545</left_val>
+            <right_val>-0.3478940129280090</right_val></_></_>
+        <_>
+          <!-- tree 11 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  32 1 3 14 -1.</_>
+                <_>
+                  32 8 3 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-5.7159340940415859e-003</threshold>
+            <left_val>-0.7814933061599731</left_val>
+            <right_val>0.1113727986812592</right_val></_></_>
+        <_>
+          <!-- tree 12 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 3 9 6 -1.</_>
+                <_>
+                  6 5 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.4567378722131252e-003</threshold>
+            <left_val>-0.1865946948528290</left_val>
+            <right_val>0.2485855072736740</right_val></_></_>
+        <_>
+          <!-- tree 13 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  7 0 21 9 -1.</_>
+                <_>
+                  14 3 7 3 9.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0192306898534298</threshold>
+            <left_val>-0.6605920195579529</left_val>
+            <right_val>0.0783730819821358</right_val></_></_>
+        <_>
+          <!-- tree 14 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 1 6 9 -1.</_>
+                <_>
+                  12 4 6 3 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.9379029981791973e-003</threshold>
+            <left_val>0.1005700007081032</left_val>
+            <right_val>-0.3901166915893555</right_val></_></_>
+        <_>
+          <!-- tree 15 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 10 13 6 -1.</_>
+                <_>
+                  13 12 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0235132202506065</threshold>
+            <left_val>-0.9342905282974243</left_val>
+            <right_val>0.0212153103202581</right_val></_></_>
+        <_>
+          <!-- tree 16 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 7 9 6 -1.</_>
+                <_>
+                  8 7 3 6 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-9.8339980468153954e-004</threshold>
+            <left_val>0.1361822038888931</left_val>
+            <right_val>-0.2827340960502625</right_val></_></_>
+        <_>
+          <!-- tree 17 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 0 6 9 -1.</_>
+                <_>
+                  21 0 2 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.2023929739370942e-003</threshold>
+            <left_val>0.0948768332600594</left_val>
+            <right_val>-0.2870748043060303</right_val></_></_>
+        <_>
+          <!-- tree 18 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 0 6 9 -1.</_>
+                <_>
+                  12 0 2 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>1.0785560152726248e-004</threshold>
+            <left_val>0.1267157942056656</left_val>
+            <right_val>-0.3045237958431244</right_val></_></_>
+        <_>
+          <!-- tree 19 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  26 9 9 6 -1.</_>
+                <_>
+                  26 11 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0432878993451595</threshold>
+            <left_val>0.0232429094612598</left_val>
+            <right_val>-0.8951010704040527</right_val></_></_>
+        <_>
+          <!-- tree 20 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 9 9 6 -1.</_>
+                <_>
+                  0 11 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-1.3477449829224497e-004</threshold>
+            <left_val>-0.2786504924297333</left_val>
+            <right_val>0.1419862061738968</right_val></_></_>
+        <_>
+          <!-- tree 21 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 0 6 9 -1.</_>
+                <_>
+                  20 0 2 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0290825106203556</threshold>
+            <left_val>-0.6127985715866089</left_val>
+            <right_val>0.0208179708570242</right_val></_></_>
+        <_>
+          <!-- tree 22 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  14 4 6 10 -1.</_>
+                <_>
+                  17 4 3 10 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0547165907919407</threshold>
+            <left_val>-0.0773123875260353</left_val>
+            <right_val>0.4768778085708618</right_val></_></_>
+        <_>
+          <!-- tree 23 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 0 6 9 -1.</_>
+                <_>
+                  20 0 2 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>7.2856438346207142e-003</threshold>
+            <left_val>0.0413208305835724</left_val>
+            <right_val>-0.2156361043453217</right_val></_></_>
+        <_>
+          <!-- tree 24 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  6 0 12 7 -1.</_>
+                <_>
+                  9 0 6 7 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0567983090877533</threshold>
+            <left_val>-0.7121685743331909</left_val>
+            <right_val>0.0512651689350605</right_val></_></_>
+        <_>
+          <!-- tree 25 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 0 30 8 -1.</_>
+                <_>
+                  20 0 15 4 2.</_>
+                <_>
+                  5 4 15 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0277114603668451</threshold>
+            <left_val>0.0369968898594379</left_val>
+            <right_val>-0.3223392069339752</right_val></_></_>
+        <_>
+          <!-- tree 26 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 30 8 -1.</_>
+                <_>
+                  0 0 15 4 2.</_>
+                <_>
+                  15 4 15 4 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>6.8370159715414047e-003</threshold>
+            <left_val>0.1321330070495606</left_val>
+            <right_val>-0.3607194125652313</right_val></_></_>
+        <_>
+          <!-- tree 27 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 10 9 6 -1.</_>
+                <_>
+                  18 13 9 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.6247848988277838e-005</threshold>
+            <left_val>-0.4339846074581146</left_val>
+            <right_val>0.0723587274551392</right_val></_></_>
+        <_>
+          <!-- tree 28 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 10 16 6 -1.</_>
+                <_>
+                  4 10 8 6 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0366770103573799</threshold>
+            <left_val>-0.0922408401966095</left_val>
+            <right_val>0.4350239038467407</right_val></_></_>
+        <_>
+          <!-- tree 29 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  20 5 10 6 -1.</_>
+                <_>
+                  20 7 10 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-7.7279601246118546e-003</threshold>
+            <left_val>0.1286932975053787</left_val>
+            <right_val>-0.1674661934375763</right_val></_></_>
+        <_>
+          <!-- tree 30 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  5 5 10 6 -1.</_>
+                <_>
+                  5 7 10 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>5.9293289668858051e-003</threshold>
+            <left_val>-0.0760817900300026</left_val>
+            <right_val>0.5295932292938232</right_val></_></_>
+        <_>
+          <!-- tree 31 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  2 2 32 5 -1.</_>
+                <_>
+                  2 2 16 5 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0105473101139069</threshold>
+            <left_val>-0.2897404134273529</left_val>
+            <right_val>0.1399471014738083</right_val></_></_>
+        <_>
+          <!-- tree 32 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 0 3 16 -1.</_>
+                <_>
+                  0 8 3 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-2.0882440730929375e-003</threshold>
+            <left_val>-0.4086234867572784</left_val>
+            <right_val>0.0964989066123962</right_val></_></_>
+        <_>
+          <!-- tree 33 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  19 1 8 5 -1.</_>
+                <_>
+                  19 1 4 5 2.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-3.8142059929668903e-003</threshold>
+            <left_val>-0.4131303131580353</left_val>
+            <right_val>0.0437075905501843</right_val></_></_>
+        <_>
+          <!-- tree 34 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  0 10 9 6 -1.</_>
+                <_>
+                  0 12 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0303167793899775</threshold>
+            <left_val>0.0399404205381870</left_val>
+            <right_val>-0.6885300278663635</right_val></_></_>
+        <_>
+          <!-- tree 35 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  22 4 9 6 -1.</_>
+                <_>
+                  22 6 9 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.0414529107511044</threshold>
+            <left_val>-0.0502197183668613</left_val>
+            <right_val>0.6379765868186951</right_val></_></_>
+        <_>
+          <!-- tree 36 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  10 10 14 6 -1.</_>
+                <_>
+                  10 10 7 3 2.</_>
+                <_>
+                  17 13 7 3 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>3.6985070910304785e-003</threshold>
+            <left_val>0.0896049365401268</left_val>
+            <right_val>-0.3436382114887238</right_val></_></_>
+        <_>
+          <!-- tree 37 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  8 8 24 8 -1.</_>
+                <_>
+                  8 8 12 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>0.2148509025573731</threshold>
+            <left_val>0.0107793295755982</left_val>
+            <right_val>-0.6127285957336426</right_val></_></_>
+        <_>
+          <!-- tree 38 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  9 0 16 4 -1.</_>
+                <_>
+                  9 2 16 2 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0450854711234570</threshold>
+            <left_val>0.3653976023197174</left_val>
+            <right_val>-0.0824829936027527</right_val></_></_>
+        <_>
+          <!-- tree 39 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  13 10 13 6 -1.</_>
+                <_>
+                  13 12 13 2 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0169077198952436</threshold>
+            <left_val>-0.6279861927032471</left_val>
+            <right_val>0.0197790898382664</right_val></_></_>
+        <_>
+          <!-- tree 40 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  11 1 6 9 -1.</_>
+                <_>
+                  13 1 2 9 3.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0295980107039213</threshold>
+            <left_val>-0.7462137937545776</left_val>
+            <right_val>0.0378643497824669</right_val></_></_>
+        <_>
+          <!-- tree 41 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  18 1 6 9 -1.</_>
+                <_>
+                  15 4 6 3 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-0.1123830974102020</threshold>
+            <left_val>0.6967231035232544</left_val>
+            <right_val>-0.0132128102704883</right_val></_></_>
+        <_>
+          <!-- tree 42 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  17 1 9 6 -1.</_>
+                <_>
+                  20 4 3 6 3.</_></rects>
+              <tilted>1</tilted></feature>
+            <threshold>-4.3732640333473682e-003</threshold>
+            <left_val>-0.3790447115898132</left_val>
+            <right_val>0.0922181829810143</right_val></_></_>
+        <_>
+          <!-- tree 43 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  15 2 8 8 -1.</_>
+                <_>
+                  15 2 4 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-0.0731139332056046</threshold>
+            <left_val>1.</left_val>
+            <right_val>-0.0147778997197747</right_val></_></_>
+        <_>
+          <!-- tree 44 -->
+          <_>
+            <!-- root node -->
+            <feature>
+              <rects>
+                <_>
+                  12 2 8 8 -1.</_>
+                <_>
+                  16 2 4 8 2.</_></rects>
+              <tilted>0</tilted></feature>
+            <threshold>-3.6499029956758022e-003</threshold>
+            <left_val>0.6910418272018433</left_val>
+            <right_val>-0.0439721383154392</right_val></_></_></trees>
+      <stage_threshold>-1.3438739776611328</stage_threshold>
+      <parent>17</parent>
+      <next>-1</next></_></stages></frontalEyes35x16>
+</opencv_storage>
diff --git a/src/mousetrap/ocvfw/idm/color.py b/src/mousetrap/ocvfw/idm/color.py
index e884885..746c2e9 100644
--- a/src/mousetrap/ocvfw/idm/color.py
+++ b/src/mousetrap/ocvfw/idm/color.py
@@ -29,8 +29,8 @@ __license__   = "GPLv2"
 
 import mousetrap.ocvfw.commons as co
 from mousetrap.ocvfw.dev.camera import Camera, Capture, Point
-from ctypes import c_int 
-""" Using ctypes-opencv, instead of the python bindings provided by OpenCV. """
+from ctypes import c_int
+""" Using ctypes-opencv, instead of the python bindings provided by OpenCV. """
 from sys import argv, exit
 import math
 
@@ -51,26 +51,26 @@ class Module(object):
     def __init__(self, controller, stgs = {}):
         """
         IDM's init function.
-        
+
         Arguments:
         - self: The main object pointer.
         - controller: mousetrap main class pointer. This is passed by MouseTrap's controller (mousetrap.py) 
when loaded.
         - stgs: Possible settings loaded from the user's settings file. If there aren't settings the IDM 
will use the a_settings dict.
         """
-        
+
 
         # Controller instance
         self.ctr          = controller
-        
+
         self.cfg = self.ctr.cfg
 
         if not self.cfg.has_section("color"):
             self.cfg.add_section("color")
         # Capture instance
-        # The capture is the object containing the image 
+        # The capture is the object containing the image
         # and all the possible methods to modify it.
         self.cap          = None
-        
+
         # IDM's Settings dict
         self.stgs         = stgs
 
@@ -85,19 +85,19 @@ class Module(object):
         self.hsv = None
 
         self.first_time=True # To keep track of whether or not we have initalized image objects
-
-        self.select_object = 0
-        self.track_object = 0
-        self.origin = None #needed?
-        self.selection = None
-        self.track_window = None
-        self.track_box = None
-        self.track_comp = None
+
+        self.select_object = 0
+        self.track_object = 0
+        self.origin = None #needed?
+        self.selection = None
+        self.track_window = None
+        self.track_box = None
+        self.track_comp = None
         self.hdims = 16 #Number of columns in the histogram
 
         # Variables to control the ranges for the color mask.
-        self.vmin = c_int(10)   # Value
-        self.vmax = c_int(256)
+        self.vmin = c_int(10)   # Value
+        self.vmax = c_int(256)
         self.smin = c_int(80)   # Saturation
         self.smax = c_int(256)
         self.hmin = c_int(0)    # Hue
@@ -107,60 +107,60 @@ class Module(object):
     def prepare_config(self):
         """
         Prepares the IDM using the settings
-        
+
         Arguments:
         - self: The main object pointer
         """
         global a_settings
-        
+
         self.debugLevel = self.ctr.cfg.getint("main", "debugLevel")
-        print self.debugLevel        
+        print self.debugLevel
 
-        # If the dict is empty then 
+        # If the dict is empty then
         # use the default settings defined in a_settings
         if not self.stgs:
             self.stgs = a_settings
 
         # For each key do something if required by the module
         for key in self.stgs:
-            pass
-
+            pass
+
     def hsv2rgb(self, hue):
         """
         Converts an HSV hue to RGB.
-        
+
         Arguments:
         - self: The main object pointer
         - hue: the hue to convert to RGB.
-        """
-        rgb=[0,0,0]
-        
-        sector_data= ((0,2,1), (1,2,0), (1,0,2), (2,0,1), (2,1,0), (0,1,2))
-        hue *= 0.033333333333333333333333333333333
-        sector = co.cv.cvFloor(hue)
-        p = co.cv.cvRound(255*(hue - sector))
-        p ^= 255 if bool(sector & 1) else 0
-
-        rgb[sector_data[sector][0]] = 255
-        rgb[sector_data[sector][1]] = 0
-        rgb[sector_data[sector][2]] = p
-
+        """
+        rgb=[0,0,0]
+
+        sector_data= ((0,2,1), (1,2,0), (1,0,2), (2,0,1), (2,1,0), (0,1,2))
+        hue *= 0.033333333333333333333333333333333
+        sector = co.cv.cvFloor(hue)
+        p = co.cv.cvRound(255*(hue - sector))
+        p ^= 255 if bool(sector & 1) else 0
+
+        rgb[sector_data[sector][0]] = 255
+        rgb[sector_data[sector][1]] = 0
+        rgb[sector_data[sector][2]] = p
+
         return co.cv.cvScalar(rgb[2], rgb[1], rgb[0], 0)
 
     def set_capture(self, cam):
         """
         Initialize the capture and sets the main settings.
-        
+
         Arguments:
         - self: The main object pointer
         - cam: The camera device index. For Example: 0 = /dev/video0, 1 = /dev/video1
         """
-        
+
         # Starts the Capture using the async method.
         # This means that self.cap.sync() wont be called periodically
         # by the idm because the Capture syncs the image asynchronously (See dev/camera.py)
         self.cap = Capture(async=False, idx=cam, backend="OcvfwCtypes")
-        
+
         #for some reason this is necessary! why?!?
 
         co.hg.cvNamedWindow( "Histogram", 1 )
@@ -169,9 +169,9 @@ class Module(object):
             co.hg.cvNamedWindow( "Mask", 1 )
 
 
-            co.hg.cvCreateTrackbar( "Vmin", "Mask", self.vmin, 256 )
-            co.hg.cvCreateTrackbar( "Vmax", "Mask", self.vmax, 256 )
-            co.hg.cvCreateTrackbar( "Smin", "Mask", self.smin, 256 )
+            co.hg.cvCreateTrackbar( "Vmin", "Mask", self.vmin, 256 )
+            co.hg.cvCreateTrackbar( "Vmax", "Mask", self.vmax, 256 )
+            co.hg.cvCreateTrackbar( "Smin", "Mask", self.smin, 256 )
             co.hg.cvCreateTrackbar( "Smax", "Mask", self.smax, 256 )
             co.hg.cvCreateTrackbar( "Hmin", "Mask", self.hmin, 180 )
             co.hg.cvCreateTrackbar( "Hmax", "Mask", self.hmax, 180 )
@@ -186,7 +186,7 @@ class Module(object):
         for OpenCV functions and GDK colors to interact as the
         former expects colors from 0-255 and the latter expects
         0-65535.
-        
+
         Arguments:
         - self: The main object pointer
         - color: The integer color value to convert to 0-255
@@ -200,13 +200,13 @@ class Module(object):
         """
 
         hue = 0.0
-          
+
         if (red > green):
             if (red > blue):
                 cmax = red
             else:
                 cmax = blue
-            
+
             if (green < blue):
                 cmin = green
             else:
@@ -216,33 +216,33 @@ class Module(object):
                 cmax = green
             else:
                 cmax = blue
-           
+
             if (red < blue):
                 cmin = red
             else:
                 cmin = blue
-        
+
         val = cmax
-        
+
         if (cmax != 0.0):
             sat = (cmax - cmin) / cmax
         else:
             sat = 0.0
-        
+
         if (sat == 0.0):
             hue = 0.0
         else:
             delta = cmax - cmin
-            
+
             if (red == cmax):
                 hue = (green - blue) / delta
             elif (green == cmax):
                 hue = 2 + (blue - red) / delta
             elif (blue == cmax):
                 hue = 4 + (red - green) / delta
-            
+
             hue /= 6.0;
-            
+
             if (hue < 0.0):
                 hue += 1.0
             elif (hue > 1.0):
@@ -258,7 +258,7 @@ class Module(object):
         the hue min/max in this idm whenever the user saves a new color.
         However, we can't poll a file's status to see if it's changed, so
         we routed the event to two callbacks.
-        
+
         Suggestion: Maybe use a dictionary for configure settings and
         serialize it on quit. This would trivialize querying a settings
         structure and allow us comparatively free use of the data. Right now
@@ -279,16 +279,17 @@ class Module(object):
         - self: The main object pointer
         """
 
-        co.cv.cvCalcHist( [self.hue], self.hist, 0, self.mask )
-        min_val, max_val = co.cv.cvGetMinMaxHistValue(self.hist)
-        hbins = self.hist.bins[0]
+        co.cv.cvCalcHist( [self.hue], self.hist, 0, self.mask )
+        min_val, max_val = co.cv.cvGetMinMaxHistValue(self.hist)
+        hbins = self.hist.bins[0]
         co.cv.cvConvertScale( hbins, hbins, 255. / max_val if max_val else 0., 0 )
-        co.cv.cvZero( self.histimg )
-        bin_w = self.histimg.width / self.hdims
-        for i in range(self.hdims):
-            val = co.cv.cvRound( co.cv.cvGetReal1D(hbins,i)*self.histimg.height/255 )
-            color = self.hsv2rgb(i*180./self.hdims)            co.cv.cvRectangle( self.histimg, 
co.cv.cvPoint(i*bin_w,self.histimg.height),
-                             co.cv.cvPoint((i+1)*bin_w,self.histimg.height - val),
+        co.cv.cvZero( self.histimg )
+        bin_w = self.histimg.width / self.hdims
+        for i in range(self.hdims):
+            val = co.cv.cvRound( co.cv.cvGetReal1D(hbins,i)*self.histimg.height/255 )
+            color = self.hsv2rgb(i*180./self.hdims)
+            co.cv.cvRectangle( self.histimg, co.cv.cvPoint(i*bin_w,self.histimg.height),
+                             co.cv.cvPoint((i+1)*bin_w,self.histimg.height - val),
                              color, -1, 8, 0 )
         if self.debugLevel >= 30:
             co.hg.cvShowImage( "Histogram", self.histimg )
@@ -296,7 +297,7 @@ class Module(object):
     def get_capture(self):
         """
         Gets the last queried and formated image.
-        Function used by the mousetrap/ui/main.py 
+        Function used by the mousetrap/ui/main.py
         to get the output image
 
         Arguments:
@@ -304,23 +305,23 @@ class Module(object):
 
         returns self.cap.resize(200, 160, True)
         """
-        
-        
-        
+
+
+
         # Called to update image with latest frame from webcam
         self.cap.sync()
 
         #self.image = self.cap.image().origin needed??
         self.image = self.cap.image()
 
-        
+
         if self.first_time:
             # Initialization of images.  Only needs to happen once.
 
             # TODO: What is a better way to get the image size?
-            self.hue = co.cv.cvCreateImage( co.cv.cvGetSize(self.image), 8, 1 )
-            self.mask = co.cv.cvCreateImage(  co.cv.cvGetSize(self.image), 8, 1 )
-            self.backproject = co.cv.cvCreateImage(  co.cv.cvGetSize(self.image), 8, 1 )
+            self.hue = co.cv.cvCreateImage( co.cv.cvGetSize(self.image), 8, 1 )
+            self.mask = co.cv.cvCreateImage(  co.cv.cvGetSize(self.image), 8, 1 )
+            self.backproject = co.cv.cvCreateImage(  co.cv.cvGetSize(self.image), 8, 1 )
             self.hist = co.cv.cvCreateHist( [self.hdims], co.cv.CV_HIST_ARRAY, [[0, 180]] )
             self.histimg = co.cv.cvCreateImage( co.cv.cvSize(320,200), 8, 3 )
             self.temp = co.cv.cvCreateImage(  co.cv.cvGetSize(self.image), 8, 3) #needed?
@@ -346,41 +347,41 @@ class Module(object):
 
             #Masks pixels that fall outside desired range
             scalar1=co.cv.cvScalar(self.hmin.value,self.smin.value,min(self.vmin.value,self.vmax.value),0)
-            scalar2=co.cv.cvScalar(self.hmax.value,self.smax.value,max(self.vmin.value,self.vmax.value),0)   
    
+            scalar2=co.cv.cvScalar(self.hmax.value,self.smax.value,max(self.vmin.value,self.vmax.value),0)
             co.cv.cvInRangeS( self.hsv, scalar1, scalar2, self.mask )
 
             co.cv.cvSplit(self.hsv, self.hue)
 
             # If tracking, first time
             if self.track_object < 0:
-                co.cv.cvSetImageROI( self.hue, self.selection) 
+                co.cv.cvSetImageROI( self.hue, self.selection)
                 co.cv.cvSetImageROI( self.mask, self.selection)
 
                 self.histogram_init()
-
-                co.cv.cvResetImageROI( self.hue )
-                co.cv.cvResetImageROI( self.mask )
-                self.track_window = self.selection
-                self.track_object = 1
-            co.cv.cvCalcBackProject( [self.hue], self.backproject, self.hist )
+
+                co.cv.cvResetImageROI( self.hue )
+                co.cv.cvResetImageROI( self.mask )
+                self.track_window = self.selection
+                self.track_object = 1
+            co.cv.cvCalcBackProject( [self.hue], self.backproject, self.hist )
             co.cv.cvAnd(self.backproject, self.mask, self.backproject)
-
+
             #CamShift algorithm is called
-            niter, self.track_comp, self.track_box = co.cv.cvCamShift( self.backproject, self.track_window,
-                        co.cv.cvTermCriteria( co.cv.CV_TERMCRIT_EPS | co.cv.CV_TERMCRIT_ITER, 10, 1 ))
-            self.track_window = self.track_comp.rect
-            
-            if not self.origin:
+            niter, self.track_comp, self.track_box = co.cv.cvCamShift( self.backproject, self.track_window,
+                        co.cv.cvTermCriteria( co.cv.CV_TERMCRIT_EPS | co.cv.CV_TERMCRIT_ITER, 10, 1 ))
+            self.track_window = self.track_comp.rect
+
+            if not self.origin:
                 self.track_box.angle = -self.track_box.angle
 
             # Ensures that track_box size is always at least 0x0
-            if math.isnan(self.track_box.size.height): 
+            if math.isnan(self.track_box.size.height):
                 self.track_box.size.height = 0
-            if math.isnan(self.track_box.size.width): 
+            if math.isnan(self.track_box.size.width):
                 self.track_box.size.width = 0
 
-            #Creates the ellipse around the tracked object
-            co.cv.cvEllipseBox( self.image, self.track_box, co.cv.CV_RGB(0,255,0), 3, co.cv.CV_AA, 0 )
+            #Creates the ellipse around the tracked object
+            co.cv.cvEllipseBox( self.image, self.track_box, co.cv.CV_RGB(0,255,0), 3, co.cv.CV_AA, 0 )
 
             #Updates cursor location information
             if (not hasattr(self.cap, "obj_center")):
@@ -388,15 +389,15 @@ class Module(object):
             else:
                 self.cap.obj_center.set_opencv(co.cv.cvPoint(int(self.track_box.center.x), 
int(self.track_box.center.y)))
 
-        #Displays selection box before tracking starts
-        if not self.track_object:
-            co.cv.cvSetImageROI( self.image, self.selection )
-            co.cv.cvXorS( self.image, co.cv.cvScalarAll(255), self.image )
+        #Displays selection box before tracking starts
+        if not self.track_object:
+            co.cv.cvSetImageROI( self.image, self.selection )
+            co.cv.cvXorS( self.image, co.cv.cvScalarAll(255), self.image )
             co.cv.cvResetImageROI( self.image )
-        
+
         if self.debugLevel >= 30:
             co.hg.cvShowImage( "Mask", self.mask)
-        
+
         self.cap.color("rgb", channel=3, copy=True)
 
         # Calls the resize method passing the new with, height
@@ -410,30 +411,30 @@ class Module(object):
         we set up keyboard input in the main view to start
         and stop tracking. Maybe generalize this functionality
         to all idms?
-        
+
         Arguments:
         - self: The main object pointer
-        
+
         Raises:
         - ValueError: If either the selection height or width are less
         than or equal to zero.
         """
         if (self.selection.width and self.selection.height <= 0):
             raise ValueError()
-        
+
         self.track_object = -1
-    
+
     def stopTracking(self):
         """
         Stops the tracking algorithm. This exists because
         we set up keyboard input in the main view to start
         and stop tracking. Maybe generalize this functionality
         to all idms?
-        
+
         Arguments:
         - self: The main object pointer
         """
-        
+
         self.track_object = 0
 
     def selSizeUp(self):
@@ -456,7 +457,7 @@ class Module(object):
 
         if self.selection.width > 10 and self.selection.height > 10:
             self.selection = 
co.cv.cvRect(self.selection.x+5,self.selection.y+5,self.selection.width-10,self.selection.height-10)
-    
+
     def selPositionLeft(self):
         """
         Changes the location of the selection window.
@@ -465,7 +466,7 @@ class Module(object):
         - self: The main object pointer
         """
 
-        if 6 <= self.selection.x <= self.image.width: 
+        if 6 <= self.selection.x <= self.image.width:
             
self.selection=co.cv.cvRect(self.selection.x-5,self.selection.y,self.selection.width,self.selection.height)
 
 
@@ -479,7 +480,7 @@ class Module(object):
 
         if 0 <= self.selection.x <= self.image.width-self.selection.width-6:
             
self.selection=co.cv.cvRect(self.selection.x+5,self.selection.y,self.selection.width,self.selection.height)
-        
+
 
     def selPositionUp(self):
         """
@@ -500,8 +501,8 @@ class Module(object):
         """
         if 0 <= self.selection.y <= self.image.height-self.selection.height-6:
             
self.selection=co.cv.cvRect(self.selection.x,self.selection.y+5,self.selection.width,self.selection.height)
-    
-        
+
+
     def get_pointer(self):
         """
         Returns the new MousePosition.
diff --git a/src/mousetrap/ocvfw/idm/eyes.py b/src/mousetrap/ocvfw/idm/eyes.py
index 4d32371..7e76c57 100644
--- a/src/mousetrap/ocvfw/idm/eyes.py
+++ b/src/mousetrap/ocvfw/idm/eyes.py
@@ -56,7 +56,7 @@ class Module(object):
         - stgs: Possible settings loaded from the user's settings file. If there aren't settings the IDM 
will use the a_settings dict.
         """
         debug.debug("mousetrap.ocvfw.idm", "Starting %s idm" % a_name)
-        
+
         self.img          = None
         self.ctr          = controller
         self.cap          = None
@@ -102,9 +102,9 @@ class Module(object):
         - self: The main object pointer
         - cam: The camera device index. For Example: 0 = /dev/video0, 1 = /dev/video1
         """
-        
+
         debug.debug("mousetrap.ocvfw.idm", "Setting Capture")
-        
+
         self.cap = Capture(async=False, idx=cam, backend="OcvfwPython")
         self.cap.change(color="rgb")
         self.cap.set_camera("lk_swap", True)
@@ -125,7 +125,7 @@ class Module(object):
         self.cap.sync()
         if not hasattr(self.cap, "leye") or not hasattr(self.cap, "reye"):
             self.get_eye()
-            
+
         return self.cap
 
     def get_pointer(self):
diff --git a/src/mousetrap/ocvfw/idm/finger.py b/src/mousetrap/ocvfw/idm/finger.py
index c61c38c..6760559 100644
--- a/src/mousetrap/ocvfw/idm/finger.py
+++ b/src/mousetrap/ocvfw/idm/finger.py
@@ -35,7 +35,7 @@ from threading import Timer
 
 a_name = "Finger"
 a_description = "Finger point tracker based on LK Algorithm"
-a_settings = { "speed" : {"value":2 }, 
+a_settings = { "speed" : {"value":2 },
                "conf_path" : "%s/.finger" % os.path.expanduser("~")}
 
 class Module(object):
@@ -46,7 +46,7 @@ class Module(object):
     def __init__(self, controller, stgs = {}):
         """
         IDM's init function.
-        
+
         Arguments:
         - self: The main object pointer.
         - controller: mousetrap main class pointer. This is passed by MouseTrap's controller (mousetrap.py) 
when loaded.
@@ -54,7 +54,7 @@ class Module(object):
         """
 
         debug.debug("mousetrap.ocvfw.idm", "Starting %s idm" % a_name)
-        
+
         self.ctr          = controller
         self.cap          = None
         self.stgs         = stgs
@@ -74,7 +74,7 @@ class Module(object):
     def prepare_config(self):
         """
         Prepares the IDM using the settings
-        
+
         Arguments:
         - self: The main object pointer
         """
@@ -88,14 +88,14 @@ class Module(object):
     def set_capture(self, cam):
         """
         Initialize the capture and sets the main settings.
-        
+
         Arguments:
         - self: The main object pointer
         - cam: The camera device index. For Example: 0 = /dev/video0, 1 = /dev/video1
         """
-        
+
         debug.debug("mousetrap.ocvfw.idm", "Setting Capture")
-        
+
         self.cap = Capture(async=True, idx=cam, backend="OcvfwPython")
         self.cap.change(color="rgb")
         self.cap.set_camera("lk_swap", True)
diff --git a/src/mousetrap/ocvfw/idm/forehead.py b/src/mousetrap/ocvfw/idm/forehead.py
index 5bb617d..04f1c1f 100644
--- a/src/mousetrap/ocvfw/idm/forehead.py
+++ b/src/mousetrap/ocvfw/idm/forehead.py
@@ -43,7 +43,7 @@ class Module(object):
     def __init__(self, controller, stgs = {}):
         """
         IDM's init function.
-        
+
         Arguments:
         - self: The main object pointer.
         - controller: mousetrap main class pointer. This is passed by MouseTrap's controller (mousetrap.py) 
when loaded.
@@ -51,7 +51,7 @@ class Module(object):
         """
 
         debug.debug("mousetrap.ocvfw.idm", "Starting %s idm" % a_name)
-        
+
         self.ctr          = controller
         self.cap          = None
         self.stgs         = stgs
@@ -85,7 +85,7 @@ class Module(object):
     def prepare_config(self):
         """
         Prepares the IDM using the settings
-        
+
         Arguments:
         - self: The main object pointer
         """
@@ -97,17 +97,17 @@ class Module(object):
     def set_capture(self, cam):
         """
         Initialize the capture and sets the main settings.
-        
+
         Arguments:
         - self: The main object pointer
         - cam: The camera device index. For Example: 0 = /dev/video0, 1 = /dev/video1
         """
-        
+
         debug.debug("mousetrap.ocvfw.idm", "Setting Capture")
         self.cap = Capture(async=True, idx=cam, backend="OcvfwPython")
         self.cap.change(color="rgb")
         self.cap.set_camera("lk_swap", True)
-       
+
     def calc_motion(self):
         if not hasattr(self.cap, "forehead"):
             self.get_forehead()
@@ -125,11 +125,11 @@ class Module(object):
         if not hasattr(self.cap, "forehead"):
             self.get_forehead()
 
-       #self.get_forehead()
+        #self.get_forehead()
 
         #return self.cap.resize(200, 160, True)
         return self.cap
-       
+
     def get_pointer(self):
         """
         Returns the new MousePosition
@@ -139,7 +139,7 @@ class Module(object):
         """
 
         if hasattr(self.cap, "forehead"):
-           #debug.debug("Forehead Point", self.cap.forehead)
+            #debug.debug("Forehead Point", self.cap.forehead)
             return self.cap.forehead
 
     def get_forehead(self):
@@ -148,39 +148,39 @@ class Module(object):
         face     = self.cap.get_area(commons.haar_cds['Face'])
 
         if face:
-           debug.debug("face", face)
+            debug.debug("face", face)
 
             areas    = [ (pt[1][0] - pt[0][0])*(pt[1][1] - pt[0][1]) for pt in face ] #replaced x with [0] 
and y with [1]
             startF   = face[areas.index(max(areas))][0]
-           #startF = face[0][0]
-           endF     = face[areas.index(max(areas))][1]
-           #endF = face[0][1]
+            #startF = face[0][0]
+            endF     = face[areas.index(max(areas))][1]
+            #endF = face[0][1]
 
             # Shows the face rectangle
             self.cap.add( Graphic("rect", "Face", ( startF[0], startF[1] ), (endF[0], endF[1]), 
parent=self.cap) )
 
-            eyes = self.cap.get_area( 
+            eyes = self.cap.get_area(
                 commons.haar_cds['Eyes'],
-               {"start" : startF[0], "end" : startF[1], "width" : endF[0] - startF[0],"height" : endF[1] - 
startF[1]},
+                {"start" : startF[0], "end" : startF[1], "width" : endF[0] - startF[0],"height" : endF[1] - 
startF[1]},
                 (startF[0], startF[1]) ) # replaced x and y
-           debug.debug("eyes - get_area", eyes)
+            debug.debug("eyes - get_area", eyes)
 
         if eyes:
             areas = [ (pt[1][0] - pt[0][0])*(pt[1][1] - pt[0][1]) for pt in eyes ] #replaced x with [0] and 
y with [1]
 
             point1, point2   = eyes[areas.index(max(areas))][0], eyes[areas.index(max(areas))][1]
-           point1, point2 = eyes[0][0], eyes[0][1]
-           debug.debug("eyes", point1)
+            point1, point2 = eyes[0][0], eyes[0][1]
+            debug.debug("eyes", point1)
 
             # Shows the eyes rectangle
             #self.cap.add(Graphic("rect", "Eyes", ( point1[0], point1[1] ), (point2[0], point2[1]), 
parent=self.cap))
 
             X, Y = ( (point1[0] + point2[0]) / 2 ), ( point1[1] + ( (point1[1] + point2[1]) / 2 ) ) / 2 
#replaced x and y
-           self.cap.forehead = (X,Y)
+            self.cap.forehead = (X,Y)
 
-           self.cap.forehead = (((startF[0] + endF[0])/2),((startF[1] + endF[1])/2))
+            self.cap.forehead = (((startF[0] + endF[0])/2),((startF[1] + endF[1])/2))
             self.cap.add( Point("point", "forehead-point", self.cap.forehead, parent=self.cap, follow=True) )
-           debug.debug("forehead point", self.cap.forehead)
+            debug.debug("forehead point", self.cap.forehead)
             return True
 
         self.foreheadOrig = None


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]