Skip to content

Instantly share code, notes, and snippets.

@kimdwkimdw
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimdwkimdw/f497783b1da20a217633 to your computer and use it in GitHub Desktop.
Save kimdwkimdw/f497783b1da20a217633 to your computer and use it in GitHub Desktop.
OpenCV2_test
import numpy as np # http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
import cv2 # http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
face_cascade = cv2.CascadeClassifier('haarcascade_frontalface_default.xml')
eye_cascade = cv2.CascadeClassifier('haarcascade_eye.xml')
img = cv2.imread('people.jpg')
emoji = cv2.imread('small_emoji.png')
faces = face_cascade.detectMultiScale(gray, 1.3, 5)
for (x,y,w,h) in faces:
img[y:y+emoji.shape[0], x:x+emoji.shape[1]] = emoji
cv2.imshow('img',img)
cv2.waitKey(0)
cv2.destroyAllWindows()
<?xml version="1.0"?>
<!--
Stump-based 20x20 frontal eye detector.
Created by Shameem Hameed (http://umich.edu/~shameem)
////////////////////////////////////////////////////////////////////////////////////////
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.
Intel License Agreement
For Open Source Computer Vision Library
Copyright (C) 2000, Intel Corporation, all rights reserved.
Third party copyrights are property of their respective owners.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistribution's of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistribution's 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 Intel Corporation may not be 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 Intel Corporation or 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.
-->
<opencv_storage>
<haarcascade_frontaleye type_id="opencv-haar-classifier">
<size>
20 20</size>
<stages>
<_>
<!-- stage 0 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 20 12 -1.</_>
<_>
0 14 20 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1296395957469940</threshold>
<left_val>-0.7730420827865601</left_val>
<right_val>0.6835014820098877</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 1 4 15 -1.</_>
<_>
9 6 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0463268086314201</threshold>
<left_val>0.5735275149345398</left_val>
<right_val>-0.4909768998622894</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 10 9 2 -1.</_>
<_>
9 10 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0161730907857418</threshold>
<left_val>0.6025434136390686</left_val>
<right_val>-0.3161070942878723</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 0 10 9 -1.</_>
<_>
7 3 10 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0458288416266441</threshold>
<left_val>0.6417754888534546</left_val>
<right_val>-0.1554504036903381</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 2 2 18 -1.</_>
<_>
12 8 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0537596195936203</threshold>
<left_val>0.5421931743621826</left_val>
<right_val>-0.2048082947731018</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 6 8 6 -1.</_>
<_>
8 9 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0341711901128292</threshold>
<left_val>-0.2338819056749344</left_val>
<right_val>0.4841090142726898</right_val></_></_></trees>
<stage_threshold>-1.4562760591506958</stage_threshold>
<parent>-1</parent>
<next>-1</next></_>
<_>
<!-- stage 1 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 0 17 18 -1.</_>
<_>
2 6 17 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2172762006521225</threshold>
<left_val>0.7109889984130859</left_val>
<right_val>-0.5936073064804077</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 10 1 8 -1.</_>
<_>
10 14 1 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0120719699189067</threshold>
<left_val>-0.2824048101902008</left_val>
<right_val>0.5901355147361755</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 10 9 2 -1.</_>
<_>
10 10 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0178541392087936</threshold>
<left_val>0.5313752293586731</left_val>
<right_val>-0.2275896072387695</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 1 6 6 -1.</_>
<_>
5 3 6 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0223336108028889</threshold>
<left_val>-0.1755609959363937</left_val>
<right_val>0.6335613727569580</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 1 15 9 -1.</_>
<_>
3 4 15 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0914200171828270</threshold>
<left_val>0.6156309247016907</left_val>
<right_val>-0.1689953058958054</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 3 9 6 -1.</_>
<_>
6 5 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0289736501872540</threshold>
<left_val>-0.1225007995963097</left_val>
<right_val>0.7440117001533508</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 17 6 3 -1.</_>
<_>
10 17 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.8203463926911354e-003</threshold>
<left_val>0.1697437018156052</left_val>
<right_val>-0.6544165015220642</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 10 9 1 -1.</_>
<_>
12 10 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0203404892235994</threshold>
<left_val>-0.1255664974451065</left_val>
<right_val>0.8271045088768005</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 7 6 11 -1.</_>
<_>
3 7 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0119261499494314</threshold>
<left_val>0.3860568106174469</left_val>
<right_val>-0.2099234014749527</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 18 3 1 -1.</_>
<_>
10 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.7281101625412703e-004</threshold>
<left_val>-0.6376119256019592</left_val>
<right_val>0.1295239031314850</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 16 1 2 -1.</_>
<_>
16 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.8322050891583785e-005</threshold>
<left_val>-0.3463147878646851</left_val>
<right_val>0.2292426973581314</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 17 6 3 -1.</_>
<_>
11 17 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.0854417756199837e-003</threshold>
<left_val>-0.6366580128669739</left_val>
<right_val>0.1307865977287293</right_val></_></_></trees>
<stage_threshold>-1.2550230026245117</stage_threshold>
<parent>0</parent>
<next>-1</next></_>
<_>
<!-- stage 2 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 0 5 18 -1.</_>
<_>
8 6 5 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1181226968765259</threshold>
<left_val>0.6784452199935913</left_val>
<right_val>-0.5004578232765198</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 7 9 7 -1.</_>
<_>
9 7 3 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0343327596783638</threshold>
<left_val>0.6718636155128479</left_val>
<right_val>-0.3574487864971161</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 6 6 10 -1.</_>
<_>
16 6 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0215307995676994</threshold>
<left_val>0.7222070097923279</left_val>
<right_val>-0.1819241940975189</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 8 9 5 -1.</_>
<_>
12 8 3 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0219099707901478</threshold>
<left_val>0.6652938723564148</left_val>
<right_val>-0.2751022875308991</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 7 9 6 -1.</_>
<_>
6 7 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0287135392427444</threshold>
<left_val>0.6995570063591003</left_val>
<right_val>-0.1961558014154434</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 7 6 6 -1.</_>
<_>
3 7 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0114674801006913</threshold>
<left_val>0.5926734805107117</left_val>
<right_val>-0.2209735065698624</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 0 4 18 -1.</_>
<_>
16 6 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0226111691445112</threshold>
<left_val>0.3448306918144226</left_val>
<right_val>-0.3837955892086029</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 17 3 3 -1.</_>
<_>
0 18 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.9308089977130294e-003</threshold>
<left_val>-0.7944571971893311</left_val>
<right_val>0.1562865972518921</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 0 2 1 -1.</_>
<_>
17 0 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.6419910833938047e-005</threshold>
<left_val>-0.3089601099491119</left_val>
<right_val>0.3543108999729157</right_val></_></_></trees>
<stage_threshold>-1.3728189468383789</stage_threshold>
<parent>1</parent>
<next>-1</next></_>
<_>
<!-- stage 3 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 20 12 -1.</_>
<_>
0 14 20 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1988652050495148</threshold>
<left_val>-0.5286070108413696</left_val>
<right_val>0.3553672134876251</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 6 9 8 -1.</_>
<_>
9 6 3 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0360089391469955</threshold>
<left_val>0.4210968911647797</left_val>
<right_val>-0.3934898078441620</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 3 12 9 -1.</_>
<_>
5 6 12 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0775698497891426</threshold>
<left_val>0.4799154102802277</left_val>
<right_val>-0.2512216866016388</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 16 1 2 -1.</_>
<_>
4 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.2630853285081685e-005</threshold>
<left_val>-0.3847548961639404</left_val>
<right_val>0.3184922039508820</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 10 2 1 -1.</_>
<_>
19 10 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.2773229759186506e-004</threshold>
<left_val>-0.2642731964588165</left_val>
<right_val>0.3254724144935608</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 8 6 5 -1.</_>
<_>
11 8 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0185748506337404</threshold>
<left_val>0.4673658907413483</left_val>
<right_val>-0.1506727039813995</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 2 1 -1.</_>
<_>
1 0 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.0008762122597545e-005</threshold>
<left_val>0.2931315004825592</left_val>
<right_val>-0.2536509931087494</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 8 6 6 -1.</_>
<_>
8 8 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0185521300882101</threshold>
<left_val>0.4627366065979004</left_val>
<right_val>-0.1314805001020432</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 7 6 7 -1.</_>
<_>
13 7 2 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0130304200574756</threshold>
<left_val>0.4162721931934357</left_val>
<right_val>-0.1775148957967758</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 14 1 2 -1.</_>
<_>
19 15 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.5694141085259616e-005</threshold>
<left_val>-0.2803510129451752</left_val>
<right_val>0.2668074071407318</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 17 1 2 -1.</_>
<_>
6 18 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.7005260451696813e-004</threshold>
<left_val>-0.2702724933624268</left_val>
<right_val>0.2398165017366409</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 7 2 7 -1.</_>
<_>
15 7 1 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.3129199873656034e-003</threshold>
<left_val>0.4441143870353699</left_val>
<right_val>-0.1442888975143433</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 8 2 4 -1.</_>
<_>
7 8 1 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.7583490116521716e-003</threshold>
<left_val>-0.1612619012594223</left_val>
<right_val>0.4294076859951019</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 8 12 6 -1.</_>
<_>
5 10 12 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0251947492361069</threshold>
<left_val>0.4068729877471924</left_val>
<right_val>-0.1820258051156998</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 17 1 3 -1.</_>
<_>
2 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.4031709870323539e-003</threshold>
<left_val>0.0847597867250443</left_val>
<right_val>-0.8001856803894043</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 7 3 6 -1.</_>
<_>
7 7 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.3991729877889156e-003</threshold>
<left_val>0.5576609969139099</left_val>
<right_val>-0.1184315979480743</right_val></_></_></trees>
<stage_threshold>-1.2879480123519897</stage_threshold>
<parent>2</parent>
<next>-1</next></_>
<_>
<!-- stage 4 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 7 9 12 -1.</_>
<_>
9 7 3 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0299430806189775</threshold>
<left_val>0.3581081032752991</left_val>
<right_val>-0.3848763108253479</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 2 11 12 -1.</_>
<_>
6 6 11 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1256738007068634</threshold>
<left_val>0.3931693136692047</left_val>
<right_val>-0.3001225888729096</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 12 5 8 -1.</_>
<_>
1 16 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.3635272197425365e-003</threshold>
<left_val>-0.4390861988067627</left_val>
<right_val>0.1925701051950455</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 7 6 7 -1.</_>
<_>
16 7 2 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.0971820279955864e-003</threshold>
<left_val>0.3990666866302490</left_val>
<right_val>-0.2340787053108215</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 8 6 6 -1.</_>
<_>
12 8 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0165979098528624</threshold>
<left_val>0.4209528863430023</left_val>
<right_val>-0.2267484068870544</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 18 4 2 -1.</_>
<_>
16 19 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.0199299324303865e-003</threshold>
<left_val>-0.7415673136711121</left_val>
<right_val>0.1260118931531906</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 17 2 3 -1.</_>
<_>
18 18 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.5202340437099338e-003</threshold>
<left_val>-0.7615460157394409</left_val>
<right_val>0.0863736122846603</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 7 3 7 -1.</_>
<_>
10 7 1 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.9663940444588661e-003</threshold>
<left_val>0.4218223989009857</left_val>
<right_val>-0.1790491938591003</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 6 6 8 -1.</_>
<_>
7 6 2 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0192076005041599</threshold>
<left_val>0.4689489901065826</left_val>
<right_val>-0.1437875032424927</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 6 6 11 -1.</_>
<_>
4 6 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0122226802632213</threshold>
<left_val>0.3284207880496979</left_val>
<right_val>-0.2180214971303940</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 10 12 8 -1.</_>
<_>
8 14 12 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0575486682355404</threshold>
<left_val>-0.3676880896091461</left_val>
<right_val>0.2435711026191711</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 17 6 3 -1.</_>
<_>
9 17 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.5794079825282097e-003</threshold>
<left_val>-0.7224506735801697</left_val>
<right_val>0.0636645630002022</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 9 3 3 -1.</_>
<_>
11 9 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9545740690082312e-003</threshold>
<left_val>0.3584643900394440</left_val>
<right_val>-0.1669632941484451</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 8 3 6 -1.</_>
<_>
9 8 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.2017991654574871e-003</threshold>
<left_val>0.3909480869770050</left_val>
<right_val>-0.1204179003834724</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 0 6 5 -1.</_>
<_>
9 0 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0136249903589487</threshold>
<left_val>-0.5876771807670593</left_val>
<right_val>0.0884047299623489</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 17 1 3 -1.</_>
<_>
6 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.2853112467564642e-005</threshold>
<left_val>-0.2634845972061157</left_val>
<right_val>0.2141927927732468</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 18 4 2 -1.</_>
<_>
0 19 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.6782939676195383e-003</threshold>
<left_val>-0.7839016914367676</left_val>
<right_val>0.0805269628763199</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 1 11 9 -1.</_>
<_>
4 4 11 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0705971792340279</threshold>
<left_val>0.4146926105022430</left_val>
<right_val>-0.1398995965719223</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 1 14 9 -1.</_>
<_>
3 4 14 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0920936465263367</threshold>
<left_val>-0.1305518001317978</left_val>
<right_val>0.5043578147888184</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 9 6 4 -1.</_>
<_>
2 9 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.8004386052489281e-003</threshold>
<left_val>0.3660975098609924</left_val>
<right_val>-0.1403664946556091</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 13 1 2 -1.</_>
<_>
18 14 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.5080977694597095e-005</threshold>
<left_val>-0.2970443964004517</left_val>
<right_val>0.2070294022560120</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 5 3 11 -1.</_>
<_>
14 5 1 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9870450962334871e-003</threshold>
<left_val>0.3561570048332214</left_val>
<right_val>-0.1544596999883652</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 18 8 2 -1.</_>
<_>
0 18 4 1 2.</_>
<_>
4 19 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.6441509835422039e-003</threshold>
<left_val>-0.5435351729393005</left_val>
<right_val>0.1029511019587517</right_val></_></_></trees>
<stage_threshold>-1.2179850339889526</stage_threshold>
<parent>3</parent>
<next>-1</next></_>
<_>
<!-- stage 5 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 8 12 5 -1.</_>
<_>
9 8 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0478624701499939</threshold>
<left_val>0.4152823984622955</left_val>
<right_val>-0.3418582081794739</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 7 11 10 -1.</_>
<_>
4 12 11 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0873505324125290</threshold>
<left_val>-0.3874978125095367</left_val>
<right_val>0.2420420050621033</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 9 6 4 -1.</_>
<_>
16 9 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0168494991958141</threshold>
<left_val>0.5308247804641724</left_val>
<right_val>-0.1728291064500809</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 7 6 8 -1.</_>
<_>
3 7 3 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0288700293749571</threshold>
<left_val>0.3584350943565369</left_val>
<right_val>-0.2240259051322937</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 16 3 3 -1.</_>
<_>
0 17 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.5679389946162701e-003</threshold>
<left_val>0.1499049961566925</left_val>
<right_val>-0.6560940742492676</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 11 12 1 -1.</_>
<_>
11 11 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0241166595369577</threshold>
<left_val>0.5588967800140381</left_val>
<right_val>-0.1481028050184250</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 8 9 4 -1.</_>
<_>
7 8 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0328266583383083</threshold>
<left_val>0.4646868109703064</left_val>
<right_val>-0.1078552976250649</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 16 6 4 -1.</_>
<_>
7 16 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0152330603450537</threshold>
<left_val>-0.7395442724227905</left_val>
<right_val>0.0562368817627430</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 17 1 3 -1.</_>
<_>
18 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.0209511169232428e-004</threshold>
<left_val>-0.4554882049560547</left_val>
<right_val>0.0970698371529579</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 17 1 3 -1.</_>
<_>
18 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.5365108205005527e-004</threshold>
<left_val>0.0951472967863083</left_val>
<right_val>-0.5489501953125000</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 9 4 10 -1.</_>
<_>
4 9 2 5 2.</_>
<_>
6 14 2 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0106389503926039</threshold>
<left_val>0.4091297090053558</left_val>
<right_val>-0.1230840981006622</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 8 6 4 -1.</_>
<_>
6 8 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.5217830017209053e-003</threshold>
<left_val>0.4028914868831635</left_val>
<right_val>-0.1604878008365631</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 2 2 18 -1.</_>
<_>
10 8 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1067709997296333</threshold>
<left_val>0.6175932288169861</left_val>
<right_val>-0.0730911865830421</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 5 8 6 -1.</_>
<_>
0 5 4 3 2.</_>
<_>
4 8 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0162569191306829</threshold>
<left_val>-0.1310368031263351</left_val>
<right_val>0.3745365142822266</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 0 6 5 -1.</_>
<_>
8 0 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0206793602555990</threshold>
<left_val>-0.7140290737152100</left_val>
<right_val>0.0523900091648102</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 0 2 14 -1.</_>
<_>
18 7 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0170523691922426</threshold>
<left_val>0.1282286047935486</left_val>
<right_val>-0.3108068108558655</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 18 4 2 -1.</_>
<_>
10 18 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.7122060097754002e-003</threshold>
<left_val>-0.6055650711059570</left_val>
<right_val>0.0818847566843033</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 17 6 3 -1.</_>
<_>
1 18 6 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.0851430235779844e-005</threshold>
<left_val>-0.2681298851966858</left_val>
<right_val>0.1445384025573731</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 8 3 5 -1.</_>
<_>
12 8 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.9284431412816048e-003</threshold>
<left_val>-0.0787953510880470</left_val>
<right_val>0.5676258206367493</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 8 3 4 -1.</_>
<_>
12 8 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.5217379443347454e-003</threshold>
<left_val>0.3706862926483154</left_val>
<right_val>-0.1362057030200958</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 0 6 5 -1.</_>
<_>
13 0 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0224261991679668</threshold>
<left_val>-0.6870499849319458</left_val>
<right_val>0.0510628595948219</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 7 6 7 -1.</_>
<_>
3 7 2 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.6451441273093224e-003</threshold>
<left_val>0.2349222004413605</left_val>
<right_val>-0.1790595948696137</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 13 1 3 -1.</_>
<_>
0 14 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.1175329564139247e-003</threshold>
<left_val>-0.5986905097961426</left_val>
<right_val>0.0743244364857674</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 2 9 6 -1.</_>
<_>
3 4 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0192127898335457</threshold>
<left_val>-0.1570255011320114</left_val>
<right_val>0.2973746955394745</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 6 9 2 -1.</_>
<_>
8 7 9 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.6293429806828499e-003</threshold>
<left_val>-0.0997690185904503</left_val>
<right_val>0.4213027060031891</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 14 3 6 -1.</_>
<_>
0 16 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.5671862363815308e-003</threshold>
<left_val>-0.6085879802703857</left_val>
<right_val>0.0735062584280968</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 11 6 4 -1.</_>
<_>
3 11 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0112179601565003</threshold>
<left_val>-0.1032081022858620</left_val>
<right_val>0.4190984964370728</right_val></_></_></trees>
<stage_threshold>-1.2905240058898926</stage_threshold>
<parent>4</parent>
<next>-1</next></_>
<_>
<!-- stage 6 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 9 9 3 -1.</_>
<_>
9 9 3 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0174864400178194</threshold>
<left_val>0.3130728006362915</left_val>
<right_val>-0.3368118107318878</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 0 9 6 -1.</_>
<_>
6 2 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0307146497070789</threshold>
<left_val>-0.1876619011163712</left_val>
<right_val>0.5378080010414124</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 5 6 6 -1.</_>
<_>
8 7 6 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0221887193620205</threshold>
<left_val>0.3663788139820099</left_val>
<right_val>-0.1612481027841568</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 12 2 1 -1.</_>
<_>
2 12 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.0700771680567414e-005</threshold>
<left_val>0.2124571055173874</left_val>
<right_val>-0.2844462096691132</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 10 6 2 -1.</_>
<_>
12 10 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.0170420221984386e-003</threshold>
<left_val>0.3954311013221741</left_val>
<right_val>-0.1317359060049057</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 8 6 6 -1.</_>
<_>
15 8 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.8563609384000301e-003</threshold>
<left_val>0.3037385940551758</left_val>
<right_val>-0.2065781950950623</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 16 6 4 -1.</_>
<_>
8 16 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0141292596235871</threshold>
<left_val>-0.7650300860404968</left_val>
<right_val>0.0982131883502007</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 0 9 9 -1.</_>
<_>
8 3 9 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0479154810309410</threshold>
<left_val>0.4830738902091980</left_val>
<right_val>-0.1300680935382843</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 17 1 3 -1.</_>
<_>
18 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.7032979637151584e-005</threshold>
<left_val>-0.2521657049655914</left_val>
<right_val>0.2438668012619019</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 17 1 3 -1.</_>
<_>
18 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.0221180273219943e-003</threshold>
<left_val>0.0688576027750969</left_val>
<right_val>-0.6586114168167114</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 10 3 3 -1.</_>
<_>
8 10 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.6056109927594662e-003</threshold>
<left_val>0.4294202923774719</left_val>
<right_val>-0.1302246004343033</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 14 2 2 -1.</_>
<_>
9 14 1 1 2.</_>
<_>
10 15 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.4505340813193470e-005</threshold>
<left_val>-0.1928862035274506</left_val>
<right_val>0.2895849943161011</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 14 2 2 -1.</_>
<_>
9 14 1 1 2.</_>
<_>
10 15 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.6721157054416835e-005</threshold>
<left_val>0.3029071092605591</left_val>
<right_val>-0.1985436975955963</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 19 12 -1.</_>
<_>
0 14 19 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.2628143131732941</threshold>
<left_val>-0.2329394072294235</left_val>
<right_val>0.2369246035814285</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 6 9 14 -1.</_>
<_>
10 6 3 14 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0235696695744991</threshold>
<left_val>0.1940104067325592</left_val>
<right_val>-0.2848461866378784</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 8 3 4 -1.</_>
<_>
14 8 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.9120172150433064e-003</threshold>
<left_val>0.5537897944450378</left_val>
<right_val>-0.0956656783819199</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 17 1 3 -1.</_>
<_>
4 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.0788799853762612e-005</threshold>
<left_val>-0.2391265928745270</left_val>
<right_val>0.2179948985576630</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 9 6 3 -1.</_>
<_>
6 9 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.8732017427682877e-003</threshold>
<left_val>0.4069742858409882</left_val>
<right_val>-0.1276804059743881</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 18 5 2 -1.</_>
<_>
2 19 5 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.6778609715402126e-003</threshold>
<left_val>-0.5774465799331665</left_val>
<right_val>0.0973247885704041</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- 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>-2.6832430739887059e-004</threshold>
<left_val>0.2902188003063202</left_val>
<right_val>-0.1683126986026764</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- 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.8687182394787669e-005</threshold>
<left_val>-0.1955157071352005</left_val>
<right_val>0.2772096991539002</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 10 13 2 -1.</_>
<_>
5 11 13 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0129535002633929</threshold>
<left_val>-0.0968383178114891</left_val>
<right_val>0.4032387137413025</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 8 1 9 -1.</_>
<_>
10 11 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0130439596250653</threshold>
<left_val>0.4719856977462769</left_val>
<right_val>-0.0892875492572784</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 8 2 12 -1.</_>
<_>
15 8 1 6 2.</_>
<_>
16 14 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.0261781066656113e-003</threshold>
<left_val>-0.1362338066101074</left_val>
<right_val>0.3068627119064331</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 0 3 5 -1.</_>
<_>
5 0 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.0438038781285286e-003</threshold>
<left_val>-0.7795410156250000</left_val>
<right_val>0.0573163107037544</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 6 3 7 -1.</_>
<_>
13 6 1 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.2507249377667904e-003</threshold>
<left_val>0.3087705969810486</left_val>
<right_val>-0.1500630974769592</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 16 6 4 -1.</_>
<_>
9 16 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0158268101513386</threshold>
<left_val>0.0645518898963928</left_val>
<right_val>-0.7245556712150574</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 16 2 1 -1.</_>
<_>
10 16 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.5864507632795721e-005</threshold>
<left_val>-0.1759884059429169</left_val>
<right_val>0.2321038991212845</right_val></_></_></trees>
<stage_threshold>-1.1600480079650879</stage_threshold>
<parent>5</parent>
<next>-1</next></_>
<_>
<!-- stage 7 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 10 9 2 -1.</_>
<_>
9 10 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0278548691421747</threshold>
<left_val>0.4551844894886017</left_val>
<right_val>-0.1809991002082825</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 6 15 14 -1.</_>
<_>
0 13 15 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1289504021406174</threshold>
<left_val>-0.5256553292274475</left_val>
<right_val>0.1618890017271042</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 1 5 6 -1.</_>
<_>
9 3 5 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0244031809270382</threshold>
<left_val>-0.1497496068477631</left_val>
<right_val>0.4235737919807434</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 9 3 4 -1.</_>
<_>
4 9 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.4458570405840874e-003</threshold>
<left_val>0.3294866979122162</left_val>
<right_val>-0.1744769066572189</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 7 3 6 -1.</_>
<_>
6 7 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5336529836058617e-003</threshold>
<left_val>0.4742664098739624</left_val>
<right_val>-0.0736183598637581</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 16 1 2 -1.</_>
<_>
17 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.1358150813030079e-005</threshold>
<left_val>-0.3042193055152893</left_val>
<right_val>0.1563327014446259</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 8 6 12 -1.</_>
<_>
11 8 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0162256807088852</threshold>
<left_val>0.2300218045711517</left_val>
<right_val>-0.2035982012748718</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 10 6 1 -1.</_>
<_>
8 10 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.6007009223103523e-003</threshold>
<left_val>0.4045926928520203</left_val>
<right_val>-0.1348544061183929</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 17 9 3 -1.</_>
<_>
10 17 3 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0219289995729923</threshold>
<left_val>-0.6872448921203613</left_val>
<right_val>0.0806842669844627</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 18 6 2 -1.</_>
<_>
14 19 6 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.8971210122108459e-003</threshold>
<left_val>-0.6961960792541504</left_val>
<right_val>0.0485452190041542</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 5 3 14 -1.</_>
<_>
10 5 1 14 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.4074649922549725e-003</threshold>
<left_val>0.2516626119613648</left_val>
<right_val>-0.1623664945363998</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 16 9 4 -1.</_>
<_>
11 16 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0284371692687273</threshold>
<left_val>0.0603942610323429</left_val>
<right_val>-0.6674445867538452</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 4 14 -1.</_>
<_>
0 7 4 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0832128822803497</threshold>
<left_val>0.0643579214811325</left_val>
<right_val>-0.5362604260444641</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 1 6 3 -1.</_>
<_>
10 1 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0124193299561739</threshold>
<left_val>-0.7081686258316040</left_val>
<right_val>0.0575266107916832</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 8 3 4 -1.</_>
<_>
7 8 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.6992599964141846e-003</threshold>
<left_val>0.5125433206558228</left_val>
<right_val>-0.0873508006334305</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 8 3 4 -1.</_>
<_>
5 8 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.8025809489190578e-004</threshold>
<left_val>0.2668766081333160</left_val>
<right_val>-0.1796150952577591</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 1 6 5 -1.</_>
<_>
7 1 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0197243392467499</threshold>
<left_val>-0.6756373047828674</left_val>
<right_val>0.0729419067502022</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 18 1 2 -1.</_>
<_>
1 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.0269250487908721e-003</threshold>
<left_val>0.0539193190634251</left_val>
<right_val>-0.5554018020629883</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 0 6 6 -1.</_>
<_>
7 2 6 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0259571895003319</threshold>
<left_val>0.5636252760887146</left_val>
<right_val>-0.0718983933329582</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 18 4 2 -1.</_>
<_>
0 19 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.2552699772641063e-003</threshold>
<left_val>-0.5034663081169128</left_val>
<right_val>0.0896914526820183</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 3 8 12 -1.</_>
<_>
12 7 8 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0499705784022808</threshold>
<left_val>0.1768511980772018</left_val>
<right_val>-0.2230195999145508</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 9 3 4 -1.</_>
<_>
13 9 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9899610672146082e-003</threshold>
<left_val>0.3912242054939270</left_val>
<right_val>-0.1014975011348724</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 8 3 5 -1.</_>
<_>
13 8 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.8546842299401760e-003</threshold>
<left_val>-0.1177017986774445</left_val>
<right_val>0.4219093918800354</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 0 2 1 -1.</_>
<_>
17 0 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.0448860120959580e-004</threshold>
<left_val>-0.1733397990465164</left_val>
<right_val>0.2234444022178650</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 17 1 3 -1.</_>
<_>
5 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.9689260524464771e-005</threshold>
<left_val>-0.2340963035821915</left_val>
<right_val>0.1655824035406113</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 2 3 6 -1.</_>
<_>
10 4 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0134239196777344</threshold>
<left_val>0.4302381873130798</left_val>
<right_val>-0.0997236520051956</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 17 2 3 -1.</_>
<_>
4 18 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2581999655812979e-003</threshold>
<left_val>0.0727209895849228</left_val>
<right_val>-0.5750101804733276</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 7 1 9 -1.</_>
<_>
12 10 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0125462803989649</threshold>
<left_val>0.3618457913398743</left_val>
<right_val>-0.1145701035857201</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 6 3 9 -1.</_>
<_>
8 6 1 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.8705769218504429e-003</threshold>
<left_val>0.2821053862571716</left_val>
<right_val>-0.1236755028367043</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 13 3 6 -1.</_>
<_>
17 15 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0197856407612562</threshold>
<left_val>0.0478767491877079</left_val>
<right_val>-0.8066623806953430</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 7 3 8 -1.</_>
<_>
8 7 1 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.7588930465281010e-003</threshold>
<left_val>-0.1092538982629776</left_val>
<right_val>0.3374697864055634</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 0 3 5 -1.</_>
<_>
6 0 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.9974269717931747e-003</threshold>
<left_val>-0.8029593825340271</left_val>
<right_val>0.0457067005336285</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 6 9 8 -1.</_>
<_>
7 6 3 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0130334803834558</threshold>
<left_val>0.1868043988943100</left_val>
<right_val>-0.1768891066312790</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 9 3 3 -1.</_>
<_>
3 9 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.3742579612880945e-003</threshold>
<left_val>0.2772547900676727</left_val>
<right_val>-0.1280900985002518</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 18 4 2 -1.</_>
<_>
16 19 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.7657810132950544e-003</threshold>
<left_val>0.0907589420676231</left_val>
<right_val>-0.4259473979473114</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 10 3 10 -1.</_>
<_>
17 15 3 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.8941841446794569e-004</threshold>
<left_val>-0.3881632983684540</left_val>
<right_val>0.0892677977681160</right_val></_></_></trees>
<stage_threshold>-1.2257250547409058</stage_threshold>
<parent>6</parent>
<next>-1</next></_>
<_>
<!-- stage 8 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 9 6 4 -1.</_>
<_>
10 9 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0144692296162248</threshold>
<left_val>0.3750782907009125</left_val>
<right_val>-0.2492828965187073</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 2 10 12 -1.</_>
<_>
5 6 10 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1331762969493866</threshold>
<left_val>0.3016637861728668</left_val>
<right_val>-0.2241407036781311</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 9 6 3 -1.</_>
<_>
8 9 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0101321600377560</threshold>
<left_val>0.3698559105396271</left_val>
<right_val>-0.1785001009702683</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 7 3 7 -1.</_>
<_>
12 7 1 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.8511182218790054e-003</threshold>
<left_val>0.4608676135540009</left_val>
<right_val>-0.1293139010667801</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 8 6 4 -1.</_>
<_>
14 8 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0142958397045732</threshold>
<left_val>0.4484142959117889</left_val>
<right_val>-0.1022624000906944</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 8 6 5 -1.</_>
<_>
16 8 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.9606940485537052e-003</threshold>
<left_val>0.2792798876762390</left_val>
<right_val>-0.1532382965087891</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 12 2 4 -1.</_>
<_>
12 14 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0109327696263790</threshold>
<left_val>-0.1514174044132233</left_val>
<right_val>0.3988964855670929</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 15 1 2 -1.</_>
<_>
3 16 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.0430990086169913e-005</threshold>
<left_val>-0.2268157005310059</left_val>
<right_val>0.2164438962936401</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 7 3 4 -1.</_>
<_>
13 7 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.8431681245565414e-003</threshold>
<left_val>0.4542014896869659</left_val>
<right_val>-0.1258715987205505</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 0 6 6 -1.</_>
<_>
12 0 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0223462097346783</threshold>
<left_val>-0.6269019246101379</left_val>
<right_val>0.0824031233787537</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 6 3 8 -1.</_>
<_>
11 6 1 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.8836669884622097e-003</threshold>
<left_val>0.2635925114154816</left_val>
<right_val>-0.1468663066625595</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 17 1 2 -1.</_>
<_>
16 18 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.5506002758629620e-005</threshold>
<left_val>-0.2450702041387558</left_val>
<right_val>0.1667888015508652</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 16 1 3 -1.</_>
<_>
16 17 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.9026997294276953e-004</threshold>
<left_val>-0.4264996051788330</left_val>
<right_val>0.0899735614657402</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 11 1 2 -1.</_>
<_>
11 12 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.4861579984426498e-003</threshold>
<left_val>-0.1204025000333786</left_val>
<right_val>0.3009765148162842</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 7 6 9 -1.</_>
<_>
5 7 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0119883399456739</threshold>
<left_val>0.2785247862339020</left_val>
<right_val>-0.1224434003233910</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 18 9 1 -1.</_>
<_>
7 18 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0105022396892309</threshold>
<left_val>0.0404527597129345</left_val>
<right_val>-0.7405040860176086</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 11 4 9 -1.</_>
<_>
0 14 4 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0309630092233419</threshold>
<left_val>-0.6284269094467163</left_val>
<right_val>0.0480137616395950</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 17 6 3 -1.</_>
<_>
11 17 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0114145204424858</threshold>
<left_val>0.0394052118062973</left_val>
<right_val>-0.7167412042617798</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 8 6 12 -1.</_>
<_>
9 8 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0123370001092553</threshold>
<left_val>0.1994132995605469</left_val>
<right_val>-0.1927430033683777</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 8 3 4 -1.</_>
<_>
7 8 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.9942267835140228e-003</threshold>
<left_val>0.5131816267967224</left_val>
<right_val>-0.0616580583155155</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 17 1 3 -1.</_>
<_>
3 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.1923230485990644e-003</threshold>
<left_val>-0.7260529994964600</left_val>
<right_val>0.0506527200341225</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 9 6 4 -1.</_>
<_>
13 9 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.4582789093255997e-003</threshold>
<left_val>0.2960307896137238</left_val>
<right_val>-0.1175478994846344</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 1 3 2 -1.</_>
<_>
7 1 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.7877509128302336e-003</threshold>
<left_val>0.0450687110424042</left_val>
<right_val>-0.6953541040420532</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 0 2 1 -1.</_>
<_>
2 0 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.2503209766000509e-004</threshold>
<left_val>0.2004725039005280</left_val>
<right_val>-0.1577524989843369</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 0 2 14 -1.</_>
<_>
1 0 1 7 2.</_>
<_>
2 7 1 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.0367889925837517e-003</threshold>
<left_val>0.2929981946945190</left_val>
<right_val>-0.1170049980282784</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 5 11 8 -1.</_>
<_>
5 9 11 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0747421607375145</threshold>
<left_val>-0.1139231994748116</left_val>
<right_val>0.3025662004947662</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 3 5 6 -1.</_>
<_>
9 5 5 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0202555190771818</threshold>
<left_val>-0.1051589027047157</left_val>
<right_val>0.4067046046257019</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 9 5 10 -1.</_>
<_>
7 14 5 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0442145094275475</threshold>
<left_val>-0.2763164043426514</left_val>
<right_val>0.1236386969685555</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 10 2 2 -1.</_>
<_>
16 10 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.7259558495134115e-004</threshold>
<left_val>0.2435503005981445</left_val>
<right_val>-0.1330094933509827</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 18 8 2 -1.</_>
<_>
0 19 8 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.4453739169985056e-003</threshold>
<left_val>-0.5386617183685303</left_val>
<right_val>0.0625106468796730</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 17 1 3 -1.</_>
<_>
7 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.2725353422574699e-005</threshold>
<left_val>-0.2077220976352692</left_val>
<right_val>0.1627043932676315</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 2 11 6 -1.</_>
<_>
7 4 11 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0366271100938320</threshold>
<left_val>0.3656840920448303</left_val>
<right_val>-0.0903302803635597</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 3 9 3 -1.</_>
<_>
8 4 9 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.0996399000287056e-003</threshold>
<left_val>-0.1318302005529404</left_val>
<right_val>0.2535429894924164</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 9 2 2 -1.</_>
<_>
0 10 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.4709280114620924e-003</threshold>
<left_val>-0.5685349702835083</left_val>
<right_val>0.0535054318606853</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 5 3 6 -1.</_>
<_>
0 7 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0141146704554558</threshold>
<left_val>-0.4859901070594788</left_val>
<right_val>0.0584852509200573</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- 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>8.4537261864170432e-004</threshold>
<left_val>-0.0800936371088028</left_val>
<right_val>0.4026564955711365</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 6 3 6 -1.</_>
<_>
8 6 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.1098632179200649e-003</threshold>
<left_val>0.4470323920249939</left_val>
<right_val>-0.0629474371671677</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 1 6 4 -1.</_>
<_>
14 1 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0191259607672691</threshold>
<left_val>-0.6642286777496338</left_val>
<right_val>0.0498227700591087</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 11 6 8 -1.</_>
<_>
11 11 2 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.0773010589182377e-003</threshold>
<left_val>0.1737940013408661</left_val>
<right_val>-0.1685059964656830</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 15 3 3 -1.</_>
<_>
17 16 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9198289848864079e-003</threshold>
<left_val>-0.6011028289794922</left_val>
<right_val>0.0574279390275478</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 6 3 9 -1.</_>
<_>
6 9 3 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0249021500349045</threshold>
<left_val>0.2339798063039780</left_val>
<right_val>-0.1181845963001251</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 5 8 6 -1.</_>
<_>
0 5 4 3 2.</_>
<_>
4 8 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0201477799564600</threshold>
<left_val>-0.0894598215818405</left_val>
<right_val>0.3602440059185028</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 6 1 3 -1.</_>
<_>
0 7 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.7597640398889780e-003</threshold>
<left_val>0.0494584403932095</left_val>
<right_val>-0.6310262084007263</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 0 2 6 -1.</_>
<_>
18 0 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.3812039978802204e-003</threshold>
<left_val>-0.1521805971860886</left_val>
<right_val>0.1897173970937729</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 17 6 3 -1.</_>
<_>
12 17 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0109045403078198</threshold>
<left_val>-0.5809738039970398</left_val>
<right_val>0.0448627285659313</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 15 2 2 -1.</_>
<_>
13 15 1 1 2.</_>
<_>
14 16 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.5157178798690438e-005</threshold>
<left_val>-0.1377734988927841</left_val>
<right_val>0.1954316049814224</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 0 12 3 -1.</_>
<_>
4 1 12 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.8649770431220531e-003</threshold>
<left_val>-0.1030222997069359</left_val>
<right_val>0.2537496984004974</right_val></_></_></trees>
<stage_threshold>-1.2863140106201172</stage_threshold>
<parent>7</parent>
<next>-1</next></_>
<_>
<!-- stage 9 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 3 10 9 -1.</_>
<_>
5 6 10 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1021588966250420</threshold>
<left_val>0.4168125987052918</left_val>
<right_val>-0.1665562987327576</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 7 9 7 -1.</_>
<_>
10 7 3 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0519398190081120</threshold>
<left_val>0.3302395045757294</left_val>
<right_val>-0.2071571052074432</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 8 9 6 -1.</_>
<_>
8 8 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0427177809178829</threshold>
<left_val>0.2609373033046722</left_val>
<right_val>-0.1601389050483704</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 16 6 2 -1.</_>
<_>
0 17 6 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.3890418601222336e-004</threshold>
<left_val>-0.3475053012371063</left_val>
<right_val>0.1391891986131668</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 6 7 14 -1.</_>
<_>
12 13 7 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0242643896490335</threshold>
<left_val>-0.4255205988883972</left_val>
<right_val>0.1357838064432144</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 7 6 8 -1.</_>
<_>
15 7 2 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0238205995410681</threshold>
<left_val>0.3174980878829956</left_val>
<right_val>-0.1665204018354416</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 10 6 3 -1.</_>
<_>
4 10 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.0518180727958679e-003</threshold>
<left_val>0.3094717860221863</left_val>
<right_val>-0.1333830058574677</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 17 1 3 -1.</_>
<_>
18 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.8517157342284918e-004</threshold>
<left_val>-0.6008226275444031</left_val>
<right_val>0.0877470001578331</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 1 6 2 -1.</_>
<_>
7 2 6 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.3705149330198765e-003</threshold>
<left_val>-0.1231144964694977</left_val>
<right_val>0.3833355009555817</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 0 6 4 -1.</_>
<_>
6 2 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0134035395458341</threshold>
<left_val>0.3387736976146698</left_val>
<right_val>-0.1014048978686333</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 18 6 2 -1.</_>
<_>
10 18 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.6856360062956810e-003</threshold>
<left_val>-0.6119359731674194</left_val>
<right_val>0.0477402210235596</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 6 5 2 -1.</_>
<_>
7 7 5 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.2887418530881405e-003</threshold>
<left_val>0.2527579069137573</left_val>
<right_val>-0.1443451046943665</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 7 3 6 -1.</_>
<_>
7 7 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0108767496421933</threshold>
<left_val>0.5477573275566101</left_val>
<right_val>-0.0594554804265499</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 18 2 2 -1.</_>
<_>
18 18 1 1 2.</_>
<_>
19 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.7882640026509762e-004</threshold>
<left_val>0.0834103003144264</left_val>
<right_val>-0.4422636926174164</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 8 3 7 -1.</_>
<_>
17 8 1 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.4550149682909250e-003</threshold>
<left_val>0.2333099991083145</left_val>
<right_val>-0.1396448016166687</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 16 2 3 -1.</_>
<_>
0 17 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.2721839593723416e-003</threshold>
<left_val>0.0604802891612053</left_val>
<right_val>-0.4945608973503113</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 19 6 1 -1.</_>
<_>
7 19 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.8933159559965134e-003</threshold>
<left_val>-0.6683326959609985</left_val>
<right_val>0.0462184995412827</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 5 6 6 -1.</_>
<_>
9 7 6 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0264499895274639</threshold>
<left_val>-0.0732353627681732</left_val>
<right_val>0.4442596137523651</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 10 2 4 -1.</_>
<_>
0 12 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.3706070389598608e-003</threshold>
<left_val>-0.4246433973312378</left_val>
<right_val>0.0686765611171722</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 9 4 3 -1.</_>
<_>
2 9 2 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9559480026364326e-003</threshold>
<left_val>0.1621803939342499</left_val>
<right_val>-0.1822299957275391</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 10 6 9 -1.</_>
<_>
3 10 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0306199099868536</threshold>
<left_val>-0.0586433410644531</left_val>
<right_val>0.5326362848281860</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 0 6 2 -1.</_>
<_>
11 0 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.5765907317399979e-003</threshold>
<left_val>-0.6056268215179443</left_val>
<right_val>0.0533459894359112</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 1 2 1 -1.</_>
<_>
15 1 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.6372493165545166e-005</threshold>
<left_val>-0.1668083965778351</left_val>
<right_val>0.1928416043519974</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 1 4 -1.</_>
<_>
0 10 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.0975950434803963e-003</threshold>
<left_val>0.0441195107996464</left_val>
<right_val>-0.5745884180068970</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 6 2 2 -1.</_>
<_>
15 6 1 1 2.</_>
<_>
16 7 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.7112718564458191e-004</threshold>
<left_val>-0.1108639985322952</left_val>
<right_val>0.2310539036989212</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 5 3 6 -1.</_>
<_>
8 5 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.6607588455080986e-003</threshold>
<left_val>0.4045628905296326</left_val>
<right_val>-0.0624460913240910</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 17 1 3 -1.</_>
<_>
19 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.7489158613607287e-004</threshold>
<left_val>0.0648751482367516</left_val>
<right_val>-0.4487104117870331</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 10 3 1 -1.</_>
<_>
8 10 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.1120870476588607e-003</threshold>
<left_val>-0.0938614606857300</left_val>
<right_val>0.3045391142368317</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 1 6 6 -1.</_>
<_>
14 1 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0238378196954727</threshold>
<left_val>-0.5888742804527283</left_val>
<right_val>0.0466594211757183</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 5 2 1 -1.</_>
<_>
16 5 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2272899514064193e-004</threshold>
<left_val>-0.1489859968423843</left_val>
<right_val>0.1770195066928864</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 2 7 4 -1.</_>
<_>
8 4 7 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0244674701243639</threshold>
<left_val>-0.0557896010577679</left_val>
<right_val>0.4920830130577087</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 0 14 15 -1.</_>
<_>
4 5 14 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1423932015895844</threshold>
<left_val>0.1519200056791306</left_val>
<right_val>-0.1877889931201935</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 8 6 6 -1.</_>
<_>
9 8 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0201231203973293</threshold>
<left_val>0.2178010046482086</left_val>
<right_val>-0.1208190023899078</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 17 1 3 -1.</_>
<_>
11 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.1513679783092812e-004</threshold>
<left_val>-0.1685658991336823</left_val>
<right_val>0.1645192950963974</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 16 2 4 -1.</_>
<_>
12 16 1 2 2.</_>
<_>
13 18 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.7556740678846836e-003</threshold>
<left_val>-0.6944203972816467</left_val>
<right_val>0.0394494682550430</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 13 2 1 -1.</_>
<_>
11 13 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.5843912782147527e-005</threshold>
<left_val>0.1894136965274811</left_val>
<right_val>-0.1518384069204330</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 8 3 3 -1.</_>
<_>
12 8 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.0697711780667305e-003</threshold>
<left_val>0.4706459939479828</left_val>
<right_val>-0.0579276196658611</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 0 6 8 -1.</_>
<_>
4 0 2 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0373931787908077</threshold>
<left_val>-0.7589244842529297</left_val>
<right_val>0.0341160483658314</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 5 6 6 -1.</_>
<_>
3 5 3 3 2.</_>
<_>
6 8 3 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0159956105053425</threshold>
<left_val>0.3067046999931335</left_val>
<right_val>-0.0875255763530731</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 8 3 3 -1.</_>
<_>
11 8 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.1183990649878979e-003</threshold>
<left_val>0.2619537115097046</left_val>
<right_val>-0.0912148877978325</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 17 4 2 -1.</_>
<_>
5 18 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.0651360498741269e-003</threshold>
<left_val>-0.1742756068706513</left_val>
<right_val>0.1527764052152634</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 16 5 2 -1.</_>
<_>
8 17 5 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.6029420075938106e-003</threshold>
<left_val>0.3561263084411621</left_val>
<right_val>-0.0766299962997437</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 4 3 3 -1.</_>
<_>
0 5 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.3619908392429352e-003</threshold>
<left_val>0.0493569709360600</left_val>
<right_val>-0.5922877192497253</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 3 6 2 -1.</_>
<_>
8 3 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0107799097895622</threshold>
<left_val>-0.6392217874526978</left_val>
<right_val>0.0332045406103134</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 4 9 3 -1.</_>
<_>
7 4 3 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.3590869754552841e-003</threshold>
<left_val>0.1610738933086395</left_val>
<right_val>-0.1522132009267807</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 13 1 4 -1.</_>
<_>
0 15 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.4596069753170013e-003</threshold>
<left_val>0.0331729613244534</left_val>
<right_val>-0.7500774264335632</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 17 8 3 -1.</_>
<_>
0 18 8 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.1385448575019836e-003</threshold>
<left_val>0.0263252798467875</left_val>
<right_val>-0.7173116207122803</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 1 11 6 -1.</_>
<_>
6 3 11 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0333384908735752</threshold>
<left_val>0.3353661000728607</left_val>
<right_val>-0.0708035901188850</right_val></_></_></trees>
<stage_threshold>-1.1189440488815308</stage_threshold>
<parent>8</parent>
<next>-1</next></_>
<_>
<!-- stage 10 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 10 6 2 -1.</_>
<_>
6 10 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0195539798587561</threshold>
<left_val>-0.1043972000479698</left_val>
<right_val>0.5312895178794861</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 8 1 12 -1.</_>
<_>
10 14 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0221229195594788</threshold>
<left_val>-0.2474727034568787</left_val>
<right_val>0.2084725052118301</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 8 3 4 -1.</_>
<_>
6 8 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.1829389519989491e-003</threshold>
<left_val>0.3828943967819214</left_val>
<right_val>-0.1471157968044281</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 17 1 3 -1.</_>
<_>
0 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.6381728760898113e-004</threshold>
<left_val>-0.6263288855552673</left_val>
<right_val>0.1199325993657112</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 17 1 3 -1.</_>
<_>
0 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.9958612332120538e-004</threshold>
<left_val>0.0925734713673592</left_val>
<right_val>-0.5516883134841919</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 8 3 4 -1.</_>
<_>
14 8 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.1527570039033890e-003</threshold>
<left_val>-0.0729298070073128</left_val>
<right_val>0.5551251173019409</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 5 5 4 -1.</_>
<_>
1 7 5 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.9388681761920452e-003</threshold>
<left_val>0.2019603997468948</left_val>
<right_val>-0.2091203927993774</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 14 1 2 -1.</_>
<_>
18 15 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.4613410166930407e-004</threshold>
<left_val>-0.2786181867122650</left_val>
<right_val>0.1381741017103195</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 8 2 4 -1.</_>
<_>
14 8 1 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.1691689509898424e-003</threshold>
<left_val>0.3668589890003204</left_val>
<right_val>-0.0763082429766655</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 6 6 8 -1.</_>
<_>
12 6 2 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0221893899142742</threshold>
<left_val>0.3909659981727600</left_val>
<right_val>-0.1097154021263123</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 6 6 10 -1.</_>
<_>
10 6 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.4523608200252056e-003</threshold>
<left_val>0.1283859014511108</left_val>
<right_val>-0.2415986955165863</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 16 1 3 -1.</_>
<_>
17 17 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.7997002517804503e-004</threshold>
<left_val>0.0719780698418617</left_val>
<right_val>-0.4397650063037872</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 7 2 10 -1.</_>
<_>
2 7 1 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.6783639118075371e-003</threshold>
<left_val>0.2156984955072403</left_val>
<right_val>-0.1420592069625855</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 9 6 3 -1.</_>
<_>
7 9 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0151886399835348</threshold>
<left_val>0.3645878136157990</left_val>
<right_val>-0.0826759263873100</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 5 12 -1.</_>
<_>
0 14 5 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.0619798712432384e-003</threshold>
<left_val>-0.3438040912151337</left_val>
<right_val>0.0920682325959206</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 11 1 3 -1.</_>
<_>
0 12 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7351920250803232e-003</threshold>
<left_val>-0.6172549724578857</left_val>
<right_val>0.0492144785821438</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 16 6 4 -1.</_>
<_>
8 16 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0124234501272440</threshold>
<left_val>-0.5855895280838013</left_val>
<right_val>0.0461126007139683</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 6 2 6 -1.</_>
<_>
0 8 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0130314296111465</threshold>
<left_val>-0.5971078872680664</left_val>
<right_val>0.0406724587082863</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 18 2 1 -1.</_>
<_>
12 18 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.2369629694148898e-003</threshold>
<left_val>-0.6833416819572449</left_val>
<right_val>0.0331561788916588</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 1 9 2 -1.</_>
<_>
5 2 9 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.1022108420729637e-003</threshold>
<left_val>-0.0947292372584343</left_val>
<right_val>0.3010224103927612</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 1 2 -1.</_>
<_>
0 1 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.6952849738299847e-004</threshold>
<left_val>0.0818168669939041</left_val>
<right_val>-0.3519603013992310</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 9 3 3 -1.</_>
<_>
16 9 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7970580374822021e-003</threshold>
<left_val>0.2371897995471954</left_val>
<right_val>-0.1176870986819267</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 16 1 3 -1.</_>
<_>
18 17 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.1074528386816382e-004</threshold>
<left_val>-0.4476378858089447</left_val>
<right_val>0.0576824806630611</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 10 6 1 -1.</_>
<_>
13 10 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.9126471169292927e-003</threshold>
<left_val>0.4342541098594666</left_val>
<right_val>-0.0668685734272003</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 3 4 4 -1.</_>
<_>
3 3 2 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.3132149837911129e-003</threshold>
<left_val>0.1815001070499420</left_val>
<right_val>-0.1418032050132752</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 2 1 18 -1.</_>
<_>
11 8 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0608146600425243</threshold>
<left_val>0.4722171127796173</left_val>
<right_val>-0.0614106394350529</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 1 5 12 -1.</_>
<_>
9 5 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0967141836881638</threshold>
<left_val>0.2768316864967346</left_val>
<right_val>-0.0944900363683701</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 0 8 1 -1.</_>
<_>
16 0 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.9073550142347813e-003</threshold>
<left_val>-0.1227853000164032</left_val>
<right_val>0.2105740010738373</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 6 3 10 -1.</_>
<_>
9 6 1 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.0431869029998779e-003</threshold>
<left_val>0.3564156889915466</left_val>
<right_val>-0.0778062269091606</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 2 1 6 -1.</_>
<_>
19 4 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.8800031654536724e-003</threshold>
<left_val>-0.4103479087352753</left_val>
<right_val>0.0696943774819374</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 6 2 2 -1.</_>
<_>
18 7 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.3547428213059902e-003</threshold>
<left_val>-0.7301788926124573</left_val>
<right_val>0.0366551503539085</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 7 3 4 -1.</_>
<_>
8 7 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.6500627696514130e-003</threshold>
<left_val>0.5518112778663635</left_val>
<right_val>-0.0531680807471275</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 0 6 5 -1.</_>
<_>
7 0 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0173973105847836</threshold>
<left_val>-0.5708423256874085</left_val>
<right_val>0.0502140894532204</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 3 7 3 -1.</_>
<_>
0 4 7 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.8304329179227352e-003</threshold>
<left_val>-0.4618028104305267</left_val>
<right_val>0.0502026900649071</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 6 2 1 -1.</_>
<_>
2 6 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.3255619928240776e-004</threshold>
<left_val>-0.0953627303242683</left_val>
<right_val>0.2598375976085663</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 8 2 10 -1.</_>
<_>
4 8 1 5 2.</_>
<_>
5 13 1 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.3100529797375202e-003</threshold>
<left_val>0.2287247031927109</left_val>
<right_val>-0.1053353026509285</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 18 18 2 -1.</_>
<_>
2 18 9 1 2.</_>
<_>
11 19 9 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.5426651164889336e-003</threshold>
<left_val>-0.5699051022529602</left_val>
<right_val>0.0488634593784809</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 7 4 4 -1.</_>
<_>
2 7 2 2 2.</_>
<_>
4 9 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.2723060362040997e-003</threshold>
<left_val>0.3514518141746521</left_val>
<right_val>-0.0823901072144508</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 3 3 4 -1.</_>
<_>
18 3 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.8578968271613121e-003</threshold>
<left_val>-0.6041762232780457</left_val>
<right_val>0.0445394404232502</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 9 2 8 -1.</_>
<_>
16 9 1 4 2.</_>
<_>
17 13 1 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.5867310576140881e-003</threshold>
<left_val>-0.1034090965986252</left_val>
<right_val>0.2328201979398727</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 7 1 6 -1.</_>
<_>
15 9 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.7427811659872532e-003</threshold>
<left_val>0.2849028110504150</left_val>
<right_val>-0.0980904996395111</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 2 2 2 -1.</_>
<_>
14 3 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.3515240279957652e-003</threshold>
<left_val>0.2309643030166626</left_val>
<right_val>-0.1136184036731720</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 0 2 3 -1.</_>
<_>
17 1 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2526069078594446e-003</threshold>
<left_val>0.0644783228635788</left_val>
<right_val>-0.4220589101314545</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 18 2 2 -1.</_>
<_>
16 18 1 1 2.</_>
<_>
17 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.8038659840822220e-004</threshold>
<left_val>-0.3807620108127594</left_val>
<right_val>0.0600432902574539</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 4 4 3 -1.</_>
<_>
10 5 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.9043921753764153e-003</threshold>
<left_val>-0.0761049985885620</left_val>
<right_val>0.3323217034339905</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 2 8 6 -1.</_>
<_>
4 2 4 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.0969670563936234e-003</threshold>
<left_val>0.1428779065608978</left_val>
<right_val>-0.1688780039548874</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 14 6 6 -1.</_>
<_>
7 16 6 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.9317929446697235e-003</threshold>
<left_val>0.2725540995597839</left_val>
<right_val>-0.0928795635700226</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 15 2 2 -1.</_>
<_>
11 16 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.1471060570329428e-003</threshold>
<left_val>-0.1527305990457535</left_val>
<right_val>0.1970240026712418</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 1 9 4 -1.</_>
<_>
10 1 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0376628898084164</threshold>
<left_val>-0.5932043790817261</left_val>
<right_val>0.0407386012375355</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 7 3 7 -1.</_>
<_>
10 7 1 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.8165571428835392e-003</threshold>
<left_val>0.2549408972263336</left_val>
<right_val>-0.0940819606184959</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 17 2 2 -1.</_>
<_>
6 17 1 1 2.</_>
<_>
7 18 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.6205562325194478e-004</threshold>
<left_val>0.0467957183718681</left_val>
<right_val>-0.4845437109470367</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 6 3 9 -1.</_>
<_>
5 6 1 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.2202551849186420e-003</threshold>
<left_val>0.2468214929103851</left_val>
<right_val>-0.0946739763021469</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 10 19 10 -1.</_>
<_>
0 15 19 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0689865127205849</threshold>
<left_val>-0.6651480197906494</left_val>
<right_val>0.0359263904392719</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 17 6 1 -1.</_>
<_>
7 17 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.1707608401775360e-003</threshold>
<left_val>0.0258333198726177</left_val>
<right_val>-0.7268627285957336</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 12 6 3 -1.</_>
<_>
3 12 3 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0105362497270107</threshold>
<left_val>-0.0818289965391159</left_val>
<right_val>0.2976079881191254</right_val></_></_></trees>
<stage_threshold>-1.1418989896774292</stage_threshold>
<parent>9</parent>
<next>-1</next></_>
<_>
<!-- stage 11 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 5 18 5 -1.</_>
<_>
8 5 6 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0627587288618088</threshold>
<left_val>0.2789908051490784</left_val>
<right_val>-0.2965610921382904</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 15 6 4 -1.</_>
<_>
1 17 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.4516479354351759e-003</threshold>
<left_val>-0.3463588058948517</left_val>
<right_val>0.2090384066104889</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 10 6 6 -1.</_>
<_>
16 10 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.8699486330151558e-003</threshold>
<left_val>0.2414488941431046</left_val>
<right_val>-0.1920557022094727</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 14 4 3 -1.</_>
<_>
0 15 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.4624869003891945e-003</threshold>
<left_val>-0.5915178060531616</left_val>
<right_val>0.1248644962906838</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 7 6 11 -1.</_>
<_>
3 7 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.4818761572241783e-003</threshold>
<left_val>0.1839154064655304</left_val>
<right_val>-0.2485826015472412</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 17 7 2 -1.</_>
<_>
13 18 7 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.3226840130519122e-004</threshold>
<left_val>-0.3304725885391235</left_val>
<right_val>0.1099926009774208</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 14 2 3 -1.</_>
<_>
0 15 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.8101120367646217e-003</threshold>
<left_val>0.0987440124154091</left_val>
<right_val>-0.4963478147983551</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 6 2 -1.</_>
<_>
3 0 3 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.4422430694103241e-003</threshold>
<left_val>0.2934441864490509</left_val>
<right_val>-0.1309475004673004</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 1 6 3 -1.</_>
<_>
3 1 3 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.4148122221231461e-003</threshold>
<left_val>-0.1476269960403442</left_val>
<right_val>0.3327716886997223</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 2 6 -1.</_>
<_>
0 10 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0155651401728392</threshold>
<left_val>-0.6840490102767944</left_val>
<right_val>0.0998726934194565</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 2 6 14 -1.</_>
<_>
1 2 3 7 2.</_>
<_>
4 9 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0287205204367638</threshold>
<left_val>-0.1483328044414520</left_val>
<right_val>0.3090257942676544</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 5 2 2 -1.</_>
<_>
17 5 1 1 2.</_>
<_>
18 6 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.6687392215244472e-005</threshold>
<left_val>-0.1743104010820389</left_val>
<right_val>0.2140295952558518</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 10 9 4 -1.</_>
<_>
14 10 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0523710586130619</threshold>
<left_val>-0.0701568573713303</left_val>
<right_val>0.4922299087047577</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 9 12 4 -1.</_>
<_>
6 9 4 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0864856913685799</threshold>
<left_val>0.5075724720954895</left_val>
<right_val>-0.0752942115068436</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 10 12 2 -1.</_>
<_>
11 10 4 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0421698689460754</threshold>
<left_val>0.4568096101284027</left_val>
<right_val>-0.0902199000120163</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 13 1 2 -1.</_>
<_>
2 14 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.5369830331765115e-005</threshold>
<left_val>-0.2653827965259552</left_val>
<right_val>0.1618953943252564</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 7 4 3 -1.</_>
<_>
16 8 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.2918000146746635e-003</threshold>
<left_val>0.0748901516199112</left_val>
<right_val>-0.5405467152595520</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 16 1 3 -1.</_>
<_>
19 17 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.5511651812121272e-004</threshold>
<left_val>-0.4926199018955231</left_val>
<right_val>0.0587239488959312</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 11 1 2 -1.</_>
<_>
18 12 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.5108138844370842e-005</threshold>
<left_val>-0.2143210023641586</left_val>
<right_val>0.1407776027917862</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 7 8 2 -1.</_>
<_>
12 7 4 1 2.</_>
<_>
16 8 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.9981209449470043e-003</threshold>
<left_val>-0.0905473381280899</left_val>
<right_val>0.3571606874465942</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 9 2 4 -1.</_>
<_>
15 9 1 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.4929979806765914e-003</threshold>
<left_val>0.2562345862388611</left_val>
<right_val>-0.1422906965017319</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 2 6 4 -1.</_>
<_>
14 2 3 2 2.</_>
<_>
17 4 3 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.7239411137998104e-003</threshold>
<left_val>-0.1564925014972687</left_val>
<right_val>0.2108871042728424</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 0 6 1 -1.</_>
<_>
17 0 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2218320518732071e-003</threshold>
<left_val>-0.1507298946380615</left_val>
<right_val>0.2680186927318573</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 12 2 1 -1.</_>
<_>
4 12 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.3993072146549821e-004</threshold>
<left_val>0.2954699099063873</left_val>
<right_val>-0.1069239005446434</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 2 3 1 -1.</_>
<_>
18 2 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.0113459322601557e-003</threshold>
<left_val>0.0506143495440483</left_val>
<right_val>-0.7168337106704712</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 16 18 2 -1.</_>
<_>
7 16 6 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0114528704434633</threshold>
<left_val>-0.1271906942129135</left_val>
<right_val>0.2415277957916260</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 19 8 1 -1.</_>
<_>
6 19 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.0782170575112104e-003</threshold>
<left_val>0.2481300979852676</left_val>
<right_val>-0.1346119940280914</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 17 4 3 -1.</_>
<_>
1 18 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.3417691010981798e-003</threshold>
<left_val>0.0535783097147942</left_val>
<right_val>-0.5227416753768921</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 13 1 2 -1.</_>
<_>
19 14 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.9398651248775423e-005</threshold>
<left_val>-0.2169874012470245</left_val>
<right_val>0.1281217932701111</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 16 10 4 -1.</_>
<_>
9 16 5 2 2.</_>
<_>
14 18 5 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.0982551872730255e-003</threshold>
<left_val>0.2440188974142075</left_val>
<right_val>-0.1157058998942375</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 9 2 4 -1.</_>
<_>
12 9 1 2 2.</_>
<_>
13 11 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.6289720078930259e-003</threshold>
<left_val>0.2826147079467773</left_val>
<right_val>-0.1065946966409683</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 11 1 9 -1.</_>
<_>
19 14 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0139848599210382</threshold>
<left_val>0.0427158996462822</left_val>
<right_val>-0.7364631295204163</right_val></_></_></trees>
<stage_threshold>-1.1255199909210205</stage_threshold>
<parent>10</parent>
<next>-1</next></_>
<_>
<!-- stage 12 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 6 14 14 -1.</_>
<_>
6 13 14 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1641651988029480</threshold>
<left_val>-0.4896030128002167</left_val>
<right_val>0.1760770976543427</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 17 4 2 -1.</_>
<_>
2 18 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.3413062384352088e-004</threshold>
<left_val>-0.2822043001651764</left_val>
<right_val>0.2419957965612412</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 2 1 3 -1.</_>
<_>
0 3 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7193210078403354e-003</threshold>
<left_val>-0.7148588895797730</left_val>
<right_val>0.0861622169613838</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 12 1 3 -1.</_>
<_>
0 13 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.5654950402677059e-003</threshold>
<left_val>-0.7297238111495972</left_val>
<right_val>0.0940706729888916</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 15 4 4 -1.</_>
<_>
15 17 4 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.9124479731544852e-003</threshold>
<left_val>-0.3118715882301331</left_val>
<right_val>0.1814339011907578</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 5 18 7 -1.</_>
<_>
8 5 6 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1351236999034882</threshold>
<left_val>0.2957729995250702</left_val>
<right_val>-0.2217925041913986</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 16 5 3 -1.</_>
<_>
1 17 5 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.0300549007952213e-003</threshold>
<left_val>-0.6659513711929321</left_val>
<right_val>0.0854310169816017</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 4 2 3 -1.</_>
<_>
0 5 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.8640460222959518e-003</threshold>
<left_val>-0.6208636164665222</left_val>
<right_val>0.0531060211360455</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 6 2 6 -1.</_>
<_>
1 6 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.4065420255064964e-003</threshold>
<left_val>0.2234628945589066</left_val>
<right_val>-0.2021100968122482</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 14 4 3 -1.</_>
<_>
16 15 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5820449702441692e-003</threshold>
<left_val>-0.5403040051460266</left_val>
<right_val>0.0682136192917824</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 10 6 -1.</_>
<_>
0 0 5 3 2.</_>
<_>
5 3 5 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0415444709360600</threshold>
<left_val>-0.0652158409357071</left_val>
<right_val>0.6210923194885254</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 2 3 6 -1.</_>
<_>
3 2 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.1709550470113754e-003</threshold>
<left_val>-0.7555329799652100</left_val>
<right_val>0.0526404492557049</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 0 3 10 -1.</_>
<_>
3 0 1 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.1552738770842552e-003</threshold>
<left_val>0.0909394025802612</left_val>
<right_val>-0.4424613118171692</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 5 2 2 -1.</_>
<_>
5 6 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.0043520014733076e-003</threshold>
<left_val>0.2429233044385910</left_val>
<right_val>-0.1866979002952576</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 6 4 4 -1.</_>
<_>
12 8 4 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0115198297426105</threshold>
<left_val>-0.1176315024495125</left_val>
<right_val>0.3672345876693726</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 5 7 3 -1.</_>
<_>
13 6 7 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.9040733873844147e-003</threshold>
<left_val>-0.4893133044242859</left_val>
<right_val>0.1089702025055885</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 13 1 2 -1.</_>
<_>
10 14 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.3973670583218336e-004</threshold>
<left_val>-0.2185039967298508</left_val>
<right_val>0.1848998963832855</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 16 4 2 -1.</_>
<_>
18 16 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.3727260520681739e-003</threshold>
<left_val>-0.1507291048765183</left_val>
<right_val>0.2917312979698181</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 12 4 7 -1.</_>
<_>
18 12 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0108073903247714</threshold>
<left_val>0.4289745092391968</left_val>
<right_val>-0.1028013974428177</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 17 1 3 -1.</_>
<_>
16 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.2670770520344377e-003</threshold>
<left_val>0.0741921588778496</left_val>
<right_val>-0.6420825123786926</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 9 1 3 -1.</_>
<_>
19 10 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2991129662841558e-003</threshold>
<left_val>0.0471002794802189</left_val>
<right_val>-0.7233523130416870</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 7 2 6 -1.</_>
<_>
19 7 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.7187510859221220e-003</threshold>
<left_val>-0.1708686947822571</left_val>
<right_val>0.2351350933313370</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 1 3 4 -1.</_>
<_>
9 1 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.6619180142879486e-003</threshold>
<left_val>-0.7897542715072632</left_val>
<right_val>0.0450846701860428</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 0 6 9 -1.</_>
<_>
16 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0482666492462158</threshold>
<left_val>-0.6957991719245911</left_val>
<right_val>0.0419760793447495</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 2 10 2 -1.</_>
<_>
9 2 5 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0152146900072694</threshold>
<left_val>-0.1081828027963638</left_val>
<right_val>0.3646062016487122</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 12 8 4 -1.</_>
<_>
2 12 4 2 2.</_>
<_>
6 14 4 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.0080131515860558e-003</threshold>
<left_val>0.3097099065780640</left_val>
<right_val>-0.1135921031236649</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 4 7 3 -1.</_>
<_>
0 5 7 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.6127157770097256e-003</threshold>
<left_val>0.0806653425097466</left_val>
<right_val>-0.4665853083133698</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 14 3 3 -1.</_>
<_>
15 14 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.9607013612985611e-003</threshold>
<left_val>-0.8720194101333618</left_val>
<right_val>0.0367745906114578</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 3 4 3 -1.</_>
<_>
2 3 2 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.8847199175506830e-003</threshold>
<left_val>-0.1166628971695900</left_val>
<right_val>0.3307026922702789</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 0 2 7 -1.</_>
<_>
2 0 1 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.0988810099661350e-003</threshold>
<left_val>0.2387257069349289</left_val>
<right_val>-0.1765675991773605</right_val></_></_></trees>
<stage_threshold>-1.1729990243911743</stage_threshold>
<parent>11</parent>
<next>-1</next></_>
<_>
<!-- stage 13 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 16 4 4 -1.</_>
<_>
15 18 4 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.5903379321098328e-003</threshold>
<left_val>-0.2368807941675186</left_val>
<right_val>0.2463164031505585</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 8 12 4 -1.</_>
<_>
5 10 12 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.4815930090844631e-003</threshold>
<left_val>-0.3137362003326416</left_val>
<right_val>0.1867575943470001</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 17 1 2 -1.</_>
<_>
3 18 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.3048402555286884e-005</threshold>
<left_val>-0.2764435112476349</left_val>
<right_val>0.1649623960256577</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 1 3 4 -1.</_>
<_>
7 1 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.8514640182256699e-003</threshold>
<left_val>-0.5601450800895691</left_val>
<right_val>0.1129473969340324</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 2 3 4 -1.</_>
<_>
7 2 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.8588210009038448e-003</threshold>
<left_val>0.0398489981889725</left_val>
<right_val>-0.5807185769081116</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 8 9 12 -1.</_>
<_>
9 8 3 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0246512200683355</threshold>
<left_val>0.1675501018762589</left_val>
<right_val>-0.2534367144107819</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 1 8 6 -1.</_>
<_>
8 3 8 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0472455210983753</threshold>
<left_val>-0.1066208034753799</left_val>
<right_val>0.3945198059082031</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 2 6 3 -1.</_>
<_>
17 2 3 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.5964651294052601e-003</threshold>
<left_val>-0.1774425059556961</left_val>
<right_val>0.2728019058704376</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 6 1 3 -1.</_>
<_>
0 7 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.3177490327507257e-003</threshold>
<left_val>-0.5427265167236328</left_val>
<right_val>0.0486065894365311</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 0 10 2 -1.</_>
<_>
15 0 5 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.0261709839105606e-003</threshold>
<left_val>0.2439424991607666</left_val>
<right_val>-0.1314364969730377</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 0 3 2 -1.</_>
<_>
12 0 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.4632768947631121e-003</threshold>
<left_val>0.0690493434667587</left_val>
<right_val>-0.7033624053001404</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 19 10 1 -1.</_>
<_>
8 19 5 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.1692588925361633e-003</threshold>
<left_val>-0.1328946053981781</left_val>
<right_val>0.2209852933883667</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 4 7 16 -1.</_>
<_>
0 12 7 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0293958708643913</threshold>
<left_val>-0.2853052020072937</left_val>
<right_val>0.1354399025440216</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 16 1 3 -1.</_>
<_>
2 17 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.6181448316201568e-004</threshold>
<left_val>-0.5804138183593750</left_val>
<right_val>0.0374506488442421</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 8 12 6 -1.</_>
<_>
11 8 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1082099974155426</threshold>
<left_val>0.3946728110313416</left_val>
<right_val>-0.0786559432744980</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 9 6 7 -1.</_>
<_>
16 9 2 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0180248692631722</threshold>
<left_val>0.2735562920570374</left_val>
<right_val>-0.1341529935598373</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 17 6 1 -1.</_>
<_>
14 17 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.2509840354323387e-003</threshold>
<left_val>0.0233880598098040</left_val>
<right_val>-0.8008859157562256</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 1 3 1 -1.</_>
<_>
17 1 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.6088379779830575e-003</threshold>
<left_val>-0.5676252245903015</left_val>
<right_val>0.0412156693637371</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 17 8 2 -1.</_>
<_>
0 17 4 1 2.</_>
<_>
4 18 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.7564752427861094e-004</threshold>
<left_val>-0.1489126980304718</left_val>
<right_val>0.1908618062734604</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 0 2 1 -1.</_>
<_>
18 0 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.7122338300105184e-005</threshold>
<left_val>-0.1555753052234650</left_val>
<right_val>0.1942822039127350</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 15 6 5 -1.</_>
<_>
6 15 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0207553207874298</threshold>
<left_val>-0.6300653219223023</left_val>
<right_val>0.0361343808472157</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 2 8 2 -1.</_>
<_>
7 3 8 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.2931738793849945e-003</threshold>
<left_val>0.2560924887657166</left_val>
<right_val>-0.1058826968073845</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 1 8 4 -1.</_>
<_>
4 3 8 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0108441496267915</threshold>
<left_val>-0.1012485027313232</left_val>
<right_val>0.3032212853431702</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 19 2 1 -1.</_>
<_>
6 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.3752777350600809e-005</threshold>
<left_val>0.1911157965660095</left_val>
<right_val>-0.1384923011064529</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 19 2 1 -1.</_>
<_>
6 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.6480963141657412e-005</threshold>
<left_val>-0.1520525068044663</left_val>
<right_val>0.2170630991458893</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 17 1 3 -1.</_>
<_>
16 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.3560829684138298e-003</threshold>
<left_val>0.0494317896664143</left_val>
<right_val>-0.6427984237670898</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 11 2 3 -1.</_>
<_>
1 11 1 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.0662558795884252e-004</threshold>
<left_val>0.1798201054334641</left_val>
<right_val>-0.1404460966587067</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 19 4 1 -1.</_>
<_>
2 19 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.0473709553480148e-003</threshold>
<left_val>-0.1093354970216751</left_val>
<right_val>0.2426594048738480</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 18 4 2 -1.</_>
<_>
2 18 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.0243969736620784e-003</threshold>
<left_val>0.2716268002986908</left_val>
<right_val>-0.1182091981172562</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 17 1 3 -1.</_>
<_>
2 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.2024149764329195e-003</threshold>
<left_val>-0.7015110254287720</left_val>
<right_val>0.0394898988306522</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 7 11 2 -1.</_>
<_>
5 8 11 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.6911649666726589e-003</threshold>
<left_val>-0.0922189131379128</left_val>
<right_val>0.3104628920555115</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 2 4 10 -1.</_>
<_>
9 7 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1396654993295670</threshold>
<left_val>0.6897938847541809</left_val>
<right_val>-0.0397061184048653</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 2 4 3 -1.</_>
<_>
0 3 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.1276050247251987e-003</threshold>
<left_val>0.0972776114940643</left_val>
<right_val>-0.2884179949760437</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 19 10 1 -1.</_>
<_>
15 19 5 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.7594310231506824e-003</threshold>
<left_val>0.2416867017745972</left_val>
<right_val>-0.1127782016992569</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 17 8 3 -1.</_>
<_>
15 17 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.2236132323741913e-003</threshold>
<left_val>-0.1143027991056442</left_val>
<right_val>0.2425678074359894</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 19 3 1 -1.</_>
<_>
9 19 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.2590440455824137e-003</threshold>
<left_val>-0.5967938899993897</left_val>
<right_val>0.0476639606058598</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 0 3 4 -1.</_>
<_>
15 0 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.7192099262028933e-003</threshold>
<left_val>-0.4641413092613220</left_val>
<right_val>0.0528476908802986</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 6 4 3 -1.</_>
<_>
10 7 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.9696151874959469e-003</threshold>
<left_val>-0.0732442885637283</left_val>
<right_val>0.3874309062957764</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 3 2 -1.</_>
<_>
0 9 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.1776720210909843e-003</threshold>
<left_val>-0.7419322729110718</left_val>
<right_val>0.0404967106878757</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 12 3 6 -1.</_>
<_>
7 14 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.0035100430250168e-003</threshold>
<left_val>-0.1388880014419556</left_val>
<right_val>0.1876762062311173</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 18 1 2 -1.</_>
<_>
1 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.2013457752764225e-004</threshold>
<left_val>-0.5494061708450317</left_val>
<right_val>0.0494178496301174</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 12 4 4 -1.</_>
<_>
2 12 2 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.3168768063187599e-003</threshold>
<left_val>-0.0824829787015915</left_val>
<right_val>0.3174056112766266</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 8 6 7 -1.</_>
<_>
3 8 2 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0147745897993445</threshold>
<left_val>0.2081609964370728</left_val>
<right_val>-0.1211555972695351</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 4 5 -1.</_>
<_>
2 8 2 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0414164513349533</threshold>
<left_val>-0.8243780732154846</left_val>
<right_val>0.0333291888237000</right_val></_></_></trees>
<stage_threshold>-1.0368299484252930</stage_threshold>
<parent>12</parent>
<next>-1</next></_>
<_>
<!-- stage 14 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 16 1 3 -1.</_>
<_>
19 17 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.0962520334869623e-004</threshold>
<left_val>0.0845799669623375</left_val>
<right_val>-0.5611841082572937</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 5 18 6 -1.</_>
<_>
7 5 6 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0561397895216942</threshold>
<left_val>0.1534174978733063</left_val>
<right_val>-0.2696731984615326</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 15 4 2 -1.</_>
<_>
2 16 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.0292009683325887e-003</threshold>
<left_val>-0.2048998028039932</left_val>
<right_val>0.2015317976474762</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 6 2 11 -1.</_>
<_>
19 6 1 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.8783010784536600e-003</threshold>
<left_val>-0.1735114008188248</left_val>
<right_val>0.2129794955253601</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 12 2 6 -1.</_>
<_>
0 14 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.4144392274320126e-003</threshold>
<left_val>-0.5962486863136292</left_val>
<right_val>0.0470779500901699</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 5 3 2 -1.</_>
<_>
12 6 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.4831849839538336e-003</threshold>
<left_val>0.1902461051940918</left_val>
<right_val>-0.1598639041185379</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 3 2 3 -1.</_>
<_>
1 4 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.5968941412866116e-003</threshold>
<left_val>0.0314471311867237</left_val>
<right_val>-0.6869434118270874</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 14 4 4 -1.</_>
<_>
16 16 4 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.4255330208688974e-003</threshold>
<left_val>-0.2360935956239700</left_val>
<right_val>0.1103610992431641</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 8 12 5 -1.</_>
<_>
10 8 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0849505662918091</threshold>
<left_val>0.2310716062784195</left_val>
<right_val>-0.1377653032541275</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 7 2 7 -1.</_>
<_>
14 7 1 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.0145681016147137e-003</threshold>
<left_val>0.3867610991001129</left_val>
<right_val>-0.0562173798680305</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 8 2 6 -1.</_>
<_>
2 8 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.1482061129063368e-003</threshold>
<left_val>0.1819159984588623</left_val>
<right_val>-0.1761569976806641</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 0 3 7 -1.</_>
<_>
16 0 1 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0103967702016234</threshold>
<left_val>-0.7535138130187988</left_val>
<right_val>0.0240919701755047</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 2 6 2 -1.</_>
<_>
6 2 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0134667502716184</threshold>
<left_val>-0.7211886048316956</left_val>
<right_val>0.0349493697285652</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 9 20 9 -1.</_>
<_>
0 12 20 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0844354778528214</threshold>
<left_val>-0.3379263877868652</left_val>
<right_val>0.0711138173937798</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 14 2 2 -1.</_>
<_>
10 15 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.4771490134298801e-003</threshold>
<left_val>-0.1176510974764824</left_val>
<right_val>0.2254198938608170</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 5 10 4 -1.</_>
<_>
6 7 10 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0158280506730080</threshold>
<left_val>-0.0695362165570259</left_val>
<right_val>0.3139536976814270</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 1 5 9 -1.</_>
<_>
6 4 5 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0649169832468033</threshold>
<left_val>-0.0750435888767242</left_val>
<right_val>0.4067733883857727</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 18 2 2 -1.</_>
<_>
16 18 1 1 2.</_>
<_>
17 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.9652469675056636e-004</threshold>
<left_val>0.0739533603191376</left_val>
<right_val>-0.3454400897026062</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 14 2 4 -1.</_>
<_>
0 16 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.3129520229995251e-003</threshold>
<left_val>-0.1690943986177445</left_val>
<right_val>0.1525837033987045</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 8 2 5 -1.</_>
<_>
11 8 1 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.8032129891216755e-003</threshold>
<left_val>0.3526014983654022</left_val>
<right_val>-0.0834440663456917</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 7 12 7 -1.</_>
<_>
7 7 4 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1479167938232422</threshold>
<left_val>0.4300465881824493</left_val>
<right_val>-0.0573099292814732</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 6 6 -1.</_>
<_>
3 0 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0165841504931450</threshold>
<left_val>0.2343268990516663</left_val>
<right_val>-0.1090764030814171</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 0 4 4 -1.</_>
<_>
3 0 2 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.0183270573616028e-003</threshold>
<left_val>-0.1360093951225281</left_val>
<right_val>0.2640928924083710</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 6 8 -1.</_>
<_>
2 0 2 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0364719182252884</threshold>
<left_val>-0.6280974149703980</left_val>
<right_val>0.0435451082885265</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 2 1 -1.</_>
<_>
1 0 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.3119226726703346e-005</threshold>
<left_val>0.1647063046693802</left_val>
<right_val>-0.1646378040313721</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 3 3 -1.</_>
<_>
0 1 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.6719450727105141e-003</threshold>
<left_val>-0.4742136001586914</left_val>
<right_val>0.0485869199037552</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 4 2 4 -1.</_>
<_>
5 6 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.0151178836822510e-003</threshold>
<left_val>0.1822218000888825</left_val>
<right_val>-0.1409751027822495</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 10 9 1 -1.</_>
<_>
5 10 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0199480205774307</threshold>
<left_val>-0.0697876587510109</left_val>
<right_val>0.3670746088027954</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 17 1 3 -1.</_>
<_>
1 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.6699437340721488e-004</threshold>
<left_val>0.0557292997837067</left_val>
<right_val>-0.4458543062210083</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 17 2 3 -1.</_>
<_>
0 18 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.1806039838120341e-003</threshold>
<left_val>-0.4687662124633789</left_val>
<right_val>0.0489022210240364</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 15 16 3 -1.</_>
<_>
8 15 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0158473495393991</threshold>
<left_val>-0.1212020963430405</left_val>
<right_val>0.2056653052568436</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 5 4 1 -1.</_>
<_>
2 5 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.1985700111836195e-003</threshold>
<left_val>0.2026209980249405</left_val>
<right_val>-0.1282382011413574</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 0 6 20 -1.</_>
<_>
3 0 2 20 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1096495985984802</threshold>
<left_val>-0.8661919236183167</left_val>
<right_val>0.0303518492728472</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 5 4 6 -1.</_>
<_>
2 5 2 3 2.</_>
<_>
4 8 2 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.2532606795430183e-003</threshold>
<left_val>0.2934311926364899</left_val>
<right_val>-0.0853619500994682</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 16 6 3 -1.</_>
<_>
11 16 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0146865304559469</threshold>
<left_val>0.0327986218035221</left_val>
<right_val>-0.7755656242370606</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 17 6 1 -1.</_>
<_>
14 17 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.3514430029317737e-003</threshold>
<left_val>0.2442699968814850</left_val>
<right_val>-0.1150325015187264</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 17 15 2 -1.</_>
<_>
8 17 5 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.3728090822696686e-003</threshold>
<left_val>0.2168767005205154</left_val>
<right_val>-0.1398448050022125</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 0 2 3 -1.</_>
<_>
18 1 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.4263390116393566e-003</threshold>
<left_val>0.0456142202019691</left_val>
<right_val>-0.5456771254539490</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 1 7 4 -1.</_>
<_>
13 3 7 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.8404068909585476e-003</threshold>
<left_val>0.1494950056076050</left_val>
<right_val>-0.1506250947713852</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 6 4 4 -1.</_>
<_>
13 6 2 2 2.</_>
<_>
15 8 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.7988980766385794e-003</threshold>
<left_val>-0.0873016268014908</left_val>
<right_val>0.2548153102397919</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 6 3 4 -1.</_>
<_>
17 8 3 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.0094281062483788e-003</threshold>
<left_val>0.1725907027721405</left_val>
<right_val>-0.1428847014904022</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 9 2 2 -1.</_>
<_>
15 9 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.4370709434151649e-003</threshold>
<left_val>0.2684809863567352</left_val>
<right_val>-0.0818982198834419</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 17 1 3 -1.</_>
<_>
17 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.0485399980098009e-003</threshold>
<left_val>0.0461132600903511</left_val>
<right_val>-0.4724327921867371</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 19 8 1 -1.</_>
<_>
7 19 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.7460780218243599e-003</threshold>
<left_val>-0.1103043034672737</left_val>
<right_val>0.2037972956895828</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 9 3 6 -1.</_>
<_>
0 12 3 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.8608627878129482e-003</threshold>
<left_val>-0.1561965942382813</left_val>
<right_val>0.1592743992805481</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 7 15 5 -1.</_>
<_>
9 7 5 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0277249794453382</threshold>
<left_val>0.1134911999106407</left_val>
<right_val>-0.2188514024019241</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 9 9 5 -1.</_>
<_>
9 9 3 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0470806397497654</threshold>
<left_val>-0.0416887290775776</left_val>
<right_val>0.5363004803657532</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 1 6 2 -1.</_>
<_>
10 1 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.9283770173788071e-003</threshold>
<left_val>-0.5359513163566589</left_val>
<right_val>0.0442375093698502</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 0 12 2 -1.</_>
<_>
10 0 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0128805404528975</threshold>
<left_val>0.2323794960975647</left_val>
<right_val>-0.1024625003337860</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 0 10 3 -1.</_>
<_>
12 0 5 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0236047692596912</threshold>
<left_val>-0.0882914364337921</left_val>
<right_val>0.3056105971336365</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 0 9 6 -1.</_>
<_>
5 2 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0159022007137537</threshold>
<left_val>-0.1223810985684395</left_val>
<right_val>0.1784912049770355</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 3 6 4 -1.</_>
<_>
8 5 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.9939495772123337e-003</threshold>
<left_val>-0.0837290063500404</left_val>
<right_val>0.3231959044933319</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 4 2 3 -1.</_>
<_>
17 5 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.7100867852568626e-003</threshold>
<left_val>0.0384792089462280</left_val>
<right_val>-0.6813815236091614</right_val></_></_></trees>
<stage_threshold>-1.0492420196533203</stage_threshold>
<parent>13</parent>
<next>-1</next></_>
<_>
<!-- stage 15 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 2 4 3 -1.</_>
<_>
5 3 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2480720654129982e-003</threshold>
<left_val>-0.1641687005758286</left_val>
<right_val>0.4164853096008301</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 9 2 6 -1.</_>
<_>
6 9 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.5813550241291523e-003</threshold>
<left_val>-0.1246595978736877</left_val>
<right_val>0.4038512110710144</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 10 2 6 -1.</_>
<_>
15 10 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.6073239967226982e-003</threshold>
<left_val>0.2608245909214020</left_val>
<right_val>-0.2028252035379410</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 4 3 3 -1.</_>
<_>
7 5 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.5205370038747787e-003</threshold>
<left_val>-0.1055722981691361</left_val>
<right_val>0.3666911125183106</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 4 8 2 -1.</_>
<_>
12 4 4 1 2.</_>
<_>
16 5 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.4119189474731684e-003</threshold>
<left_val>-0.1387760043144226</left_val>
<right_val>0.2995991110801697</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 8 1 6 -1.</_>
<_>
15 10 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.7156179100275040e-003</threshold>
<left_val>-0.0776834636926651</left_val>
<right_val>0.4848192036151886</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 17 11 3 -1.</_>
<_>
4 18 11 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.1093840952962637e-003</threshold>
<left_val>-0.1122900024056435</left_val>
<right_val>0.2921550869941711</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 0 16 20 -1.</_>
<_>
3 10 16 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0868366286158562</threshold>
<left_val>-0.3677960038185120</left_val>
<right_val>0.0725972428917885</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 4 4 6 -1.</_>
<_>
12 6 4 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.2652182057499886e-003</threshold>
<left_val>-0.1089029014110565</left_val>
<right_val>0.3179126083850861</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 0 6 6 -1.</_>
<_>
13 0 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0199135299772024</threshold>
<left_val>-0.5337343811988831</left_val>
<right_val>0.0705857127904892</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 1 6 4 -1.</_>
<_>
13 1 3 2 2.</_>
<_>
16 3 3 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.8297839928418398e-003</threshold>
<left_val>-0.1357591003179550</left_val>
<right_val>0.2278887927532196</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 0 6 4 -1.</_>
<_>
13 0 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0104318596422672</threshold>
<left_val>0.0887979120016098</left_val>
<right_val>-0.4795897006988525</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 6 6 9 -1.</_>
<_>
10 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0200404394418001</threshold>
<left_val>0.1574553996324539</left_val>
<right_val>-0.1777157038450241</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 0 3 4 -1.</_>
<_>
8 0 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.2967290394008160e-003</threshold>
<left_val>-0.6843491792678833</left_val>
<right_val>0.0356714613735676</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 17 14 2 -1.</_>
<_>
0 17 7 1 2.</_>
<_>
7 18 7 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.1624139044433832e-003</threshold>
<left_val>0.2831803858280182</left_val>
<right_val>-0.0985112786293030</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 18 2 2 -1.</_>
<_>
6 18 1 1 2.</_>
<_>
7 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5464888787828386e-004</threshold>
<left_val>-0.3707734048366547</left_val>
<right_val>0.0809329524636269</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 17 1 3 -1.</_>
<_>
18 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.8152060511056334e-004</threshold>
<left_val>-0.3220703005790710</left_val>
<right_val>0.0775510594248772</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 18 2 2 -1.</_>
<_>
17 18 1 1 2.</_>
<_>
18 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.7563021285459399e-004</threshold>
<left_val>-0.3244127929210663</left_val>
<right_val>0.0879494771361351</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 7 1 9 -1.</_>
<_>
5 10 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.3823810778558254e-003</threshold>
<left_val>-0.0889247134327888</left_val>
<right_val>0.3172721862792969</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 3 6 4 -1.</_>
<_>
7 3 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0111509095877409</threshold>
<left_val>0.0710198432207108</left_val>
<right_val>-0.4049403965473175</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 9 6 2 -1.</_>
<_>
1 9 3 1 2.</_>
<_>
4 10 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.0593760525807738e-003</threshold>
<left_val>0.2605066895484924</left_val>
<right_val>-0.1176564022898674</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 9 2 3 -1.</_>
<_>
7 9 1 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.3906480055302382e-003</threshold>
<left_val>-0.0843886211514473</left_val>
<right_val>0.3123055100440979</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 8 6 12 -1.</_>
<_>
8 8 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0110007496550679</threshold>
<left_val>0.1915224939584732</left_val>
<right_val>-0.1521002054214478</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 18 2 2 -1.</_>
<_>
4 18 1 1 2.</_>
<_>
5 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.4643228971399367e-004</threshold>
<left_val>-0.3176515996456146</left_val>
<right_val>0.0865822583436966</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 1 6 6 -1.</_>
<_>
9 3 6 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0230532698333263</threshold>
<left_val>-0.1008976027369499</left_val>
<right_val>0.2576929032802582</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 17 6 2 -1.</_>
<_>
6 18 6 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.2135660983622074e-003</threshold>
<left_val>0.4568921029567719</left_val>
<right_val>-0.0524047911167145</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 18 16 2 -1.</_>
<_>
3 19 16 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.7139709396287799e-004</threshold>
<left_val>-0.3551838099956513</left_val>
<right_val>0.0800943821668625</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 0 3 11 -1.</_>
<_>
4 0 1 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.5676229959353805e-003</threshold>
<left_val>0.1009142026305199</left_val>
<right_val>-0.2160304039716721</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 18 3 1 -1.</_>
<_>
14 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.5460801599547267e-004</threshold>
<left_val>0.0578961782157421</left_val>
<right_val>-0.4046111106872559</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 0 9 6 -1.</_>
<_>
6 2 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0206989701837301</threshold>
<left_val>0.3154363036155701</left_val>
<right_val>-0.0807130485773087</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 2 12 4 -1.</_>
<_>
1 2 6 2 2.</_>
<_>
7 4 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0206199400126934</threshold>
<left_val>0.2718166112899780</left_val>
<right_val>-0.0763586163520813</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 3 6 4 -1.</_>
<_>
5 3 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0216111298650503</threshold>
<left_val>0.0394934490323067</left_val>
<right_val>-0.5942965149879456</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 0 8 1 -1.</_>
<_>
16 0 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.5676742233335972e-003</threshold>
<left_val>-0.0983536690473557</left_val>
<right_val>0.2364927977323532</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 0 6 2 -1.</_>
<_>
11 0 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.8434796780347824e-003</threshold>
<left_val>-0.5252342820167542</left_val>
<right_val>0.0430999211966991</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 3 12 1 -1.</_>
<_>
9 3 6 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.4260741025209427e-003</threshold>
<left_val>0.2466513067483902</left_val>
<right_val>-0.0941307172179222</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 7 6 2 -1.</_>
<_>
2 7 3 1 2.</_>
<_>
5 8 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.9830230157822371e-003</threshold>
<left_val>0.2674370110034943</left_val>
<right_val>-0.0900693163275719</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 4 6 -1.</_>
<_>
0 10 4 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7358399927616119e-003</threshold>
<left_val>0.1594001948833466</left_val>
<right_val>-0.1578941047191620</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 6 3 7 -1.</_>
<_>
10 6 1 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0135138696059585</threshold>
<left_val>0.4079233109951019</left_val>
<right_val>-0.0642231181263924</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 6 6 13 -1.</_>
<_>
11 6 2 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0193940103054047</threshold>
<left_val>0.1801564991474152</left_val>
<right_val>-0.1373140066862106</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 12 6 1 -1.</_>
<_>
13 12 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.2684770412743092e-003</threshold>
<left_val>0.2908039093017578</left_val>
<right_val>-0.0801619067788124</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 9 2 6 -1.</_>
<_>
18 12 2 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.1773589327931404e-004</threshold>
<left_val>-0.2141298055648804</left_val>
<right_val>0.1127343997359276</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 2 3 9 -1.</_>
<_>
18 2 1 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.6351119205355644e-003</threshold>
<left_val>-0.4536595940589905</left_val>
<right_val>0.0546250604093075</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 8 4 6 -1.</_>
<_>
13 8 2 3 2.</_>
<_>
15 11 2 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.3652976900339127e-003</threshold>
<left_val>0.2647292017936707</left_val>
<right_val>-0.0943341106176376</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 2 12 6 -1.</_>
<_>
10 2 6 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0277684498578310</threshold>
<left_val>-0.1013671010732651</left_val>
<right_val>0.2074397951364517</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 14 16 6 -1.</_>
<_>
12 14 8 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0548912286758423</threshold>
<left_val>0.2884030938148499</left_val>
<right_val>-0.0753120407462120</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 19 10 1 -1.</_>
<_>
11 19 5 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.5793339591473341e-003</threshold>
<left_val>-0.1108852997422218</left_val>
<right_val>0.2172496020793915</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 17 1 3 -1.</_>
<_>
6 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.6196516854688525e-005</threshold>
<left_val>-0.1887210011482239</left_val>
<right_val>0.1444068998098373</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 14 10 3 -1.</_>
<_>
4 15 10 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.0907251425087452e-003</threshold>
<left_val>-0.0776012316346169</left_val>
<right_val>0.2939837872982025</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 0 12 12 -1.</_>
<_>
6 4 12 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1044425964355469</threshold>
<left_val>0.2013310939073563</left_val>
<right_val>-0.1090397015213966</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 7 4 2 -1.</_>
<_>
5 7 2 1 2.</_>
<_>
7 8 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.7273090826347470e-004</threshold>
<left_val>0.1794590055942535</left_val>
<right_val>-0.1202367022633553</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 5 3 2 -1.</_>
<_>
18 5 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.2412849832326174e-003</threshold>
<left_val>0.0406881310045719</left_val>
<right_val>-0.5460057258605957</right_val></_></_></trees>
<stage_threshold>-1.1122100353240967</stage_threshold>
<parent>14</parent>
<next>-1</next></_>
<_>
<!-- stage 16 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 13 6 3 -1.</_>
<_>
8 14 6 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.2965320646762848e-003</threshold>
<left_val>-0.1215452998876572</left_val>
<right_val>0.6442037224769592</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 13 5 3 -1.</_>
<_>
8 14 5 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.5326260365545750e-003</threshold>
<left_val>0.5123322010040283</left_val>
<right_val>-0.1110825985670090</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 2 1 18 -1.</_>
<_>
13 11 1 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9183230362832546e-003</threshold>
<left_val>-0.5061542987823486</left_val>
<right_val>0.1150197982788086</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 10 9 2 -1.</_>
<_>
9 10 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0236923396587372</threshold>
<left_val>0.3716728091239929</left_val>
<right_val>-0.1467268019914627</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 0 7 4 -1.</_>
<_>
11 2 7 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0201774705201387</threshold>
<left_val>-0.1738884001970291</left_val>
<right_val>0.4775949120521545</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 0 6 8 -1.</_>
<_>
3 0 2 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0217232108116150</threshold>
<left_val>-0.4388009011745453</left_val>
<right_val>0.1357689946889877</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 15 3 3 -1.</_>
<_>
9 16 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.8369780629873276e-003</threshold>
<left_val>-0.1251206994056702</left_val>
<right_val>0.4678902924060822</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 17 9 3 -1.</_>
<_>
9 18 9 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.7148420922458172e-003</threshold>
<left_val>-0.0880188569426537</left_val>
<right_val>0.3686651885509491</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 12 3 3 -1.</_>
<_>
12 13 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.2625689636915922e-003</threshold>
<left_val>-0.0853353068232536</left_val>
<right_val>0.5164473056793213</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 1 3 5 -1.</_>
<_>
5 1 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5618850961327553e-003</threshold>
<left_val>-0.4450393021106720</left_val>
<right_val>0.0917381718754768</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 14 2 3 -1.</_>
<_>
10 15 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.9227749435231090e-003</threshold>
<left_val>-0.1107731014490128</left_val>
<right_val>0.3941699862480164</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 17 2 2 -1.</_>
<_>
18 17 1 1 2.</_>
<_>
19 18 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5111969918943942e-004</threshold>
<left_val>-0.3777570128440857</left_val>
<right_val>0.1216617003083229</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 18 2 2 -1.</_>
<_>
18 18 1 1 2.</_>
<_>
19 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.9121779769193381e-004</threshold>
<left_val>0.0748160183429718</left_val>
<right_val>-0.4076710045337677</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 18 2 2 -1.</_>
<_>
18 18 1 1 2.</_>
<_>
19 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.6525629800744355e-004</threshold>
<left_val>-0.3315171897411346</left_val>
<right_val>0.1129112020134926</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 10 9 1 -1.</_>
<_>
7 10 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0200867000967264</threshold>
<left_val>-0.0615981183946133</left_val>
<right_val>0.5612881779670715</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 9 6 5 -1.</_>
<_>
5 9 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0367832481861115</threshold>
<left_val>-0.0602513886988163</left_val>
<right_val>0.5219249129295349</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 8 1 12 -1.</_>
<_>
18 14 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.3941619545221329e-003</threshold>
<left_val>-0.3550305068492889</left_val>
<right_val>0.1086302027106285</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 2 8 6 -1.</_>
<_>
0 2 4 3 2.</_>
<_>
4 5 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0151816699653864</threshold>
<left_val>0.2273965030908585</left_val>
<right_val>-0.1625299006700516</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 4 3 3 -1.</_>
<_>
9 5 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.6796840615570545e-003</threshold>
<left_val>-0.0575350411236286</left_val>
<right_val>0.4812423884868622</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 18 2 2 -1.</_>
<_>
3 18 1 1 2.</_>
<_>
4 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7988319450523704e-004</threshold>
<left_val>-0.3058767020702362</left_val>
<right_val>0.1086815968155861</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 4 4 3 -1.</_>
<_>
6 5 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5850999411195517e-003</threshold>
<left_val>0.3859694004058838</left_val>
<right_val>-0.0921940729022026</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 7 4 2 -1.</_>
<_>
16 7 2 1 2.</_>
<_>
18 8 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.0793360415846109e-003</threshold>
<left_val>-0.1119038984179497</left_val>
<right_val>0.3112520873546600</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 17 1 3 -1.</_>
<_>
5 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.3285802500322461e-005</threshold>
<left_val>-0.2023991048336029</left_val>
<right_val>0.1558668017387390</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 0 15 20 -1.</_>
<_>
2 10 15 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1367873996496201</threshold>
<left_val>-0.2167285978794098</left_val>
<right_val>0.1442039012908936</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 11 6 4 -1.</_>
<_>
8 11 3 2 2.</_>
<_>
11 13 3 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0117292599752545</threshold>
<left_val>0.4350377023220062</left_val>
<right_val>-0.0748865306377411</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 16 4 3 -1.</_>
<_>
8 17 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.9230841211974621e-003</threshold>
<left_val>-0.0502893291413784</left_val>
<right_val>0.5883116126060486</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 18 2 2 -1.</_>
<_>
8 18 1 1 2.</_>
<_>
9 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9819121118634939e-004</threshold>
<left_val>-0.3823240101337433</left_val>
<right_val>0.0924511328339577</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 16 13 3 -1.</_>
<_>
2 17 13 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.7992770560085773e-003</threshold>
<left_val>0.4848878979682922</left_val>
<right_val>-0.0731365233659744</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 16 2 2 -1.</_>
<_>
16 16 1 1 2.</_>
<_>
17 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.0155890271998942e-004</threshold>
<left_val>-0.3575735986232758</left_val>
<right_val>0.1058188006281853</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 1 6 3 -1.</_>
<_>
10 1 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0103907696902752</threshold>
<left_val>0.0529204681515694</left_val>
<right_val>-0.5724965929985046</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 7 2 2 -1.</_>
<_>
16 7 1 1 2.</_>
<_>
17 8 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.4488041941076517e-004</threshold>
<left_val>0.4496682882308960</left_val>
<right_val>-0.0830755233764648</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 7 4 2 -1.</_>
<_>
14 7 2 1 2.</_>
<_>
16 8 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.2651870492845774e-003</threshold>
<left_val>-0.0966954380273819</left_val>
<right_val>0.3130227029323578</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 0 14 1 -1.</_>
<_>
11 0 7 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0170945394784212</threshold>
<left_val>-0.0812489762902260</left_val>
<right_val>0.3611383140087128</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 4 8 2 -1.</_>
<_>
10 4 4 1 2.</_>
<_>
14 5 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.5973359588533640e-003</threshold>
<left_val>-0.1133835017681122</left_val>
<right_val>0.2223394960165024</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 2 3 2 -1.</_>
<_>
9 2 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.4527440071105957e-003</threshold>
<left_val>0.0697504431009293</left_val>
<right_val>-0.3672071099281311</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 11 6 3 -1.</_>
<_>
12 12 6 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.7638658434152603e-003</threshold>
<left_val>-0.0657889619469643</left_val>
<right_val>0.3832854032516480</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 5 1 4 -1.</_>
<_>
1 7 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.2501081265509129e-003</threshold>
<left_val>-0.7075446844100952</left_val>
<right_val>0.0383501984179020</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 1 1 18 -1.</_>
<_>
1 7 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.1765329185873270e-003</threshold>
<left_val>0.1375540047883987</left_val>
<right_val>-0.2324002981185913</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 13 3 2 -1.</_>
<_>
11 14 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.2191169448196888e-003</threshold>
<left_val>-0.1293545067310333</left_val>
<right_val>0.2273788005113602</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- 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>-5.6365579366683960e-003</threshold>
<left_val>0.3806715011596680</left_val>
<right_val>-0.0672468394041061</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 18 2 2 -1.</_>
<_>
10 18 1 1 2.</_>
<_>
11 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.3844049428589642e-004</threshold>
<left_val>-0.3112238049507141</left_val>
<right_val>0.0838383585214615</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 5 4 4 -1.</_>
<_>
4 5 2 2 2.</_>
<_>
6 7 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.1017560288310051e-003</threshold>
<left_val>0.2606728076934815</left_val>
<right_val>-0.1044974029064179</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 7 1 3 -1.</_>
<_>
6 8 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.3336989795789123e-003</threshold>
<left_val>-0.0582501403987408</left_val>
<right_val>0.4768244028091431</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 10 6 2 -1.</_>
<_>
16 10 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.2090239906683564e-003</threshold>
<left_val>0.1483450978994370</left_val>
<right_val>-0.1732946932315826</right_val></_></_></trees>
<stage_threshold>-1.2529590129852295</stage_threshold>
<parent>15</parent>
<next>-1</next></_>
<_>
<!-- stage 17 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 8 3 6 -1.</_>
<_>
17 8 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.1760931015014648e-003</threshold>
<left_val>0.3333333134651184</left_val>
<right_val>-0.1664234995841980</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 10 6 2 -1.</_>
<_>
6 10 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0248580798506737</threshold>
<left_val>-0.0727288722991943</left_val>
<right_val>0.5667458176612854</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 5 3 7 -1.</_>
<_>
7 5 1 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.7597280032932758e-003</threshold>
<left_val>0.4625856876373291</left_val>
<right_val>-0.0931121781468391</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 13 6 6 -1.</_>
<_>
0 16 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.8239021822810173e-003</threshold>
<left_val>-0.2741461098194122</left_val>
<right_val>0.1324304938316345</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 5 1 9 -1.</_>
<_>
12 8 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0109488395974040</threshold>
<left_val>0.2234548032283783</left_val>
<right_val>-0.1496544927358627</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 9 3 3 -1.</_>
<_>
6 9 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.4349008928984404e-003</threshold>
<left_val>0.3872498869895935</left_val>
<right_val>-0.0661217272281647</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 5 6 13 -1.</_>
<_>
9 5 2 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0311562903225422</threshold>
<left_val>0.2407827973365784</left_val>
<right_val>-0.1140690967440605</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 8 1 10 -1.</_>
<_>
19 13 1 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.1100519914180040e-003</threshold>
<left_val>-0.2820797860622406</left_val>
<right_val>0.1327542960643768</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 18 6 1 -1.</_>
<_>
13 18 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.1762740109115839e-003</threshold>
<left_val>0.0345859304070473</left_val>
<right_val>-0.5137431025505066</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 7 6 12 -1.</_>
<_>
11 7 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0279774591326714</threshold>
<left_val>0.2392677962779999</left_val>
<right_val>-0.1325591951608658</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 7 6 6 -1.</_>
<_>
14 7 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0230979397892952</threshold>
<left_val>0.3901962041854858</left_val>
<right_val>-0.0784780085086823</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 8 3 4 -1.</_>
<_>
16 8 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.9731930010020733e-003</threshold>
<left_val>0.3069106936454773</left_val>
<right_val>-0.0706014037132263</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 11 4 2 -1.</_>
<_>
6 12 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.0335749033838511e-003</threshold>
<left_val>-0.1400219053030014</left_val>
<right_val>0.1913485974073410</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 6 6 8 -1.</_>
<_>
3 6 2 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0108443703502417</threshold>
<left_val>0.1654873043298721</left_val>
<right_val>-0.1565777957439423</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 15 6 5 -1.</_>
<_>
13 15 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0181505102664232</threshold>
<left_val>-0.6324359178543091</left_val>
<right_val>0.0395618192851543</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 17 4 2 -1.</_>
<_>
15 18 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.1052298881113529e-004</threshold>
<left_val>-0.1851557046175003</left_val>
<right_val>0.1340880990028381</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 11 6 1 -1.</_>
<_>
15 11 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0108933402225375</threshold>
<left_val>-0.0267302300781012</left_val>
<right_val>0.6097180247306824</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 18 2 2 -1.</_>
<_>
5 18 1 1 2.</_>
<_>
6 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.8780900174751878e-004</threshold>
<left_val>-0.3006514012813568</left_val>
<right_val>0.0731714591383934</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 8 4 4 -1.</_>
<_>
4 8 2 2 2.</_>
<_>
6 10 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5855069290846586e-003</threshold>
<left_val>0.2621760964393616</left_val>
<right_val>-0.0797140970826149</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 7 9 3 -1.</_>
<_>
11 8 9 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0197592806071043</threshold>
<left_val>-0.5903922915458679</left_val>
<right_val>0.0406989715993404</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 3 10 4 -1.</_>
<_>
0 3 5 2 2.</_>
<_>
5 5 5 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0108452104032040</threshold>
<left_val>0.1636455953121185</left_val>
<right_val>-0.1258606016635895</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 18 6 1 -1.</_>
<_>
9 18 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.3183090165257454e-003</threshold>
<left_val>-0.5747488141059876</left_val>
<right_val>0.0376443117856979</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 3 3 -1.</_>
<_>
0 9 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.4913700288161635e-003</threshold>
<left_val>0.0609134696424007</left_val>
<right_val>-0.3022292852401733</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 6 8 -1.</_>
<_>
0 0 3 4 2.</_>
<_>
3 4 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0156756993383169</threshold>
<left_val>-0.0731459110975266</left_val>
<right_val>0.2937945127487183</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 6 3 8 -1.</_>
<_>
8 6 1 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0110335601493716</threshold>
<left_val>0.3931880891323090</left_val>
<right_val>-0.0470843203365803</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 7 7 3 -1.</_>
<_>
13 8 7 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.8555756956338882e-003</threshold>
<left_val>0.0376013815402985</left_val>
<right_val>-0.4910849034786224</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 3 2 2 -1.</_>
<_>
3 4 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.9665671112015843e-004</threshold>
<left_val>0.1795202046632767</left_val>
<right_val>-0.1108623966574669</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 3 3 3 -1.</_>
<_>
0 4 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.0592409893870354e-003</threshold>
<left_val>-0.4442946016788483</left_val>
<right_val>0.0510054305195808</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 3 5 2 -1.</_>
<_>
9 4 5 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.3201179727911949e-003</threshold>
<left_val>-0.0528410896658897</left_val>
<right_val>0.3719710111618042</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 5 9 4 -1.</_>
<_>
9 5 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0206828303635120</threshold>
<left_val>0.0576671697199345</left_val>
<right_val>-0.3690159916877747</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 10 12 3 -1.</_>
<_>
7 10 4 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0998226627707481</threshold>
<left_val>-0.0373770184814930</left_val>
<right_val>0.5816559195518494</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 7 3 6 -1.</_>
<_>
9 7 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.5854229032993317e-003</threshold>
<left_val>0.2850944101810455</left_val>
<right_val>-0.0609780699014664</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 5 6 5 -1.</_>
<_>
8 5 3 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0609003007411957</threshold>
<left_val>-0.5103176832199097</left_val>
<right_val>0.0377874001860619</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 5 2 3 -1.</_>
<_>
0 6 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9991709161549807e-003</threshold>
<left_val>-0.4794301092624664</left_val>
<right_val>0.0388338901102543</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 7 3 4 -1.</_>
<_>
10 7 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.8906438797712326e-003</threshold>
<left_val>0.4060907959938049</left_val>
<right_val>-0.0478696487843990</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 0 6 15 -1.</_>
<_>
3 0 2 15 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0826889276504517</threshold>
<left_val>-0.7067118287086487</left_val>
<right_val>0.0274877492338419</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 1 3 5 -1.</_>
<_>
16 1 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.0060399807989597e-003</threshold>
<left_val>0.0282084401696920</left_val>
<right_val>-0.5290969014167786</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 2 3 10 -1.</_>
<_>
10 2 1 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.1695030890405178e-003</threshold>
<left_val>-0.0545548610389233</left_val>
<right_val>0.3283798098564148</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 8 6 12 -1.</_>
<_>
10 8 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.3914761152118444e-003</threshold>
<left_val>0.0921176671981812</left_val>
<right_val>-0.2163711041212082</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 4 3 4 -1.</_>
<_>
16 6 3 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.6131230406463146e-003</threshold>
<left_val>0.1365101933479309</left_val>
<right_val>-0.1378113031387329</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 7 2 2 -1.</_>
<_>
16 7 1 1 2.</_>
<_>
17 8 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.0490659456700087e-004</threshold>
<left_val>-0.0686371102929115</left_val>
<right_val>0.3358106911182404</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 0 6 9 -1.</_>
<_>
13 3 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0381065085530281</threshold>
<left_val>0.2944543063640595</left_val>
<right_val>-0.0682392269372940</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 17 1 3 -1.</_>
<_>
7 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.2450799052603543e-005</threshold>
<left_val>-0.1675013005733490</left_val>
<right_val>0.1217823028564453</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 1 4 2 -1.</_>
<_>
12 2 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.5837959945201874e-003</threshold>
<left_val>-0.0920428484678268</left_val>
<right_val>0.2134899049997330</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 3 1 3 -1.</_>
<_>
17 4 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.2924340553581715e-003</threshold>
<left_val>0.0629172325134277</left_val>
<right_val>-0.3617450892925263</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 16 9 3 -1.</_>
<_>
0 17 9 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.9146775901317596e-003</threshold>
<left_val>0.0195340607315302</left_val>
<right_val>-0.8101503849029541</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 6 2 4 -1.</_>
<_>
3 6 1 2 2.</_>
<_>
4 8 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7086310544982553e-003</threshold>
<left_val>0.2552523910999298</left_val>
<right_val>-0.0682294592261314</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 18 3 1 -1.</_>
<_>
14 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.1844399161636829e-003</threshold>
<left_val>0.0233140494674444</left_val>
<right_val>-0.8429678082466126</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 18 4 2 -1.</_>
<_>
2 18 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.4244330599904060e-003</threshold>
<left_val>0.2721368968486786</left_val>
<right_val>-0.0763952285051346</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 19 2 1 -1.</_>
<_>
2 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.7591470279730856e-004</threshold>
<left_val>-0.1074284017086029</left_val>
<right_val>0.2288897037506104</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 18 4 2 -1.</_>
<_>
0 19 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.0005177510902286e-004</threshold>
<left_val>-0.2985421121120453</left_val>
<right_val>0.0634797364473343</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 17 1 3 -1.</_>
<_>
2 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.5001438916660845e-004</threshold>
<left_val>-0.2717896997928619</left_val>
<right_val>0.0696150064468384</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 8 3 5 -1.</_>
<_>
5 8 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.8751391954720020e-003</threshold>
<left_val>-0.0571858994662762</left_val>
<right_val>0.3669595122337341</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 1 6 7 -1.</_>
<_>
4 1 2 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0127619002014399</threshold>
<left_val>0.0679556876420975</left_val>
<right_val>-0.2853415012359619</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 6 2 8 -1.</_>
<_>
3 6 1 4 2.</_>
<_>
4 10 1 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.4752789866179228e-003</threshold>
<left_val>0.2068066000938416</left_val>
<right_val>-0.1005939021706581</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 5 11 10 -1.</_>
<_>
4 10 11 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1213881969451904</threshold>
<left_val>-0.0971267968416214</left_val>
<right_val>0.1978961974382401</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 13 20 2 -1.</_>
<_>
10 13 10 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0500812791287899</threshold>
<left_val>0.2841717898845673</left_val>
<right_val>-0.0678799971938133</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 13 16 3 -1.</_>
<_>
9 13 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0314549505710602</threshold>
<left_val>-0.0894686728715897</left_val>
<right_val>0.2129842042922974</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 4 4 4 -1.</_>
<_>
16 4 2 2 2.</_>
<_>
18 6 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.8878319533541799e-003</threshold>
<left_val>-0.1165644004940987</left_val>
<right_val>0.1666352003812790</right_val></_></_>
<_>
<!-- tree 59 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 0 4 12 -1.</_>
<_>
16 0 2 6 2.</_>
<_>
18 6 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.7211960665881634e-003</threshold>
<left_val>0.2370214015245438</left_val>
<right_val>-0.0907766073942184</right_val></_></_>
<_>
<!-- tree 60 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 15 3 1 -1.</_>
<_>
15 15 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.8076719425152987e-004</threshold>
<left_val>0.1795192956924439</left_val>
<right_val>-0.1079348027706146</right_val></_></_>
<_>
<!-- tree 61 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 4 12 10 -1.</_>
<_>
3 9 12 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1976184993982315</threshold>
<left_val>0.4567429125308991</left_val>
<right_val>-0.0404801592230797</right_val></_></_>
<_>
<!-- tree 62 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 18 2 2 -1.</_>
<_>
9 18 1 1 2.</_>
<_>
10 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.3846809926908463e-004</threshold>
<left_val>-0.2373300939798355</left_val>
<right_val>0.0759221613407135</right_val></_></_>
<_>
<!-- tree 63 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 18 2 2 -1.</_>
<_>
9 18 1 1 2.</_>
<_>
10 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.1540730085689574e-004</threshold>
<left_val>0.0816880166530609</left_val>
<right_val>-0.2868503034114838</right_val></_></_>
<_>
<!-- tree 64 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 4 2 14 -1.</_>
<_>
13 4 1 7 2.</_>
<_>
14 11 1 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0101630901917815</threshold>
<left_val>-0.0412500202655792</left_val>
<right_val>0.4803834855556488</right_val></_></_>
<_>
<!-- tree 65 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 2 6 4 -1.</_>
<_>
7 2 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.2184870950877666e-003</threshold>
<left_val>0.1745858043432236</left_val>
<right_val>-0.1014650017023087</right_val></_></_>
<_>
<!-- tree 66 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 18 20 -1.</_>
<_>
0 0 9 10 2.</_>
<_>
9 10 9 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.2426317036151886</threshold>
<left_val>0.0534264817833900</left_val>
<right_val>-0.3231852948665619</right_val></_></_>
<_>
<!-- tree 67 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 11 1 2 -1.</_>
<_>
15 12 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.9304101634770632e-004</threshold>
<left_val>-0.1149917989969254</left_val>
<right_val>0.1479393988847733</right_val></_></_>
<_>
<!-- tree 68 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 10 2 4 -1.</_>
<_>
16 10 1 2 2.</_>
<_>
17 12 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.5475199110805988e-003</threshold>
<left_val>-0.0394249781966209</left_val>
<right_val>0.5312618017196655</right_val></_></_>
<_>
<!-- tree 69 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 17 2 2 -1.</_>
<_>
18 17 1 1 2.</_>
<_>
19 18 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.1403690334409475e-004</threshold>
<left_val>0.0697538331151009</left_val>
<right_val>-0.2731958031654358</right_val></_></_>
<_>
<!-- tree 70 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 17 1 2 -1.</_>
<_>
9 18 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.7119462871924043e-004</threshold>
<left_val>0.3436990082263947</left_val>
<right_val>-0.0576990097761154</right_val></_></_>
<_>
<!-- tree 71 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 4 9 6 -1.</_>
<_>
11 4 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.6290069371461868e-003</threshold>
<left_val>0.1175848990678787</left_val>
<right_val>-0.1502013951539993</right_val></_></_></trees>
<stage_threshold>-1.1188739538192749</stage_threshold>
<parent>16</parent>
<next>-1</next></_>
<_>
<!-- stage 18 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 9 9 10 -1.</_>
<_>
9 9 3 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0265134498476982</threshold>
<left_val>0.2056864053010941</left_val>
<right_val>-0.2647390067577362</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 0 5 4 -1.</_>
<_>
5 2 5 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.7727458924055099e-003</threshold>
<left_val>-0.1119284033775330</left_val>
<right_val>0.3257054984569550</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 7 11 4 -1.</_>
<_>
5 9 11 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0322903506457806</threshold>
<left_val>-0.0985747575759888</left_val>
<right_val>0.3177917003631592</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 4 2 14 -1.</_>
<_>
3 4 1 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.8103240765631199e-003</threshold>
<left_val>0.1521389931440353</left_val>
<right_val>-0.1968640983104706</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 6 3 5 -1.</_>
<_>
9 6 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0109914299100637</threshold>
<left_val>0.5140765905380249</left_val>
<right_val>-0.0437072105705738</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 4 3 9 -1.</_>
<_>
9 4 1 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.3133831135928631e-003</threshold>
<left_val>-0.0927810221910477</left_val>
<right_val>0.3470247089862824</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 20 6 -1.</_>
<_>
0 10 20 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0871059820055962</threshold>
<left_val>0.0300536490976810</left_val>
<right_val>-0.8281481862068176</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 16 6 1 -1.</_>
<_>
17 16 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.1799359926953912e-003</threshold>
<left_val>-0.1292842030525208</left_val>
<right_val>0.2064612060785294</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 18 2 2 -1.</_>
<_>
17 19 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.3056890182197094e-004</threshold>
<left_val>-0.5002143979072571</left_val>
<right_val>0.0936669930815697</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 17 6 3 -1.</_>
<_>
10 17 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0136871701106429</threshold>
<left_val>-0.7935814857482910</left_val>
<right_val>-6.6733639687299728e-003</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 1 9 15 -1.</_>
<_>
7 1 3 15 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0759174525737762</threshold>
<left_val>0.3046964108943939</left_val>
<right_val>-0.0796558931469917</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 5 3 12 -1.</_>
<_>
12 5 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.8559709899127483e-003</threshold>
<left_val>0.2096146047115326</left_val>
<right_val>-0.1273255050182343</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 15 4 3 -1.</_>
<_>
0 16 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.0231510065495968e-003</threshold>
<left_val>-0.6581727862358093</left_val>
<right_val>0.0506836399435997</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 15 1 -1.</_>
<_>
5 0 5 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0175580400973558</threshold>
<left_val>-0.0853826925158501</left_val>
<right_val>0.3617455959320068</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 0 6 4 -1.</_>
<_>
8 0 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0219882391393185</threshold>
<left_val>0.0629436969757080</left_val>
<right_val>-0.7089633941650391</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 0 9 3 -1.</_>
<_>
5 0 3 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.8599589131772518e-003</threshold>
<left_val>0.1468378007411957</left_val>
<right_val>-0.1646597981452942</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 6 3 7 -1.</_>
<_>
14 6 1 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0100308498367667</threshold>
<left_val>0.4957993924617767</left_val>
<right_val>-0.0271883402019739</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 6 4 2 -1.</_>
<_>
7 7 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.9560329429805279e-003</threshold>
<left_val>0.2797777950763702</left_val>
<right_val>-0.0779533311724663</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 18 6 1 -1.</_>
<_>
8 18 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.8356808945536613e-003</threshold>
<left_val>-0.5816398262977600</left_val>
<right_val>0.0357399396598339</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 6 2 2 -1.</_>
<_>
18 7 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.2647319603711367e-003</threshold>
<left_val>-0.4994508028030396</left_val>
<right_val>0.0469864904880524</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 4 7 3 -1.</_>
<_>
6 5 7 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.8412350267171860e-003</threshold>
<left_val>0.3453283011913300</left_val>
<right_val>-0.0688104033470154</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 7 3 1 -1.</_>
<_>
13 7 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.1718113506212831e-005</threshold>
<left_val>0.1504171043634415</left_val>
<right_val>-0.1414667963981628</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 1 2 10 -1.</_>
<_>
15 1 1 5 2.</_>
<_>
16 6 1 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.2448628917336464e-003</threshold>
<left_val>0.2272451072931290</left_val>
<right_val>-0.0928602069616318</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 18 2 2 -1.</_>
<_>
0 19 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.8561151167377830e-004</threshold>
<left_val>-0.4431901872158051</left_val>
<right_val>0.0578124411404133</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 4 1 8 -1.</_>
<_>
19 8 1 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.2474247533828020e-004</threshold>
<left_val>0.1395238935947418</left_val>
<right_val>-0.1466871947050095</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 17 1 3 -1.</_>
<_>
1 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.2942948746494949e-004</threshold>
<left_val>-0.2990157008171082</left_val>
<right_val>0.0760667398571968</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 15 6 4 -1.</_>
<_>
0 15 3 2 2.</_>
<_>
3 17 3 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.2605739757418633e-003</threshold>
<left_val>-0.1612560003995895</left_val>
<right_val>0.1395380049943924</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 0 1 18 -1.</_>
<_>
19 6 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0516670197248459</threshold>
<left_val>-0.5314283967018127</left_val>
<right_val>0.0407195203006268</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 2 6 2 -1.</_>
<_>
12 2 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0152856195345521</threshold>
<left_val>-0.7820637822151184</left_val>
<right_val>0.0271837692707777</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 8 12 2 -1.</_>
<_>
6 8 4 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0690298229455948</threshold>
<left_val>-0.0364270210266113</left_val>
<right_val>0.7110251784324646</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 0 4 1 -1.</_>
<_>
18 0 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.4522749697789550e-003</threshold>
<left_val>-0.0968905165791512</left_val>
<right_val>0.2166842073202133</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 4 2 6 -1.</_>
<_>
8 7 2 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.4765590205788612e-003</threshold>
<left_val>0.1164531037211418</left_val>
<right_val>-0.1822797954082489</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 5 2 10 -1.</_>
<_>
15 5 1 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.5134819550439715e-003</threshold>
<left_val>0.1786397993564606</left_val>
<right_val>-0.1221496984362602</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 4 2 2 -1.</_>
<_>
13 5 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.5099470037966967e-003</threshold>
<left_val>0.1808623969554901</left_val>
<right_val>-0.1144606992602348</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 1 3 6 -1.</_>
<_>
11 3 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.7054620012640953e-003</threshold>
<left_val>0.2510659992694855</left_val>
<right_val>-0.0918714627623558</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 9 12 2 -1.</_>
<_>
10 9 4 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0140752000734210</threshold>
<left_val>0.1370750963687897</left_val>
<right_val>-0.1733350008726120</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 16 4 2 -1.</_>
<_>
9 17 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.2400720044970512e-003</threshold>
<left_val>0.4009298086166382</left_val>
<right_val>-0.0475768782198429</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 14 15 4 -1.</_>
<_>
5 16 15 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0197823699563742</threshold>
<left_val>-0.1904035061597824</left_val>
<right_val>0.1492341011762619</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 16 2 2 -1.</_>
<_>
18 17 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.6002870872616768e-003</threshold>
<left_val>0.0469717681407928</left_val>
<right_val>-0.4330765902996063</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 18 2 2 -1.</_>
<_>
16 18 1 1 2.</_>
<_>
17 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.3445628145709634e-004</threshold>
<left_val>-0.4374423027038574</left_val>
<right_val>0.0415201894938946</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 4 3 8 -1.</_>
<_>
7 4 1 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0174665097147226</threshold>
<left_val>0.6581817269325256</left_val>
<right_val>-0.0344474911689758</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 9 3 1 -1.</_>
<_>
6 9 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.0425589755177498e-003</threshold>
<left_val>0.3965792953968048</left_val>
<right_val>-0.0440524294972420</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 1 6 -1.</_>
<_>
0 10 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.6661779265850782e-003</threshold>
<left_val>0.0587709583342075</left_val>
<right_val>-0.3280636966228485</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 2 9 6 -1.</_>
<_>
14 2 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0559823699295521</threshold>
<left_val>-0.5173547267913818</left_val>
<right_val>0.0357918404042721</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 2 6 4 -1.</_>
<_>
14 2 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.5066330088302493e-003</threshold>
<left_val>0.1512386947870255</left_val>
<right_val>-0.1252018064260483</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 7 2 4 -1.</_>
<_>
1 9 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0114723695442081</threshold>
<left_val>-0.6293053030967712</left_val>
<right_val>0.0347043313086033</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 1 6 4 -1.</_>
<_>
13 3 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0234096292406321</threshold>
<left_val>-0.0580633506178856</left_val>
<right_val>0.3866822123527527</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 10 2 10 -1.</_>
<_>
4 10 1 5 2.</_>
<_>
5 15 1 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.3243729956448078e-003</threshold>
<left_val>0.1875409930944443</left_val>
<right_val>-0.0983946695923805</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 16 9 3 -1.</_>
<_>
5 16 3 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0290392991155386</threshold>
<left_val>-0.5448690056800842</left_val>
<right_val>0.0409263409674168</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 2 3 9 -1.</_>
<_>
2 2 1 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0144746499136090</threshold>
<left_val>-0.6724839210510254</left_val>
<right_val>0.0231288503855467</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 7 1 4 -1.</_>
<_>
19 9 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.2086091600358486e-003</threshold>
<left_val>-0.4327144026756287</left_val>
<right_val>0.0437806509435177</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 11 6 8 -1.</_>
<_>
14 11 3 4 2.</_>
<_>
17 15 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.9382899887859821e-003</threshold>
<left_val>-0.1087862029671669</left_val>
<right_val>0.1934258937835693</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 12 4 6 -1.</_>
<_>
15 12 2 3 2.</_>
<_>
17 15 2 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.3193930760025978e-003</threshold>
<left_val>0.2408093065023422</left_val>
<right_val>-0.1038080006837845</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 15 2 2 -1.</_>
<_>
16 15 1 1 2.</_>
<_>
17 16 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.3705669445917010e-004</threshold>
<left_val>-0.0873490720987320</left_val>
<right_val>0.2046623975038528</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 16 2 2 -1.</_>
<_>
17 16 1 1 2.</_>
<_>
18 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.7858079778961837e-004</threshold>
<left_val>0.0456245802342892</left_val>
<right_val>-0.3885467052459717</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 16 2 2 -1.</_>
<_>
17 16 1 1 2.</_>
<_>
18 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.5342838428914547e-004</threshold>
<left_val>-0.5507794022560120</left_val>
<right_val>0.0358258895576000</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 3 2 2 -1.</_>
<_>
2 3 1 1 2.</_>
<_>
3 4 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.4772121075075120e-005</threshold>
<left_val>-0.1122523993253708</left_val>
<right_val>0.1750351935625076</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 10 3 3 -1.</_>
<_>
11 10 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.8445889949798584e-003</threshold>
<left_val>0.2452670037746429</left_val>
<right_val>-0.0811325684189796</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 9 7 8 -1.</_>
<_>
5 13 7 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0401284582912922</threshold>
<left_val>-0.6312270760536194</left_val>
<right_val>0.0269726701080799</right_val></_></_>
<_>
<!-- tree 59 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 16 2 2 -1.</_>
<_>
7 16 1 1 2.</_>
<_>
8 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7886360001284629e-004</threshold>
<left_val>0.1985509991645813</left_val>
<right_val>-0.1033368036150932</right_val></_></_>
<_>
<!-- tree 60 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 16 2 2 -1.</_>
<_>
7 16 1 1 2.</_>
<_>
8 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.7668239888735116e-004</threshold>
<left_val>-0.0913590118288994</left_val>
<right_val>0.1984872072935104</right_val></_></_>
<_>
<!-- tree 61 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 8 10 3 -1.</_>
<_>
14 8 5 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0727633833885193</threshold>
<left_val>0.0500755794346333</left_val>
<right_val>-0.3385263085365295</right_val></_></_>
<_>
<!-- tree 62 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 7 4 8 -1.</_>
<_>
6 7 2 4 2.</_>
<_>
8 11 2 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0101816300302744</threshold>
<left_val>-0.0932299792766571</left_val>
<right_val>0.2005959004163742</right_val></_></_>
<_>
<!-- tree 63 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 6 4 3 -1.</_>
<_>
1 7 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.4409969337284565e-003</threshold>
<left_val>0.0646366328001022</left_val>
<right_val>-0.2692174017429352</right_val></_></_>
<_>
<!-- tree 64 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 10 6 10 -1.</_>
<_>
8 10 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.6227488890290260e-003</threshold>
<left_val>0.1316989064216614</left_val>
<right_val>-0.1251484006643295</right_val></_></_>
<_>
<!-- tree 65 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 6 3 6 -1.</_>
<_>
5 6 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.3635610230267048e-003</threshold>
<left_val>0.1635046005249023</left_val>
<right_val>-0.1066593974828720</right_val></_></_></trees>
<stage_threshold>-1.0888810157775879</stage_threshold>
<parent>17</parent>
<next>-1</next></_>
<_>
<!-- stage 19 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 10 4 4 -1.</_>
<_>
3 10 2 2 2.</_>
<_>
5 12 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.6991164609789848e-003</threshold>
<left_val>0.6112532019615173</left_val>
<right_val>-0.0662253126502037</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 10 4 4 -1.</_>
<_>
3 10 2 2 2.</_>
<_>
5 12 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.6426531672477722e-003</threshold>
<left_val>-1.</left_val>
<right_val>2.7699959464371204e-003</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 10 4 4 -1.</_>
<_>
3 10 2 2 2.</_>
<_>
5 12 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.6381865441799164e-003</threshold>
<left_val>1.</left_val>
<right_val>-2.9904270195402205e-004</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 8 2 6 -1.</_>
<_>
15 8 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.2553939856588840e-003</threshold>
<left_val>0.2846438884735107</left_val>
<right_val>-0.1554012000560761</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 10 4 4 -1.</_>
<_>
3 10 2 2 2.</_>
<_>
5 12 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.6223521977663040e-003</threshold>
<left_val>-1.</left_val>
<right_val>0.0439991801977158</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 10 4 4 -1.</_>
<_>
3 10 2 2 2.</_>
<_>
5 12 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.1231241822242737e-003</threshold>
<left_val>0.8686934113502502</left_val>
<right_val>-2.7267890982329845e-003</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 4 3 9 -1.</_>
<_>
13 4 1 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.6240433156490326e-003</threshold>
<left_val>0.4535248875617981</left_val>
<right_val>-0.0860713794827461</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 3 1 12 -1.</_>
<_>
12 7 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.9324144646525383e-003</threshold>
<left_val>0.1337555944919586</left_val>
<right_val>-0.2601251900196075</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 0 18 1 -1.</_>
<_>
8 0 6 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0142078101634979</threshold>
<left_val>0.3207764029502869</left_val>
<right_val>-0.0972264111042023</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 0 10 6 -1.</_>
<_>
10 0 5 3 2.</_>
<_>
15 3 5 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0259110108017921</threshold>
<left_val>-0.1296408027410507</left_val>
<right_val>0.2621864974498749</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 16 2 2 -1.</_>
<_>
18 17 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.0531509653665125e-004</threshold>
<left_val>-0.1240428015589714</left_val>
<right_val>0.2106295973062515</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 5 4 2 -1.</_>
<_>
3 5 2 1 2.</_>
<_>
5 6 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.4795680625829846e-005</threshold>
<left_val>0.1197429969906807</left_val>
<right_val>-0.2320127934217453</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 8 3 3 -1.</_>
<_>
12 8 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.8555199541151524e-003</threshold>
<left_val>-0.0632761269807816</left_val>
<right_val>0.4104425013065338</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 7 3 5 -1.</_>
<_>
12 7 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0122530404478312</threshold>
<left_val>0.5488333106040955</left_val>
<right_val>-0.0397311002016068</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 19 15 1 -1.</_>
<_>
8 19 5 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.9058770053088665e-003</threshold>
<left_val>0.2419098019599915</left_val>
<right_val>-0.0970960110425949</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 13 3 2 -1.</_>
<_>
8 14 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.7560980524867773e-003</threshold>
<left_val>-0.1256967931985855</left_val>
<right_val>0.1945665031671524</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 12 8 4 -1.</_>
<_>
2 12 4 2 2.</_>
<_>
6 14 4 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.7662160620093346e-003</threshold>
<left_val>0.2976570129394531</left_val>
<right_val>-0.0968181565403938</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 16 2 2 -1.</_>
<_>
16 16 1 1 2.</_>
<_>
17 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.8997188676148653e-004</threshold>
<left_val>0.0621884018182755</left_val>
<right_val>-0.4204089939594269</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 0 3 2 -1.</_>
<_>
8 0 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.3579880837351084e-003</threshold>
<left_val>0.0474981404840946</left_val>
<right_val>-0.6321688294410706</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 7 2 5 -1.</_>
<_>
7 7 1 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0167455393821001</threshold>
<left_val>0.7109813094139099</left_val>
<right_val>-0.0391573496162891</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 0 2 17 -1.</_>
<_>
19 0 1 17 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.5409899689257145e-003</threshold>
<left_val>-0.3504317104816437</left_val>
<right_val>0.0706169530749321</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 16 1 3 -1.</_>
<_>
16 17 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.0016340315341949e-004</threshold>
<left_val>0.0919024571776390</left_val>
<right_val>-0.2461867034435272</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 8 3 7 -1.</_>
<_>
15 8 1 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0149189904332161</threshold>
<left_val>-0.0519094504415989</left_val>
<right_val>0.5663604140281677</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 17 2 2 -1.</_>
<_>
10 17 1 1 2.</_>
<_>
11 18 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.8153079114854336e-004</threshold>
<left_val>0.0646595582365990</left_val>
<right_val>-0.3659060895442963</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 9 1 3 -1.</_>
<_>
4 10 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.0211321427486837e-004</threshold>
<left_val>0.1792656928300858</left_val>
<right_val>-0.1141066029667854</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 10 2 3 -1.</_>
<_>
18 11 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.8521419628523290e-004</threshold>
<left_val>0.1034561991691589</left_val>
<right_val>-0.2007246017456055</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 1 3 10 -1.</_>
<_>
13 1 1 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.0837132409214973e-003</threshold>
<left_val>-0.0660734623670578</left_val>
<right_val>0.3028424978256226</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 12 9 1 -1.</_>
<_>
11 12 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0228049699217081</threshold>
<left_val>0.5296235084533691</left_val>
<right_val>-0.0401189997792244</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 18 2 2 -1.</_>
<_>
5 18 1 1 2.</_>
<_>
6 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.9440450705587864e-004</threshold>
<left_val>0.0818548202514648</left_val>
<right_val>-0.2466336041688919</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 6 1 9 -1.</_>
<_>
19 9 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0128480903804302</threshold>
<left_val>-0.3497331142425537</left_val>
<right_val>0.0569162294268608</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 7 2 4 -1.</_>
<_>
4 7 1 2 2.</_>
<_>
5 9 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.0937290498986840e-003</threshold>
<left_val>0.2336868047714233</left_val>
<right_val>-0.0916048064827919</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 4 6 14 -1.</_>
<_>
3 4 2 14 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.0032650316134095e-003</threshold>
<left_val>0.1185218021273613</left_val>
<right_val>-0.1846919059753418</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 5 9 3 -1.</_>
<_>
13 5 3 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0446884296834469</threshold>
<left_val>-0.6436246037483215</left_val>
<right_val>0.0303632691502571</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 7 2 6 -1.</_>
<_>
18 9 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.1657543778419495e-003</threshold>
<left_val>0.0436746589839458</left_val>
<right_val>-0.4300208985805512</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 6 2 7 -1.</_>
<_>
6 6 1 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0117178102955222</threshold>
<left_val>0.4178147912025452</left_val>
<right_val>-0.0482336990535259</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 4 6 8 -1.</_>
<_>
13 4 3 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0842771306633949</threshold>
<left_val>0.0534612797200680</left_val>
<right_val>-0.3795219063758850</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 2 9 -1.</_>
<_>
0 11 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0142118399962783</threshold>
<left_val>0.0449009388685226</left_val>
<right_val>-0.4298149943351746</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 7 5 3 -1.</_>
<_>
0 8 5 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.5028340276330709e-003</threshold>
<left_val>0.0822276398539543</left_val>
<right_val>-0.2470639944076538</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 1 7 2 -1.</_>
<_>
8 2 7 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0100035797804594</threshold>
<left_val>-0.0572216697037220</left_val>
<right_val>0.3460937142372131</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 5 3 5 -1.</_>
<_>
8 5 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.0706320479512215e-003</threshold>
<left_val>0.4505808949470520</left_val>
<right_val>-0.0427953191101551</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 2 1 2 -1.</_>
<_>
19 3 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.3141620224341750e-004</threshold>
<left_val>0.1833691000938416</left_val>
<right_val>-0.1075994968414307</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 7 10 11 -1.</_>
<_>
11 7 5 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1972327977418900</threshold>
<left_val>-0.0303638298064470</left_val>
<right_val>0.6642342805862427</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 19 6 1 -1.</_>
<_>
11 19 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.1258801035583019e-003</threshold>
<left_val>-0.8922504782676697</left_val>
<right_val>0.0256699901074171</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 0 12 1 -1.</_>
<_>
7 0 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.6921341717243195e-003</threshold>
<left_val>-0.0707643702626228</left_val>
<right_val>0.2821052968502045</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 1 6 5 -1.</_>
<_>
6 1 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.9262127876281738e-003</threshold>
<left_val>0.0710782334208488</left_val>
<right_val>-0.3023256063461304</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 12 12 6 -1.</_>
<_>
10 12 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0572860091924667</threshold>
<left_val>0.0509741306304932</left_val>
<right_val>-0.3919695019721985</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 13 2 3 -1.</_>
<_>
16 14 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.7920880131423473e-003</threshold>
<left_val>0.0338419415056705</left_val>
<right_val>-0.5101628899574280</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 14 4 2 -1.</_>
<_>
7 15 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.4508679741993546e-003</threshold>
<left_val>0.3087914884090424</left_val>
<right_val>-0.0638450831174850</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 14 2 2 -1.</_>
<_>
7 15 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.8390132188796997e-004</threshold>
<left_val>-0.1302956938743591</left_val>
<right_val>0.1460441052913666</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 10 2 4 -1.</_>
<_>
3 10 1 2 2.</_>
<_>
4 12 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7221809830516577e-003</threshold>
<left_val>0.2915700972080231</left_val>
<right_val>-0.0685495585203171</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 3 2 6 -1.</_>
<_>
0 5 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0109482500702143</threshold>
<left_val>0.0343514084815979</left_val>
<right_val>-0.4770225882530212</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 10 2 2 -1.</_>
<_>
1 10 1 1 2.</_>
<_>
2 11 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7176309484057128e-005</threshold>
<left_val>0.1605526953935623</left_val>
<right_val>-0.1169084012508392</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 4 4 3 -1.</_>
<_>
16 5 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.4884208366274834e-003</threshold>
<left_val>-0.4341588914394379</left_val>
<right_val>0.0461062416434288</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 10 2 4 -1.</_>
<_>
5 10 1 2 2.</_>
<_>
6 12 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.0975250992923975e-003</threshold>
<left_val>0.3794333934783936</left_val>
<right_val>-0.0568605512380600</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 11 13 2 -1.</_>
<_>
5 12 13 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.4182081259787083e-003</threshold>
<left_val>-0.1585821062326431</left_val>
<right_val>0.1233541965484619</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 2 3 11 -1.</_>
<_>
11 2 1 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0118312397971749</threshold>
<left_val>-0.0409292913973331</left_val>
<right_val>0.4587895870208740</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 2 4 4 -1.</_>
<_>
10 4 4 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0135404998436570</threshold>
<left_val>-0.0537255592644215</left_val>
<right_val>0.3505612015724182</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 8 6 2 -1.</_>
<_>
10 8 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.5932150892913342e-003</threshold>
<left_val>0.1101052016019821</left_val>
<right_val>-0.1675221025943756</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 2 3 3 -1.</_>
<_>
12 2 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.6856270376592875e-003</threshold>
<left_val>0.0665743574500084</left_val>
<right_val>-0.3083502054214478</right_val></_></_>
<_>
<!-- tree 59 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 18 14 2 -1.</_>
<_>
6 18 7 1 2.</_>
<_>
13 19 7 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.6524690911173820e-003</threshold>
<left_val>0.0663184821605682</left_val>
<right_val>-0.2786133885383606</right_val></_></_>
<_>
<!-- tree 60 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 7 1 12 -1.</_>
<_>
17 11 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.7341729775071144e-003</threshold>
<left_val>0.1971835941076279</left_val>
<right_val>-0.1078291982412338</right_val></_></_>
<_>
<!-- tree 61 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 5 10 3 -1.</_>
<_>
10 6 10 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.0944271497428417e-003</threshold>
<left_val>0.0853374898433685</left_val>
<right_val>-0.2484700977802277</right_val></_></_>
<_>
<!-- tree 62 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 1 3 3 -1.</_>
<_>
7 1 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9162371065467596e-003</threshold>
<left_val>-0.4747635126113892</left_val>
<right_val>0.0335664898157120</right_val></_></_>
<_>
<!-- tree 63 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 8 3 1 -1.</_>
<_>
14 8 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.0121419113129377e-003</threshold>
<left_val>-0.0475753806531429</left_val>
<right_val>0.4258680045604706</right_val></_></_>
<_>
<!-- tree 64 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 14 2 6 -1.</_>
<_>
10 16 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.1694869976490736e-003</threshold>
<left_val>-0.1051945015788078</left_val>
<right_val>0.1716345995664597</right_val></_></_>
<_>
<!-- tree 65 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 1 12 14 -1.</_>
<_>
8 1 4 14 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.2232756018638611</threshold>
<left_val>-0.0143702095374465</left_val>
<right_val>0.9248365163803101</right_val></_></_>
<_>
<!-- tree 66 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 1 6 14 -1.</_>
<_>
16 1 2 14 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0955850481987000</threshold>
<left_val>-0.7420663833618164</left_val>
<right_val>0.0278189703822136</right_val></_></_>
<_>
<!-- tree 67 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 16 2 2 -1.</_>
<_>
3 16 1 1 2.</_>
<_>
4 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.4773729566950351e-005</threshold>
<left_val>-0.1276578009128571</left_val>
<right_val>0.1292666941881180</right_val></_></_>
<_>
<!-- tree 68 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 16 2 2 -1.</_>
<_>
0 17 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.2459770308341831e-005</threshold>
<left_val>-0.1651857942342758</left_val>
<right_val>0.1003680974245071</right_val></_></_></trees>
<stage_threshold>-1.0408929586410522</stage_threshold>
<parent>18</parent>
<next>-1</next></_>
<_>
<!-- stage 20 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 6 4 6 -1.</_>
<_>
15 6 2 3 2.</_>
<_>
17 9 2 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.5778270363807678e-003</threshold>
<left_val>0.3381525874137878</left_val>
<right_val>-0.1528190970420837</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 5 2 2 -1.</_>
<_>
12 6 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.0922809597104788e-003</threshold>
<left_val>0.2228236943483353</left_val>
<right_val>-0.1930849999189377</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 6 6 13 -1.</_>
<_>
9 6 2 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0297595895826817</threshold>
<left_val>0.2595987021923065</left_val>
<right_val>-0.1540940999984741</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 9 6 5 -1.</_>
<_>
3 9 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0131475403904915</threshold>
<left_val>0.1903381049633026</left_val>
<right_val>-0.1654399931430817</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 5 3 4 -1.</_>
<_>
0 7 3 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.4396329643204808e-003</threshold>
<left_val>0.2007171064615250</left_val>
<right_val>-0.1233894005417824</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 1 16 2 -1.</_>
<_>
4 1 8 1 2.</_>
<_>
12 2 8 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5928250290453434e-003</threshold>
<left_val>0.2398552000522614</left_val>
<right_val>-0.1292214989662170</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 18 4 2 -1.</_>
<_>
1 18 2 1 2.</_>
<_>
3 19 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.5314699849113822e-003</threshold>
<left_val>-0.4901489913463593</left_val>
<right_val>0.1027503013610840</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 7 3 4 -1.</_>
<_>
8 7 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.2372139655053616e-003</threshold>
<left_val>0.3121463954448700</left_val>
<right_val>-0.1140562966465950</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 4 9 3 -1.</_>
<_>
6 4 3 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0333646498620510</threshold>
<left_val>-0.4952087998390198</left_val>
<right_val>0.0513284504413605</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 6 6 10 -1.</_>
<_>
6 6 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0228276997804642</threshold>
<left_val>0.3255882859230042</left_val>
<right_val>-0.0650893077254295</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 0 8 10 -1.</_>
<_>
13 0 4 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0861990973353386</threshold>
<left_val>-0.6764633059501648</left_val>
<right_val>0.0269856993108988</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 0 8 1 -1.</_>
<_>
12 0 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.1065981127321720e-003</threshold>
<left_val>0.2245243042707443</left_val>
<right_val>-0.1261022984981537</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 2 8 16 -1.</_>
<_>
6 2 4 8 2.</_>
<_>
10 10 4 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0391201488673687</threshold>
<left_val>0.1132939979434013</left_val>
<right_val>-0.2686063051223755</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 10 2 10 -1.</_>
<_>
14 10 1 5 2.</_>
<_>
15 15 1 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.5082739777863026e-003</threshold>
<left_val>-0.1135995984077454</left_val>
<right_val>0.2564977109432221</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 11 1 2 -1.</_>
<_>
12 12 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.9289898490533233e-004</threshold>
<left_val>-0.1494296938180924</left_val>
<right_val>0.1640983968973160</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 0 3 8 -1.</_>
<_>
17 0 1 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.1766850305721164e-004</threshold>
<left_val>0.0999056920409203</left_val>
<right_val>-0.2196796983480454</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 0 6 10 -1.</_>
<_>
17 0 3 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0218036007136106</threshold>
<left_val>-0.3171172142028809</left_val>
<right_val>0.0828895866870880</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 0 3 5 -1.</_>
<_>
17 0 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.2962779514491558e-003</threshold>
<left_val>-0.3804872930049896</left_val>
<right_val>0.0608193799853325</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 5 11 2 -1.</_>
<_>
4 6 11 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.4196270387619734e-003</threshold>
<left_val>-0.0960130169987679</left_val>
<right_val>0.2854058146476746</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 0 2 1 -1.</_>
<_>
2 0 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.4187481398694217e-004</threshold>
<left_val>0.2212793976068497</left_val>
<right_val>-0.0974349081516266</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 2 3 -1.</_>
<_>
0 1 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.4523929934948683e-003</threshold>
<left_val>0.0375531204044819</left_val>
<right_val>-0.5796905159950256</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 6 6 11 -1.</_>
<_>
13 6 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0218346007168293</threshold>
<left_val>0.2956213951110840</left_val>
<right_val>-0.0800483003258705</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 0 3 1 -1.</_>
<_>
15 0 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.1309500152710825e-004</threshold>
<left_val>0.2281450927257538</left_val>
<right_val>-0.1011418998241425</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 7 1 2 -1.</_>
<_>
19 8 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.6166249988600612e-003</threshold>
<left_val>-0.5054119825363159</left_val>
<right_val>0.0447645410895348</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 0 3 9 -1.</_>
<_>
18 0 1 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.5959609821438789e-003</threshold>
<left_val>0.0459865406155586</left_val>
<right_val>-0.4119768142700195</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 7 3 4 -1.</_>
<_>
13 7 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.8601809646934271e-003</threshold>
<left_val>-0.0865631699562073</left_val>
<right_val>0.2480999976396561</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- 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>6.0622231103479862e-003</threshold>
<left_val>-0.0755573734641075</left_val>
<right_val>0.2843326032161713</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 1 3 2 -1.</_>
<_>
4 1 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7097420059144497e-003</threshold>
<left_val>-0.3529582023620606</left_val>
<right_val>0.0584104992449284</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 0 15 2 -1.</_>
<_>
9 0 5 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0165155790746212</threshold>
<left_val>-0.0804869532585144</left_val>
<right_val>0.2353743016719818</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 2 6 1 -1.</_>
<_>
12 2 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.8465100117027760e-003</threshold>
<left_val>0.0418952181935310</left_val>
<right_val>-0.4844304919242859</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 4 6 11 -1.</_>
<_>
11 4 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0311671700328588</threshold>
<left_val>0.1919230967760086</left_val>
<right_val>-0.1026815995573998</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 16 2 4 -1.</_>
<_>
2 18 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.1892281519249082e-004</threshold>
<left_val>-0.2108577042818070</left_val>
<right_val>0.0938869267702103</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 17 6 3 -1.</_>
<_>
8 17 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0119463102892041</threshold>
<left_val>0.0390961691737175</left_val>
<right_val>-0.6224862933158875</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 9 6 2 -1.</_>
<_>
9 9 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.5677200220525265e-003</threshold>
<left_val>0.1593683958053589</left_val>
<right_val>-0.1225078031420708</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 8 9 2 -1.</_>
<_>
9 8 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0537474118173122</threshold>
<left_val>-0.5562217831611633</left_val>
<right_val>0.0411900095641613</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 6 2 10 -1.</_>
<_>
6 6 1 5 2.</_>
<_>
7 11 1 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0155135300010443</threshold>
<left_val>-0.0398268811404705</left_val>
<right_val>0.6240072846412659</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 11 2 3 -1.</_>
<_>
0 12 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.5246650436893106e-003</threshold>
<left_val>0.0701386779546738</left_val>
<right_val>-0.3078907132148743</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 15 4 1 -1.</_>
<_>
13 15 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.8315100139006972e-004</threshold>
<left_val>0.1788765937089920</left_val>
<right_val>-0.1095862016081810</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 17 1 2 -1.</_>
<_>
6 18 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.7374739293009043e-003</threshold>
<left_val>0.0274785906076431</left_val>
<right_val>-0.8848956823348999</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 6 20 -1.</_>
<_>
2 0 2 20 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0657877177000046</threshold>
<left_val>-0.4643214046955109</left_val>
<right_val>0.0350371487438679</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 10 2 2 -1.</_>
<_>
4 10 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.2409730115905404e-003</threshold>
<left_val>-0.0964792370796204</left_val>
<right_val>0.2877922058105469</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 7 3 5 -1.</_>
<_>
5 7 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.1398809561505914e-004</threshold>
<left_val>0.1151171997189522</left_val>
<right_val>-0.1676616072654724</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 12 6 2 -1.</_>
<_>
5 12 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0239018201828003</threshold>
<left_val>-0.0326031893491745</left_val>
<right_val>0.6001734733581543</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 15 7 4 -1.</_>
<_>
6 17 7 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0275566000491381</threshold>
<left_val>-0.0661373436450958</left_val>
<right_val>0.2999447882175446</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 16 2 2 -1.</_>
<_>
17 16 1 1 2.</_>
<_>
18 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.8070970913395286e-004</threshold>
<left_val>-0.3388118147850037</left_val>
<right_val>0.0644507706165314</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 1 3 16 -1.</_>
<_>
16 1 1 16 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.3335429830476642e-003</threshold>
<left_val>0.1458866000175476</left_val>
<right_val>-0.1321762055158615</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 16 6 3 -1.</_>
<_>
8 16 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.3507990241050720e-003</threshold>
<left_val>-0.5117782950401306</left_val>
<right_val>0.0349694713950157</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 14 3 2 -1.</_>
<_>
15 15 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.6215229928493500e-003</threshold>
<left_val>0.0232495293021202</left_val>
<right_val>-0.6961941123008728</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 16 1 2 -1.</_>
<_>
12 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.3407860832521692e-005</threshold>
<left_val>0.2372737973928452</left_val>
<right_val>-0.0869107097387314</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 2 4 4 -1.</_>
<_>
0 2 2 2 2.</_>
<_>
2 4 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.5332329785451293e-003</threshold>
<left_val>0.1922841072082520</left_val>
<right_val>-0.1042239964008331</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 1 6 4 -1.</_>
<_>
1 1 3 2 2.</_>
<_>
4 3 3 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.3135890737175941e-003</threshold>
<left_val>-0.0962195470929146</left_val>
<right_val>0.2560121119022369</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 18 1 2 -1.</_>
<_>
1 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.3042880638968199e-004</threshold>
<left_val>-0.3156475126743317</left_val>
<right_val>0.0588385984301567</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 7 2 3 -1.</_>
<_>
4 8 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.8411828726530075e-003</threshold>
<left_val>-0.6634092926979065</left_val>
<right_val>0.0245009995996952</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 0 9 14 -1.</_>
<_>
1 7 9 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1710374057292938</threshold>
<left_val>0.0338314995169640</left_val>
<right_val>-0.4561594128608704</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 9 2 6 -1.</_>
<_>
4 9 1 3 2.</_>
<_>
5 12 1 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.6011140542104840e-003</threshold>
<left_val>0.2157489061355591</left_val>
<right_val>-0.0836225301027298</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 9 4 3 -1.</_>
<_>
5 9 2 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0105357803404331</threshold>
<left_val>0.2455231994390488</left_val>
<right_val>-0.0823844894766808</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 9 2 4 -1.</_>
<_>
0 11 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.8351638726890087e-003</threshold>
<left_val>-0.4780732989311218</left_val>
<right_val>0.0440862216055393</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 6 3 10 -1.</_>
<_>
17 6 1 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0187061093747616</threshold>
<left_val>-0.6002402901649475</left_val>
<right_val>0.0214100405573845</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 11 2 1 -1.</_>
<_>
17 11 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.3307439237833023e-004</threshold>
<left_val>0.2432359009981155</left_val>
<right_val>-0.0741657167673111</right_val></_></_></trees>
<stage_threshold>-1.0566600561141968</stage_threshold>
<parent>19</parent>
<next>-1</next></_>
<_>
<!-- stage 21 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 7 4 4 -1.</_>
<_>
5 9 4 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0106462296098471</threshold>
<left_val>-0.1386138945817947</left_val>
<right_val>0.2649407088756561</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 11 9 2 -1.</_>
<_>
13 11 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0352982692420483</threshold>
<left_val>-0.0758217275142670</left_val>
<right_val>0.3902106881141663</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 10 2 2 -1.</_>
<_>
15 10 1 1 2.</_>
<_>
16 11 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.5638387352228165e-004</threshold>
<left_val>-0.0955214425921440</left_val>
<right_val>0.2906199991703033</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 6 6 14 -1.</_>
<_>
10 13 6 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0924977064132690</threshold>
<left_val>-0.2770423889160156</left_val>
<right_val>0.0794747024774551</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 7 3 5 -1.</_>
<_>
15 7 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9340879991650581e-003</threshold>
<left_val>0.2298953980207443</left_val>
<right_val>-0.0785500109195709</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 11 12 3 -1.</_>
<_>
10 11 4 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0865358486771584</threshold>
<left_val>0.4774481058120728</left_val>
<right_val>-6.8231220357120037e-003</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 16 1 2 -1.</_>
<_>
17 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.4699288739357144e-005</threshold>
<left_val>-0.2264260947704315</left_val>
<right_val>0.0881921127438545</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 5 5 4 -1.</_>
<_>
8 7 5 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0365925207734108</threshold>
<left_val>0.2735387086868286</left_val>
<right_val>-0.0986067429184914</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 6 4 2 -1.</_>
<_>
11 7 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.6469118893146515e-003</threshold>
<left_val>-0.0440839789807796</left_val>
<right_val>0.3144528865814209</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 4 8 2 -1.</_>
<_>
3 4 4 1 2.</_>
<_>
7 5 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.4271810911595821e-003</threshold>
<left_val>0.2382272928953171</left_val>
<right_val>-0.0867842733860016</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 8 6 6 -1.</_>
<_>
2 8 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.1882481202483177e-003</threshold>
<left_val>0.1504276990890503</left_val>
<right_val>-0.1267210990190506</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 4 6 2 -1.</_>
<_>
7 5 6 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.5530400238931179e-003</threshold>
<left_val>-0.0559450201690197</left_val>
<right_val>0.3650163114070892</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 3 6 3 -1.</_>
<_>
9 3 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0145624103024602</threshold>
<left_val>0.0363977700471878</left_val>
<right_val>-0.5355919003486633</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 17 3 3 -1.</_>
<_>
2 18 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.8677567469421774e-005</threshold>
<left_val>-0.1747962981462479</left_val>
<right_val>0.1106870993971825</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 10 6 1 -1.</_>
<_>
5 10 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.9744901955127716e-003</threshold>
<left_val>0.3107787072658539</left_val>
<right_val>-0.0665302276611328</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 2 6 2 -1.</_>
<_>
9 2 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.8691250160336494e-003</threshold>
<left_val>-0.3190149068832398</left_val>
<right_val>0.0639318302273750</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 11 9 1 -1.</_>
<_>
7 11 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0111403102055192</threshold>
<left_val>0.2436479032039642</left_val>
<right_val>-0.0809351801872253</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 7 11 12 -1.</_>
<_>
7 13 11 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0586435310542583</threshold>
<left_val>-0.7608326077461243</left_val>
<right_val>0.0308096297085285</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 2 3 4 -1.</_>
<_>
4 2 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.6097282320261002e-003</threshold>
<left_val>-0.4531502127647400</left_val>
<right_val>0.0298790596425533</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 7 9 3 -1.</_>
<_>
12 7 3 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.3032103031873703e-003</threshold>
<left_val>0.1451337933540344</left_val>
<right_val>-0.1103316992521286</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 11 2 6 -1.</_>
<_>
15 11 1 3 2.</_>
<_>
16 14 1 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.3253629440441728e-003</threshold>
<left_val>-0.0976989567279816</left_val>
<right_val>0.1964644044637680</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 5 5 3 -1.</_>
<_>
0 6 5 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.9800761044025421e-003</threshold>
<left_val>0.0336480811238289</left_val>
<right_val>-0.3979220986366272</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 1 6 12 -1.</_>
<_>
10 1 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.6542161405086517e-003</threshold>
<left_val>0.0908419936895370</left_val>
<right_val>-0.1596754938364029</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 7 15 13 -1.</_>
<_>
8 7 5 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.3892059028148651</threshold>
<left_val>-0.6657109260559082</left_val>
<right_val>0.0190288294106722</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 9 9 9 -1.</_>
<_>
0 12 9 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1001966968178749</threshold>
<left_val>-0.5755926966667175</left_val>
<right_val>0.0242827795445919</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 0 3 8 -1.</_>
<_>
17 0 1 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.3541211895644665e-004</threshold>
<left_val>0.0879198014736176</left_val>
<right_val>-0.1619534045457840</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 2 4 2 -1.</_>
<_>
18 2 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.4802639856934547e-003</threshold>
<left_val>0.2606449127197266</left_val>
<right_val>-0.0602008104324341</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 0 6 5 -1.</_>
<_>
16 0 3 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.4000425413250923e-003</threshold>
<left_val>-0.1097972989082336</left_val>
<right_val>0.1570730954408646</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 1 3 2 -1.</_>
<_>
16 1 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.3786011151969433e-003</threshold>
<left_val>0.0360582396388054</left_val>
<right_val>-0.4727719128131867</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 8 3 2 -1.</_>
<_>
12 8 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.3831682093441486e-003</threshold>
<left_val>-0.0357563607394695</left_val>
<right_val>0.4949859082698822</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 8 2 12 -1.</_>
<_>
1 8 1 6 2.</_>
<_>
2 14 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.2115620560944080e-003</threshold>
<left_val>-0.1012556031346321</left_val>
<right_val>0.1574798971414566</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 1 6 12 -1.</_>
<_>
2 1 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0782096683979034</threshold>
<left_val>-0.7662708163261414</left_val>
<right_val>0.0229658298194408</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 17 1 3 -1.</_>
<_>
19 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.3303989261621609e-005</threshold>
<left_val>-0.1341435015201569</left_val>
<right_val>0.1111491993069649</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 3 3 10 -1.</_>
<_>
12 3 1 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.6419155597686768e-003</threshold>
<left_val>0.2506802976131439</left_val>
<right_val>-0.0666081383824348</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 1 9 8 -1.</_>
<_>
11 1 3 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0710926726460457</threshold>
<left_val>-0.4005681872367859</left_val>
<right_val>0.0402977913618088</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 16 2 2 -1.</_>
<_>
18 16 1 1 2.</_>
<_>
19 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.5171560011804104e-004</threshold>
<left_val>0.0418611802160740</left_val>
<right_val>-0.3296119868755341</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 16 2 2 -1.</_>
<_>
18 16 1 1 2.</_>
<_>
19 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.3458150574006140e-004</threshold>
<left_val>-0.2602983117103577</left_val>
<right_val>0.0678927376866341</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 13 2 6 -1.</_>
<_>
6 15 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.1451421566307545e-003</threshold>
<left_val>0.2396769970655441</left_val>
<right_val>-0.0720933377742767</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 14 2 2 -1.</_>
<_>
9 15 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.1754500232636929e-003</threshold>
<left_val>-0.0712352693080902</left_val>
<right_val>0.2412845045328140</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 10 2 4 -1.</_>
<_>
14 10 1 2 2.</_>
<_>
15 12 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.5184490047395229e-003</threshold>
<left_val>0.5032023787498474</left_val>
<right_val>-0.0296866800636053</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 15 2 2 -1.</_>
<_>
0 15 1 1 2.</_>
<_>
1 16 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.0242869979701936e-004</threshold>
<left_val>0.2487905025482178</left_val>
<right_val>-0.0567585788667202</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- 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.3125919504091144e-003</threshold>
<left_val>0.3174780011177063</left_val>
<right_val>-0.0418458618223667</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 18 2 2 -1.</_>
<_>
11 18 1 1 2.</_>
<_>
12 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.7123570907860994e-004</threshold>
<left_val>-0.2704207003116608</left_val>
<right_val>0.0568289905786514</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 6 4 -1.</_>
<_>
0 0 3 2 2.</_>
<_>
3 2 3 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.3241777718067169e-003</threshold>
<left_val>0.2755667865276337</left_val>
<right_val>-0.0542529709637165</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 1 6 6 -1.</_>
<_>
6 1 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0168517101556063</threshold>
<left_val>-0.3485291004180908</left_val>
<right_val>0.0453689992427826</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 13 5 4 -1.</_>
<_>
15 15 5 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0299021005630493</threshold>
<left_val>0.0316210798919201</left_val>
<right_val>-0.4311437010765076</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 17 6 1 -1.</_>
<_>
9 17 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.8902660124003887e-003</threshold>
<left_val>0.0380299612879753</left_val>
<right_val>-0.3702709972858429</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 19 4 1 -1.</_>
<_>
18 19 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.9242949783802032e-003</threshold>
<left_val>0.2480027973651886</left_val>
<right_val>-0.0593332983553410</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 16 4 4 -1.</_>
<_>
18 16 2 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.9354149959981441e-003</threshold>
<left_val>-0.0830684006214142</left_val>
<right_val>0.2204380929470062</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 8 9 4 -1.</_>
<_>
10 8 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0820756033062935</threshold>
<left_val>-0.0194134395569563</left_val>
<right_val>0.6908928751945496</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 18 2 2 -1.</_>
<_>
16 18 1 1 2.</_>
<_>
17 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.4699489586055279e-004</threshold>
<left_val>-0.2466056942939758</left_val>
<right_val>0.0647764503955841</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 9 2 4 -1.</_>
<_>
2 9 1 2 2.</_>
<_>
3 11 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.8365769647061825e-003</threshold>
<left_val>0.2883616089820862</left_val>
<right_val>-0.0533904582262039</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- 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>-4.9553811550140381e-003</threshold>
<left_val>0.1274082958698273</left_val>
<right_val>-0.1255941987037659</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 1 8 1 -1.</_>
<_>
4 1 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.3086621016263962e-003</threshold>
<left_val>0.2347811013460159</left_val>
<right_val>-0.0716764926910400</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 5 8 9 -1.</_>
<_>
4 5 4 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1087991967797279</threshold>
<left_val>-0.2599223852157593</left_val>
<right_val>0.0586897395551205</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 18 6 2 -1.</_>
<_>
9 18 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.6786450594663620e-003</threshold>
<left_val>-0.7072042822837830</left_val>
<right_val>0.0187492594122887</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 4 1 12 -1.</_>
<_>
0 8 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0271368306130171</threshold>
<left_val>-0.5838422775268555</left_val>
<right_val>0.0216841306537390</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 13 1 6 -1.</_>
<_>
19 15 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.5389778465032578e-003</threshold>
<left_val>-0.5974891185760498</left_val>
<right_val>0.0214803107082844</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 8 6 8 -1.</_>
<_>
4 8 2 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0120956301689148</threshold>
<left_val>0.1326903998851776</left_val>
<right_val>-0.0997227206826210</right_val></_></_>
<_>
<!-- tree 59 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 9 17 -1.</_>
<_>
3 0 3 17 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1677609980106354</threshold>
<left_val>-0.5665506720542908</left_val>
<right_val>0.0321230888366699</right_val></_></_>
<_>
<!-- tree 60 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 9 6 8 -1.</_>
<_>
9 9 2 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0132625503465533</threshold>
<left_val>0.1149559020996094</left_val>
<right_val>-0.1173838973045349</right_val></_></_>
<_>
<!-- tree 61 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 10 9 4 -1.</_>
<_>
8 10 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0767445191740990</threshold>
<left_val>-0.0314132310450077</left_val>
<right_val>0.5993549227714539</right_val></_></_>
<_>
<!-- tree 62 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 0 8 3 -1.</_>
<_>
5 1 8 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.0785229541361332e-003</threshold>
<left_val>-0.0529119409620762</left_val>
<right_val>0.2334239929914475</right_val></_></_>
<_>
<!-- tree 63 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 6 4 4 -1.</_>
<_>
16 6 2 2 2.</_>
<_>
18 8 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.1800279393792152e-003</threshold>
<left_val>-0.0777343884110451</left_val>
<right_val>0.1765290945768356</right_val></_></_>
<_>
<!-- tree 64 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 4 2 8 -1.</_>
<_>
17 4 1 4 2.</_>
<_>
18 8 1 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7729829996824265e-003</threshold>
<left_val>0.1959162950515747</left_val>
<right_val>-0.0797521993517876</right_val></_></_>
<_>
<!-- tree 65 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 16 1 3 -1.</_>
<_>
2 17 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.8560940194875002e-004</threshold>
<left_val>-0.2880037128925324</left_val>
<right_val>0.0490471199154854</right_val></_></_>
<_>
<!-- tree 66 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 16 1 3 -1.</_>
<_>
2 17 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.6554320831783116e-004</threshold>
<left_val>0.0679228976368904</left_val>
<right_val>-0.2249943017959595</right_val></_></_>
<_>
<!-- tree 67 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 0 1 3 -1.</_>
<_>
11 1 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.6938671362586319e-004</threshold>
<left_val>0.1658217012882233</left_val>
<right_val>-0.0897440984845161</right_val></_></_>
<_>
<!-- tree 68 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 2 9 7 -1.</_>
<_>
14 2 3 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0786842331290245</threshold>
<left_val>0.0260816793888807</left_val>
<right_val>-0.5569373965263367</right_val></_></_>
<_>
<!-- tree 69 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 2 3 6 -1.</_>
<_>
11 2 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.3774810880422592e-004</threshold>
<left_val>0.1403687000274658</left_val>
<right_val>-0.1180030032992363</right_val></_></_>
<_>
<!-- tree 70 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 9 15 2 -1.</_>
<_>
5 10 15 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0239578299224377</threshold>
<left_val>0.0304707400500774</left_val>
<right_val>-0.4615997970104218</right_val></_></_>
<_>
<!-- tree 71 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 16 6 2 -1.</_>
<_>
8 17 6 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.6239080578088760e-003</threshold>
<left_val>0.2632707953453064</left_val>
<right_val>-0.0567653700709343</right_val></_></_>
<_>
<!-- tree 72 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 16 10 2 -1.</_>
<_>
9 16 5 1 2.</_>
<_>
14 17 5 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.0819748584181070e-004</threshold>
<left_val>0.1546245962381363</left_val>
<right_val>-0.1108706966042519</right_val></_></_>
<_>
<!-- tree 73 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 17 2 2 -1.</_>
<_>
9 17 1 1 2.</_>
<_>
10 18 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.9806248969398439e-004</threshold>
<left_val>0.0556303709745407</left_val>
<right_val>-0.2833195924758911</right_val></_></_>
<_>
<!-- tree 74 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 15 6 4 -1.</_>
<_>
10 15 3 2 2.</_>
<_>
13 17 3 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.0506449509412050e-003</threshold>
<left_val>-0.0916048362851143</left_val>
<right_val>0.1758553981781006</right_val></_></_>
<_>
<!-- tree 75 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 5 15 12 -1.</_>
<_>
9 5 5 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0267425496131182</threshold>
<left_val>0.0620030313730240</left_val>
<right_val>-0.2448700070381165</right_val></_></_>
<_>
<!-- tree 76 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 13 2 3 -1.</_>
<_>
11 14 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.1497008856385946e-003</threshold>
<left_val>0.2944929897785187</left_val>
<right_val>-0.0532181486487389</right_val></_></_>
<_>
<!-- tree 77 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 13 7 3 -1.</_>
<_>
8 14 7 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.6671658530831337e-003</threshold>
<left_val>-0.0642982423305511</left_val>
<right_val>0.2490568011999130</right_val></_></_>
<_>
<!-- tree 78 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 12 1 2 -1.</_>
<_>
1 13 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.8317902332637459e-005</threshold>
<left_val>-0.1681963056325913</left_val>
<right_val>0.0965485796332359</right_val></_></_>
<_>
<!-- tree 79 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 18 2 2 -1.</_>
<_>
16 18 1 1 2.</_>
<_>
17 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.7600439605303109e-004</threshold>
<left_val>0.0653080120682716</left_val>
<right_val>-0.2426788061857224</right_val></_></_>
<_>
<!-- tree 80 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 19 18 1 -1.</_>
<_>
7 19 6 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.1861608624458313e-003</threshold>
<left_val>-0.0979885831475258</left_val>
<right_val>0.1805288940668106</right_val></_></_>
<_>
<!-- tree 81 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 17 6 1 -1.</_>
<_>
4 17 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.1808340679854155e-003</threshold>
<left_val>0.1923127025365830</left_val>
<right_val>-0.0941239297389984</right_val></_></_>
<_>
<!-- tree 82 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 3 1 12 -1.</_>
<_>
1 9 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0217304006218910</threshold>
<left_val>0.0355785116553307</left_val>
<right_val>-0.4508853852748871</right_val></_></_>
<_>
<!-- tree 83 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 9 3 6 -1.</_>
<_>
0 11 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0147802699357271</threshold>
<left_val>-0.4392701089382172</left_val>
<right_val>0.0317355915904045</right_val></_></_>
<_>
<!-- tree 84 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 4 3 10 -1.</_>
<_>
6 4 1 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.6145891062915325e-003</threshold>
<left_val>0.1981147974729538</left_val>
<right_val>-0.0777014195919037</right_val></_></_>
<_>
<!-- tree 85 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 17 2 1 -1.</_>
<_>
7 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.8892709631472826e-003</threshold>
<left_val>0.0199624393135309</left_val>
<right_val>-0.7204172015190125</right_val></_></_>
<_>
<!-- tree 86 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 0 6 12 -1.</_>
<_>
3 0 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.3822480104863644e-003</threshold>
<left_val>0.0984669476747513</left_val>
<right_val>-0.1488108038902283</right_val></_></_>
<_>
<!-- tree 87 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 7 9 2 -1.</_>
<_>
7 7 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.9505911991000175e-003</threshold>
<left_val>0.1159323006868362</left_val>
<right_val>-0.1279197037220001</right_val></_></_></trees>
<stage_threshold>-0.9769343137741089</stage_threshold>
<parent>20</parent>
<next>-1</next></_>
<_>
<!-- stage 22 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 11 9 1 -1.</_>
<_>
9 11 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0193955395370722</threshold>
<left_val>0.4747475087642670</left_val>
<right_val>-0.1172109022736549</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 10 2 10 -1.</_>
<_>
17 15 2 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0131189199164510</threshold>
<left_val>-0.2555212974548340</left_val>
<right_val>0.1637880057096481</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 10 2 10 -1.</_>
<_>
4 10 1 5 2.</_>
<_>
5 15 1 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.1606801571324468e-004</threshold>
<left_val>0.1945261955261231</left_val>
<right_val>-0.1744889020919800</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 3 3 12 -1.</_>
<_>
13 3 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0131841599941254</threshold>
<left_val>0.4418145120143890</left_val>
<right_val>-0.0900487527251244</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 3 4 6 -1.</_>
<_>
15 3 2 3 2.</_>
<_>
17 6 2 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.4657081123441458e-003</threshold>
<left_val>-0.1347709000110626</left_val>
<right_val>0.1805634051561356</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 8 3 3 -1.</_>
<_>
13 8 1 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.2980200164020061e-003</threshold>
<left_val>-0.0541649796068668</left_val>
<right_val>0.3603338003158569</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 14 2 4 -1.</_>
<_>
4 16 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.6879989998415112e-003</threshold>
<left_val>-0.1999794989824295</left_val>
<right_val>0.1202159970998764</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 16 1 3 -1.</_>
<_>
6 17 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.6039709812030196e-004</threshold>
<left_val>0.1052414029836655</left_val>
<right_val>-0.2411606013774872</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 1 2 3 -1.</_>
<_>
2 1 1 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.5276849735528231e-003</threshold>
<left_val>0.2813552916049957</left_val>
<right_val>-0.0689648166298866</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 2 4 1 -1.</_>
<_>
2 2 2 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.5033570602536201e-003</threshold>
<left_val>-0.0825195834040642</left_val>
<right_val>0.4071359038352966</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 17 12 3 -1.</_>
<_>
12 17 4 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.7337161377072334e-003</threshold>
<left_val>0.1972700953483582</left_val>
<right_val>-0.1171014010906220</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 16 6 4 -1.</_>
<_>
11 16 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0115571497008204</threshold>
<left_val>-0.5606111288070679</left_val>
<right_val>0.0681709572672844</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 6 3 6 -1.</_>
<_>
4 9 3 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0274457205086946</threshold>
<left_val>0.4971862137317658</left_val>
<right_val>-0.0623801499605179</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 2 12 9 -1.</_>
<_>
6 5 12 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0528257787227631</threshold>
<left_val>0.1692122071981430</left_val>
<right_val>-0.1309355050325394</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 0 14 20 -1.</_>
<_>
6 0 7 10 2.</_>
<_>
13 10 7 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2984969913959503</threshold>
<left_val>-0.6464967131614685</left_val>
<right_val>0.0400768183171749</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 16 2 2 -1.</_>
<_>
15 16 1 1 2.</_>
<_>
16 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.6307269581593573e-004</threshold>
<left_val>0.2512794137001038</left_val>
<right_val>-0.0894948393106461</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 16 2 2 -1.</_>
<_>
15 16 1 1 2.</_>
<_>
16 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.3261709429789335e-004</threshold>
<left_val>-0.0868439897894859</left_val>
<right_val>0.2383197993040085</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 8 1 3 -1.</_>
<_>
19 9 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.3631360090803355e-004</threshold>
<left_val>0.1155446022748947</left_val>
<right_val>-0.1893634945154190</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 4 1 2 -1.</_>
<_>
13 5 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.0742209162563086e-003</threshold>
<left_val>-0.0485948510468006</left_val>
<right_val>0.5748599171638489</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 4 4 2 -1.</_>
<_>
0 5 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.0308889262378216e-003</threshold>
<left_val>-0.5412080883979797</left_val>
<right_val>0.0487437509000301</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 5 1 6 -1.</_>
<_>
19 7 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.2652270793914795e-003</threshold>
<left_val>0.0264945197850466</left_val>
<right_val>-0.6172845959663391</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 0 2 1 -1.</_>
<_>
17 0 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.0042760297656059e-004</threshold>
<left_val>-0.1176863014698029</left_val>
<right_val>0.1633386015892029</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 1 1 3 -1.</_>
<_>
13 2 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.6470040427520871e-003</threshold>
<left_val>-0.0599549189209938</left_val>
<right_val>0.3517970144748688</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 17 1 3 -1.</_>
<_>
17 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5642538568936288e-004</threshold>
<left_val>-0.3442029953002930</left_val>
<right_val>0.0649482533335686</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 4 8 8 -1.</_>
<_>
5 4 4 4 2.</_>
<_>
9 8 4 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0309358704835176</threshold>
<left_val>0.1997970044612885</left_val>
<right_val>-0.0976936966180801</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 2 2 2 -1.</_>
<_>
1 2 1 1 2.</_>
<_>
2 3 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.3578772824257612e-004</threshold>
<left_val>-0.3148139119148254</left_val>
<right_val>0.0594250410795212</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 0 8 6 -1.</_>
<_>
0 0 4 3 2.</_>
<_>
4 3 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0118621801957488</threshold>
<left_val>0.2004369050264359</left_val>
<right_val>-0.0894475430250168</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 3 4 2 -1.</_>
<_>
6 4 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.1508930996060371e-003</threshold>
<left_val>-0.0390060618519783</left_val>
<right_val>0.5332716107368469</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 0 3 3 -1.</_>
<_>
1 1 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.0059191156178713e-003</threshold>
<left_val>-0.2846972048282623</left_val>
<right_val>0.0707236081361771</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 1 7 2 -1.</_>
<_>
6 2 7 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.6412389017641544e-003</threshold>
<left_val>-0.1066031977534294</left_val>
<right_val>0.2494480013847351</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 6 12 6 -1.</_>
<_>
6 6 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1346742957830429</threshold>
<left_val>0.4991008043289185</left_val>
<right_val>-0.0403322204947472</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 16 9 2 -1.</_>
<_>
4 16 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.2547659464180470e-003</threshold>
<left_val>0.1685169041156769</left_val>
<right_val>-0.1111928001046181</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 15 6 4 -1.</_>
<_>
9 15 2 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.3842289596796036e-003</threshold>
<left_val>0.0861394926905632</left_val>
<right_val>-0.2743177115917206</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 15 12 1 -1.</_>
<_>
12 15 6 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.3361168615520000e-003</threshold>
<left_val>0.2487521022558212</left_val>
<right_val>-0.0959191620349884</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 17 1 3 -1.</_>
<_>
17 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.4666912658140063e-004</threshold>
<left_val>0.0674315765500069</left_val>
<right_val>-0.3375408053398132</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 15 2 2 -1.</_>
<_>
17 15 1 1 2.</_>
<_>
18 16 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2983769304119051e-004</threshold>
<left_val>-0.0839030519127846</left_val>
<right_val>0.2458409965038300</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 13 3 3 -1.</_>
<_>
3 14 3 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.7039071582257748e-003</threshold>
<left_val>0.0290793292224407</left_val>
<right_val>-0.6905593872070313</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 17 1 3 -1.</_>
<_>
10 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.0734888645820320e-005</threshold>
<left_val>-0.1569671928882599</left_val>
<right_val>0.1196542978286743</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 0 14 8 -1.</_>
<_>
11 0 7 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2033555954694748</threshold>
<left_val>-0.6950634717941284</left_val>
<right_val>0.0275075193494558</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 0 12 2 -1.</_>
<_>
6 0 4 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.4939414411783218e-003</threshold>
<left_val>-0.0874493718147278</left_val>
<right_val>0.2396833002567291</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 0 4 3 -1.</_>
<_>
4 0 2 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.4055240210145712e-003</threshold>
<left_val>0.2115096002817154</left_val>
<right_val>-0.1314893066883087</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 1 1 2 -1.</_>
<_>
13 2 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.1342419747961685e-004</threshold>
<left_val>0.1523378938436508</left_val>
<right_val>-0.1272590011358261</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 5 3 6 -1.</_>
<_>
8 5 1 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0149922100827098</threshold>
<left_val>-0.0341279692947865</left_val>
<right_val>0.5062407255172730</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 2 2 2 -1.</_>
<_>
18 2 1 1 2.</_>
<_>
19 3 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.4068200774490833e-004</threshold>
<left_val>0.0487647503614426</left_val>
<right_val>-0.4022532105445862</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 1 2 14 -1.</_>
<_>
16 1 1 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.2459447868168354e-003</threshold>
<left_val>0.2155476063489914</left_val>
<right_val>-0.0871269926428795</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 6 2 2 -1.</_>
<_>
15 6 1 1 2.</_>
<_>
16 7 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.8655109498649836e-004</threshold>
<left_val>-0.0754187181591988</left_val>
<right_val>0.2640590965747833</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 1 6 3 -1.</_>
<_>
5 1 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0167514607310295</threshold>
<left_val>-0.6772903203964233</left_val>
<right_val>0.0329187288880348</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 16 2 2 -1.</_>
<_>
7 16 1 1 2.</_>
<_>
8 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.6301678735762835e-004</threshold>
<left_val>0.2272586971521378</left_val>
<right_val>-0.0905348733067513</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 17 2 2 -1.</_>
<_>
5 17 1 1 2.</_>
<_>
6 18 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.3398610432632267e-004</threshold>
<left_val>0.0558943785727024</left_val>
<right_val>-0.3559266924858093</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 10 6 10 -1.</_>
<_>
11 10 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0201501492410898</threshold>
<left_val>0.1916276067495346</left_val>
<right_val>-0.0949299708008766</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 17 6 3 -1.</_>
<_>
12 17 2 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0144521296024323</threshold>
<left_val>-0.6851034164428711</left_val>
<right_val>0.0254221707582474</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 5 2 10 -1.</_>
<_>
14 10 2 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0211497396230698</threshold>
<left_val>0.3753319084644318</left_val>
<right_val>-0.0514965802431107</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 12 6 2 -1.</_>
<_>
11 13 6 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0211377702653408</threshold>
<left_val>0.0290830805897713</left_val>
<right_val>-0.8943036794662476</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 1 1 3 -1.</_>
<_>
8 2 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.1524349683895707e-003</threshold>
<left_val>-0.0696949362754822</left_val>
<right_val>0.2729980051517487</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 15 2 2 -1.</_>
<_>
12 15 1 1 2.</_>
<_>
13 16 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.9070580310653895e-004</threshold>
<left_val>0.1822811961174011</left_val>
<right_val>-0.0983670726418495</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 8 6 4 -1.</_>
<_>
6 8 3 2 2.</_>
<_>
9 10 3 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0363496318459511</threshold>
<left_val>-0.8369309902191162</left_val>
<right_val>0.0250557605177164</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 5 3 5 -1.</_>
<_>
8 5 1 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.0632075443863869e-003</threshold>
<left_val>0.4146350026130676</left_val>
<right_val>-0.0544134490191936</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 5 7 3 -1.</_>
<_>
0 6 7 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.0535490475594997e-003</threshold>
<left_val>-0.1975031048059464</left_val>
<right_val>0.1050689965486527</right_val></_></_></trees>
<stage_threshold>-1.0129359960556030</stage_threshold>
<parent>21</parent>
<next>-1</next></_>
<_>
<!-- stage 23 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 9 6 6 -1.</_>
<_>
9 9 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0227170195430517</threshold>
<left_val>0.2428855001926422</left_val>
<right_val>-0.1474552005529404</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 7 8 8 -1.</_>
<_>
5 11 8 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0255059506744146</threshold>
<left_val>-0.2855173945426941</left_val>
<right_val>0.1083720996975899</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 9 2 6 -1.</_>
<_>
4 9 1 3 2.</_>
<_>
5 12 1 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.6640091091394424e-003</threshold>
<left_val>0.2927573025226593</left_val>
<right_val>-0.1037271022796631</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 11 6 1 -1.</_>
<_>
12 11 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.8115289062261581e-003</threshold>
<left_val>0.2142689973115921</left_val>
<right_val>-0.1381113976240158</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 6 6 11 -1.</_>
<_>
15 6 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0167326908558607</threshold>
<left_val>0.2655026018619537</left_val>
<right_val>-0.0439113304018974</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 17 2 2 -1.</_>
<_>
8 17 1 1 2.</_>
<_>
9 18 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.9277010839432478e-004</threshold>
<left_val>0.0211045593023300</left_val>
<right_val>-0.4297136068344116</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 12 12 1 -1.</_>
<_>
8 12 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0366911105811596</threshold>
<left_val>0.5399242043495178</left_val>
<right_val>-0.0436488017439842</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 17 3 2 -1.</_>
<_>
11 18 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.2615970335900784e-003</threshold>
<left_val>-0.1293386965990067</left_val>
<right_val>0.1663877069950104</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 17 6 1 -1.</_>
<_>
10 17 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.4106856957077980e-003</threshold>
<left_val>-0.9469841122627258</left_val>
<right_val>0.0214658491313457</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 1 14 6 -1.</_>
<_>
4 3 14 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0649027228355408</threshold>
<left_val>-0.0717277601361275</left_val>
<right_val>0.2661347985267639</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 2 2 12 -1.</_>
<_>
14 8 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0303050000220537</threshold>
<left_val>-0.0827824920415878</left_val>
<right_val>0.2769432067871094</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 13 3 2 -1.</_>
<_>
12 14 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.5875340215861797e-003</threshold>
<left_val>-0.1296616941690445</left_val>
<right_val>0.1775663048028946</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 1 6 1 -1.</_>
<_>
8 1 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.0240451022982597e-003</threshold>
<left_val>-0.6424317955970764</left_val>
<right_val>0.0399432107806206</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 6 6 1 -1.</_>
<_>
12 6 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.0099769569933414e-003</threshold>
<left_val>0.1417661011219025</left_val>
<right_val>-0.1165997013449669</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 19 2 1 -1.</_>
<_>
4 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.1179071558872238e-005</threshold>
<left_val>0.1568766981363297</left_val>
<right_val>-0.1112734004855156</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 16 2 2 -1.</_>
<_>
18 16 1 1 2.</_>
<_>
19 17 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.7293151146732271e-004</threshold>
<left_val>-0.3355455994606018</left_val>
<right_val>0.0459777303040028</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 11 3 7 -1.</_>
<_>
17 11 1 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7178079579025507e-003</threshold>
<left_val>0.1695290952920914</left_val>
<right_val>-0.1057806983590126</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 5 1 6 -1.</_>
<_>
19 8 1 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0133331697434187</threshold>
<left_val>-0.5825781226158142</left_val>
<right_val>0.0309784300625324</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 8 4 3 -1.</_>
<_>
9 9 4 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.8783430568873882e-003</threshold>
<left_val>0.1426687985658646</left_val>
<right_val>-0.1113125979900360</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 8 4 4 -1.</_>
<_>
16 8 2 2 2.</_>
<_>
18 10 2 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.5765981562435627e-003</threshold>
<left_val>0.2756136059761047</left_val>
<right_val>-0.0531003288924694</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 8 2 2 -1.</_>
<_>
2 8 1 1 2.</_>
<_>
3 9 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.7210381277836859e-005</threshold>
<left_val>0.1324024051427841</left_val>
<right_val>-0.1116779968142510</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 5 6 4 -1.</_>
<_>
3 5 3 2 2.</_>
<_>
6 7 3 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0219685398042202</threshold>
<left_val>-0.0269681606441736</left_val>
<right_val>0.5006716847419739</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 3 8 16 -1.</_>
<_>
2 3 4 8 2.</_>
<_>
6 11 4 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0274457503110170</threshold>
<left_val>-0.2408674061298370</left_val>
<right_val>0.0604782700538635</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 17 1 3 -1.</_>
<_>
17 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.8305849456228316e-005</threshold>
<left_val>-0.1333488970994949</left_val>
<right_val>0.1012346968054771</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 2 8 11 -1.</_>
<_>
11 2 4 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0701906830072403</threshold>
<left_val>-0.0548637807369232</left_val>
<right_val>0.2480994015932083</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 3 6 14 -1.</_>
<_>
16 3 3 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0719021335244179</threshold>
<left_val>-0.3784669041633606</left_val>
<right_val>0.0422109998762608</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 9 18 2 -1.</_>
<_>
6 9 6 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1078097969293594</threshold>
<left_val>-0.3748658895492554</left_val>
<right_val>0.0428334400057793</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 10 14 3 -1.</_>
<_>
6 11 14 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.4364200178533792e-003</threshold>
<left_val>0.0804763585329056</left_val>
<right_val>-0.1726378947496414</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 9 9 3 -1.</_>
<_>
13 9 3 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0682891905307770</threshold>
<left_val>-0.0355957895517349</left_val>
<right_val>0.4076131880283356</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 5 4 6 -1.</_>
<_>
3 5 2 3 2.</_>
<_>
5 8 2 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.8037179298698902e-003</threshold>
<left_val>0.1923379004001617</left_val>
<right_val>-0.0823680236935616</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 7 3 7 -1.</_>
<_>
4 7 1 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.6193489581346512e-004</threshold>
<left_val>0.1305712014436722</left_val>
<right_val>-0.1435514986515045</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 8 11 6 -1.</_>
<_>
2 10 11 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0582766495645046</threshold>
<left_val>-0.3012543916702271</left_val>
<right_val>0.0528196506202221</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 9 6 3 -1.</_>
<_>
8 10 6 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.1205718666315079e-003</threshold>
<left_val>0.2204390019178391</left_val>
<right_val>-0.0756917521357536</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 3 3 11 -1.</_>
<_>
4 3 1 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0135943097993732</threshold>
<left_val>-0.3904936015605927</left_val>
<right_val>0.0418571084737778</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 19 6 1 -1.</_>
<_>
3 19 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.3626200379803777e-003</threshold>
<left_val>-0.0953634232282639</left_val>
<right_val>0.1497032046318054</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 18 1 2 -1.</_>
<_>
18 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.5074219845701009e-004</threshold>
<left_val>-0.2394558042287827</left_val>
<right_val>0.0647983327507973</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 0 12 6 -1.</_>
<_>
8 0 6 3 2.</_>
<_>
14 3 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0774142593145370</threshold>
<left_val>0.5594198107719421</left_val>
<right_val>-0.0245168805122375</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 5 1 3 -1.</_>
<_>
19 6 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.2117872554808855e-004</threshold>
<left_val>0.0549288615584373</left_val>
<right_val>-0.2793481051921845</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
5 8 2 1 -1.</_>
<_>
6 8 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.0250780032947659e-003</threshold>
<left_val>-0.0621673092246056</left_val>
<right_val>0.2497636973857880</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 11 2 1 -1.</_>
<_>
14 11 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.1174750812351704e-004</threshold>
<left_val>0.2343793958425522</left_val>
<right_val>-0.0657258108258247</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 6 15 13 -1.</_>
<_>
8 6 5 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0834310203790665</threshold>
<left_val>0.0509548000991344</left_val>
<right_val>-0.3102098107337952</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 3 6 2 -1.</_>
<_>
6 3 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.2014456167817116e-003</threshold>
<left_val>-0.3924253880977631</left_val>
<right_val>0.0329269506037235</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 18 1 2 -1.</_>
<_>
0 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9086650465615094e-004</threshold>
<left_val>-0.3103975057601929</left_val>
<right_val>0.0497118197381496</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 8 2 6 -1.</_>
<_>
8 8 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.7576898038387299e-003</threshold>
<left_val>-0.0440407507121563</left_val>
<right_val>0.3643135130405426</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 0 6 19 -1.</_>
<_>
5 0 2 19 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1246609017252922</threshold>
<left_val>-0.8195707798004150</left_val>
<right_val>0.0191506408154964</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
3 1 6 5 -1.</_>
<_>
5 1 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0132425501942635</threshold>
<left_val>0.0389888398349285</left_val>
<right_val>-0.3323068022727966</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 14 3 6 -1.</_>
<_>
17 16 3 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.6770128905773163e-003</threshold>
<left_val>-0.3579013943672180</left_val>
<right_val>0.0404602102935314</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 13 2 6 -1.</_>
<_>
18 13 1 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.7479929849505424e-003</threshold>
<left_val>0.2525390088558197</left_val>
<right_val>-0.0564278215169907</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 18 2 2 -1.</_>
<_>
18 18 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.2659651525318623e-004</threshold>
<left_val>-0.0719886571168900</left_val>
<right_val>0.2278047949075699</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 14 9 4 -1.</_>
<_>
14 14 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0501534007489681</threshold>
<left_val>-0.6303647160530090</left_val>
<right_val>0.0274620503187180</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 8 4 6 -1.</_>
<_>
15 8 2 3 2.</_>
<_>
17 11 2 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.4203149415552616e-003</threshold>
<left_val>-0.0666107162833214</left_val>
<right_val>0.2778733968734741</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 16 1 3 -1.</_>
<_>
1 17 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.7951780511066318e-004</threshold>
<left_val>-0.3632706105709076</left_val>
<right_val>0.0427954308688641</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 0 3 14 -1.</_>
<_>
8 0 1 14 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.9305750029161572e-003</threshold>
<left_val>0.1419623047113419</left_val>
<right_val>-0.1075998023152351</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 0 2 1 -1.</_>
<_>
13 0 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.8132671033963561e-004</threshold>
<left_val>0.2159176021814346</left_val>
<right_val>-0.0702026635408401</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 9 6 5 -1.</_>
<_>
10 9 3 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0709903463721275</threshold>
<left_val>0.4526660144329071</left_val>
<right_val>-0.0407504811882973</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 5 4 9 -1.</_>
<_>
17 5 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0533680804073811</threshold>
<left_val>-0.6767405867576599</left_val>
<right_val>0.0192883405834436</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 0 6 6 -1.</_>
<_>
13 0 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0200648494064808</threshold>
<left_val>-0.4336543083190918</left_val>
<right_val>0.0318532884120941</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 15 2 2 -1.</_>
<_>
16 15 1 1 2.</_>
<_>
17 16 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.1976360110566020e-003</threshold>
<left_val>-0.0265598706901073</left_val>
<right_val>0.5079718232154846</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 15 2 2 -1.</_>
<_>
16 15 1 1 2.</_>
<_>
17 16 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.2697300300933421e-004</threshold>
<left_val>0.1801259964704514</left_val>
<right_val>-0.0836065486073494</right_val></_></_>
<_>
<!-- tree 59 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
13 2 2 18 -1.</_>
<_>
13 11 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0152626996859908</threshold>
<left_val>-0.2023892998695374</left_val>
<right_val>0.0674220174551010</right_val></_></_>
<_>
<!-- tree 60 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 4 8 10 -1.</_>
<_>
8 9 8 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2081176936626434</threshold>
<left_val>0.6694386005401611</left_val>
<right_val>-0.0224521104246378</right_val></_></_>
<_>
<!-- tree 61 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 3 2 3 -1.</_>
<_>
8 4 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.5514369588345289e-003</threshold>
<left_val>-0.0751218423247337</left_val>
<right_val>0.1732691973447800</right_val></_></_>
<_>
<!-- tree 62 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 1 6 9 -1.</_>
<_>
11 4 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0529240109026432</threshold>
<left_val>0.2499251961708069</left_val>
<right_val>-0.0628791674971581</right_val></_></_>
<_>
<!-- tree 63 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
15 4 5 6 -1.</_>
<_>
15 6 5 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0216488502919674</threshold>
<left_val>-0.2919428050518036</left_val>
<right_val>0.0526144914329052</right_val></_></_>
<_>
<!-- tree 64 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 18 2 2 -1.</_>
<_>
12 18 1 1 2.</_>
<_>
13 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.2905069636180997e-004</threshold>
<left_val>-0.2211730033159256</left_val>
<right_val>0.0631683394312859</right_val></_></_>
<_>
<!-- tree 65 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 17 1 3 -1.</_>
<_>
1 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.0170070608146489e-005</threshold>
<left_val>-0.1151070967316628</left_val>
<right_val>0.1161144003272057</right_val></_></_>
<_>
<!-- tree 66 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 19 2 1 -1.</_>
<_>
13 19 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.6416069411206990e-004</threshold>
<left_val>0.1587152034044266</left_val>
<right_val>-0.0826006010174751</right_val></_></_>
<_>
<!-- tree 67 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
8 10 6 6 -1.</_>
<_>
10 10 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0120032895356417</threshold>
<left_val>0.1221809014678001</left_val>
<right_val>-0.1122969985008240</right_val></_></_>
<_>
<!-- tree 68 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 2 6 5 -1.</_>
<_>
16 2 2 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0177841000258923</threshold>
<left_val>-0.3507278859615326</left_val>
<right_val>0.0313419215381145</right_val></_></_>
<_>
<!-- tree 69 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 5 2 6 -1.</_>
<_>
9 7 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.3457582145929337e-003</threshold>
<left_val>0.1307806968688965</left_val>
<right_val>-0.1057441011071205</right_val></_></_>
<_>
<!-- tree 70 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 15 2 2 -1.</_>
<_>
2 15 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.9523242311552167e-004</threshold>
<left_val>0.1720467060804367</left_val>
<right_val>-0.0860019922256470</right_val></_></_>
<_>
<!-- tree 71 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 17 1 3 -1.</_>
<_>
18 18 1 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.1029590172693133e-004</threshold>
<left_val>-0.2843317091464996</left_val>
<right_val>0.0518171191215515</right_val></_></_>
<_>
<!-- tree 72 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
10 14 4 6 -1.</_>
<_>
10 16 4 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0170537102967501</threshold>
<left_val>0.3924242854118347</left_val>
<right_val>-0.0401432700455189</right_val></_></_>
<_>
<!-- tree 73 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 7 3 2 -1.</_>
<_>
10 7 1 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.6504959464073181e-003</threshold>
<left_val>-0.0318375602364540</left_val>
<right_val>0.4123769998550415</right_val></_></_>
<_>
<!-- tree 74 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 9 6 2 -1.</_>
<_>
6 9 3 1 2.</_>
<_>
9 10 3 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0103587601333857</threshold>
<left_val>-0.5699319839477539</left_val>
<right_val>0.0292483791708946</right_val></_></_>
<_>
<!-- tree 75 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 2 1 12 -1.</_>
<_>
0 6 1 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0221962407231331</threshold>
<left_val>-0.4560528993606567</left_val>
<right_val>0.0262859892100096</right_val></_></_>
<_>
<!-- tree 76 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 0 15 1 -1.</_>
<_>
9 0 5 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.0536029525101185e-003</threshold>
<left_val>0.1599832028150559</left_val>
<right_val>-0.0915948599576950</right_val></_></_>
<_>
<!-- tree 77 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
9 0 8 2 -1.</_>
<_>
9 0 4 1 2.</_>
<_>
13 1 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.7094299700111151e-004</threshold>
<left_val>-0.1407632976770401</left_val>
<right_val>0.1028741970658302</right_val></_></_>
<_>
<!-- tree 78 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
12 2 8 1 -1.</_>
<_>
16 2 4 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.2152599412947893e-003</threshold>
<left_val>0.1659359931945801</left_val>
<right_val>-0.0852739885449409</right_val></_></_>
<_>
<!-- tree 79 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
7 1 10 6 -1.</_>
<_>
7 3 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0280848909169436</threshold>
<left_val>0.2702234089374542</left_val>
<right_val>-0.0558738112449646</right_val></_></_>
<_>
<!-- tree 80 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
18 6 2 3 -1.</_>
<_>
18 7 2 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.1515151020139456e-003</threshold>
<left_val>0.0424728915095329</left_val>
<right_val>-0.3200584948062897</right_val></_></_>
<_>
<!-- tree 81 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
4 12 2 2 -1.</_>
<_>
4 12 1 1 2.</_>
<_>
5 13 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9733829433098435e-004</threshold>
<left_val>0.1617716997861862</left_val>
<right_val>-0.0851155892014503</right_val></_></_>
<_>
<!-- tree 82 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 6 6 2 -1.</_>
<_>
8 6 2 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0166947804391384</threshold>
<left_val>-0.4285877048969269</left_val>
<right_val>0.0305416099727154</right_val></_></_>
<_>
<!-- tree 83 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
0 9 9 6 -1.</_>
<_>
3 9 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1198299005627632</threshold>
<left_val>-0.0162772908806801</left_val>
<right_val>0.7984678149223328</right_val></_></_>
<_>
<!-- tree 84 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
17 18 2 2 -1.</_>
<_>
18 18 1 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5499420482665300e-004</threshold>
<left_val>0.1593593955039978</left_val>
<right_val>-0.0832728818058968</right_val></_></_>
<_>
<!-- tree 85 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
11 2 6 16 -1.</_>
<_>
13 2 2 16 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0182262696325779</threshold>
<left_val>0.1952728033065796</left_val>
<right_val>-0.0739398896694183</right_val></_></_>
<_>
<!-- tree 86 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 4 15 13 -1.</_>
<_>
7 4 5 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.0238600922748446e-004</threshold>
<left_val>0.0791018083691597</left_val>
<right_val>-0.2080612927675247</right_val></_></_>
<_>
<!-- tree 87 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
16 2 3 10 -1.</_>
<_>
17 2 1 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.0892060496844351e-004</threshold>
<left_val>0.1003663018345833</left_val>
<right_val>-0.1512821018695831</right_val></_></_>
<_>
<!-- tree 88 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
6 10 2 1 -1.</_>
<_>
7 10 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.5368112670257688e-004</threshold>
<left_val>-0.0730116665363312</left_val>
<right_val>0.2175202071666718</right_val></_></_>
<_>
<!-- tree 89 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
1 1 18 16 -1.</_>
<_>
10 1 9 16 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.4308179914951325</threshold>
<left_val>-0.0274506993591785</left_val>
<right_val>0.5706158280372620</right_val></_></_>
<_>
<!-- tree 90 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
14 4 3 15 -1.</_>
<_>
15 4 1 15 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.3564831614494324e-004</threshold>
<left_val>0.1158754006028175</left_val>
<right_val>-0.1279056072235107</right_val></_></_>
<_>
<!-- tree 91 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
19 13 1 2 -1.</_>
<_>
19 14 1 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.4430730263702571e-005</threshold>
<left_val>-0.1681662946939468</left_val>
<right_val>0.0804499834775925</right_val></_></_>
<_>
<!-- tree 92 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>
2 6 5 8 -1.</_>
<_>
2 10 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0553456507623196</threshold>
<left_val>0.4533894956111908</left_val>
<right_val>-0.0312227793037891</right_val></_></_></trees>
<stage_threshold>-0.9774749279022217</stage_threshold>
<parent>22</parent>
<next>-1</next></_></stages></haarcascade_frontaleye>
</opencv_storage>
This file has been truncated, but you can view the full file.
<?xml version="1.0"?>
<!--
Stump-based 24x24 discrete(?) adaboost frontal face detector.
Created by Rainer Lienhart.
////////////////////////////////////////////////////////////////////////////////////////
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.
Intel License Agreement
For Open Source Computer Vision Library
Copyright (C) 2000, Intel Corporation, all rights reserved.
Third party copyrights are property of their respective owners.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistribution's of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistribution's 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 Intel Corporation may not be 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 Intel Corporation or 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.
-->
<opencv_storage>
<haarcascade_frontalface_default type_id="opencv-haar-classifier">
<size>24 24</size>
<stages>
<_>
<!-- stage 0 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 4 12 9 -1.</_>
<_>6 7 12 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0315119996666908</threshold>
<left_val>2.0875380039215088</left_val>
<right_val>-2.2172100543975830</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 4 12 7 -1.</_>
<_>10 4 4 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0123960003256798</threshold>
<left_val>-1.8633940219879150</left_val>
<right_val>1.3272049427032471</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 9 18 9 -1.</_>
<_>3 12 18 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0219279993325472</threshold>
<left_val>-1.5105249881744385</left_val>
<right_val>1.0625729560852051</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 18 9 6 -1.</_>
<_>8 20 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.7529998011887074e-003</threshold>
<left_val>-0.8746389746665955</left_val>
<right_val>1.1760339736938477</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 5 4 19 -1.</_>
<_>5 5 2 19 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0150140002369881</threshold>
<left_val>-0.7794569730758667</left_val>
<right_val>1.2608419656753540</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 5 12 16 -1.</_>
<_>6 13 12 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0993710011243820</threshold>
<left_val>0.5575129985809326</left_val>
<right_val>-1.8743000030517578</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 8 12 6 -1.</_>
<_>5 11 12 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.7340000960975885e-003</threshold>
<left_val>-1.6911929845809937</left_val>
<right_val>0.4400970041751862</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 14 4 10 -1.</_>
<_>11 19 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0188590008765459</threshold>
<left_val>-1.4769539833068848</left_val>
<right_val>0.4435009956359863</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 0 7 6 -1.</_>
<_>4 3 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.9739998541772366e-003</threshold>
<left_val>-0.8590919971466065</left_val>
<right_val>0.8525559902191162</right_val></_></_></trees>
<stage_threshold>-5.0425500869750977</stage_threshold>
<parent>-1</parent>
<next>-1</next></_>
<_>
<!-- stage 1 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 6 12 6 -1.</_>
<_>6 8 12 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0211100000888109</threshold>
<left_val>1.2435649633407593</left_val>
<right_val>-1.5713009834289551</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 4 12 7 -1.</_>
<_>10 4 4 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0203559994697571</threshold>
<left_val>-1.6204780340194702</left_val>
<right_val>1.1817760467529297</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 8 19 12 -1.</_>
<_>1 12 19 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0213089995086193</threshold>
<left_val>-1.9415930509567261</left_val>
<right_val>0.7006909847259522</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 24 3 -1.</_>
<_>8 2 8 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0916600003838539</threshold>
<left_val>-0.5567010045051575</left_val>
<right_val>1.7284419536590576</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 9 6 15 -1.</_>
<_>9 14 6 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0362880006432533</threshold>
<left_val>0.2676379978656769</left_val>
<right_val>-2.1831810474395752</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 6 14 10 -1.</_>
<_>5 11 14 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0191099997609854</threshold>
<left_val>-2.6730210781097412</left_val>
<right_val>0.4567080140113831</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 0 14 9 -1.</_>
<_>5 3 14 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.2539999857544899e-003</threshold>
<left_val>-1.0852910280227661</left_val>
<right_val>0.5356420278549194</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 11 9 6 -1.</_>
<_>16 11 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0183550007641315</threshold>
<left_val>-0.3520019948482513</left_val>
<right_val>0.9333919882774353</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 5 6 10 -1.</_>
<_>9 5 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.0569999516010284e-003</threshold>
<left_val>0.9278209805488586</left_val>
<right_val>-0.6634989976882935</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 8 6 10 -1.</_>
<_>12 8 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.8770000040531158e-003</threshold>
<left_val>1.1577470302581787</left_val>
<right_val>-0.2977479994297028</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 5 4 9 -1.</_>
<_>4 5 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0158140007406473</threshold>
<left_val>-0.4196060001850128</left_val>
<right_val>1.3576040267944336</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 0 6 11 -1.</_>
<_>20 0 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0207000002264977</threshold>
<left_val>1.4590020179748535</left_val>
<right_val>-0.1973939985036850</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 6 24 13 -1.</_>
<_>8 6 8 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1376080065965653</threshold>
<left_val>1.1186759471893311</left_val>
<right_val>-0.5291550159454346</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 6 6 9 -1.</_>
<_>11 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0143189998343587</threshold>
<left_val>-0.3512719869613648</left_val>
<right_val>1.1440860033035278</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 18 10 6 -1.</_>
<_>7 20 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0102530000731349</threshold>
<left_val>-0.6085060238838196</left_val>
<right_val>0.7709850072860718</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 7 14 12 -1.</_>
<_>5 13 14 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0915080010890961</threshold>
<left_val>0.3881779909133911</left_val>
<right_val>-1.5122940540313721</right_val></_></_></trees>
<stage_threshold>-4.9842400550842285</stage_threshold>
<parent>0</parent>
<next>-1</next></_>
<_>
<!-- stage 2 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 3 24 3 -1.</_>
<_>8 3 8 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0697470009326935</threshold>
<left_val>-1.0130879878997803</left_val>
<right_val>1.4687349796295166</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 8 15 6 -1.</_>
<_>5 11 15 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0315029993653297</threshold>
<left_val>-1.6463639736175537</left_val>
<right_val>1.0000629425048828</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 6 5 14 -1.</_>
<_>9 13 5 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0142609998583794</threshold>
<left_val>0.4648030102252960</left_val>
<right_val>-1.5959889888763428</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 5 6 10 -1.</_>
<_>11 5 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0144530003890395</threshold>
<left_val>-0.6551190018653870</left_val>
<right_val>0.8302180171012878</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 6 3 12 -1.</_>
<_>6 12 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.0509999487549067e-003</threshold>
<left_val>-1.3982310295104980</left_val>
<right_val>0.4255059957504273</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 21 18 3 -1.</_>
<_>9 21 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0327229984104633</threshold>
<left_val>-0.5070260167121887</left_val>
<right_val>1.0526109933853149</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 6 13 6 -1.</_>
<_>5 8 13 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.2960001416504383e-003</threshold>
<left_val>0.3635689914226532</left_val>
<right_val>-1.3464889526367187</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 1 6 15 -1.</_>
<_>18 1 3 15 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0504250004887581</threshold>
<left_val>-0.3046140074729919</left_val>
<right_val>1.4504129886627197</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 1 6 15 -1.</_>
<_>4 1 3 15 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0468790009617805</threshold>
<left_val>-0.4028620123863220</left_val>
<right_val>1.2145609855651855</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 8 24 15 -1.</_>
<_>8 8 8 15 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0693589970469475</threshold>
<left_val>1.0539360046386719</left_val>
<right_val>-0.4571970105171204</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 6 14 12 -1.</_>
<_>5 6 7 6 2.</_>
<_>12 12 7 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0490339994430542</threshold>
<left_val>-1.6253089904785156</left_val>
<right_val>0.1537899971008301</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 12 21 12 -1.</_>
<_>2 16 21 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0848279967904091</threshold>
<left_val>0.2840299904346466</left_val>
<right_val>-1.5662059783935547</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 1 4 10 -1.</_>
<_>10 1 2 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7229999648407102e-003</threshold>
<left_val>-1.0147459506988525</left_val>
<right_val>0.2329480051994324</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 13 20 10 -1.</_>
<_>2 13 10 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1156219989061356</threshold>
<left_val>-0.1673289984464645</left_val>
<right_val>1.2804069519042969</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 6 13 -1.</_>
<_>2 1 2 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0512799993157387</threshold>
<left_val>1.5162390470504761</left_val>
<right_val>-0.3027110099792481</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>20 2 4 13 -1.</_>
<_>20 2 2 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0427069999277592</threshold>
<left_val>1.7631920576095581</left_val>
<right_val>-0.0518320016562939</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 5 22 19 -1.</_>
<_>11 5 11 19 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.3717809915542603</threshold>
<left_val>-0.3138920068740845</left_val>
<right_val>1.5357979536056519</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 4 6 9 -1.</_>
<_>20 4 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0194129999727011</threshold>
<left_val>-0.1001759991049767</left_val>
<right_val>0.9365540146827698</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 3 6 11 -1.</_>
<_>2 3 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0174390003085136</threshold>
<left_val>-0.4037989974021912</left_val>
<right_val>0.9629300236701965</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 1 4 9 -1.</_>
<_>12 1 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0396389998495579</threshold>
<left_val>0.1703909933567047</left_val>
<right_val>-2.9602990150451660</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 6 19 3 -1.</_>
<_>0 7 19 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.1469995677471161e-003</threshold>
<left_val>0.8878679871559143</left_val>
<right_val>-0.4381870031356812</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 1 4 9 -1.</_>
<_>12 1 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.7219999572262168e-003</threshold>
<left_val>-0.3721860051155090</left_val>
<right_val>0.4001890122890472</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 1 4 9 -1.</_>
<_>10 1 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0302310008555651</threshold>
<left_val>0.0659240037202835</left_val>
<right_val>-2.6469180583953857</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 5 14 14 -1.</_>
<_>12 5 7 7 2.</_>
<_>5 12 7 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0787959992885590</threshold>
<left_val>-1.7491459846496582</left_val>
<right_val>0.2847529947757721</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 10 18 2 -1.</_>
<_>1 11 18 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.1110000088810921e-003</threshold>
<left_val>-0.9390810132026672</left_val>
<right_val>0.2320519983768463</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>17 13 4 11 -1.</_>
<_>17 13 2 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0270910002291203</threshold>
<left_val>-0.0526640005409718</left_val>
<right_val>1.0756820440292358</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 4 6 9 -1.</_>
<_>0 7 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0449649989604950</threshold>
<left_val>-1.8294479846954346</left_val>
<right_val>0.0995619967579842</right_val></_></_></trees>
<stage_threshold>-4.6551899909973145</stage_threshold>
<parent>1</parent>
<next>-1</next></_>
<_>
<!-- stage 3 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 4 12 9 -1.</_>
<_>6 7 12 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0657010003924370</threshold>
<left_val>1.1558510065078735</left_val>
<right_val>-1.0716359615325928</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 5 12 6 -1.</_>
<_>10 5 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0158399995416403</threshold>
<left_val>-1.5634720325469971</left_val>
<right_val>0.7687709927558899</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 24 5 -1.</_>
<_>8 1 8 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1457089930772781</threshold>
<left_val>-0.5745009779930115</left_val>
<right_val>1.3808720111846924</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 10 18 6 -1.</_>
<_>4 12 18 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.1389999464154243e-003</threshold>
<left_val>-1.4570560455322266</left_val>
<right_val>0.5161030292510986</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 17 12 6 -1.</_>
<_>2 17 6 3 2.</_>
<_>8 20 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.7179999314248562e-003</threshold>
<left_val>-0.8353360295295715</left_val>
<right_val>0.5852220058441162</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>19 3 4 13 -1.</_>
<_>19 3 2 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0185180008411407</threshold>
<left_val>-0.3131209909915924</left_val>
<right_val>1.1696679592132568</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 3 4 13 -1.</_>
<_>3 3 2 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0199580006301403</threshold>
<left_val>-0.4344260096549988</left_val>
<right_val>0.9544690251350403</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 24 23 -1.</_>
<_>8 1 8 23 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2775500118732452</threshold>
<left_val>1.4906179904937744</left_val>
<right_val>-0.1381590068340302</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 7 8 12 -1.</_>
<_>1 11 8 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.1859996318817139e-003</threshold>
<left_val>-0.9636150002479553</left_val>
<right_val>0.2766549885272980</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 7 3 14 -1.</_>
<_>14 14 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0377379991114140</threshold>
<left_val>-2.4464108943939209</left_val>
<right_val>0.2361959964036942</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 12 16 6 -1.</_>
<_>3 12 8 3 2.</_>
<_>11 15 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0184630006551743</threshold>
<left_val>0.1753920018672943</left_val>
<right_val>-1.3423130512237549</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 6 12 6 -1.</_>
<_>6 8 12 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0111149996519089</threshold>
<left_val>0.4871079921722412</left_val>
<right_val>-0.8985189795494080</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 7 6 12 -1.</_>
<_>8 13 6 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0339279994368553</threshold>
<left_val>0.1787420064210892</left_val>
<right_val>-1.6342279911041260</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 15 9 6 -1.</_>
<_>15 17 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0356490015983582</threshold>
<left_val>-1.9607399702072144</left_val>
<right_val>0.1810249984264374</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 17 18 3 -1.</_>
<_>1 18 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0114380000159144</threshold>
<left_val>0.9901069998741150</left_val>
<right_val>-0.3810319900512695</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 4 16 12 -1.</_>
<_>4 10 16 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0652360022068024</threshold>
<left_val>-2.5794160366058350</left_val>
<right_val>0.2475360035896301</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 4 20 -1.</_>
<_>2 1 2 20 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0422720015048981</threshold>
<left_val>1.4411840438842773</left_val>
<right_val>-0.2950829863548279</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 0 18 2 -1.</_>
<_>3 1 18 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.9219999667257071e-003</threshold>
<left_val>-0.4960860013961792</left_val>
<right_val>0.6317359805107117</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 5 20 14 -1.</_>
<_>1 5 10 7 2.</_>
<_>11 12 10 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1292179971933365</threshold>
<left_val>-2.3314270973205566</left_val>
<right_val>0.0544969998300076</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 8 14 12 -1.</_>
<_>5 12 14 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0229310002177954</threshold>
<left_val>-0.8444709777832031</left_val>
<right_val>0.3873809874057770</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 14 7 9 -1.</_>
<_>3 17 7 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0341200008988380</threshold>
<left_val>-1.4431500434875488</left_val>
<right_val>0.0984229966998100</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 15 9 6 -1.</_>
<_>14 17 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0262230001389980</threshold>
<left_val>0.1822309941053391</left_val>
<right_val>-1.2586519718170166</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 15 9 6 -1.</_>
<_>1 17 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0222369991242886</threshold>
<left_val>0.0698079988360405</left_val>
<right_val>-2.3820950984954834</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 6 8 10 -1.</_>
<_>15 6 4 5 2.</_>
<_>11 11 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.8240001089870930e-003</threshold>
<left_val>0.3933250010013580</left_val>
<right_val>-0.2754279971122742</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 5 14 14 -1.</_>
<_>5 5 7 7 2.</_>
<_>12 12 7 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0436530001461506</threshold>
<left_val>0.1483269929885864</left_val>
<right_val>-1.1368780136108398</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 0 12 5 -1.</_>
<_>10 0 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0572669990360737</threshold>
<left_val>0.2462809979915619</left_val>
<right_val>-1.2687400579452515</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 0 6 9 -1.</_>
<_>9 3 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.3409998975694180e-003</threshold>
<left_val>-0.7544890046119690</left_val>
<right_val>0.2716380059719086</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 6 6 9 -1.</_>
<_>11 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0129960002377629</threshold>
<left_val>-0.3639490008354187</left_val>
<right_val>0.7095919847488403</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 6 9 -1.</_>
<_>9 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0265170000493526</threshold>
<left_val>-2.3221859931945801</left_val>
<right_val>0.0357440002262592</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 6 6 9 -1.</_>
<_>12 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.8400002308189869e-003</threshold>
<left_val>0.4219430088996887</left_val>
<right_val>-0.0481849983334541</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 6 6 9 -1.</_>
<_>10 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0165689997375011</threshold>
<left_val>1.1099940538406372</left_val>
<right_val>-0.3484970033168793</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 8 18 4 -1.</_>
<_>9 8 6 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0681570023298264</threshold>
<left_val>-3.3269989490509033</left_val>
<right_val>0.2129900008440018</right_val></_></_></trees>
<stage_threshold>-4.4531588554382324</stage_threshold>
<parent>2</parent>
<next>-1</next></_>
<_>
<!-- stage 4 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 0 12 9 -1.</_>
<_>6 3 12 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0399740003049374</threshold>
<left_val>-1.2173449993133545</left_val>
<right_val>1.0826710462570190</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 24 6 -1.</_>
<_>8 0 8 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1881950050592423</threshold>
<left_val>-0.4828940033912659</left_val>
<right_val>1.4045250415802002</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 7 16 12 -1.</_>
<_>4 11 16 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0780270025134087</threshold>
<left_val>-1.0782150030136108</left_val>
<right_val>0.7404029965400696</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 6 6 6 -1.</_>
<_>11 6 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.1899999663000926e-004</threshold>
<left_val>-1.2019979953765869</left_val>
<right_val>0.3774920105934143</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 20 24 3 -1.</_>
<_>8 20 8 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0850569978356361</threshold>
<left_val>-0.4393909871578217</left_val>
<right_val>1.2647340297698975</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 6 4 9 -1.</_>
<_>11 6 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.9720003306865692e-003</threshold>
<left_val>-0.1844049990177155</left_val>
<right_val>0.4572640061378479</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 13 15 4 -1.</_>
<_>9 13 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.8120000436902046e-003</threshold>
<left_val>0.3039669990539551</left_val>
<right_val>-0.9599109888076782</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 6 4 9 -1.</_>
<_>11 6 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0235079992562532</threshold>
<left_val>1.2487529516220093</left_val>
<right_val>0.0462279990315437</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 6 4 9 -1.</_>
<_>11 6 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.0039997808635235e-003</threshold>
<left_val>-0.5944210290908814</left_val>
<right_val>0.5396329760551453</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 12 6 12 -1.</_>
<_>9 18 6 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0338519997894764</threshold>
<left_val>0.2849609851837158</left_val>
<right_val>-1.4895249605178833</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 22 18 2 -1.</_>
<_>1 23 18 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.2530000898987055e-003</threshold>
<left_val>0.4812079966068268</left_val>
<right_val>-0.5271239876747131</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 7 4 10 -1.</_>
<_>10 12 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0290970001369715</threshold>
<left_val>0.2674390077590942</left_val>
<right_val>-1.6007850170135498</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 7 8 10 -1.</_>
<_>6 12 8 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.4790000692009926e-003</threshold>
<left_val>-1.3107639551162720</left_val>
<right_val>0.1524309962987900</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 10 6 -1.</_>
<_>7 8 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0107950000092387</threshold>
<left_val>0.4561359882354736</left_val>
<right_val>-0.7205089926719666</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 14 10 4 -1.</_>
<_>0 16 10 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0246200002729893</threshold>
<left_val>-1.7320619821548462</left_val>
<right_val>0.0683630034327507</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 18 18 2 -1.</_>
<_>6 19 18 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.7380000576376915e-003</threshold>
<left_val>-0.1930329948663712</left_val>
<right_val>0.6824349761009216</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 1 22 3 -1.</_>
<_>1 2 22 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0122640002518892</threshold>
<left_val>-1.6095290184020996</left_val>
<right_val>0.0752680003643036</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 16 18 3 -1.</_>
<_>6 17 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.8670000396668911e-003</threshold>
<left_val>0.7428650259971619</left_val>
<right_val>-0.2151020020246506</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 4 6 15 -1.</_>
<_>5 4 3 15 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0767259970307350</threshold>
<left_val>-0.2683509886264801</left_val>
<right_val>1.3094140291213989</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>20 4 4 10 -1.</_>
<_>20 4 2 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0285780001431704</threshold>
<left_val>-0.0587930008769035</left_val>
<right_val>1.2196329832077026</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 4 4 10 -1.</_>
<_>2 4 2 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0196940004825592</threshold>
<left_val>-0.3514289855957031</left_val>
<right_val>0.8492699861526489</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 16 20 6 -1.</_>
<_>12 16 10 3 2.</_>
<_>2 19 10 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0290939994156361</threshold>
<left_val>-1.0507299900054932</left_val>
<right_val>0.2980630099773407</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 12 8 9 -1.</_>
<_>4 12 4 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0291440002620220</threshold>
<left_val>0.8254780173301697</left_val>
<right_val>-0.3268719911575317</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 0 6 9 -1.</_>
<_>14 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0197410006076097</threshold>
<left_val>0.2045260071754456</left_val>
<right_val>-0.8376020193099976</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 10 6 6 -1.</_>
<_>8 10 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.3299999088048935e-003</threshold>
<left_val>0.2057790011167526</left_val>
<right_val>-0.6682980060577393</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 8 12 6 -1.</_>
<_>17 8 6 3 2.</_>
<_>11 11 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0355009995400906</threshold>
<left_val>-1.2969900369644165</left_val>
<right_val>0.1389749944210053</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 8 12 6 -1.</_>
<_>0 8 6 3 2.</_>
<_>6 11 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0161729995161295</threshold>
<left_val>-1.3110569715499878</left_val>
<right_val>0.0757519975304604</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 0 6 9 -1.</_>
<_>14 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0221510007977486</threshold>
<left_val>-1.0524389743804932</left_val>
<right_val>0.1924110054969788</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 0 6 9 -1.</_>
<_>8 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0227070003747940</threshold>
<left_val>-1.3735309839248657</left_val>
<right_val>0.0667809993028641</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 14 9 6 -1.</_>
<_>8 16 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0166079998016357</threshold>
<left_val>-0.0371359996497631</left_val>
<right_val>0.7784640192985535</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 16 9 6 -1.</_>
<_>0 18 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0133090000599623</threshold>
<left_val>-0.9985070228576660</left_val>
<right_val>0.1224810034036636</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 8 6 10 -1.</_>
<_>12 8 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0337320007383823</threshold>
<left_val>1.4461359977722168</left_val>
<right_val>0.0131519995629787</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 19 12 3 -1.</_>
<_>9 19 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0169350001960993</threshold>
<left_val>-0.3712129890918732</left_val>
<right_val>0.5284219980239868</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 10 20 2 -1.</_>
<_>2 11 20 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.3259999472647905e-003</threshold>
<left_val>-0.5756850242614746</left_val>
<right_val>0.3926190137863159</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 9 18 12 -1.</_>
<_>2 9 9 6 2.</_>
<_>11 15 9 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0836440026760101</threshold>
<left_val>0.0161160007119179</left_val>
<right_val>-2.1173279285430908</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 0 18 24 -1.</_>
<_>3 0 9 24 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.2578519880771637</threshold>
<left_val>-0.0816090032458305</left_val>
<right_val>0.9878249764442444</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 6 14 10 -1.</_>
<_>5 6 7 5 2.</_>
<_>12 11 7 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0365669988095760</threshold>
<left_val>-1.1512110233306885</left_val>
<right_val>0.0964590013027191</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 5 10 12 -1.</_>
<_>14 5 5 6 2.</_>
<_>9 11 5 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0164459999650717</threshold>
<left_val>0.3731549978256226</left_val>
<right_val>-0.1458539962768555</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 5 12 12 -1.</_>
<_>4 5 6 6 2.</_>
<_>10 11 6 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.7519999314099550e-003</threshold>
<left_val>0.2617929875850678</left_val>
<right_val>-0.5815669894218445</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 14 18 3 -1.</_>
<_>4 15 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.3660000450909138e-003</threshold>
<left_val>0.7547739744186401</left_val>
<right_val>-0.1705520004034042</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 13 8 8 -1.</_>
<_>6 17 8 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.8499999791383743e-003</threshold>
<left_val>0.2265399992465973</left_val>
<right_val>-0.6387640237808228</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 16 18 6 -1.</_>
<_>3 19 18 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0454940013587475</threshold>
<left_val>-1.2640299797058105</left_val>
<right_val>0.2526069879531860</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 6 6 -1.</_>
<_>3 0 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0239410009235144</threshold>
<left_val>0.8706840276718140</left_val>
<right_val>-0.2710469961166382</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 6 12 18 -1.</_>
<_>10 6 4 18 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0775580033659935</threshold>
<left_val>-1.3901610374450684</left_val>
<right_val>0.2361229956150055</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 1 4 14 -1.</_>
<_>8 1 2 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0236140005290508</threshold>
<left_val>0.0661400035023689</left_val>
<right_val>-1.2645419836044312</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 2 19 2 -1.</_>
<_>3 3 19 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.5750000495463610e-003</threshold>
<left_val>-0.5384169816970825</left_val>
<right_val>0.3037909865379334</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 8 22 13 -1.</_>
<_>12 8 11 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1201080009341240</threshold>
<left_val>-0.3534300029277802</left_val>
<right_val>0.5286620259284973</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 9 11 4 -1.</_>
<_>8 11 11 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2899999748915434e-003</threshold>
<left_val>-0.5870199799537659</left_val>
<right_val>0.2406100034713745</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 12 15 10 -1.</_>
<_>5 12 5 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0697169974446297</threshold>
<left_val>-0.3334890007972717</left_val>
<right_val>0.5191630125045776</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 16 12 6 -1.</_>
<_>16 16 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0466700010001659</threshold>
<left_val>0.6979539990425110</left_val>
<right_val>-0.0148959998041391</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 16 12 6 -1.</_>
<_>4 16 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0501290000975132</threshold>
<left_val>0.8614619970321655</left_val>
<right_val>-0.2598600089550018</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>19 1 5 12 -1.</_>
<_>19 5 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0301479995250702</threshold>
<left_val>0.1933279931545258</left_val>
<right_val>-0.5913109779357910</right_val></_></_></trees>
<stage_threshold>-4.3864588737487793</stage_threshold>
<parent>3</parent>
<next>-1</next></_>
<_>
<!-- stage 5 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 24 4 -1.</_>
<_>8 2 8 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0910850018262863</threshold>
<left_val>-0.8923310041427612</left_val>
<right_val>1.0434230566024780</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 8 12 4 -1.</_>
<_>6 10 12 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0128189995884895</threshold>
<left_val>-1.2597670555114746</left_val>
<right_val>0.5531709790229797</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 5 9 6 -1.</_>
<_>10 5 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0159319993108511</threshold>
<left_val>-0.8625440001487732</left_val>
<right_val>0.6373180150985718</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 17 6 6 -1.</_>
<_>9 20 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2780001163482666e-003</threshold>
<left_val>-0.7463920116424561</left_val>
<right_val>0.5315560102462769</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 7 22 15 -1.</_>
<_>0 12 22 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0318409986793995</threshold>
<left_val>-1.2650489807128906</left_val>
<right_val>0.3615390062332153</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 1 17 9 -1.</_>
<_>4 4 17 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.6960000395774841e-003</threshold>
<left_val>-0.9829040169715881</left_val>
<right_val>0.3601300120353699</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 5 6 10 -1.</_>
<_>9 5 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0120550002902746</threshold>
<left_val>0.6406840085983276</left_val>
<right_val>-0.5012500286102295</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 1 6 8 -1.</_>
<_>18 1 3 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0213249996304512</threshold>
<left_val>-0.2403499931097031</left_val>
<right_val>0.8544800281524658</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 6 7 -1.</_>
<_>3 1 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0304860007017851</threshold>
<left_val>-0.3427360057830811</left_val>
<right_val>1.1428849697113037</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 0 6 22 -1.</_>
<_>18 0 3 22 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0450799986720085</threshold>
<left_val>1.0976949930191040</left_val>
<right_val>-0.1797460019588471</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 6 22 -1.</_>
<_>3 0 3 22 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0717009976506233</threshold>
<left_val>1.5735000371932983</left_val>
<right_val>-0.3143349885940552</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>16 7 8 16 -1.</_>
<_>16 7 4 16 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0592180006206036</threshold>
<left_val>-0.2758240103721619</left_val>
<right_val>1.0448570251464844</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 10 19 6 -1.</_>
<_>2 12 19 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.7010000348091125e-003</threshold>
<left_val>-1.0974019765853882</left_val>
<right_val>0.1980119943618774</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 9 6 12 -1.</_>
<_>9 13 6 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0410469993948936</threshold>
<left_val>0.3054769933223724</left_val>
<right_val>-1.3287999629974365</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 15 17 6 -1.</_>
<_>2 17 17 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.5499999113380909e-004</threshold>
<left_val>0.2580710053443909</left_val>
<right_val>-0.7005289793014526</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 7 3 14 -1.</_>
<_>14 14 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0303600002080202</threshold>
<left_val>-1.2306419610977173</left_val>
<right_val>0.2260939925909042</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 6 8 10 -1.</_>
<_>5 6 4 5 2.</_>
<_>9 11 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0129300002008677</threshold>
<left_val>0.4075860083103180</left_val>
<right_val>-0.5123450160026550</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 8 9 11 -1.</_>
<_>18 8 3 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0373679995536804</threshold>
<left_val>-0.0947550013661385</left_val>
<right_val>0.6176509857177734</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 8 9 11 -1.</_>
<_>3 8 3 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0244340002536774</threshold>
<left_val>-0.4110060036182404</left_val>
<right_val>0.4763050079345703</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 6 10 18 -1.</_>
<_>8 15 10 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0570079982280731</threshold>
<left_val>0.2524929940700531</left_val>
<right_val>-0.6866980195045471</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 7 3 14 -1.</_>
<_>7 14 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0163139998912811</threshold>
<left_val>-0.9392840266227722</left_val>
<right_val>0.1144810020923615</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 14 24 8 -1.</_>
<_>8 14 8 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1764889955520630</threshold>
<left_val>1.2451089620590210</left_val>
<right_val>-0.0565190017223358</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 10 18 14 -1.</_>
<_>10 10 9 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1761460006237030</threshold>
<left_val>-0.3252820074558258</left_val>
<right_val>0.8279150128364563</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 12 6 6 -1.</_>
<_>14 15 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.3910001665353775e-003</threshold>
<left_val>0.3478370010852814</left_val>
<right_val>-0.1792909950017929</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 10 16 -1.</_>
<_>7 0 5 8 2.</_>
<_>12 8 5 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0608909986913204</threshold>
<left_val>0.0550980009138584</left_val>
<right_val>-1.5480779409408569</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 0 9 6 -1.</_>
<_>13 0 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0291230008006096</threshold>
<left_val>-1.0255639553070068</left_val>
<right_val>0.2410690039396286</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 3 16 4 -1.</_>
<_>12 3 8 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0456489995121956</threshold>
<left_val>1.0301599502563477</left_val>
<right_val>-0.3167209923267365</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 0 9 6 -1.</_>
<_>13 0 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0373330004513264</threshold>
<left_val>0.2162059992551804</left_val>
<right_val>-0.8258990049362183</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 1 20 4 -1.</_>
<_>1 1 10 2 2.</_>
<_>11 3 10 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0244110003113747</threshold>
<left_val>-1.5957959890365601</left_val>
<right_val>0.0511390008032322</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 0 9 6 -1.</_>
<_>13 0 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0598069988191128</threshold>
<left_val>-1.0312290191650391</left_val>
<right_val>0.1309230029582977</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 0 9 6 -1.</_>
<_>8 0 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0301060006022453</threshold>
<left_val>-1.4781630039215088</left_val>
<right_val>0.0372119992971420</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 18 10 6 -1.</_>
<_>8 20 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.4209999293088913e-003</threshold>
<left_val>-0.2402410060167313</left_val>
<right_val>0.4933399856090546</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 3 6 9 -1.</_>
<_>8 3 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.1909999195486307e-003</threshold>
<left_val>0.2894150018692017</left_val>
<right_val>-0.5725960135459900</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 3 12 6 -1.</_>
<_>7 5 12 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0208609998226166</threshold>
<left_val>-0.2314839959144592</left_val>
<right_val>0.6376590132713318</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 10 18 3 -1.</_>
<_>0 11 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.6990000195801258e-003</threshold>
<left_val>-1.2107750177383423</left_val>
<right_val>0.0640180036425591</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 10 22 3 -1.</_>
<_>1 11 22 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0187580008059740</threshold>
<left_val>0.2446130067110062</left_val>
<right_val>-0.9978669881820679</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 11 8 8 -1.</_>
<_>9 11 4 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0443230010569096</threshold>
<left_val>-1.3699189424514771</left_val>
<right_val>0.0360519997775555</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 11 6 6 -1.</_>
<_>12 11 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0228599999099970</threshold>
<left_val>0.2128839939832687</left_val>
<right_val>-1.0397620201110840</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 11 6 6 -1.</_>
<_>9 11 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.8600005730986595e-004</threshold>
<left_val>0.3244360089302063</left_val>
<right_val>-0.5429180264472961</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 10 11 6 -1.</_>
<_>7 12 11 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0172390006482601</threshold>
<left_val>-0.2832390069961548</left_val>
<right_val>0.4446820020675659</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 13 24 4 -1.</_>
<_>0 13 12 2 2.</_>
<_>12 15 12 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0345310010015965</threshold>
<left_val>-2.3107020854949951</left_val>
<right_val>-3.1399999279528856e-003</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 4 22 12 -1.</_>
<_>13 4 11 6 2.</_>
<_>2 10 11 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0670069977641106</threshold>
<left_val>0.2871569991111755</left_val>
<right_val>-0.6448100209236145</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 0 20 17 -1.</_>
<_>12 0 10 17 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.2377689927816391</threshold>
<left_val>-0.2717480063438416</left_val>
<right_val>0.8021910190582275</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 0 2 24 -1.</_>
<_>14 0 1 24 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0129030002281070</threshold>
<left_val>-1.5317620038986206</left_val>
<right_val>0.2142360061407089</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 0 2 24 -1.</_>
<_>9 0 1 24 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0105149997398257</threshold>
<left_val>0.0770379975438118</left_val>
<right_val>-1.0581140518188477</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 1 2 22 -1.</_>
<_>14 1 1 22 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0169690009206533</threshold>
<left_val>0.1430670022964478</left_val>
<right_val>-0.8582839965820313</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 1 2 22 -1.</_>
<_>9 1 1 22 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.2460002265870571e-003</threshold>
<left_val>-1.1020129919052124</left_val>
<right_val>0.0649069994688034</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>17 6 3 18 -1.</_>
<_>18 6 1 18 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0105569995939732</threshold>
<left_val>0.0139640001580119</left_val>
<right_val>0.6360149979591370</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 14 9 6 -1.</_>
<_>6 16 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.1380001716315746e-003</threshold>
<left_val>-0.3454590141773224</left_val>
<right_val>0.5629680156707764</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 14 9 4 -1.</_>
<_>13 16 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0131580000743270</threshold>
<left_val>0.1992730051279068</left_val>
<right_val>-1.5040320158004761</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 18 18 3 -1.</_>
<_>3 19 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.1310000922530890e-003</threshold>
<left_val>-0.4090369939804077</left_val>
<right_val>0.3779639899730682</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 4 8 18 -1.</_>
<_>13 4 4 9 2.</_>
<_>9 13 4 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1092069968581200</threshold>
<left_val>-2.2227079868316650</left_val>
<right_val>0.1217819973826408</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 17 18 3 -1.</_>
<_>0 18 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.1820003688335419e-003</threshold>
<left_val>-0.2865200042724609</left_val>
<right_val>0.6789079904556274</right_val></_></_></trees>
<stage_threshold>-4.1299300193786621</stage_threshold>
<parent>4</parent>
<next>-1</next></_>
<_>
<!-- stage 6 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 12 4 -1.</_>
<_>6 2 6 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0313469991087914</threshold>
<left_val>-0.8888459801673889</left_val>
<right_val>0.9493680000305176</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 8 14 6 -1.</_>
<_>6 11 14 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0319180004298687</threshold>
<left_val>-1.1146880388259888</left_val>
<right_val>0.4888899922370911</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 5 6 6 -1.</_>
<_>10 5 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.5939999185502529e-003</threshold>
<left_val>-1.0097689628601074</left_val>
<right_val>0.4972380101680756</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 5 6 16 -1.</_>
<_>10 13 6 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0261480007320642</threshold>
<left_val>0.2599129974842072</left_val>
<right_val>-1.2537480592727661</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 4 9 16 -1.</_>
<_>4 4 3 16 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0128450002521276</threshold>
<left_val>-0.5713859796524048</left_val>
<right_val>0.5965949892997742</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 0 18 9 -1.</_>
<_>5 3 18 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0263449996709824</threshold>
<left_val>-0.5520319938659668</left_val>
<right_val>0.3021740019321442</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 15 5 8 -1.</_>
<_>9 19 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0150830000638962</threshold>
<left_val>-1.2871240377426147</left_val>
<right_val>0.2235420048236847</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>20 0 4 9 -1.</_>
<_>20 0 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0388870015740395</threshold>
<left_val>1.7425049543380737</left_val>
<right_val>-0.0997470021247864</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 0 18 3 -1.</_>
<_>2 1 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.7029998861253262e-003</threshold>
<left_val>-1.0523240566253662</left_val>
<right_val>0.1836259961128235</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 22 19 2 -1.</_>
<_>5 23 19 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.4860000228509307e-003</threshold>
<left_val>0.5678420066833496</left_val>
<right_val>-0.4674200117588043</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 4 9 -1.</_>
<_>2 0 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0284860003739595</threshold>
<left_val>1.3082909584045410</left_val>
<right_val>-0.2646090090274811</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 6 19 18 -1.</_>
<_>5 12 19 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0662249997258186</threshold>
<left_val>-0.4621070027351379</left_val>
<right_val>0.4174959957599640</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 6 9 -1.</_>
<_>2 1 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.8569996878504753e-003</threshold>
<left_val>-0.4147489964962006</left_val>
<right_val>0.5920479893684387</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 5 14 12 -1.</_>
<_>13 5 7 6 2.</_>
<_>6 11 7 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0113559998571873</threshold>
<left_val>0.3610309958457947</left_val>
<right_val>-0.4578120112419128</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 20 2 -1.</_>
<_>0 2 20 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.7679998893290758e-003</threshold>
<left_val>-0.8923889994621277</left_val>
<right_val>0.1419900059700012</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 2 22 3 -1.</_>
<_>1 3 22 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0112469997256994</threshold>
<left_val>0.2935340106487274</left_val>
<right_val>-0.9733060002326965</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 8 7 9 -1.</_>
<_>2 11 7 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.1970000863075256e-003</threshold>
<left_val>-0.7933490276336670</left_val>
<right_val>0.1831340044736862</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 12 22 4 -1.</_>
<_>13 12 11 2 2.</_>
<_>2 14 11 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0317689999938011</threshold>
<left_val>0.1552309989929199</left_val>
<right_val>-1.3245639801025391</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 12 22 4 -1.</_>
<_>0 12 11 2 2.</_>
<_>11 14 11 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0251739993691444</threshold>
<left_val>0.0342149995267391</left_val>
<right_val>-2.0948131084442139</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 7 6 11 -1.</_>
<_>11 7 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.5360001064836979e-003</threshold>
<left_val>-0.3945060074329376</left_val>
<right_val>0.5133399963378906</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 1 9 6 -1.</_>
<_>10 1 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0328730009496212</threshold>
<left_val>0.0883729979395866</left_val>
<right_val>-1.2814120054244995</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 2 4 10 -1.</_>
<_>11 7 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.7379998937249184e-003</threshold>
<left_val>0.5528650283813477</left_val>
<right_val>-0.4638499915599823</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 4 12 12 -1.</_>
<_>6 10 12 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0380750000476837</threshold>
<left_val>-1.8497270345687866</left_val>
<right_val>0.0459440015256405</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 1 6 15 -1.</_>
<_>18 6 6 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0389840006828308</threshold>
<left_val>-0.4822370111942291</left_val>
<right_val>0.3476060032844544</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 15 18 3 -1.</_>
<_>3 16 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.8029999230057001e-003</threshold>
<left_val>-0.4515469968318939</left_val>
<right_val>0.4280630052089691</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 5 6 9 -1.</_>
<_>18 8 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0541459992527962</threshold>
<left_val>-0.8452079892158508</left_val>
<right_val>0.1667490005493164</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 5 16 6 -1.</_>
<_>1 5 8 3 2.</_>
<_>9 8 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.3280000835657120e-003</threshold>
<left_val>0.3534829914569855</left_val>
<right_val>-0.4716320037841797</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 0 6 9 -1.</_>
<_>13 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0337780006229877</threshold>
<left_val>0.1846310049295425</left_val>
<right_val>-1.6686669588088989</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 4 24 14 -1.</_>
<_>0 4 12 7 2.</_>
<_>12 11 12 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1123809963464737</threshold>
<left_val>-1.2521569728851318</left_val>
<right_val>0.0359920002520084</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 0 4 13 -1.</_>
<_>13 0 2 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0104080000892282</threshold>
<left_val>-0.8162040114402771</left_val>
<right_val>0.2342859953641892</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 4 13 -1.</_>
<_>9 0 2 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.9439999274909496e-003</threshold>
<left_val>-0.9258469939231873</left_val>
<right_val>0.1003480032086372</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 6 6 9 -1.</_>
<_>13 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.3029998242855072e-003</threshold>
<left_val>0.5649930238723755</left_val>
<right_val>-0.1888190060853958</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 7 6 9 -1.</_>
<_>10 7 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0117499995976686</threshold>
<left_val>0.8030239939689636</left_val>
<right_val>-0.3827700018882752</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 17 9 6 -1.</_>
<_>13 19 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0232170000672340</threshold>
<left_val>-0.8492699861526489</left_val>
<right_val>0.1967120021581650</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 18 14 6 -1.</_>
<_>2 18 7 3 2.</_>
<_>9 21 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0168660003691912</threshold>
<left_val>-0.4059189856052399</left_val>
<right_val>0.5069530010223389</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 18 18 4 -1.</_>
<_>12 18 9 2 2.</_>
<_>3 20 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0240310002118349</threshold>
<left_val>-1.5297520160675049</left_val>
<right_val>0.2334499955177307</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 20 15 4 -1.</_>
<_>5 20 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0369459986686707</threshold>
<left_val>0.6300770044326782</left_val>
<right_val>-0.3178040087223053</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 15 15 9 -1.</_>
<_>14 15 5 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0615639984607697</threshold>
<left_val>0.5862789750099182</left_val>
<right_val>-0.0121079999953508</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 4 16 4 -1.</_>
<_>4 6 16 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0216610003262758</threshold>
<left_val>-0.2562370002269745</left_val>
<right_val>1.0409849882125854</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 10 6 -1.</_>
<_>7 8 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.6710000131279230e-003</threshold>
<left_val>0.2917110025882721</left_val>
<right_val>-0.8328729867935181</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 14 15 10 -1.</_>
<_>5 14 5 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0448490008711815</threshold>
<left_val>-0.3963319957256317</left_val>
<right_val>0.4566200077533722</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 9 10 14 -1.</_>
<_>12 9 5 7 2.</_>
<_>7 16 5 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0571950003504753</threshold>
<left_val>0.2102389931678772</left_val>
<right_val>-1.5004800558090210</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 6 9 -1.</_>
<_>9 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0113420002162457</threshold>
<left_val>0.4407129883766174</left_val>
<right_val>-0.3865379989147186</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 6 18 3 -1.</_>
<_>3 7 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0120040001347661</threshold>
<left_val>0.9395459890365601</left_val>
<right_val>-0.1058949977159500</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 10 18 3 -1.</_>
<_>0 11 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0225159991532564</threshold>
<left_val>9.4480002298951149e-003</left_val>
<right_val>-1.6799509525299072</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 16 18 4 -1.</_>
<_>12 16 9 2 2.</_>
<_>3 18 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0198090001940727</threshold>
<left_val>-1.0133639574050903</left_val>
<right_val>0.2414660006761551</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 6 14 6 -1.</_>
<_>4 6 7 3 2.</_>
<_>11 9 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0158910006284714</threshold>
<left_val>-0.3750759959220886</left_val>
<right_val>0.4661409854888916</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 0 2 18 -1.</_>
<_>13 0 1 18 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.1420002281665802e-003</threshold>
<left_val>-0.8048409819602966</left_val>
<right_val>0.1781699955463409</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 0 2 18 -1.</_>
<_>10 0 1 18 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.4740000739693642e-003</threshold>
<left_val>-1.0562069416046143</left_val>
<right_val>0.0733050033450127</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 7 15 10 -1.</_>
<_>10 7 5 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1274250000715256</threshold>
<left_val>0.2016559988260269</left_val>
<right_val>-1.5467929840087891</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 20 21 4 -1.</_>
<_>8 20 7 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0477030016481876</threshold>
<left_val>-0.3793779909610748</left_val>
<right_val>0.3788599967956543</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 5 5 18 -1.</_>
<_>10 14 5 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0536080002784729</threshold>
<left_val>0.2122049927711487</left_val>
<right_val>-1.2399710416793823</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 24 6 -1.</_>
<_>0 2 12 3 2.</_>
<_>12 5 12 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0396809987723827</threshold>
<left_val>-1.0257550477981567</left_val>
<right_val>0.0512829981744289</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 1 22 8 -1.</_>
<_>12 1 11 4 2.</_>
<_>1 5 11 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0673270002007484</threshold>
<left_val>-1.0304750204086304</left_val>
<right_val>0.2300529927015305</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 0 15 9 -1.</_>
<_>4 3 15 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1333760023117065</threshold>
<left_val>-0.2086900025606155</left_val>
<right_val>1.2272510528564453</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 24 19 -1.</_>
<_>8 0 8 19 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2091930061578751</threshold>
<left_val>0.8792989850044251</left_val>
<right_val>-0.0442549996078014</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 21 18 3 -1.</_>
<_>11 21 9 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0655890032649040</threshold>
<left_val>1.0443429946899414</left_val>
<right_val>-0.2168209999799728</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 7 10 4 -1.</_>
<_>9 7 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0618829987943172</threshold>
<left_val>0.1379819959402084</left_val>
<right_val>-1.9009059667587280</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 7 10 4 -1.</_>
<_>10 7 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0255789998918772</threshold>
<left_val>-1.6607600450515747</left_val>
<right_val>5.8439997956156731e-003</right_val></_></_>
<_>
<!-- tree 59 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>17 8 6 16 -1.</_>
<_>20 8 3 8 2.</_>
<_>17 16 3 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0348270013928413</threshold>
<left_val>0.7994040250778198</left_val>
<right_val>-0.0824069976806641</right_val></_></_>
<_>
<!-- tree 60 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 15 20 4 -1.</_>
<_>1 15 10 2 2.</_>
<_>11 17 10 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0182099994271994</threshold>
<left_val>-0.9607399702072144</left_val>
<right_val>0.0663200020790100</right_val></_></_>
<_>
<!-- tree 61 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 15 10 6 -1.</_>
<_>14 17 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0150709999725223</threshold>
<left_val>0.1989939957857132</left_val>
<right_val>-0.7643300294876099</right_val></_></_></trees>
<stage_threshold>-4.0218091011047363</stage_threshold>
<parent>5</parent>
<next>-1</next></_>
<_>
<!-- stage 7 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 0 16 9 -1.</_>
<_>3 3 16 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0463249981403351</threshold>
<left_val>-1.0362670421600342</left_val>
<right_val>0.8220149874687195</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 6 7 15 -1.</_>
<_>15 11 7 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0154069997370243</threshold>
<left_val>-1.2327589988708496</left_val>
<right_val>0.2964769899845123</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 1 6 13 -1.</_>
<_>11 1 2 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0128089999780059</threshold>
<left_val>-0.7585229873657227</left_val>
<right_val>0.5798550248146057</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>17 2 6 14 -1.</_>
<_>17 2 3 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0491509996354580</threshold>
<left_val>-0.3898389935493469</left_val>
<right_val>0.8968030214309692</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 14 12 10 -1.</_>
<_>3 14 6 5 2.</_>
<_>9 19 6 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0126210004091263</threshold>
<left_val>-0.7179930210113525</left_val>
<right_val>0.5044090151786804</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 10 6 -1.</_>
<_>7 8 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0187689997255802</threshold>
<left_val>0.5514760017395020</left_val>
<right_val>-0.7055540084838867</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 2 6 14 -1.</_>
<_>4 2 3 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0419650003314018</threshold>
<left_val>-0.4478209912776947</left_val>
<right_val>0.7098550200462341</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 4 5 12 -1.</_>
<_>10 8 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0514019988477230</threshold>
<left_val>-1.0932120084762573</left_val>
<right_val>0.2670190036296845</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 17 24 5 -1.</_>
<_>8 17 8 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0709609985351563</threshold>
<left_val>0.8361840248107910</left_val>
<right_val>-0.3831810057163239</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 7 5 12 -1.</_>
<_>15 11 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0167459994554520</threshold>
<left_val>-0.2573310136795044</left_val>
<right_val>0.2596650123596191</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 1 6 12 -1.</_>
<_>3 1 3 6 2.</_>
<_>6 7 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.2400000169873238e-003</threshold>
<left_val>0.3163149952888489</left_val>
<right_val>-0.5879690051078796</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 13 6 6 -1.</_>
<_>12 16 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0393979996442795</threshold>
<left_val>-1.0491210222244263</left_val>
<right_val>0.1682240068912506</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 13 6 6 -1.</_>
<_>6 16 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.</threshold>
<left_val>0.1614419966936112</left_val>
<right_val>-0.8787689805030823</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 6 3 16 -1.</_>
<_>14 14 3 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0223079994320869</threshold>
<left_val>-0.6905350089073181</left_val>
<right_val>0.2360700070858002</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 12 13 6 -1.</_>
<_>1 14 13 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.8919999711215496e-003</threshold>
<left_val>0.2498919963836670</left_val>
<right_val>-0.5658329725265503</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 1 4 9 -1.</_>
<_>13 1 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.0730000212788582e-003</threshold>
<left_val>-0.5041580200195313</left_val>
<right_val>0.3837450146675110</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 9 6 -1.</_>
<_>10 0 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0392309986054897</threshold>
<left_val>0.0426190011203289</left_val>
<right_val>-1.3875889778137207</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 2 6 9 -1.</_>
<_>12 2 3 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0622380003333092</threshold>
<left_val>0.1411940008401871</left_val>
<right_val>-1.0688860416412354</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 2 6 9 -1.</_>
<_>9 2 3 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.1399999968707561e-003</threshold>
<left_val>-0.8962240219116211</left_val>
<right_val>0.1979639977216721</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 18 12 6 -1.</_>
<_>6 20 12 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.1800000518560410e-004</threshold>
<left_val>-0.4533729851245880</left_val>
<right_val>0.4353269934654236</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 6 9 -1.</_>
<_>9 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.9169998168945313e-003</threshold>
<left_val>0.3382279872894287</left_val>
<right_val>-0.4479300081729889</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 7 12 3 -1.</_>
<_>7 7 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0238669998943806</threshold>
<left_val>-0.7890859842300415</left_val>
<right_val>0.2251179963350296</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 3 8 21 -1.</_>
<_>8 10 8 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1026280000805855</threshold>
<left_val>-2.2831439971923828</left_val>
<right_val>-5.3960001096129417e-003</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 4 10 12 -1.</_>
<_>7 8 10 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.5239998772740364e-003</threshold>
<left_val>0.3934670090675354</left_val>
<right_val>-0.5224220156669617</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 6 9 -1.</_>
<_>0 4 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0398770011961460</threshold>
<left_val>0.0327990017831326</left_val>
<right_val>-1.5079489946365356</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 2 2 20 -1.</_>
<_>15 2 1 20 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0131449997425079</threshold>
<left_val>-1.0839990377426147</left_val>
<right_val>0.1848240047693253</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 3 6 9 -1.</_>
<_>0 6 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0505909994244576</threshold>
<left_val>-1.8822289705276489</left_val>
<right_val>-2.2199999075382948e-003</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 3 2 21 -1.</_>
<_>15 3 1 21 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0249170009046793</threshold>
<left_val>0.1459340006113052</left_val>
<right_val>-2.2196519374847412</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 2 23 -1.</_>
<_>8 0 1 23 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.6370001770555973e-003</threshold>
<left_val>-1.0164569616317749</left_val>
<right_val>0.0587970018386841</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 8 9 4 -1.</_>
<_>15 10 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0429119989275932</threshold>
<left_val>0.1544300019741058</left_val>
<right_val>-1.1843889951705933</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 8 9 4 -1.</_>
<_>0 10 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.3000000510364771e-004</threshold>
<left_val>-0.7730579972267151</left_val>
<right_val>0.1218990013003349</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 14 9 6 -1.</_>
<_>8 16 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.0929996222257614e-003</threshold>
<left_val>-0.1145009994506836</left_val>
<right_val>0.7109130024909973</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 14 9 6 -1.</_>
<_>0 16 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0111450003460050</threshold>
<left_val>0.0700009986758232</left_val>
<right_val>-1.0534820556640625</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 10 18 4 -1.</_>
<_>9 10 6 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0524530000984669</threshold>
<left_val>-1.7594360113143921</left_val>
<right_val>0.1952379941940308</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 24 19 -1.</_>
<_>8 0 8 19 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2302069962024689</threshold>
<left_val>0.9584029912948608</left_val>
<right_val>-0.2504569888114929</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 1 8 12 -1.</_>
<_>9 7 8 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0163659993559122</threshold>
<left_val>0.4673190116882324</left_val>
<right_val>-0.2110839933156967</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 6 4 10 -1.</_>
<_>12 6 2 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0172080006450415</threshold>
<left_val>0.7083569765090942</left_val>
<right_val>-0.2801829874515533</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 9 10 12 -1.</_>
<_>12 9 5 6 2.</_>
<_>7 15 5 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0366480015218258</threshold>
<left_val>-1.1013339757919312</left_val>
<right_val>0.2434110045433044</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 0 3 19 -1.</_>
<_>6 0 1 19 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0103049995377660</threshold>
<left_val>-1.0933129787445068</left_val>
<right_val>0.0562589988112450</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 0 6 10 -1.</_>
<_>16 0 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0137130003422499</threshold>
<left_val>-0.2643809914588928</left_val>
<right_val>0.1982100009918213</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 0 6 12 -1.</_>
<_>2 0 3 6 2.</_>
<_>5 6 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0293080005794764</threshold>
<left_val>-0.2214239984750748</left_val>
<right_val>1.0525950193405151</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 11 24 2 -1.</_>
<_>0 12 24 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0240770000964403</threshold>
<left_val>0.1848569959402084</left_val>
<right_val>-1.7203969955444336</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 9 13 4 -1.</_>
<_>4 11 13 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.1280000954866409e-003</threshold>
<left_val>-0.9272149801254273</left_val>
<right_val>0.0587529987096787</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 8 6 9 -1.</_>
<_>9 11 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0223779994994402</threshold>
<left_val>1.9646559953689575</left_val>
<right_val>0.0277859997004271</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 12 16 4 -1.</_>
<_>0 14 16 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.0440000854432583e-003</threshold>
<left_val>0.2142760008573532</left_val>
<right_val>-0.4840759932994843</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 12 6 9 -1.</_>
<_>18 15 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0406030006706715</threshold>
<left_val>-1.1754349470138550</left_val>
<right_val>0.1606120020151138</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 12 6 9 -1.</_>
<_>0 15 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0244660004973412</threshold>
<left_val>-1.1239900588989258</left_val>
<right_val>0.0411100015044212</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 7 10 4 -1.</_>
<_>8 7 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.5309999473392963e-003</threshold>
<left_val>-0.1716970056295395</left_val>
<right_val>0.3217880129814148</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 7 6 9 -1.</_>
<_>10 7 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0195889994502068</threshold>
<left_val>0.8272020220756531</left_val>
<right_val>-0.2637670040130615</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 0 6 9 -1.</_>
<_>13 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0296359993517399</threshold>
<left_val>-1.1524770259857178</left_val>
<right_val>0.1499930024147034</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 6 9 -1.</_>
<_>9 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0150300003588200</threshold>
<left_val>-1.0491830110549927</left_val>
<right_val>0.0401609987020493</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 3 6 15 -1.</_>
<_>14 3 2 15 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0607150010764599</threshold>
<left_val>-1.0903840065002441</left_val>
<right_val>0.1533080041408539</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 3 6 15 -1.</_>
<_>8 3 2 15 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0127900000661612</threshold>
<left_val>0.4224860072135925</left_val>
<right_val>-0.4239920079708099</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 2 9 4 -1.</_>
<_>15 4 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0202479995787144</threshold>
<left_val>-0.9186699986457825</left_val>
<right_val>0.1848569959402084</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 10 6 7 -1.</_>
<_>8 10 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0306839998811483</threshold>
<left_val>-1.5958670377731323</left_val>
<right_val>2.5760000571608543e-003</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 14 6 10 -1.</_>
<_>9 19 6 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0207180008292198</threshold>
<left_val>-0.6629999876022339</left_val>
<right_val>0.3103719949722290</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 13 5 8 -1.</_>
<_>7 17 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7290000105276704e-003</threshold>
<left_val>0.1918340027332306</left_val>
<right_val>-0.6508499979972839</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 5 3 16 -1.</_>
<_>14 13 3 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0313940010964870</threshold>
<left_val>-0.6364300251007080</left_val>
<right_val>0.1540839970111847</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 17 18 3 -1.</_>
<_>2 18 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0190030001103878</threshold>
<left_val>-0.1891939938068390</left_val>
<right_val>1.5294510126113892</right_val></_></_>
<_>
<!-- tree 59 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 18 19 3 -1.</_>
<_>5 19 19 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.1769997701048851e-003</threshold>
<left_val>-0.1059790030121803</left_val>
<right_val>0.6485959887504578</right_val></_></_>
<_>
<!-- tree 60 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 0 6 9 -1.</_>
<_>11 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0101659996435046</threshold>
<left_val>-1.0802700519561768</left_val>
<right_val>0.0371760018169880</right_val></_></_>
<_>
<!-- tree 61 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 4 3 18 -1.</_>
<_>13 4 1 18 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.4169999631121755e-003</threshold>
<left_val>0.3415749967098236</left_val>
<right_val>-0.0977379977703094</right_val></_></_>
<_>
<!-- tree 62 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 4 3 18 -1.</_>
<_>10 4 1 18 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.0799998678267002e-003</threshold>
<left_val>0.4762459993362427</left_val>
<right_val>-0.3436630070209503</right_val></_></_>
<_>
<!-- tree 63 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 3 18 9 -1.</_>
<_>9 3 6 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0440969988703728</threshold>
<left_val>0.9763429760932922</left_val>
<right_val>-0.0191730000078678</right_val></_></_>
<_>
<!-- tree 64 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 1 6 14 -1.</_>
<_>8 1 2 14 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0606699995696545</threshold>
<left_val>-2.1752851009368896</left_val>
<right_val>-0.0289259999990463</right_val></_></_>
<_>
<!-- tree 65 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 16 9 6 -1.</_>
<_>12 19 9 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0329319983720779</threshold>
<left_val>-0.6438310146331787</left_val>
<right_val>0.1649409979581833</right_val></_></_>
<_>
<!-- tree 66 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 3 20 16 -1.</_>
<_>1 3 10 8 2.</_>
<_>11 11 10 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1472280025482178</threshold>
<left_val>-1.4745830297470093</left_val>
<right_val>2.5839998852461576e-003</right_val></_></_>
<_>
<!-- tree 67 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 5 6 12 -1.</_>
<_>15 5 3 6 2.</_>
<_>12 11 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0119300000369549</threshold>
<left_val>0.4244140088558197</left_val>
<right_val>-0.1771260052919388</right_val></_></_>
<_>
<!-- tree 68 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 2 22 16 -1.</_>
<_>1 2 11 8 2.</_>
<_>12 10 11 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1451790034770966</threshold>
<left_val>0.0254449993371964</left_val>
<right_val>-1.2779400348663330</right_val></_></_>
<_>
<!-- tree 69 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 14 5 10 -1.</_>
<_>10 19 5 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0514479987323284</threshold>
<left_val>0.1567839980125427</left_val>
<right_val>-1.5188430547714233</right_val></_></_>
<_>
<!-- tree 70 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 21 18 3 -1.</_>
<_>3 22 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.1479999888688326e-003</threshold>
<left_val>-0.4042440056800842</left_val>
<right_val>0.3242970108985901</right_val></_></_>
<_>
<!-- tree 71 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 14 6 10 -1.</_>
<_>12 14 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0436000004410744</threshold>
<left_val>-1.9932260513305664</left_val>
<right_val>0.1501860022544861</right_val></_></_></trees>
<stage_threshold>-3.8832089900970459</stage_threshold>
<parent>6</parent>
<next>-1</next></_>
<_>
<!-- stage 8 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 24 4 -1.</_>
<_>8 2 8 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1289959996938705</threshold>
<left_val>-0.6216199994087219</left_val>
<right_val>1.1116520166397095</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 4 12 9 -1.</_>
<_>6 7 12 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0912619978189468</threshold>
<left_val>1.0143059492111206</left_val>
<right_val>-0.6133520007133484</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 6 12 5 -1.</_>
<_>10 6 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0142719997093081</threshold>
<left_val>-1.0261659622192383</left_val>
<right_val>0.3977999985218048</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 8 14 12 -1.</_>
<_>5 12 14 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0328899994492531</threshold>
<left_val>-1.1386079788208008</left_val>
<right_val>0.2869080007076263</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 14 8 10 -1.</_>
<_>4 14 4 5 2.</_>
<_>8 19 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0125900004059076</threshold>
<left_val>-0.5664560198783875</left_val>
<right_val>0.4517239928245544</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 6 5 14 -1.</_>
<_>11 13 5 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0146610001102090</threshold>
<left_val>0.3050599992275238</left_val>
<right_val>-0.6812959909439087</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 3 16 -1.</_>
<_>7 14 3 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0335559993982315</threshold>
<left_val>-1.7208939790725708</left_val>
<right_val>0.0614390000700951</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 7 18 8 -1.</_>
<_>9 7 6 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1425269991159439</threshold>
<left_val>0.2319220006465912</left_val>
<right_val>-1.7297149896621704</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 3 20 2 -1.</_>
<_>2 4 20 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.2079997733235359e-003</threshold>
<left_val>-1.2163300514221191</left_val>
<right_val>0.1216019988059998</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 12 19 6 -1.</_>
<_>3 14 19 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0181789994239807</threshold>
<left_val>0.3255369961261749</left_val>
<right_val>-0.8100399971008301</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 6 6 9 -1.</_>
<_>10 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0250369999557734</threshold>
<left_val>-0.3169879913330078</left_val>
<right_val>0.6736140251159668</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>16 6 6 14 -1.</_>
<_>16 6 3 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0465609990060329</threshold>
<left_val>-0.1108980029821396</left_val>
<right_val>0.8408250212669373</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 9 6 12 -1.</_>
<_>9 9 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.9999996125698090e-003</threshold>
<left_val>0.3957450091838837</left_val>
<right_val>-0.4762459993362427</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 6 6 18 -1.</_>
<_>21 6 3 9 2.</_>
<_>18 15 3 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0408059991896153</threshold>
<left_val>-1.8000000272877514e-004</left_val>
<right_val>0.9457070231437683</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 6 6 18 -1.</_>
<_>0 6 3 9 2.</_>
<_>3 15 3 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0342219993472099</threshold>
<left_val>0.7520629763603210</left_val>
<right_val>-0.3153150081634522</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 2 6 9 -1.</_>
<_>18 5 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0397160016000271</threshold>
<left_val>-0.8313959836959839</left_val>
<right_val>0.1774439960718155</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 18 15 6 -1.</_>
<_>3 20 15 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.5170000735670328e-003</threshold>
<left_val>-0.5937799811363220</left_val>
<right_val>0.2465700060129166</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 2 6 9 -1.</_>
<_>18 5 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0274289995431900</threshold>
<left_val>0.1599839925765991</left_val>
<right_val>-0.4278199970722199</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 6 9 -1.</_>
<_>0 5 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0349860005080700</threshold>
<left_val>0.0350559987127781</left_val>
<right_val>-1.5988600254058838</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 10 18 2 -1.</_>
<_>5 11 18 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.4970000162720680e-003</threshold>
<left_val>-0.5203430056571960</left_val>
<right_val>0.3782829940319061</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 0 12 6 -1.</_>
<_>6 2 12 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.7699999045580626e-003</threshold>
<left_val>-0.5318260192871094</left_val>
<right_val>0.2495100051164627</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 0 6 9 -1.</_>
<_>12 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0351740010082722</threshold>
<left_val>0.1998340040445328</left_val>
<right_val>-1.4446129798889160</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 0 6 9 -1.</_>
<_>10 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0259709991514683</threshold>
<left_val>0.0444269999861717</left_val>
<right_val>-1.3622980117797852</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 12 9 6 -1.</_>
<_>15 14 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0157839991152287</threshold>
<left_val>-0.9102039933204651</left_val>
<right_val>0.2719030082225800</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 6 13 6 -1.</_>
<_>3 8 13 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.5880000367760658e-003</threshold>
<left_val>0.0920649990439415</left_val>
<right_val>-0.8162890076637268</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 12 9 6 -1.</_>
<_>15 14 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0207540001720190</threshold>
<left_val>0.2118570059537888</left_val>
<right_val>-0.7472900152206421</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 5 6 15 -1.</_>
<_>5 5 3 15 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0598290003836155</threshold>
<left_val>-0.2730109989643097</left_val>
<right_val>0.8092330098152161</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 8 9 6 -1.</_>
<_>11 8 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0390390008687973</threshold>
<left_val>-0.1043229997158051</left_val>
<right_val>0.8622620105743408</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 6 3 14 -1.</_>
<_>8 13 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0216659996658564</threshold>
<left_val>0.0627090036869049</left_val>
<right_val>-0.9889429807662964</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 12 9 6 -1.</_>
<_>15 14 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0274969991296530</threshold>
<left_val>-0.9269099831581116</left_val>
<right_val>0.1558630019426346</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 12 10 4 -1.</_>
<_>9 12 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0104620000347495</threshold>
<left_val>0.1341809928417206</left_val>
<right_val>-0.7038639783859253</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 1 4 19 -1.</_>
<_>13 1 2 19 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0248709991574287</threshold>
<left_val>0.1970670074224472</left_val>
<right_val>-0.4026330113410950</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 1 4 19 -1.</_>
<_>9 1 2 19 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0160360001027584</threshold>
<left_val>-1.1409829854965210</left_val>
<right_val>0.0739979967474937</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 9 6 9 -1.</_>
<_>18 12 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0486270003020763</threshold>
<left_val>0.1699039936065674</left_val>
<right_val>-0.7215219736099243</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 21 18 3 -1.</_>
<_>1 22 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.2619999470189214e-003</threshold>
<left_val>-0.4738979935646057</left_val>
<right_val>0.2625499963760376</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 13 10 9 -1.</_>
<_>14 16 10 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0880350023508072</threshold>
<left_val>-2.1606519222259521</left_val>
<right_val>0.1455480009317398</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 13 22 4 -1.</_>
<_>1 13 11 2 2.</_>
<_>12 15 11 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0183569993823767</threshold>
<left_val>0.0447509996592999</left_val>
<right_val>-1.0766370296478271</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 6 16 6 -1.</_>
<_>12 6 8 3 2.</_>
<_>4 9 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0352750010788441</threshold>
<left_val>-0.0329190008342266</left_val>
<right_val>1.2153890132904053</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 0 18 22 -1.</_>
<_>1 0 9 11 2.</_>
<_>10 11 9 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2039290070533752</threshold>
<left_val>-1.3187999725341797</left_val>
<right_val>0.0155039997771382</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 7 8 14 -1.</_>
<_>14 7 4 7 2.</_>
<_>10 14 4 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0166190005838871</threshold>
<left_val>0.3685019910335541</left_val>
<right_val>-0.1528369933366776</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 4 6 20 -1.</_>
<_>0 4 3 10 2.</_>
<_>3 14 3 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0377390012145042</threshold>
<left_val>-0.2572779953479767</left_val>
<right_val>0.7065529823303223</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 0 6 9 -1.</_>
<_>17 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2720000706613064e-003</threshold>
<left_val>-0.0776029974222183</left_val>
<right_val>0.3336780071258545</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 0 6 9 -1.</_>
<_>5 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0148029997944832</threshold>
<left_val>-0.7852479815483093</left_val>
<right_val>0.0769340023398399</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 12 6 12 -1.</_>
<_>18 12 3 6 2.</_>
<_>15 18 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0483190007507801</threshold>
<left_val>1.7022320032119751</left_val>
<right_val>0.0497220009565353</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 12 6 12 -1.</_>
<_>3 12 3 6 2.</_>
<_>6 18 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0295390002429485</threshold>
<left_val>0.7767069935798645</left_val>
<right_val>-0.2453429996967316</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 12 9 6 -1.</_>
<_>15 14 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0461690016090870</threshold>
<left_val>-1.4922779798507690</left_val>
<right_val>0.1234000027179718</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 12 9 6 -1.</_>
<_>0 14 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0280649997293949</threshold>
<left_val>-2.1345369815826416</left_val>
<right_val>-0.0257970001548529</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 14 19 3 -1.</_>
<_>4 15 19 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.7339998893439770e-003</threshold>
<left_val>0.5698260068893433</left_val>
<right_val>-0.1205660030245781</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 13 19 3 -1.</_>
<_>2 14 19 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0101110003888607</threshold>
<left_val>0.6791139841079712</left_val>
<right_val>-0.2663800120353699</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 15 10 6 -1.</_>
<_>14 17 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0113599998876452</threshold>
<left_val>0.2478979974985123</left_val>
<right_val>-0.6449300050735474</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 0 10 12 -1.</_>
<_>6 0 5 6 2.</_>
<_>11 6 5 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0518090017139912</threshold>
<left_val>0.0147160002961755</left_val>
<right_val>-1.2395579814910889</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>17 1 6 12 -1.</_>
<_>20 1 3 6 2.</_>
<_>17 7 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0332919992506504</threshold>
<left_val>-8.2559995353221893e-003</left_val>
<right_val>1.0168470144271851</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 1 6 12 -1.</_>
<_>1 1 3 6 2.</_>
<_>4 7 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0144940000027418</threshold>
<left_val>0.4506680071353912</left_val>
<right_val>-0.3625099956989288</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>16 14 6 9 -1.</_>
<_>16 17 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0342219993472099</threshold>
<left_val>-0.9529250264167786</left_val>
<right_val>0.2068459987640381</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 3 9 12 -1.</_>
<_>7 9 9 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0806540027260780</threshold>
<left_val>-2.0139501094818115</left_val>
<right_val>-0.0230849999934435</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 1 4 12 -1.</_>
<_>12 7 4 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.9399999706074595e-004</threshold>
<left_val>0.3957200050354004</left_val>
<right_val>-0.2935130000114441</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 0 14 8 -1.</_>
<_>4 4 14 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0971620008349419</threshold>
<left_val>-0.2498030066490173</left_val>
<right_val>1.0859220027923584</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 6 6 9 -1.</_>
<_>12 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0366140007972717</threshold>
<left_val>-0.0578440017998219</left_val>
<right_val>1.2162159681320190</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 10 18 3 -1.</_>
<_>8 10 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0516939982771873</threshold>
<left_val>0.0430629998445511</left_val>
<right_val>-1.0636160373687744</right_val></_></_>
<_>
<!-- tree 59 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 15 9 6 -1.</_>
<_>15 17 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0245570000261068</threshold>
<left_val>-0.4894680082798004</left_val>
<right_val>0.1718290001153946</right_val></_></_>
<_>
<!-- tree 60 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 21 23 -1.</_>
<_>7 1 7 23 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.3273679912090302</threshold>
<left_val>-0.2968859970569611</left_val>
<right_val>0.5179830193519592</right_val></_></_>
<_>
<!-- tree 61 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 9 17 4 -1.</_>
<_>6 11 17 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.6959999278187752e-003</threshold>
<left_val>-0.5980589985847473</left_val>
<right_val>0.2480320036411285</right_val></_></_>
<_>
<!-- tree 62 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 0 11 18 -1.</_>
<_>1 6 11 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1617220044136047</threshold>
<left_val>-0.0296139996498823</left_val>
<right_val>-2.3162529468536377</right_val></_></_>
<_>
<!-- tree 63 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 15 13 6 -1.</_>
<_>6 17 13 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.7889999113976955e-003</threshold>
<left_val>0.3745790123939514</left_val>
<right_val>-0.3277919888496399</right_val></_></_>
<_>
<!-- tree 64 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 15 9 6 -1.</_>
<_>0 17 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0184029992669821</threshold>
<left_val>-0.9969270229339600</left_val>
<right_val>0.0729480013251305</right_val></_></_>
<_>
<!-- tree 65 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 7 15 4 -1.</_>
<_>13 7 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0776650011539459</threshold>
<left_val>0.1417569965124130</left_val>
<right_val>-1.7238730192184448</right_val></_></_>
<_>
<!-- tree 66 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 12 6 9 -1.</_>
<_>9 15 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0189210008829832</threshold>
<left_val>-0.2127310037612915</left_val>
<right_val>1.0165189504623413</right_val></_></_>
<_>
<!-- tree 67 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 8 18 3 -1.</_>
<_>12 8 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0793979987502098</threshold>
<left_val>-1.3164349794387817</left_val>
<right_val>0.1498199999332428</right_val></_></_>
<_>
<!-- tree 68 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 14 24 4 -1.</_>
<_>8 14 8 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0680370032787323</threshold>
<left_val>0.4942199885845184</left_val>
<right_val>-0.2909100055694580</right_val></_></_>
<_>
<!-- tree 69 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>16 10 3 12 -1.</_>
<_>16 16 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.1010001227259636e-003</threshold>
<left_val>0.4243049919605255</left_val>
<right_val>-0.3389930129051209</right_val></_></_>
<_>
<!-- tree 70 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 3 24 3 -1.</_>
<_>0 4 24 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0319270007312298</threshold>
<left_val>-0.0310469996184111</left_val>
<right_val>-2.3459999561309814</right_val></_></_>
<_>
<!-- tree 71 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 17 10 6 -1.</_>
<_>14 19 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0298439990729094</threshold>
<left_val>-0.7898960113525391</left_val>
<right_val>0.1541769951581955</right_val></_></_>
<_>
<!-- tree 72 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 13 18 3 -1.</_>
<_>7 13 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0805419981479645</threshold>
<left_val>-2.2509229183197021</left_val>
<right_val>-0.0309069994837046</right_val></_></_>
<_>
<!-- tree 73 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 0 18 9 -1.</_>
<_>5 3 18 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.8109999150037766e-003</threshold>
<left_val>-0.2557730078697205</left_val>
<right_val>0.2378550022840500</right_val></_></_>
<_>
<!-- tree 74 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 3 16 9 -1.</_>
<_>4 6 16 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0336470007896423</threshold>
<left_val>-0.2254139930009842</left_val>
<right_val>0.9230740070343018</right_val></_></_>
<_>
<!-- tree 75 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>16 5 3 12 -1.</_>
<_>16 11 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.2809999585151672e-003</threshold>
<left_val>-0.2889620065689087</left_val>
<right_val>0.3104619979858398</right_val></_></_>
<_>
<!-- tree 76 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 7 18 4 -1.</_>
<_>6 7 6 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1010439991950989</threshold>
<left_val>-0.0348640009760857</left_val>
<right_val>-2.7102620601654053</right_val></_></_>
<_>
<!-- tree 77 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 6 6 9 -1.</_>
<_>12 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0100090000778437</threshold>
<left_val>0.5971540212631226</left_val>
<right_val>-0.0338310003280640</right_val></_></_>
<_>
<!-- tree 78 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 8 6 10 -1.</_>
<_>11 8 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.1919998154044151e-003</threshold>
<left_val>-0.4773800075054169</left_val>
<right_val>0.2268600016832352</right_val></_></_>
<_>
<!-- tree 79 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 15 6 9 -1.</_>
<_>11 15 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0249690003693104</threshold>
<left_val>0.2287770062685013</left_val>
<right_val>-1.0435529947280884</right_val></_></_>
<_>
<!-- tree 80 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 1 18 21 -1.</_>
<_>12 1 9 21 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.2790800034999847</threshold>
<left_val>-0.2581810057163239</left_val>
<right_val>0.7678049802780151</right_val></_></_>
<_>
<!-- tree 81 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 8 12 7 -1.</_>
<_>6 8 6 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0442130006849766</threshold>
<left_val>-0.5979800224304199</left_val>
<right_val>0.2803989946842194</right_val></_></_>
<_>
<!-- tree 82 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 5 6 9 -1.</_>
<_>10 5 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0141369998455048</threshold>
<left_val>0.7098730206489563</left_val>
<right_val>-0.2564519941806793</right_val></_></_></trees>
<stage_threshold>-3.8424909114837646</stage_threshold>
<parent>7</parent>
<next>-1</next></_>
<_>
<!-- stage 9 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 24 4 -1.</_>
<_>8 2 8 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1377120018005371</threshold>
<left_val>-0.5587059855461121</left_val>
<right_val>1.0953769683837891</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 7 5 12 -1.</_>
<_>14 11 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0344609990715981</threshold>
<left_val>-0.7117189764976502</left_val>
<right_val>0.5289959907531738</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 7 5 12 -1.</_>
<_>5 11 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0185800008475780</threshold>
<left_val>-1.1157519817352295</left_val>
<right_val>0.4059399962425232</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 6 6 9 -1.</_>
<_>11 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0250419992953539</threshold>
<left_val>-0.4089249968528748</left_val>
<right_val>0.7412999868392944</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 6 17 -1.</_>
<_>3 1 3 17 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0571790002286434</threshold>
<left_val>-0.3805429935455322</left_val>
<right_val>0.7364770174026489</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 1 19 9 -1.</_>
<_>3 4 19 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0149320000782609</threshold>
<left_val>-0.6994550228118897</left_val>
<right_val>0.3795099854469299</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 18 12 6 -1.</_>
<_>3 18 6 3 2.</_>
<_>9 21 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.8900001719594002e-003</threshold>
<left_val>-0.5455859899520874</left_val>
<right_val>0.3633249998092651</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>20 4 4 19 -1.</_>
<_>20 4 2 19 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0304359998553991</threshold>
<left_val>-0.1012459993362427</left_val>
<right_val>0.7958589792251587</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 16 10 7 -1.</_>
<_>5 16 5 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0441600009799004</threshold>
<left_val>0.8441089987754822</left_val>
<right_val>-0.3297640085220337</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 7 10 12 -1.</_>
<_>13 7 5 6 2.</_>
<_>8 13 5 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0184610001742840</threshold>
<left_val>0.2632659971714020</left_val>
<right_val>-0.9673650264739990</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 7 10 12 -1.</_>
<_>6 7 5 6 2.</_>
<_>11 13 5 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0106149995699525</threshold>
<left_val>0.1525190025568008</left_val>
<right_val>-1.0589870214462280</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 2 9 6 -1.</_>
<_>12 2 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0459740012884140</threshold>
<left_val>-1.9918340444564819</left_val>
<right_val>0.1362909972667694</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 20 21 4 -1.</_>
<_>8 20 7 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0829000025987625</threshold>
<left_val>-0.3203719854354858</left_val>
<right_val>0.6030420064926148</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 12 9 6 -1.</_>
<_>9 14 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.9130001142621040e-003</threshold>
<left_val>0.5958660244941711</left_val>
<right_val>-0.2113959938287735</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 2 9 6 -1.</_>
<_>10 2 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0428140014410019</threshold>
<left_val>0.0229250006377697</left_val>
<right_val>-1.4679330587387085</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 0 4 14 -1.</_>
<_>13 0 2 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.7139997631311417e-003</threshold>
<left_val>-0.4398950040340424</left_val>
<right_val>0.2043969929218292</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 4 14 -1.</_>
<_>9 0 2 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.3390002101659775e-003</threshold>
<left_val>-0.8906679749488831</left_val>
<right_val>0.1046999990940094</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 15 9 6 -1.</_>
<_>14 17 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.0749997869133949e-003</threshold>
<left_val>0.2116419970989227</left_val>
<right_val>-0.4023160040378571</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 8 18 5 -1.</_>
<_>8 8 6 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0967390015721321</threshold>
<left_val>0.0133199999108911</left_val>
<right_val>-1.6085360050201416</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 3 6 11 -1.</_>
<_>20 3 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0305369999259710</threshold>
<left_val>1.0063740015029907</left_val>
<right_val>-0.1341329962015152</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 5 11 14 -1.</_>
<_>6 12 11 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0608559995889664</threshold>
<left_val>-1.4689979553222656</left_val>
<right_val>9.4240000471472740e-003</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 4 6 9 -1.</_>
<_>18 7 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0381620004773140</threshold>
<left_val>-0.8163639903068543</left_val>
<right_val>0.2617120146751404</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 9 6 -1.</_>
<_>7 8 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.6960002556443214e-003</threshold>
<left_val>0.1156169995665550</left_val>
<right_val>-0.7169319987297058</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 4 6 9 -1.</_>
<_>18 7 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0489029996097088</threshold>
<left_val>0.1305049955844879</left_val>
<right_val>-1.6448370218276978</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 4 6 9 -1.</_>
<_>0 7 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0416119992733002</threshold>
<left_val>-1.1795840263366699</left_val>
<right_val>0.0250170007348061</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 4 9 4 -1.</_>
<_>9 6 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0201880000531673</threshold>
<left_val>0.6318820118904114</left_val>
<right_val>-0.1049040034413338</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 22 19 2 -1.</_>
<_>0 23 19 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.7900000400841236e-004</threshold>
<left_val>0.1850779950618744</left_val>
<right_val>-0.5356590151786804</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>17 14 6 9 -1.</_>
<_>17 17 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0336220003664494</threshold>
<left_val>-0.9312760233879089</left_val>
<right_val>0.2007150053977966</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 14 6 9 -1.</_>
<_>1 17 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0194559991359711</threshold>
<left_val>0.0380290001630783</left_val>
<right_val>-1.0112210512161255</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 11 4 9 -1.</_>
<_>14 11 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.1800000579096377e-004</threshold>
<left_val>0.3645769953727722</left_val>
<right_val>-0.2761090099811554</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 11 4 9 -1.</_>
<_>8 11 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.8899999344721437e-004</threshold>
<left_val>0.1966589987277985</left_val>
<right_val>-0.5341050028800964</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 9 18 7 -1.</_>
<_>9 9 6 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0934960022568703</threshold>
<left_val>-1.6772350072860718</left_val>
<right_val>0.2072709947824478</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 12 6 10 -1.</_>
<_>9 17 6 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0778779983520508</threshold>
<left_val>-3.0760629177093506</left_val>
<right_val>-0.0358039997518063</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 0 6 9 -1.</_>
<_>14 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0169479995965958</threshold>
<left_val>0.2144739925861359</left_val>
<right_val>-0.7137629985809326</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 0 6 9 -1.</_>
<_>8 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0214590001851320</threshold>
<left_val>-1.1468060016632080</left_val>
<right_val>0.0158559996634722</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 17 18 3 -1.</_>
<_>6 18 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0128659997135401</threshold>
<left_val>0.8381239771842957</left_val>
<right_val>-0.0659440010786057</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 17 18 3 -1.</_>
<_>1 18 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.8220004215836525e-003</threshold>
<left_val>-0.2802680134773254</left_val>
<right_val>0.7937690019607544</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 6 11 12 -1.</_>
<_>10 12 11 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1029440015554428</threshold>
<left_val>0.1783230006694794</left_val>
<right_val>-0.6841220259666443</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 6 14 6 -1.</_>
<_>5 6 7 3 2.</_>
<_>12 9 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0374879986047745</threshold>
<left_val>0.9618999958038330</left_val>
<right_val>-0.2173559963703156</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 4 15 4 -1.</_>
<_>5 6 15 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0255059991031885</threshold>
<left_val>0.0101039996370673</left_val>
<right_val>1.2461110353469849</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 22 2 -1.</_>
<_>0 1 22 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.6700001480057836e-004</threshold>
<left_val>-0.5348820090293884</left_val>
<right_val>0.1474629938602448</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 24 24 -1.</_>
<_>8 0 8 24 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2886790037155151</threshold>
<left_val>0.8217279911041260</left_val>
<right_val>-0.0149480002000928</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 15 18 4 -1.</_>
<_>10 15 9 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0912949964404106</threshold>
<left_val>-0.1960539966821671</left_val>
<right_val>1.0803170204162598</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 8 12 9 -1.</_>
<_>6 11 12 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1205660030245781</threshold>
<left_val>-0.0238489992916584</left_val>
<right_val>1.1392610073089600</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 12 7 12 -1.</_>
<_>4 16 7 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0737750008702278</threshold>
<left_val>-1.3583840131759644</left_val>
<right_val>-4.2039998807013035e-003</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 2 22 6 -1.</_>
<_>12 2 11 3 2.</_>
<_>1 5 11 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0331280007958412</threshold>
<left_val>-0.6448320150375366</left_val>
<right_val>0.2414219975471497</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 20 14 3 -1.</_>
<_>12 20 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0439370013773441</threshold>
<left_val>0.8428540229797363</left_val>
<right_val>-0.2062480002641678</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 24 16 -1.</_>
<_>12 0 12 8 2.</_>
<_>0 8 12 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1811019927263260</threshold>
<left_val>0.1921209990978241</left_val>
<right_val>-1.2222139835357666</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 13 18 4 -1.</_>
<_>3 13 9 2 2.</_>
<_>12 15 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0118509996682405</threshold>
<left_val>-0.7267739772796631</left_val>
<right_val>0.0526879988610744</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 10 22 2 -1.</_>
<_>2 11 22 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.5920000411570072e-003</threshold>
<left_val>-0.3630520105361939</left_val>
<right_val>0.2922379970550537</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 3 11 8 -1.</_>
<_>6 7 11 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.0620002225041389e-003</threshold>
<left_val>0.0581160001456738</left_val>
<right_val>-0.6716160178184509</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 5 6 6 -1.</_>
<_>14 8 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0237150005996227</threshold>
<left_val>0.4714210033416748</left_val>
<right_val>0.0185800008475780</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 7 24 6 -1.</_>
<_>0 9 24 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0671719983220100</threshold>
<left_val>-1.1331889629364014</left_val>
<right_val>0.0237809997051954</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 0 10 10 -1.</_>
<_>19 0 5 5 2.</_>
<_>14 5 5 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0653100013732910</threshold>
<left_val>0.9825350046157837</left_val>
<right_val>0.0283620003610849</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 10 10 -1.</_>
<_>0 0 5 5 2.</_>
<_>5 5 5 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0227910000830889</threshold>
<left_val>-0.2821370065212250</left_val>
<right_val>0.5899339914321899</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 24 4 -1.</_>
<_>12 1 12 2 2.</_>
<_>0 3 12 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0190379992127419</threshold>
<left_val>-0.6371150016784668</left_val>
<right_val>0.2651459872722626</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 17 18 3 -1.</_>
<_>0 18 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.8689999170601368e-003</threshold>
<left_val>0.3748730123043060</left_val>
<right_val>-0.3323209881782532</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 15 16 6 -1.</_>
<_>13 15 8 3 2.</_>
<_>5 18 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0401460006833076</threshold>
<left_val>-1.3048729896545410</left_val>
<right_val>0.1572429984807968</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 15 16 6 -1.</_>
<_>3 15 8 3 2.</_>
<_>11 18 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0405309982597828</threshold>
<left_val>-2.0458049774169922</left_val>
<right_val>-0.0269259996712208</right_val></_></_>
<_>
<!-- tree 59 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 16 18 3 -1.</_>
<_>6 17 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0122539997100830</threshold>
<left_val>0.7764940261840820</left_val>
<right_val>-0.0429710000753403</right_val></_></_>
<_>
<!-- tree 60 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 13 21 10 -1.</_>
<_>0 18 21 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0272199995815754</threshold>
<left_val>0.1742440015077591</left_val>
<right_val>-0.4460090100765228</right_val></_></_>
<_>
<!-- tree 61 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 0 6 24 -1.</_>
<_>15 0 2 24 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0883660018444061</threshold>
<left_val>-1.5036419630050659</left_val>
<right_val>0.1428990066051483</right_val></_></_>
<_>
<!-- tree 62 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 4 6 11 -1.</_>
<_>9 4 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.9159997403621674e-003</threshold>
<left_val>0.2866669893264771</left_val>
<right_val>-0.3792369961738586</right_val></_></_>
<_>
<!-- tree 63 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 5 9 6 -1.</_>
<_>12 5 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0419600009918213</threshold>
<left_val>1.3846950531005859</left_val>
<right_val>0.0650269985198975</right_val></_></_>
<_>
<!-- tree 64 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 4 2 20 -1.</_>
<_>1 14 2 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0456629991531372</threshold>
<left_val>-0.2245229929685593</left_val>
<right_val>0.7952100038528442</right_val></_></_>
<_>
<!-- tree 65 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 0 6 24 -1.</_>
<_>15 0 2 24 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1409060060977936</threshold>
<left_val>-1.5879319906234741</left_val>
<right_val>0.1135900020599365</right_val></_></_>
<_>
<!-- tree 66 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 0 6 24 -1.</_>
<_>7 0 2 24 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0592160001397133</threshold>
<left_val>-1.1945960521697998</left_val>
<right_val>-7.1640000678598881e-003</right_val></_></_>
<_>
<!-- tree 67 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>16 7 6 14 -1.</_>
<_>19 7 3 7 2.</_>
<_>16 14 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.3390002101659775e-003</threshold>
<left_val>-0.1552869975566864</left_val>
<right_val>0.4066449999809265</right_val></_></_>
<_>
<!-- tree 68 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 7 4 12 -1.</_>
<_>6 7 2 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.0369999110698700e-003</threshold>
<left_val>0.2592790126800537</left_val>
<right_val>-0.3836829960346222</right_val></_></_>
<_>
<!-- tree 69 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 5 24 14 -1.</_>
<_>8 5 8 14 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.2751649916172028</threshold>
<left_val>-0.0884979963302612</left_val>
<right_val>0.7678750157356262</right_val></_></_>
<_>
<!-- tree 70 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 13 10 6 -1.</_>
<_>5 15 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0266019999980927</threshold>
<left_val>0.7502449750900269</left_val>
<right_val>-0.2262199968099594</right_val></_></_>
<_>
<!-- tree 71 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 0 6 9 -1.</_>
<_>14 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0409060008823872</threshold>
<left_val>0.1215860024094582</left_val>
<right_val>-1.4566910266876221</right_val></_></_>
<_>
<!-- tree 72 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 7 6 14 -1.</_>
<_>2 7 3 7 2.</_>
<_>5 14 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.5320002138614655e-003</threshold>
<left_val>-0.3661150038242340</left_val>
<right_val>0.2596859931945801</right_val></_></_>
<_>
<!-- tree 73 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 2 9 15 -1.</_>
<_>18 2 3 15 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0318790003657341</threshold>
<left_val>-0.0750190019607544</left_val>
<right_val>0.4848479926586151</right_val></_></_>
<_>
<!-- tree 74 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 6 9 -1.</_>
<_>2 2 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0414820015430450</threshold>
<left_val>0.7822039723396301</left_val>
<right_val>-0.2199220061302185</right_val></_></_>
<_>
<!-- tree 75 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 2 10 14 -1.</_>
<_>17 2 5 7 2.</_>
<_>12 9 5 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0961309969425201</threshold>
<left_val>-0.8945630192756653</left_val>
<right_val>0.1468070000410080</right_val></_></_>
<_>
<!-- tree 76 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 6 2 18 -1.</_>
<_>12 6 1 18 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0115689998492599</threshold>
<left_val>0.8271409869194031</left_val>
<right_val>-0.2027560025453568</right_val></_></_>
<_>
<!-- tree 77 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 5 15 6 -1.</_>
<_>14 5 5 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0183129999786615</threshold>
<left_val>0.0163679998368025</left_val>
<right_val>0.2730680108070374</right_val></_></_>
<_>
<!-- tree 78 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 6 6 10 -1.</_>
<_>10 6 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0341660007834435</threshold>
<left_val>1.1307320594787598</left_val>
<right_val>-0.1881089955568314</right_val></_></_>
<_>
<!-- tree 79 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 0 6 9 -1.</_>
<_>14 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0244769994169474</threshold>
<left_val>-0.5779129862785339</left_val>
<right_val>0.1581249982118607</right_val></_></_>
<_>
<!-- tree 80 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 3 9 7 -1.</_>
<_>6 3 3 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0489570014178753</threshold>
<left_val>-0.0225649997591972</left_val>
<right_val>-1.6373280286788940</right_val></_></_>
<_>
<!-- tree 81 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 7 14 3 -1.</_>
<_>6 7 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0207029990851879</threshold>
<left_val>-0.5451210141181946</left_val>
<right_val>0.2408699989318848</right_val></_></_>
<_>
<!-- tree 82 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 7 8 6 -1.</_>
<_>11 7 4 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0230020005255938</threshold>
<left_val>-1.2236540317535400</left_val>
<right_val>-7.3440000414848328e-003</right_val></_></_>
<_>
<!-- tree 83 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 7 7 12 -1.</_>
<_>12 13 7 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0645850002765656</threshold>
<left_val>0.1469559967517853</left_val>
<right_val>-0.4496749937534332</right_val></_></_>
<_>
<!-- tree 84 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 6 4 18 -1.</_>
<_>10 6 2 9 2.</_>
<_>12 15 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0126660000532866</threshold>
<left_val>-0.2787390053272247</left_val>
<right_val>0.4387660026550293</right_val></_></_>
<_>
<!-- tree 85 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>16 14 6 9 -1.</_>
<_>16 17 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0120029998943210</threshold>
<left_val>-0.2428909987211227</left_val>
<right_val>0.2535009980201721</right_val></_></_>
<_>
<!-- tree 86 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 0 6 13 -1.</_>
<_>6 0 2 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0264439992606640</threshold>
<left_val>-0.8586480021476746</left_val>
<right_val>0.0260259993374348</right_val></_></_>
<_>
<!-- tree 87 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 2 21 3 -1.</_>
<_>9 2 7 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0255479998886585</threshold>
<left_val>0.6928790211677551</left_val>
<right_val>-2.1160000469535589e-003</right_val></_></_>
<_>
<!-- tree 88 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 4 5 12 -1.</_>
<_>5 8 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0391150005161762</threshold>
<left_val>-0.1658910065889359</left_val>
<right_val>1.5209139585494995</right_val></_></_>
<_>
<!-- tree 89 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 3 4 10 -1.</_>
<_>10 8 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.0330000706017017e-003</threshold>
<left_val>0.4385690093040466</left_val>
<right_val>-0.2161370068788528</right_val></_></_>
<_>
<!-- tree 90 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 4 5 8 -1.</_>
<_>8 8 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0339369997382164</threshold>
<left_val>-0.9799839854240418</left_val>
<right_val>0.0221330001950264</right_val></_></_></trees>
<stage_threshold>-3.6478610038757324</stage_threshold>
<parent>8</parent>
<next>-1</next></_>
<_>
<!-- stage 10 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 0 11 9 -1.</_>
<_>6 3 11 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0406729988753796</threshold>
<left_val>-0.9047470092773438</left_val>
<right_val>0.6441059708595276</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 6 12 5 -1.</_>
<_>10 6 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0256099998950958</threshold>
<left_val>-0.7921699881553650</left_val>
<right_val>0.5748999714851379</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 24 5 -1.</_>
<_>8 0 8 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1995950043201447</threshold>
<left_val>-0.3009960055351257</left_val>
<right_val>1.3143850564956665</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 10 23 6 -1.</_>
<_>1 12 23 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0124049996957183</threshold>
<left_val>-0.8988299965858460</left_val>
<right_val>0.2920579910278320</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 21 18 3 -1.</_>
<_>9 21 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0392079986631870</threshold>
<left_val>-0.4195519983768463</left_val>
<right_val>0.5346329808235169</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 6 21 6 -1.</_>
<_>3 8 21 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0308439992368221</threshold>
<left_val>0.4579339921474457</left_val>
<right_val>-0.4462909996509552</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 5 6 12 -1.</_>
<_>2 5 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0355230011045933</threshold>
<left_val>0.9131050109863281</left_val>
<right_val>-0.2737320065498352</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 2 4 15 -1.</_>
<_>10 7 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0616500005125999</threshold>
<left_val>-1.4697799682617187</left_val>
<right_val>0.2036409974098206</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 7 8 10 -1.</_>
<_>8 12 8 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0117399999871850</threshold>
<left_val>-1.0482879877090454</left_val>
<right_val>0.0678019970655441</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 7 15 12 -1.</_>
<_>10 7 5 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0669339969754219</threshold>
<left_val>0.2927449941635132</left_val>
<right_val>-0.5228289961814880</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 17 10 6 -1.</_>
<_>0 19 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0206310003995895</threshold>
<left_val>-1.2855139970779419</left_val>
<right_val>0.0445509999990463</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 18 9 6 -1.</_>
<_>14 20 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0223570000380278</threshold>
<left_val>-0.8575379848480225</left_val>
<right_val>0.1843400001525879</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 6 6 16 -1.</_>
<_>9 14 6 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.1500000255182385e-003</threshold>
<left_val>0.1640550047159195</left_val>
<right_val>-0.6912500262260437</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 18 9 6 -1.</_>
<_>14 20 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0358729995787144</threshold>
<left_val>0.1575649976730347</left_val>
<right_val>-0.8426259756088257</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 18 9 6 -1.</_>
<_>1 20 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0306599996984005</threshold>
<left_val>0.0216370001435280</left_val>
<right_val>-1.3634690046310425</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 9 9 6 -1.</_>
<_>15 11 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.5559999309480190e-003</threshold>
<left_val>-0.1673700064420700</left_val>
<right_val>0.2588840126991272</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 9 9 6 -1.</_>
<_>0 11 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.1160000041127205e-003</threshold>
<left_val>-0.9727180004119873</left_val>
<right_val>0.0661000013351440</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>17 3 6 9 -1.</_>
<_>19 3 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0303169991821051</threshold>
<left_val>0.9847419857978821</left_val>
<right_val>-0.0164480004459620</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 17 18 3 -1.</_>
<_>2 18 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.7200004383921623e-003</threshold>
<left_val>0.4760470092296600</left_val>
<right_val>-0.3251670002937317</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 15 21 6 -1.</_>
<_>3 17 21 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0571269989013672</threshold>
<left_val>-0.9592069983482361</left_val>
<right_val>0.1993820071220398</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 17 6 6 -1.</_>
<_>9 20 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.0059997700154781e-003</threshold>
<left_val>-0.5261250138282776</left_val>
<right_val>0.2242870032787323</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 3 6 9 -1.</_>
<_>18 6 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0337340012192726</threshold>
<left_val>0.1707009971141815</left_val>
<right_val>-1.0737580060958862</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 3 6 9 -1.</_>
<_>0 6 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0346419997513294</threshold>
<left_val>-1.1343129873275757</left_val>
<right_val>0.0365400016307831</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 0 16 10 -1.</_>
<_>12 0 8 5 2.</_>
<_>4 5 8 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0469230003654957</threshold>
<left_val>0.2583230137825012</left_val>
<right_val>-0.7153580188751221</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 0 10 16 -1.</_>
<_>2 0 5 8 2.</_>
<_>7 8 5 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.7660001590847969e-003</threshold>
<left_val>0.1964090019464493</left_val>
<right_val>-0.5335509777069092</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 0 10 5 -1.</_>
<_>14 0 5 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0656279996037483</threshold>
<left_val>-0.0511949993669987</left_val>
<right_val>0.9761070013046265</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 10 5 -1.</_>
<_>5 0 5 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0441650003194809</threshold>
<left_val>1.0631920099258423</left_val>
<right_val>-0.2346259951591492</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 3 6 10 -1.</_>
<_>18 3 3 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0173049997538328</threshold>
<left_val>-0.1858289986848831</left_val>
<right_val>0.4588989913463593</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 11 12 6 -1.</_>
<_>5 11 6 3 2.</_>
<_>11 14 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0331359989941120</threshold>
<left_val>-0.0293819997459650</left_val>
<right_val>-2.6651329994201660</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>21 0 3 18 -1.</_>
<_>22 0 1 18 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0210299994796515</threshold>
<left_val>0.9997990131378174</left_val>
<right_val>0.0249370001256466</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 0 6 9 -1.</_>
<_>8 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0297839995473623</threshold>
<left_val>-0.0296059995889664</left_val>
<right_val>-2.1695868968963623</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 8 9 7 -1.</_>
<_>11 8 3 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0552919991314411</threshold>
<left_val>-7.5599999399855733e-004</left_val>
<right_val>0.7465199828147888</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 12 8 10 -1.</_>
<_>7 12 4 5 2.</_>
<_>11 17 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0335979983210564</threshold>
<left_val>-1.5274159908294678</left_val>
<right_val>0.0110600003972650</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>21 0 3 18 -1.</_>
<_>22 0 1 18 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0196029990911484</threshold>
<left_val>0.0335749983787537</left_val>
<right_val>0.9952620267868042</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 6 4 9 -1.</_>
<_>12 6 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0207870006561279</threshold>
<left_val>0.7661290168762207</left_val>
<right_val>-0.2467080056667328</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 0 9 6 -1.</_>
<_>15 2 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0325360000133514</threshold>
<left_val>0.1626340001821518</left_val>
<right_val>-0.6113430261611939</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 24 3 -1.</_>
<_>0 3 24 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0107880001887679</threshold>
<left_val>-0.9783970117568970</left_val>
<right_val>0.0289699994027615</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 7 6 9 -1.</_>
<_>13 7 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.9560003727674484e-003</threshold>
<left_val>0.4614579975605011</left_val>
<right_val>-0.1351049989461899</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 6 10 -1.</_>
<_>9 6 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.7489999085664749e-003</threshold>
<left_val>0.2545819878578186</left_val>
<right_val>-0.5195559859275818</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 1 6 12 -1.</_>
<_>14 1 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0417799986898899</threshold>
<left_val>-0.8056510090827942</left_val>
<right_val>0.1520850062370300</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 4 12 12 -1.</_>
<_>6 10 12 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0342210009694099</threshold>
<left_val>-1.3137799501419067</left_val>
<right_val>-3.5800000187009573e-003</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 3 2 21 -1.</_>
<_>14 3 1 21 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0101300003007054</threshold>
<left_val>0.2017579972743988</left_val>
<right_val>-0.6133959889411926</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 1 12 8 -1.</_>
<_>6 5 12 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0898490026593208</threshold>
<left_val>0.9763280153274536</left_val>
<right_val>-0.2088479995727539</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 0 18 8 -1.</_>
<_>3 4 18 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0260979998856783</threshold>
<left_val>-0.1880799978971481</left_val>
<right_val>0.4770579934120178</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 0 18 3 -1.</_>
<_>3 1 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.7539999466389418e-003</threshold>
<left_val>-0.6798040270805359</left_val>
<right_val>0.1128880009055138</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 13 24 4 -1.</_>
<_>12 13 12 2 2.</_>
<_>0 15 12 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0319730006158352</threshold>
<left_val>0.1895170062780380</left_val>
<right_val>-1.4967479705810547</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 5 4 9 -1.</_>
<_>12 5 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0193329993635416</threshold>
<left_val>-0.2360990047454834</left_val>
<right_val>0.8132050037384033</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 1 6 9 -1.</_>
<_>13 1 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.9490000559017062e-003</threshold>
<left_val>0.2483039945363998</left_val>
<right_val>-0.0692119970917702</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 2 6 22 -1.</_>
<_>8 2 2 22 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0441469997167587</threshold>
<left_val>-1.0418920516967773</left_val>
<right_val>0.0480530001223087</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>16 10 8 14 -1.</_>
<_>20 10 4 7 2.</_>
<_>16 17 4 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0446819998323917</threshold>
<left_val>0.5134630203247070</left_val>
<right_val>-7.3799998499453068e-003</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 4 16 15 -1.</_>
<_>3 9 16 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1075749993324280</threshold>
<left_val>1.6202019453048706</left_val>
<right_val>-0.1866759955883026</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>16 10 8 14 -1.</_>
<_>20 10 4 7 2.</_>
<_>16 17 4 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1284680068492889</threshold>
<left_val>2.9869480133056641</left_val>
<right_val>0.0954279974102974</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 10 8 14 -1.</_>
<_>0 10 4 7 2.</_>
<_>4 17 4 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0447579994797707</threshold>
<left_val>0.6040530204772949</left_val>
<right_val>-0.2705869972705841</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 14 11 6 -1.</_>
<_>10 17 11 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0439909994602203</threshold>
<left_val>-0.6179050207138062</left_val>
<right_val>0.1599719971418381</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 7 24 9 -1.</_>
<_>8 7 8 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1226899996399880</threshold>
<left_val>0.6632720232009888</left_val>
<right_val>-0.2363699972629547</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 1 4 16 -1.</_>
<_>13 1 2 16 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0199829991906881</threshold>
<left_val>-1.1228660345077515</left_val>
<right_val>0.1961670070886612</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 1 4 16 -1.</_>
<_>9 1 2 16 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0155279999598861</threshold>
<left_val>-1.0770269632339478</left_val>
<right_val>0.0206930004060268</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 5 16 8 -1.</_>
<_>13 5 8 4 2.</_>
<_>5 9 8 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0489710010588169</threshold>
<left_val>0.8116829991340637</left_val>
<right_val>-0.0172520000487566</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 9 6 9 -1.</_>
<_>0 12 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0559759996831417</threshold>
<left_val>-0.0225290004163980</left_val>
<right_val>-1.7356760501861572</right_val></_></_>
<_>
<!-- tree 59 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 16 18 3 -1.</_>
<_>6 17 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.8580000922083855e-003</threshold>
<left_val>0.6788139939308167</left_val>
<right_val>-0.0581800006330013</right_val></_></_>
<_>
<!-- tree 60 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 12 6 9 -1.</_>
<_>3 15 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0134810004383326</threshold>
<left_val>0.0578479990363121</left_val>
<right_val>-0.7725530266761780</right_val></_></_>
<_>
<!-- tree 61 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 14 9 6 -1.</_>
<_>8 16 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.5609999001026154e-003</threshold>
<left_val>-0.1314689964056015</left_val>
<right_val>0.6705579757690430</right_val></_></_>
<_>
<!-- tree 62 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 13 8 10 -1.</_>
<_>2 13 4 5 2.</_>
<_>6 18 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.1149999275803566e-003</threshold>
<left_val>-0.3788059949874878</left_val>
<right_val>0.3097899854183197</right_val></_></_>
<_>
<!-- tree 63 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 5 3 18 -1.</_>
<_>15 11 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.8159998841583729e-003</threshold>
<left_val>-0.5847039818763733</left_val>
<right_val>0.2560209929943085</right_val></_></_>
<_>
<!-- tree 64 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 5 18 3 -1.</_>
<_>3 6 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.5319999381899834e-003</threshold>
<left_val>-0.3021700084209442</left_val>
<right_val>0.4125329852104187</right_val></_></_>
<_>
<!-- tree 65 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>17 5 6 11 -1.</_>
<_>19 5 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0274749994277954</threshold>
<left_val>0.5915470123291016</left_val>
<right_val>0.0179639998823404</right_val></_></_>
<_>
<!-- tree 66 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 5 6 11 -1.</_>
<_>3 5 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0395199991762638</threshold>
<left_val>0.9691349864006043</left_val>
<right_val>-0.2102030068635941</right_val></_></_>
<_>
<!-- tree 67 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>19 1 4 9 -1.</_>
<_>19 1 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0306589994579554</threshold>
<left_val>0.9115589857101440</left_val>
<right_val>0.0405500009655952</right_val></_></_>
<_>
<!-- tree 68 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 1 4 9 -1.</_>
<_>3 1 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.4680000022053719e-003</threshold>
<left_val>-0.6048979759216309</left_val>
<right_val>0.1696089953184128</right_val></_></_>
<_>
<!-- tree 69 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 15 18 9 -1.</_>
<_>4 15 9 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1907760053873062</threshold>
<left_val>0.0435150004923344</left_val>
<right_val>0.8189290165901184</right_val></_></_>
<_>
<!-- tree 70 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 9 12 4 -1.</_>
<_>6 11 12 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.1790000870823860e-003</threshold>
<left_val>-0.9361730217933655</left_val>
<right_val>0.0249370001256466</right_val></_></_>
<_>
<!-- tree 71 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 2 9 6 -1.</_>
<_>15 4 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0241260007023811</threshold>
<left_val>0.1817550063133240</left_val>
<right_val>-0.3418590128421783</right_val></_></_>
<_>
<!-- tree 72 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 9 6 -1.</_>
<_>0 4 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0263839997351170</threshold>
<left_val>-1.2912579774856567</left_val>
<right_val>-3.4280000254511833e-003</right_val></_></_>
<_>
<!-- tree 73 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 0 6 17 -1.</_>
<_>17 0 2 17 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.4139997810125351e-003</threshold>
<left_val>-0.0462919995188713</left_val>
<right_val>0.2526960074901581</right_val></_></_>
<_>
<!-- tree 74 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 0 6 17 -1.</_>
<_>5 0 2 17 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0542160011827946</threshold>
<left_val>-0.0128480000421405</left_val>
<right_val>-1.4304540157318115</right_val></_></_>
<_>
<!-- tree 75 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 17 9 4 -1.</_>
<_>8 19 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.3799999326001853e-004</threshold>
<left_val>-0.2667669951915741</left_val>
<right_val>0.3358829915523529</right_val></_></_>
<_>
<!-- tree 76 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 5 3 18 -1.</_>
<_>6 11 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0152169996872544</threshold>
<left_val>-0.5136730074882507</left_val>
<right_val>0.1300510019063950</right_val></_></_>
<_>
<!-- tree 77 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 2 14 12 -1.</_>
<_>5 8 14 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0170079991221428</threshold>
<left_val>0.4157589972019196</left_val>
<right_val>-0.3124119937419891</right_val></_></_>
<_>
<!-- tree 78 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 2 3 12 -1.</_>
<_>10 8 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0304969996213913</threshold>
<left_val>-0.2482099980115891</left_val>
<right_val>0.7082849740982056</right_val></_></_>
<_>
<!-- tree 79 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 7 14 15 -1.</_>
<_>10 12 14 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.5430002287030220e-003</threshold>
<left_val>-0.2263700067996979</left_val>
<right_val>0.1918459981679916</right_val></_></_>
<_>
<!-- tree 80 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 7 14 15 -1.</_>
<_>0 12 14 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1416399925947189</threshold>
<left_val>0.0652270019054413</left_val>
<right_val>-0.8880950212478638</right_val></_></_>
<_>
<!-- tree 81 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 0 9 6 -1.</_>
<_>15 2 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0193380005657673</threshold>
<left_val>0.1889120042324066</left_val>
<right_val>-0.2739770114421845</right_val></_></_>
<_>
<!-- tree 82 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 9 6 -1.</_>
<_>0 2 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0173240005970001</threshold>
<left_val>-0.9486669898033142</left_val>
<right_val>0.0241969991475344</right_val></_></_>
<_>
<!-- tree 83 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 6 6 14 -1.</_>
<_>14 6 2 14 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.2069999985396862e-003</threshold>
<left_val>0.3693839907646179</left_val>
<right_val>-0.1749490052461624</right_val></_></_>
<_>
<!-- tree 84 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 7 6 9 -1.</_>
<_>11 7 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0161090008914471</threshold>
<left_val>0.9615949988365173</left_val>
<right_val>-0.2000530064105988</right_val></_></_>
<_>
<!-- tree 85 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 6 6 15 -1.</_>
<_>14 6 2 15 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1012250036001205</threshold>
<left_val>-3.0699110031127930</left_val>
<right_val>0.1136379987001419</right_val></_></_>
<_>
<!-- tree 86 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 6 6 15 -1.</_>
<_>8 6 2 15 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.5509999878704548e-003</threshold>
<left_val>0.2292100042104721</left_val>
<right_val>-0.4564509987831116</right_val></_></_>
<_>
<!-- tree 87 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 3 8 9 -1.</_>
<_>15 3 4 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0442479997873306</threshold>
<left_val>-3.1599999056197703e-004</left_val>
<right_val>0.3922530114650726</right_val></_></_>
<_>
<!-- tree 88 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 9 21 -1.</_>
<_>3 0 3 21 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1163600012660027</threshold>
<left_val>0.9523370265960693</left_val>
<right_val>-0.2020159959793091</right_val></_></_>
<_>
<!-- tree 89 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 9 8 12 -1.</_>
<_>11 13 8 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.7360002063214779e-003</threshold>
<left_val>-0.0991770029067993</left_val>
<right_val>0.2037049978971481</right_val></_></_>
<_>
<!-- tree 90 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 7 10 12 -1.</_>
<_>6 7 5 6 2.</_>
<_>11 13 5 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0224590003490448</threshold>
<left_val>8.7280003353953362e-003</left_val>
<right_val>-1.0217070579528809</right_val></_></_>
<_>
<!-- tree 91 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 6 4 18 -1.</_>
<_>12 6 2 9 2.</_>
<_>10 15 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0121090002357960</threshold>
<left_val>0.6481260061264038</left_val>
<right_val>-0.0901490002870560</right_val></_></_>
<_>
<!-- tree 92 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 6 9 -1.</_>
<_>0 3 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0561200007796288</threshold>
<left_val>-0.0367599986493587</left_val>
<right_val>-1.9275590181350708</right_val></_></_>
<_>
<!-- tree 93 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 14 18 3 -1.</_>
<_>3 15 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.7379999458789825e-003</threshold>
<left_val>0.6926130056381226</left_val>
<right_val>-0.0683749988675117</right_val></_></_>
<_>
<!-- tree 94 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 14 8 10 -1.</_>
<_>3 14 4 5 2.</_>
<_>7 19 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.6399998031556606e-003</threshold>
<left_val>-0.4056980013847351</left_val>
<right_val>0.1862570047378540</right_val></_></_>
<_>
<!-- tree 95 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 12 24 4 -1.</_>
<_>12 12 12 2 2.</_>
<_>0 14 12 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0181319992989302</threshold>
<left_val>-0.6451820135116577</left_val>
<right_val>0.2197639942169190</right_val></_></_>
<_>
<!-- tree 96 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 3 20 -1.</_>
<_>1 2 1 20 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0227189995348454</threshold>
<left_val>0.9777619838714600</left_val>
<right_val>-0.1865430027246475</right_val></_></_>
<_>
<!-- tree 97 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 16 10 8 -1.</_>
<_>17 16 5 4 2.</_>
<_>12 20 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0127050001174212</threshold>
<left_val>-0.1054660007357597</left_val>
<right_val>0.3740409910678864</right_val></_></_>
<_>
<!-- tree 98 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 16 10 8 -1.</_>
<_>2 16 5 4 2.</_>
<_>7 20 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0136829996481538</threshold>
<left_val>0.6106410026550293</left_val>
<right_val>-0.2688109874725342</right_val></_></_></trees>
<stage_threshold>-3.8700489997863770</stage_threshold>
<parent>9</parent>
<next>-1</next></_>
<_>
<!-- stage 11 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 10 9 -1.</_>
<_>7 3 10 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0313579998910427</threshold>
<left_val>-1.0183910131454468</left_val>
<right_val>0.5752859711647034</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 24 3 -1.</_>
<_>8 0 8 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0930500030517578</threshold>
<left_val>-0.4129750132560730</left_val>
<right_val>1.0091199874877930</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 8 15 4 -1.</_>
<_>3 10 15 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0259499996900558</threshold>
<left_val>-0.5858790278434753</left_val>
<right_val>0.5660619735717773</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 5 12 6 -1.</_>
<_>10 5 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0164720006287098</threshold>
<left_val>-0.9285749793052673</left_val>
<right_val>0.3092449903488159</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 13 14 6 -1.</_>
<_>5 16 14 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.8779999809339643e-003</threshold>
<left_val>0.1195100024342537</left_val>
<right_val>-1.1180130243301392</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 14 4 10 -1.</_>
<_>11 19 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.0129999443888664e-003</threshold>
<left_val>-0.5784950256347656</left_val>
<right_val>0.3315440118312836</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 6 6 7 -1.</_>
<_>3 6 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0225479993969202</threshold>
<left_val>-0.3832510113716126</left_val>
<right_val>0.5246220231056213</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 0 6 6 -1.</_>
<_>18 0 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0377800017595291</threshold>
<left_val>1.1790670156478882</left_val>
<right_val>-0.0341669991612434</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 1 18 3 -1.</_>
<_>3 2 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.3799999877810478e-003</threshold>
<left_val>-0.8626589775085449</left_val>
<right_val>0.1186790019273758</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 6 14 18 -1.</_>
<_>9 12 14 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0238930005580187</threshold>
<left_val>-0.7495059967041016</left_val>
<right_val>0.2101140022277832</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 6 6 -1.</_>
<_>3 0 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0265219993889332</threshold>
<left_val>0.9212859869003296</left_val>
<right_val>-0.2825280129909515</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 11 6 6 -1.</_>
<_>13 11 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0122800003737211</threshold>
<left_val>0.2666279971599579</left_val>
<right_val>-0.7001360058784485</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 20 24 3 -1.</_>
<_>8 20 8 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0965949967503548</threshold>
<left_val>-0.2845399975776672</left_val>
<right_val>0.7316899895668030</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 11 6 7 -1.</_>
<_>13 11 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0274149999022484</threshold>
<left_val>-0.6149269938468933</left_val>
<right_val>0.1557620018720627</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 12 10 6 -1.</_>
<_>4 14 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0157670006155968</threshold>
<left_val>0.5755119919776917</left_val>
<right_val>-0.3436219990253449</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 11 6 6 -1.</_>
<_>13 11 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.1100000012665987e-003</threshold>
<left_val>0.3259969949722290</left_val>
<right_val>-0.1300829946994782</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 11 6 7 -1.</_>
<_>8 11 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0120069999247789</threshold>
<left_val>0.0893229991197586</left_val>
<right_val>-0.9602559804916382</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 4 11 12 -1.</_>
<_>7 8 11 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0154219996184111</threshold>
<left_val>0.3444949984550476</left_val>
<right_val>-0.4671199917793274</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 15 10 4 -1.</_>
<_>6 17 10 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.1579999960958958e-003</threshold>
<left_val>0.2369630038738251</left_val>
<right_val>-0.5256329774856567</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 0 6 9 -1.</_>
<_>16 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0211859997361898</threshold>
<left_val>-0.7426769733428955</left_val>
<right_val>0.2170200049877167</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 0 6 9 -1.</_>
<_>6 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0170770008116961</threshold>
<left_val>-0.9047179818153381</left_val>
<right_val>0.0660120025277138</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 2 4 15 -1.</_>
<_>11 7 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0408499985933304</threshold>
<left_val>-0.3444660007953644</left_val>
<right_val>0.2150370031595230</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 20 3 -1.</_>
<_>0 1 20 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.1930002197623253e-003</threshold>
<left_val>-0.9338859915733337</left_val>
<right_val>0.0504710003733635</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 18 10 6 -1.</_>
<_>13 20 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0192380007356405</threshold>
<left_val>-0.5320370197296143</left_val>
<right_val>0.1724060028791428</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 7 6 11 -1.</_>
<_>5 7 3 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0441920012235641</threshold>
<left_val>0.9207500219345093</left_val>
<right_val>-0.2214850038290024</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 14 10 9 -1.</_>
<_>10 17 10 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0623920001089573</threshold>
<left_val>-0.7105380296707153</left_val>
<right_val>0.1832389980554581</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 2 4 9 -1.</_>
<_>10 2 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.0079999919980764e-003</threshold>
<left_val>-0.8706309795379639</left_val>
<right_val>0.0553300008177757</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 3 10 4 -1.</_>
<_>14 3 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0238700006157160</threshold>
<left_val>-0.2285420000553131</left_val>
<right_val>0.5241559743881226</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 6 12 6 -1.</_>
<_>6 6 6 3 2.</_>
<_>12 9 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0213910005986691</threshold>
<left_val>-0.3032589852809906</left_val>
<right_val>0.5586060285568237</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 8 8 10 -1.</_>
<_>12 8 4 5 2.</_>
<_>8 13 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0202549993991852</threshold>
<left_val>0.2690150141716003</left_val>
<right_val>-0.7026180028915405</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 4 4 16 -1.</_>
<_>7 12 4 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0287720002233982</threshold>
<left_val>-1.1835030317306519</left_val>
<right_val>0.0465120002627373</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 8 9 4 -1.</_>
<_>8 10 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.4199999645352364e-003</threshold>
<left_val>-0.5465210080146790</left_val>
<right_val>0.2596249878406525</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 2 14 9 -1.</_>
<_>5 5 14 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0569830015301704</threshold>
<left_val>-0.2698290050029755</left_val>
<right_val>0.5817070007324219</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 16 19 8 -1.</_>
<_>3 20 19 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0938920006155968</threshold>
<left_val>-0.9104639887809753</left_val>
<right_val>0.1967770010232925</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 10 8 -1.</_>
<_>5 0 5 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0176999997347593</threshold>
<left_val>-0.4400329887866974</left_val>
<right_val>0.2134950011968613</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 2 16 18 -1.</_>
<_>5 2 8 18 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.2284419983625412</threshold>
<left_val>0.0236050002276897</left_val>
<right_val>0.7717159986495972</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 11 24 11 -1.</_>
<_>8 11 8 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1828750073909760</threshold>
<left_val>0.7922859787940979</left_val>
<right_val>-0.2464479953050613</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 3 18 5 -1.</_>
<_>3 3 9 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0698919966816902</threshold>
<left_val>0.8026779890060425</left_val>
<right_val>-0.0360720008611679</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 16 18 3 -1.</_>
<_>1 17 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0152970002964139</threshold>
<left_val>-0.2007230073213577</left_val>
<right_val>1.1030600070953369</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 17 18 3 -1.</_>
<_>5 18 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.7500001750886440e-003</threshold>
<left_val>-0.0459679998457432</left_val>
<right_val>0.7209450006484985</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 13 9 6 -1.</_>
<_>1 15 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0159830003976822</threshold>
<left_val>-0.9035720229148865</left_val>
<right_val>0.0449879989027977</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 9 23 10 -1.</_>
<_>1 14 23 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0130880000069737</threshold>
<left_val>0.3529709875583649</left_val>
<right_val>-0.3771060109138489</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 7 18 3 -1.</_>
<_>3 8 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0130610000342131</threshold>
<left_val>-0.1958359926939011</left_val>
<right_val>1.1198940277099609</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 8 12 3 -1.</_>
<_>6 8 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0399070009589195</threshold>
<left_val>-1.3998429775238037</left_val>
<right_val>0.1914509981870651</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 2 3 22 -1.</_>
<_>7 2 1 22 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0150269996374846</threshold>
<left_val>2.3600000422447920e-003</left_val>
<right_val>-1.1611249446868896</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 17 10 6 -1.</_>
<_>14 19 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0205179993063211</threshold>
<left_val>-0.4890809953212738</left_val>
<right_val>0.1674340069293976</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 18 10 6 -1.</_>
<_>1 20 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0223590005189180</threshold>
<left_val>-1.2202980518341064</left_val>
<right_val>-0.0119759999215603</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 3 6 12 -1.</_>
<_>13 3 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.9150004312396049e-003</threshold>
<left_val>0.3722809851169586</left_val>
<right_val>-0.0850630030035973</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 6 4 9 -1.</_>
<_>12 6 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0152580002322793</threshold>
<left_val>-0.2941260039806366</left_val>
<right_val>0.5940639972686768</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 0 6 9 -1.</_>
<_>13 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0316659994423389</threshold>
<left_val>-1.4395569562911987</left_val>
<right_val>0.1357879936695099</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 6 9 -1.</_>
<_>9 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0307739991694689</threshold>
<left_val>-2.2545371055603027</left_val>
<right_val>-0.0339710004627705</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 10 9 6 -1.</_>
<_>15 10 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0154830003157258</threshold>
<left_val>0.3770070075988770</left_val>
<right_val>0.0158479996025562</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 11 6 9 -1.</_>
<_>5 11 3 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0351670011878014</threshold>
<left_val>-0.2944610118865967</left_val>
<right_val>0.5315909981727600</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 5 3 19 -1.</_>
<_>15 5 1 19 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0179060008376837</threshold>
<left_val>-0.9978820085525513</left_val>
<right_val>0.1623599976301193</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 6 9 6 -1.</_>
<_>6 8 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.1799999997019768e-003</threshold>
<left_val>0.0476570017635822</left_val>
<right_val>-0.7524989843368530</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 5 3 19 -1.</_>
<_>15 5 1 19 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0157200004905462</threshold>
<left_val>0.1487379968166351</left_val>
<right_val>-0.6537539958953857</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 3 6 9 -1.</_>
<_>0 6 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0298640001565218</threshold>
<left_val>-0.0149520002305508</left_val>
<right_val>-1.2275190353393555</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 21 18 3 -1.</_>
<_>5 22 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.9899999499320984e-003</threshold>
<left_val>-0.1426369994878769</left_val>
<right_val>0.4327279925346375</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 10 18 4 -1.</_>
<_>7 10 6 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0847499966621399</threshold>
<left_val>-0.0192809998989105</left_val>
<right_val>-1.1946409940719604</right_val></_></_>
<_>
<!-- tree 59 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 4 8 10 -1.</_>
<_>17 4 4 5 2.</_>
<_>13 9 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0587249994277954</threshold>
<left_val>-1.7328219413757324</left_val>
<right_val>0.1437470018863678</right_val></_></_>
<_>
<!-- tree 60 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 8 9 6 -1.</_>
<_>10 8 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0447559989988804</threshold>
<left_val>-0.2414059937000275</left_val>
<right_val>0.5401999950408936</right_val></_></_>
<_>
<!-- tree 61 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 9 9 8 -1.</_>
<_>15 9 3 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0403690002858639</threshold>
<left_val>5.7680001482367516e-003</left_val>
<right_val>0.5657809972763062</right_val></_></_>
<_>
<!-- tree 62 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 6 5 12 -1.</_>
<_>0 10 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0377359986305237</threshold>
<left_val>0.0381809994578362</left_val>
<right_val>-0.7937039732933044</right_val></_></_>
<_>
<!-- tree 63 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 14 6 -1.</_>
<_>14 6 7 3 2.</_>
<_>7 9 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0607529990375042</threshold>
<left_val>0.0764530003070831</left_val>
<right_val>1.4813209772109985</right_val></_></_>
<_>
<!-- tree 64 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 5 3 19 -1.</_>
<_>8 5 1 19 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0198320001363754</threshold>
<left_val>-1.6971720457077026</left_val>
<right_val>-0.0273700002580881</right_val></_></_>
<_>
<!-- tree 65 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 4 15 20 -1.</_>
<_>13 4 5 20 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1659269928932190</threshold>
<left_val>0.6297600269317627</left_val>
<right_val>0.0317629985511303</right_val></_></_>
<_>
<!-- tree 66 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 4 15 20 -1.</_>
<_>6 4 5 20 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0690149962902069</threshold>
<left_val>-0.3346320092678070</left_val>
<right_val>0.3007670044898987</right_val></_></_>
<_>
<!-- tree 67 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 10 6 6 -1.</_>
<_>13 10 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0113580003380775</threshold>
<left_val>0.2274149954319000</left_val>
<right_val>-0.3822470009326935</right_val></_></_>
<_>
<!-- tree 68 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 10 6 6 -1.</_>
<_>8 10 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.7000000225380063e-003</threshold>
<left_val>0.1922380030155182</left_val>
<right_val>-0.5273510217666626</right_val></_></_>
<_>
<!-- tree 69 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 2 6 14 -1.</_>
<_>17 2 3 7 2.</_>
<_>14 9 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0797690004110336</threshold>
<left_val>0.0914919972419739</left_val>
<right_val>2.1049048900604248</right_val></_></_>
<_>
<!-- tree 70 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 2 6 14 -1.</_>
<_>4 2 3 7 2.</_>
<_>7 9 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0571440011262894</threshold>
<left_val>-1.7452130317687988</left_val>
<right_val>-0.0409100018441677</right_val></_></_>
<_>
<!-- tree 71 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 4 6 7 -1.</_>
<_>12 4 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.3830001056194305e-003</threshold>
<left_val>-0.2421479970216751</left_val>
<right_val>0.3557780086994171</right_val></_></_>
<_>
<!-- tree 72 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 4 6 9 -1.</_>
<_>11 4 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0180409997701645</threshold>
<left_val>1.1779999732971191</left_val>
<right_val>-0.1767670065164566</right_val></_></_>
<_>
<!-- tree 73 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 4 8 10 -1.</_>
<_>11 4 4 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0945030003786087</threshold>
<left_val>0.1393609941005707</left_val>
<right_val>-1.2993700504302979</right_val></_></_>
<_>
<!-- tree 74 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 4 8 10 -1.</_>
<_>9 4 4 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.4210000671446323e-003</threshold>
<left_val>-0.5460860133171082</left_val>
<right_val>0.1391640007495880</right_val></_></_>
<_>
<!-- tree 75 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 18 10 6 -1.</_>
<_>8 20 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.0290002040565014e-003</threshold>
<left_val>-0.2159720063209534</left_val>
<right_val>0.3925809860229492</right_val></_></_>
<_>
<!-- tree 76 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 18 21 6 -1.</_>
<_>1 20 21 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0345159992575645</threshold>
<left_val>0.0631889998912811</left_val>
<right_val>-0.7210810184478760</right_val></_></_>
<_>
<!-- tree 77 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 2 12 6 -1.</_>
<_>9 2 6 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0519249998033047</threshold>
<left_val>0.6866760253906250</left_val>
<right_val>0.0632729977369308</right_val></_></_>
<_>
<!-- tree 78 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 2 12 6 -1.</_>
<_>9 2 6 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0691620036959648</threshold>
<left_val>1.7411810159683228</left_val>
<right_val>-0.1661929935216904</right_val></_></_>
<_>
<!-- tree 79 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 5 12 6 -1.</_>
<_>18 5 6 3 2.</_>
<_>12 8 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.5229999125003815e-003</threshold>
<left_val>0.3069469928741455</left_val>
<right_val>-0.1666290014982224</right_val></_></_>
<_>
<!-- tree 80 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 8 6 9 -1.</_>
<_>8 11 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0685999989509583</threshold>
<left_val>-0.2140540033578873</left_val>
<right_val>0.7318500280380249</right_val></_></_>
<_>
<!-- tree 81 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 7 20 6 -1.</_>
<_>2 9 20 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0670389980077744</threshold>
<left_val>-0.7936059832572937</left_val>
<right_val>0.2052579969167709</right_val></_></_>
<_>
<!-- tree 82 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 5 12 6 -1.</_>
<_>0 5 6 3 2.</_>
<_>6 8 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0210050009191036</threshold>
<left_val>0.3734439909458160</left_val>
<right_val>-0.2961860001087189</right_val></_></_>
<_>
<!-- tree 83 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 14 8 10 -1.</_>
<_>18 14 4 5 2.</_>
<_>14 19 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0202789995819330</threshold>
<left_val>-0.0152000002563000</left_val>
<right_val>0.4055530130863190</right_val></_></_>
<_>
<!-- tree 84 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 14 8 10 -1.</_>
<_>2 14 4 5 2.</_>
<_>6 19 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0471079982817173</threshold>
<left_val>1.2116849422454834</left_val>
<right_val>-0.1746429949998856</right_val></_></_>
<_>
<!-- tree 85 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 11 20 13 -1.</_>
<_>2 11 10 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1876849979162216</threshold>
<left_val>-0.0229090005159378</left_val>
<right_val>0.6964579820632935</right_val></_></_>
<_>
<!-- tree 86 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 9 12 5 -1.</_>
<_>12 9 6 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0432289987802505</threshold>
<left_val>-1.0602480173110962</left_val>
<right_val>-5.5599998449906707e-004</right_val></_></_>
<_>
<!-- tree 87 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 6 16 6 -1.</_>
<_>13 6 8 3 2.</_>
<_>5 9 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0200040005147457</threshold>
<left_val>-0.0327510014176369</left_val>
<right_val>0.5380510091781616</right_val></_></_>
<_>
<!-- tree 88 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 19 9 4 -1.</_>
<_>1 21 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.0880001187324524e-003</threshold>
<left_val>0.0375480018556118</left_val>
<right_val>-0.7476890087127686</right_val></_></_>
<_>
<!-- tree 89 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 5 12 5 -1.</_>
<_>11 5 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0271010007709265</threshold>
<left_val>-0.0817900002002716</left_val>
<right_val>0.3338710069656372</right_val></_></_>
<_>
<!-- tree 90 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 5 14 12 -1.</_>
<_>3 5 7 6 2.</_>
<_>10 11 7 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0917460024356842</threshold>
<left_val>-1.9213509559631348</left_val>
<right_val>-0.0389529988169670</right_val></_></_>
<_>
<!-- tree 91 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 4 9 6 -1.</_>
<_>12 4 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0124549996107817</threshold>
<left_val>0.4836060106754303</left_val>
<right_val>0.0181680005043745</right_val></_></_>
<_>
<!-- tree 92 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 6 19 3 -1.</_>
<_>2 7 19 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0146490000188351</threshold>
<left_val>-0.1990669965744019</left_val>
<right_val>0.7281540036201477</right_val></_></_>
<_>
<!-- tree 93 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 10 6 9 -1.</_>
<_>18 13 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0291019994765520</threshold>
<left_val>0.1987109929323196</left_val>
<right_val>-0.4921680092811585</right_val></_></_>
<_>
<!-- tree 94 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 7 18 2 -1.</_>
<_>3 8 18 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.7799998000264168e-003</threshold>
<left_val>-0.1949959993362427</left_val>
<right_val>0.7731739878654480</right_val></_></_>
<_>
<!-- tree 95 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>20 2 4 18 -1.</_>
<_>22 2 2 9 2.</_>
<_>20 11 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0547400005161762</threshold>
<left_val>1.8087190389633179</left_val>
<right_val>0.0683230012655258</right_val></_></_>
<_>
<!-- tree 96 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 18 20 3 -1.</_>
<_>2 19 20 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0147980004549026</threshold>
<left_val>0.7806490063667297</left_val>
<right_val>-0.1870959997177124</right_val></_></_>
<_>
<!-- tree 97 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 9 22 3 -1.</_>
<_>1 10 22 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0250129997730255</threshold>
<left_val>0.1528529971837997</left_val>
<right_val>-1.6021020412445068</right_val></_></_>
<_>
<!-- tree 98 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 4 18 -1.</_>
<_>0 2 2 9 2.</_>
<_>2 11 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0465480014681816</threshold>
<left_val>-0.1673820018768311</left_val>
<right_val>1.1902060508728027</right_val></_></_>
<_>
<!-- tree 99 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>19 0 4 23 -1.</_>
<_>19 0 2 23 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0176240000873804</threshold>
<left_val>-0.1028549969196320</left_val>
<right_val>0.3917590081691742</right_val></_></_>
<_>
<!-- tree 100 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 3 6 19 -1.</_>
<_>3 3 3 19 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1631959974765778</threshold>
<left_val>-0.0356240011751652</left_val>
<right_val>-1.6098170280456543</right_val></_></_>
<_>
<!-- tree 101 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 2 6 9 -1.</_>
<_>20 2 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0131379999220371</threshold>
<left_val>-0.0563590005040169</left_val>
<right_val>0.5415890216827393</right_val></_></_>
<_>
<!-- tree 102 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 5 10 6 -1.</_>
<_>0 7 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0156650003045797</threshold>
<left_val>0.2806310057640076</left_val>
<right_val>-0.3170860111713409</right_val></_></_>
<_>
<!-- tree 103 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 12 12 -1.</_>
<_>13 0 6 6 2.</_>
<_>7 6 6 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0805540010333061</threshold>
<left_val>0.1264040023088455</left_val>
<right_val>-1.0297529697418213</right_val></_></_>
<_>
<!-- tree 104 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 3 24 6 -1.</_>
<_>0 3 12 3 2.</_>
<_>12 6 12 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0353639982640743</threshold>
<left_val>0.0207529999315739</left_val>
<right_val>-0.7910559773445129</right_val></_></_>
<_>
<!-- tree 105 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 14 4 10 -1.</_>
<_>10 19 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0329869985580444</threshold>
<left_val>0.1905709952116013</left_val>
<right_val>-0.8383989930152893</right_val></_></_>
<_>
<!-- tree 106 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 9 4 15 -1.</_>
<_>8 14 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0121950004249811</threshold>
<left_val>0.0737290009856224</left_val>
<right_val>-0.6278070211410523</right_val></_></_>
<_>
<!-- tree 107 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 11 17 6 -1.</_>
<_>4 14 17 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0430659987032413</threshold>
<left_val>0.0473849996924400</left_val>
<right_val>1.5712939500808716</right_val></_></_>
<_>
<!-- tree 108 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 5 18 8 -1.</_>
<_>2 5 9 4 2.</_>
<_>11 9 9 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0303269997239113</threshold>
<left_val>-0.2731460034847260</left_val>
<right_val>0.3857200145721436</right_val></_></_>
<_>
<!-- tree 109 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 14 6 -1.</_>
<_>14 6 7 3 2.</_>
<_>7 9 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0354930013418198</threshold>
<left_val>0.0545939989387989</left_val>
<right_val>0.5258340239524841</right_val></_></_>
<_>
<!-- tree 110 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 6 14 6 -1.</_>
<_>3 6 7 3 2.</_>
<_>10 9 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0145969996228814</threshold>
<left_val>0.3815259933471680</left_val>
<right_val>-0.2833240032196045</right_val></_></_>
<_>
<!-- tree 111 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>16 5 3 18 -1.</_>
<_>17 5 1 18 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0126069998368621</threshold>
<left_val>0.1545509994029999</left_val>
<right_val>-0.3050149977207184</right_val></_></_>
<_>
<!-- tree 112 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 5 3 18 -1.</_>
<_>6 5 1 18 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0101720001548529</threshold>
<left_val>0.0236370004713535</left_val>
<right_val>-0.8721789717674255</right_val></_></_>
<_>
<!-- tree 113 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 10 14 4 -1.</_>
<_>10 12 14 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0288430005311966</threshold>
<left_val>0.1609099954366684</left_val>
<right_val>-0.2027759999036789</right_val></_></_>
<_>
<!-- tree 114 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 10 9 4 -1.</_>
<_>4 12 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.5100000463426113e-004</threshold>
<left_val>-0.6154540181159973</left_val>
<right_val>0.0809359997510910</right_val></_></_></trees>
<stage_threshold>-3.7160909175872803</stage_threshold>
<parent>10</parent>
<next>-1</next></_>
<_>
<!-- stage 12 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 0 18 9 -1.</_>
<_>2 3 18 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0483440011739731</threshold>
<left_val>-0.8490459918975830</left_val>
<right_val>0.5697439908981323</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 3 12 8 -1.</_>
<_>10 3 4 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0324600003659725</threshold>
<left_val>-0.8141729831695557</left_val>
<right_val>0.4478169977664948</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 1 8 5 -1.</_>
<_>5 1 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0333399996161461</threshold>
<left_val>-0.3642379939556122</left_val>
<right_val>0.6793739795684815</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 7 7 8 -1.</_>
<_>12 11 7 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.4019998535513878e-003</threshold>
<left_val>-1.1885459423065186</left_val>
<right_val>0.1923869997262955</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 12 22 4 -1.</_>
<_>0 14 22 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.6889997795224190e-003</threshold>
<left_val>0.3308529853820801</left_val>
<right_val>-0.7133409976959229</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 6 4 15 -1.</_>
<_>15 11 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0126980002969503</threshold>
<left_val>-0.5099080204963684</left_val>
<right_val>0.1137629970908165</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 7 7 8 -1.</_>
<_>5 11 7 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.0549997724592686e-003</threshold>
<left_val>-1.0470550060272217</left_val>
<right_val>0.2022259980440140</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 18 9 4 -1.</_>
<_>8 20 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.6420000940561295e-003</threshold>
<left_val>-0.5055940151214600</left_val>
<right_val>0.3644120097160339</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 2 22 4 -1.</_>
<_>1 4 22 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0169259998947382</threshold>
<left_val>-0.9954190254211426</left_val>
<right_val>0.1260219961404800</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>17 3 6 17 -1.</_>
<_>19 3 2 17 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0282359998673201</threshold>
<left_val>-0.0941379964351654</left_val>
<right_val>0.5778040289878845</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 2 8 18 -1.</_>
<_>8 11 8 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0104289995506406</threshold>
<left_val>0.2327290028333664</left_val>
<right_val>-0.5256969928741455</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>17 0 6 12 -1.</_>
<_>20 0 3 6 2.</_>
<_>17 6 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.8860003054141998e-003</threshold>
<left_val>-0.1031629964709282</left_val>
<right_val>0.4765760004520416</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 6 9 -1.</_>
<_>9 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0260150004178286</threshold>
<left_val>-1.0920000495389104e-003</left_val>
<right_val>-1.5581729412078857</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 5 9 12 -1.</_>
<_>15 11 9 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0255379993468523</threshold>
<left_val>-0.6545140147209168</left_val>
<right_val>0.1884319931268692</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 22 18 2 -1.</_>
<_>2 23 18 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5310001112520695e-003</threshold>
<left_val>0.2814059853553772</left_val>
<right_val>-0.4457530081272125</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 10 12 6 -1.</_>
<_>16 10 6 3 2.</_>
<_>10 13 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.2449998483061790e-003</threshold>
<left_val>0.1561200022697449</left_val>
<right_val>-0.2137099951505661</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 4 11 -1.</_>
<_>2 1 2 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0210309997200966</threshold>
<left_val>-0.2917029857635498</left_val>
<right_val>0.5223410129547119</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>20 0 4 10 -1.</_>
<_>20 0 2 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0510630011558533</threshold>
<left_val>1.3661290407180786</left_val>
<right_val>0.0304659996181726</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 3 6 17 -1.</_>
<_>3 3 2 17 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0623300001025200</threshold>
<left_val>1.2207020521163940</left_val>
<right_val>-0.2243440002202988</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 15 9 6 -1.</_>
<_>15 17 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0329630002379417</threshold>
<left_val>-0.8201680183410645</left_val>
<right_val>0.1453189998865128</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 13 8 9 -1.</_>
<_>0 16 8 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0374180004000664</threshold>
<left_val>-1.2218099832534790</left_val>
<right_val>0.0194489993155003</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>16 8 6 12 -1.</_>
<_>16 12 6 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1240279972553253</threshold>
<left_val>0.1208230033516884</left_val>
<right_val>-0.9872930049896240</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 8 6 12 -1.</_>
<_>2 12 6 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.9229997247457504e-003</threshold>
<left_val>-1.1688489913940430</left_val>
<right_val>0.0211050007492304</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 2 4 15 -1.</_>
<_>10 7 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0598799996078014</threshold>
<left_val>-1.0689330101013184</left_val>
<right_val>0.1986020058393478</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 5 19 3 -1.</_>
<_>1 6 19 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.2620001845061779e-003</threshold>
<left_val>-0.3622959852218628</left_val>
<right_val>0.3800080120563507</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 8 9 7 -1.</_>
<_>14 8 3 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0176730006933212</threshold>
<left_val>0.4909409880638123</left_val>
<right_val>-0.1460669934749603</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 8 12 9 -1.</_>
<_>3 11 12 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0175790004432201</threshold>
<left_val>0.5872809886932373</left_val>
<right_val>-0.2777439951896668</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 6 18 3 -1.</_>
<_>3 7 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.1560001447796822e-003</threshold>
<left_val>-0.0751949995756149</left_val>
<right_val>0.6019309759140015</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 0 4 12 -1.</_>
<_>10 6 4 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0105999996885657</threshold>
<left_val>0.2763740122318268</left_val>
<right_val>-0.3779430091381073</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 9 18 14 -1.</_>
<_>3 9 9 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.2088409960269928</threshold>
<left_val>-5.3599998354911804e-003</left_val>
<right_val>1.0317809581756592</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 4 9 -1.</_>
<_>2 0 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0264129992574453</threshold>
<left_val>0.8233640193939209</left_val>
<right_val>-0.2248059958219528</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 5 4 18 -1.</_>
<_>12 5 2 18 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0588920004665852</threshold>
<left_val>0.1309829950332642</left_val>
<right_val>-1.1853699684143066</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 5 4 18 -1.</_>
<_>10 5 2 18 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0115790003910661</threshold>
<left_val>-0.9066780209541321</left_val>
<right_val>0.0441269986331463</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 5 6 10 -1.</_>
<_>12 5 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0459880009293556</threshold>
<left_val>0.0101439999416471</left_val>
<right_val>1.0740900039672852</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 4 4 11 -1.</_>
<_>11 4 2 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0228380002081394</threshold>
<left_val>1.7791990041732788</left_val>
<right_val>-0.1731549948453903</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 16 18 3 -1.</_>
<_>4 17 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.1709995865821838e-003</threshold>
<left_val>0.5738630294799805</left_val>
<right_val>-0.0741060003638268</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 16 20 3 -1.</_>
<_>0 17 20 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.5359999164938927e-003</threshold>
<left_val>-0.3207289874553680</left_val>
<right_val>0.4018250107765198</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 9 6 12 -1.</_>
<_>9 13 6 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0494449995458126</threshold>
<left_val>0.1928800046443939</left_val>
<right_val>-1.2166700363159180</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 13 8 8 -1.</_>
<_>8 17 8 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.5139999818056822e-003</threshold>
<left_val>0.0695680007338524</left_val>
<right_val>-0.7132369875907898</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 10 3 12 -1.</_>
<_>13 16 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0309960003942251</threshold>
<left_val>-0.3886219859123230</left_val>
<right_val>0.1809879988431931</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 9 14 14 -1.</_>
<_>5 9 7 7 2.</_>
<_>12 16 7 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0864529982209206</threshold>
<left_val>-0.0257929991930723</left_val>
<right_val>-1.5453219413757324</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 24 10 -1.</_>
<_>12 0 12 5 2.</_>
<_>0 5 12 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1365260034799576</threshold>
<left_val>-1.9199420213699341</left_val>
<right_val>0.1661330014467239</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 11 18 2 -1.</_>
<_>1 12 18 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.7689999230206013e-003</threshold>
<left_val>-1.2822589874267578</left_val>
<right_val>-0.0159079991281033</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>19 5 5 12 -1.</_>
<_>19 9 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0178999993950129</threshold>
<left_val>-0.4040989875793457</left_val>
<right_val>0.2359160035848618</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 5 5 12 -1.</_>
<_>0 9 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0199699997901917</threshold>
<left_val>-0.7289190292358398</left_val>
<right_val>0.0562350004911423</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>16 6 8 18 -1.</_>
<_>20 6 4 9 2.</_>
<_>16 15 4 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0574930012226105</threshold>
<left_val>0.5783079862594605</left_val>
<right_val>-0.0157960001379251</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 6 8 18 -1.</_>
<_>0 6 4 9 2.</_>
<_>4 15 4 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0830560028553009</threshold>
<left_val>0.9151160120964050</left_val>
<right_val>-0.2112140059471130</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 5 12 12 -1.</_>
<_>18 5 6 6 2.</_>
<_>12 11 6 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0537710003554821</threshold>
<left_val>-0.5193129777908325</left_val>
<right_val>0.1857600063085556</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 6 9 -1.</_>
<_>9 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.3670001477003098e-003</threshold>
<left_val>0.2410970032215118</left_val>
<right_val>-0.3964860141277313</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 13 6 11 -1.</_>
<_>11 13 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0554069988429546</threshold>
<left_val>0.1677120029926300</left_val>
<right_val>-2.5664970874786377</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 5 12 12 -1.</_>
<_>0 5 6 6 2.</_>
<_>6 11 6 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0671809986233711</threshold>
<left_val>-1.3658570051193237</left_val>
<right_val>-0.0142320003360510</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 2 23 3 -1.</_>
<_>1 3 23 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0239000003784895</threshold>
<left_val>-1.7084569931030273</left_val>
<right_val>0.1650779992341995</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 15 19 3 -1.</_>
<_>1 16 19 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.5949999950826168e-003</threshold>
<left_val>-0.3137399852275848</left_val>
<right_val>0.3283790051937103</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 17 11 4 -1.</_>
<_>13 19 11 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0212949998676777</threshold>
<left_val>0.1495340019464493</left_val>
<right_val>-0.4857980012893677</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 13 8 5 -1.</_>
<_>4 13 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0246130004525185</threshold>
<left_val>0.7434639930725098</left_val>
<right_val>-0.2230519950389862</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 10 10 4 -1.</_>
<_>12 10 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0196260008960962</threshold>
<left_val>-0.4091829955577850</left_val>
<right_val>0.1889320015907288</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 6 9 9 -1.</_>
<_>4 9 9 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0532660000026226</threshold>
<left_val>0.8138160109519959</left_val>
<right_val>-0.2085369974374771</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 14 9 6 -1.</_>
<_>15 16 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.1290000341832638e-003</threshold>
<left_val>0.3299610018730164</left_val>
<right_val>-0.5993739962577820</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 12 9 6 -1.</_>
<_>1 14 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0224869996309280</threshold>
<left_val>-1.2551610469818115</left_val>
<right_val>-0.0204130001366138</right_val></_></_>
<_>
<!-- tree 59 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 10 20 8 -1.</_>
<_>13 10 10 4 2.</_>
<_>3 14 10 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0823109969496727</threshold>
<left_val>1.3821430206298828</left_val>
<right_val>0.0593089982867241</right_val></_></_>
<_>
<!-- tree 60 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 0 9 18 -1.</_>
<_>5 0 3 18 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1309700012207031</threshold>
<left_val>-0.0358439981937408</left_val>
<right_val>-1.5396369695663452</right_val></_></_>
<_>
<!-- tree 61 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 11 9 10 -1.</_>
<_>16 11 3 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0142930001020432</threshold>
<left_val>-0.1847520023584366</left_val>
<right_val>0.3745500147342682</right_val></_></_>
<_>
<!-- tree 62 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 2 8 5 -1.</_>
<_>5 2 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.3479999080300331e-003</threshold>
<left_val>-0.4490109980106354</left_val>
<right_val>0.1387699991464615</right_val></_></_>
<_>
<!-- tree 63 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 4 21 6 -1.</_>
<_>10 4 7 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0460550002753735</threshold>
<left_val>0.6783260107040405</left_val>
<right_val>-0.0170719996094704</right_val></_></_>
<_>
<!-- tree 64 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 10 14 -1.</_>
<_>7 0 5 7 2.</_>
<_>12 7 5 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0576939992606640</threshold>
<left_val>-0.0119559997692704</left_val>
<right_val>-1.2261159420013428</right_val></_></_>
<_>
<!-- tree 65 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 17 12 4 -1.</_>
<_>12 19 12 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.0609998181462288e-003</threshold>
<left_val>0.3395859897136688</left_val>
<right_val>6.2800000887364149e-004</right_val></_></_>
<_>
<!-- tree 66 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 6 23 4 -1.</_>
<_>0 8 23 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0521630011498928</threshold>
<left_val>-1.0621069669723511</left_val>
<right_val>-0.0137799996882677</right_val></_></_>
<_>
<!-- tree 67 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 10 8 10 -1.</_>
<_>17 10 4 5 2.</_>
<_>13 15 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0465729981660843</threshold>
<left_val>0.1453880071640015</left_val>
<right_val>-1.2384550571441650</right_val></_></_>
<_>
<!-- tree 68 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 16 18 3 -1.</_>
<_>0 17 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.5309998355805874e-003</threshold>
<left_val>-0.2446770071983337</left_val>
<right_val>0.5137709975242615</right_val></_></_>
<_>
<!-- tree 69 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 16 9 4 -1.</_>
<_>15 18 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0216150004416704</threshold>
<left_val>0.1307259947061539</left_val>
<right_val>-0.7099679708480835</right_val></_></_>
<_>
<!-- tree 70 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 16 9 4 -1.</_>
<_>0 18 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0178640000522137</threshold>
<left_val>-1.0474660396575928</left_val>
<right_val>4.9599999329075217e-004</right_val></_></_>
<_>
<!-- tree 71 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 11 6 6 -1.</_>
<_>13 11 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0371950007975101</threshold>
<left_val>-1.5126730203628540</left_val>
<right_val>0.1480139940977097</right_val></_></_>
<_>
<!-- tree 72 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 11 6 6 -1.</_>
<_>8 11 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.1100001069717109e-004</threshold>
<left_val>0.1397150009870529</left_val>
<right_val>-0.4686749875545502</right_val></_></_>
<_>
<!-- tree 73 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 3 24 6 -1.</_>
<_>12 3 12 3 2.</_>
<_>0 6 12 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0250429995357990</threshold>
<left_val>0.2863200008869171</left_val>
<right_val>-0.4179469943046570</right_val></_></_>
<_>
<!-- tree 74 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 4 18 3 -1.</_>
<_>2 5 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.3449996784329414e-003</threshold>
<left_val>-0.2733620107173920</left_val>
<right_val>0.4344469904899597</right_val></_></_>
<_>
<!-- tree 75 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 24 4 -1.</_>
<_>12 0 12 2 2.</_>
<_>0 2 12 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0323639996349812</threshold>
<left_val>0.1843889951705933</left_val>
<right_val>-0.9501929879188538</right_val></_></_>
<_>
<!-- tree 76 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 16 18 3 -1.</_>
<_>1 17 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.2299999408423901e-003</threshold>
<left_val>0.3258199989795685</left_val>
<right_val>-0.3081560134887695</right_val></_></_>
<_>
<!-- tree 77 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 15 9 6 -1.</_>
<_>15 17 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0514889992773533</threshold>
<left_val>0.1141600012779236</left_val>
<right_val>-1.9795479774475098</right_val></_></_>
<_>
<!-- tree 78 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 15 9 6 -1.</_>
<_>0 17 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0264490004628897</threshold>
<left_val>-1.1067299842834473</left_val>
<right_val>-8.5519999265670776e-003</right_val></_></_>
<_>
<!-- tree 79 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 17 18 3 -1.</_>
<_>6 18 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0154200000688434</threshold>
<left_val>0.8013870120048523</left_val>
<right_val>-0.0320350006222725</right_val></_></_>
<_>
<!-- tree 80 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 8 6 10 -1.</_>
<_>10 8 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0194569993764162</threshold>
<left_val>-0.2644949853420258</left_val>
<right_val>0.3875389993190765</right_val></_></_>
<_>
<!-- tree 81 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 6 6 9 -1.</_>
<_>12 6 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0336209982633591</threshold>
<left_val>0.0160520002245903</left_val>
<right_val>0.5884090065956116</right_val></_></_>
<_>
<!-- tree 82 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 8 5 8 -1.</_>
<_>8 12 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0289060007780790</threshold>
<left_val>0.0152160003781319</left_val>
<right_val>-0.9472360014915466</right_val></_></_>
<_>
<!-- tree 83 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 8 6 8 -1.</_>
<_>12 12 6 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.0300000323913991e-004</threshold>
<left_val>-0.3076600134372711</left_val>
<right_val>0.2123589962720871</right_val></_></_>
<_>
<!-- tree 84 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 5 6 11 -1.</_>
<_>8 5 2 11 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0491419993340969</threshold>
<left_val>-1.6058609485626221</left_val>
<right_val>-0.0310949999839067</right_val></_></_>
<_>
<!-- tree 85 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 6 8 9 -1.</_>
<_>13 9 8 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0764259994029999</threshold>
<left_val>0.0747589990496635</left_val>
<right_val>1.1639410257339478</right_val></_></_>
<_>
<!-- tree 86 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 7 21 6 -1.</_>
<_>1 9 21 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0238979998975992</threshold>
<left_val>-6.4320000819861889e-003</left_val>
<right_val>-1.1150749921798706</right_val></_></_>
<_>
<!-- tree 87 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>15 5 3 12 -1.</_>
<_>15 11 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.8970001041889191e-003</threshold>
<left_val>-0.2410569936037064</left_val>
<right_val>0.2085890024900436</right_val></_></_>
<_>
<!-- tree 88 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 9 11 12 -1.</_>
<_>6 13 11 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0894450023770332</threshold>
<left_val>1.9157789945602417</left_val>
<right_val>-0.1572110056877136</right_val></_></_>
<_>
<!-- tree 89 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 8 10 8 -1.</_>
<_>18 8 5 4 2.</_>
<_>13 12 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0150089999660850</threshold>
<left_val>-0.2517409920692444</left_val>
<right_val>0.1817989945411682</right_val></_></_>
<_>
<!-- tree 90 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 8 12 3 -1.</_>
<_>11 8 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0111459996551275</threshold>
<left_val>-0.6934949755668640</left_val>
<right_val>0.0449279993772507</right_val></_></_>
<_>
<!-- tree 91 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 11 18 4 -1.</_>
<_>12 11 6 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0945789963006973</threshold>
<left_val>0.1810210049152374</left_val>
<right_val>-0.7497860193252564</right_val></_></_>
<_>
<!-- tree 92 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 22 22 -1.</_>
<_>0 11 22 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.5503889918327332</threshold>
<left_val>-0.0309740006923676</left_val>
<right_val>-1.6746139526367188</right_val></_></_>
<_>
<!-- tree 93 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 2 6 8 -1.</_>
<_>11 6 6 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0413810014724731</threshold>
<left_val>0.0639100000262260</left_val>
<right_val>0.7656120061874390</right_val></_></_>
<_>
<!-- tree 94 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 0 6 9 -1.</_>
<_>11 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0247719995677471</threshold>
<left_val>0.0113800000399351</left_val>
<right_val>-0.8855940103530884</right_val></_></_>
<_>
<!-- tree 95 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 0 6 9 -1.</_>
<_>12 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0509990006685257</threshold>
<left_val>0.1489029973745346</left_val>
<right_val>-2.4634211063385010</right_val></_></_>
<_>
<!-- tree 96 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 3 6 14 -1.</_>
<_>8 3 3 7 2.</_>
<_>11 10 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0168939996510744</threshold>
<left_val>0.3887099921703339</left_val>
<right_val>-0.2988030016422272</right_val></_></_>
<_>
<!-- tree 97 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 10 18 8 -1.</_>
<_>9 10 6 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1216230019927025</threshold>
<left_val>-1.5542800426483154</left_val>
<right_val>0.1630080044269562</right_val></_></_>
<_>
<!-- tree 98 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 0 3 14 -1.</_>
<_>10 7 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.6049999762326479e-003</threshold>
<left_val>0.2184280008077622</left_val>
<right_val>-0.3731209933757782</right_val></_></_>
<_>
<!-- tree 99 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 3 16 20 -1.</_>
<_>4 13 16 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1157540008425713</threshold>
<left_val>-0.0470610000193119</left_val>
<right_val>0.5940369963645935</right_val></_></_>
<_>
<!-- tree 100 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 4 6 10 -1.</_>
<_>11 4 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0369039997458458</threshold>
<left_val>-0.2550860047340393</left_val>
<right_val>0.5539730191230774</right_val></_></_>
<_>
<!-- tree 101 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 0 16 4 -1.</_>
<_>5 2 16 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0114839999005198</threshold>
<left_val>-0.1812949925661087</left_val>
<right_val>0.4068279862403870</right_val></_></_>
<_>
<!-- tree 102 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 5 18 4 -1.</_>
<_>8 5 6 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0202339999377728</threshold>
<left_val>0.5431119799613953</left_val>
<right_val>-0.2382239997386932</right_val></_></_>
<_>
<!-- tree 103 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 0 6 9 -1.</_>
<_>15 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0287650004029274</threshold>
<left_val>-0.6917229890823364</left_val>
<right_val>0.1594330072402954</right_val></_></_>
<_>
<!-- tree 104 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 4 8 5 -1.</_>
<_>12 4 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.8320001699030399e-003</threshold>
<left_val>0.2944779992103577</left_val>
<right_val>-0.3400599956512451</right_val></_></_>
<_>
<!-- tree 105 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 10 10 4 -1.</_>
<_>12 10 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0554689988493919</threshold>
<left_val>0.9220079779624939</left_val>
<right_val>0.0940930023789406</right_val></_></_>
<_>
<!-- tree 106 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 10 10 4 -1.</_>
<_>7 10 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0148010002449155</threshold>
<left_val>-0.7953969836235046</left_val>
<right_val>0.0315219983458519</right_val></_></_>
<_>
<!-- tree 107 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 11 12 5 -1.</_>
<_>11 11 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.0940000005066395e-003</threshold>
<left_val>0.3309600055217743</left_val>
<right_val>-0.0508869998157024</right_val></_></_>
<_>
<!-- tree 108 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 10 8 10 -1.</_>
<_>3 10 4 5 2.</_>
<_>7 15 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0451240018010139</threshold>
<left_val>-1.3719749450683594</left_val>
<right_val>-0.0214089993387461</right_val></_></_>
<_>
<!-- tree 109 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 12 9 8 -1.</_>
<_>14 12 3 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0643770024180412</threshold>
<left_val>0.0639019981026649</left_val>
<right_val>0.9147830009460449</right_val></_></_>
<_>
<!-- tree 110 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 21 24 3 -1.</_>
<_>8 21 8 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0147270001471043</threshold>
<left_val>0.3605059981346130</left_val>
<right_val>-0.2861450016498566</right_val></_></_>
<_>
<!-- tree 111 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 20 18 4 -1.</_>
<_>9 20 6 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0450070016086102</threshold>
<left_val>-0.1561969965696335</left_val>
<right_val>0.5316029787063599</right_val></_></_>
<_>
<!-- tree 112 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 15 9 6 -1.</_>
<_>1 17 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.1330000124871731e-003</threshold>
<left_val>0.1342290043830872</left_val>
<right_val>-0.4435890018939972</right_val></_></_>
<_>
<!-- tree 113 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 17 10 4 -1.</_>
<_>11 19 10 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0494510009884834</threshold>
<left_val>0.1057180017232895</left_val>
<right_val>-2.5589139461517334</right_val></_></_>
<_>
<!-- tree 114 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 12 4 12 -1.</_>
<_>9 18 4 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0291029997169971</threshold>
<left_val>-0.0100880004465580</left_val>
<right_val>-1.1073939800262451</right_val></_></_>
<_>
<!-- tree 115 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 6 9 6 -1.</_>
<_>12 6 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0347860008478165</threshold>
<left_val>-2.7719999197870493e-003</left_val>
<right_val>0.5670099854469299</right_val></_></_>
<_>
<!-- tree 116 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 13 6 9 -1.</_>
<_>1 16 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.1309998854994774e-003</threshold>
<left_val>-0.4688940048217773</left_val>
<right_val>0.1263639926910400</right_val></_></_>
<_>
<!-- tree 117 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 16 12 4 -1.</_>
<_>6 18 12 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0155250001698732</threshold>
<left_val>-8.4279999136924744e-003</left_val>
<right_val>0.8746920228004456</right_val></_></_>
<_>
<!-- tree 118 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 5 20 3 -1.</_>
<_>1 6 20 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.9249999206513166e-003</threshold>
<left_val>-0.3443430066108704</left_val>
<right_val>0.2085160017013550</right_val></_></_>
<_>
<!-- tree 119 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 1 9 9 -1.</_>
<_>8 4 9 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0535710006952286</threshold>
<left_val>1.4982949495315552</left_val>
<right_val>0.0573280006647110</right_val></_></_>
<_>
<!-- tree 120 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 19 9 4 -1.</_>
<_>2 21 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0192179996520281</threshold>
<left_val>-0.9923409819602966</left_val>
<right_val>-9.3919998034834862e-003</right_val></_></_>
<_>
<!-- tree 121 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 1 4 18 -1.</_>
<_>11 7 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0552829988300800</threshold>
<left_val>-0.5768229961395264</left_val>
<right_val>0.1686059981584549</right_val></_></_>
<_>
<!-- tree 122 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 2 8 12 -1.</_>
<_>7 2 4 6 2.</_>
<_>11 8 4 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0563360005617142</threshold>
<left_val>-0.0337750017642975</left_val>
<right_val>-1.3889650106430054</right_val></_></_>
<_>
<!-- tree 123 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 10 9 8 -1.</_>
<_>14 10 3 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0238240007311106</threshold>
<left_val>0.4018209874629974</left_val>
<right_val>1.8360000103712082e-003</right_val></_></_>
<_>
<!-- tree 124 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 11 12 5 -1.</_>
<_>9 11 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.7810000572353601e-003</threshold>
<left_val>0.1814599931240082</left_val>
<right_val>-0.4174340069293976</right_val></_></_>
<_>
<!-- tree 125 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 9 9 6 -1.</_>
<_>14 9 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0376890003681183</threshold>
<left_val>0.5468310117721558</left_val>
<right_val>0.0182199999690056</right_val></_></_>
<_>
<!-- tree 126 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 10 6 9 -1.</_>
<_>7 10 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0241449996829033</threshold>
<left_val>0.6835209727287293</left_val>
<right_val>-0.1965020000934601</right_val></_></_></trees>
<stage_threshold>-3.5645289421081543</stage_threshold>
<parent>11</parent>
<next>-1</next></_>
<_>
<!-- stage 13 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 7 5 12 -1.</_>
<_>4 11 5 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0274449996650219</threshold>
<left_val>-0.8998420238494873</left_val>
<right_val>0.5187649726867676</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 0 21 6 -1.</_>
<_>9 0 7 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1155410036444664</threshold>
<left_val>-0.5652440190315247</left_val>
<right_val>0.7055130004882813</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 10 6 -1.</_>
<_>7 8 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0222970005124807</threshold>
<left_val>0.3607999980449677</left_val>
<right_val>-0.6686459779739380</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 0 6 15 -1.</_>
<_>11 0 2 15 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0133250001817942</threshold>
<left_val>-0.5557339787483215</left_val>
<right_val>0.3578999936580658</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 2 18 2 -1.</_>
<_>2 3 18 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.8060001097619534e-003</threshold>
<left_val>-1.0713000297546387</left_val>
<right_val>0.1885000020265579</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 17 8 6 -1.</_>
<_>8 20 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.6819999329745770e-003</threshold>
<left_val>-0.7158430218696594</left_val>
<right_val>0.2634449899196625</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 0 18 2 -1.</_>
<_>3 1 18 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.3819999080151320e-003</threshold>
<left_val>-0.4693079888820648</left_val>
<right_val>0.2665840089321137</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 0 9 6 -1.</_>
<_>11 0 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0376430004835129</threshold>
<left_val>0.2109870016574860</left_val>
<right_val>-1.0804339647293091</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 17 18 3 -1.</_>
<_>0 18 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0138619998469949</threshold>
<left_val>0.6691200137138367</left_val>
<right_val>-0.2794280052185059</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 7 12 5 -1.</_>
<_>10 7 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.7350001037120819e-003</threshold>
<left_val>-0.9533230066299439</left_val>
<right_val>0.2405129969120026</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 3 6 9 -1.</_>
<_>2 3 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0383369997143745</threshold>
<left_val>0.8143280148506165</left_val>
<right_val>-0.2491939961910248</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>20 2 4 9 -1.</_>
<_>20 2 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0346979983150959</threshold>
<left_val>1.2330100536346436</left_val>
<right_val>6.8600000813603401e-003</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 4 9 -1.</_>
<_>2 2 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0233609993010759</threshold>
<left_val>-0.3079470098018646</left_val>
<right_val>0.7071449756622315</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 24 4 -1.</_>
<_>12 1 12 2 2.</_>
<_>0 3 12 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0350579991936684</threshold>
<left_val>0.2120590060949326</left_val>
<right_val>-1.4399830102920532</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 16 9 6 -1.</_>
<_>0 18 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0132569996640086</threshold>
<left_val>-0.9026070237159729</left_val>
<right_val>0.0486100018024445</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>14 13 9 6 -1.</_>
<_>14 15 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0127400001510978</threshold>
<left_val>0.2265519946813583</left_val>
<right_val>-0.4464380145072937</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 15 19 3 -1.</_>
<_>0 16 19 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.6400000099092722e-003</threshold>
<left_val>-0.3981789946556091</left_val>
<right_val>0.3466539978981018</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 5 22 12 -1.</_>
<_>12 5 11 6 2.</_>
<_>1 11 11 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1006470024585724</threshold>
<left_val>0.1838359981775284</left_val>
<right_val>-1.3410769701004028</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 13 6 6 -1.</_>
<_>8 13 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.</threshold>
<left_val>0.1553640067577362</left_val>
<right_val>-0.5158249735832214</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 2 20 3 -1.</_>
<_>4 3 20 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0117089999839664</threshold>
<left_val>0.2165140062570572</left_val>
<right_val>-0.7270519733428955</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 14 6 10 -1.</_>
<_>10 14 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0359649993479252</threshold>
<left_val>-1.4789500236511230</left_val>
<right_val>-0.0243170000612736</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 12 16 6 -1.</_>
<_>14 12 8 3 2.</_>
<_>6 15 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0212360005825758</threshold>
<left_val>-0.1684409976005554</left_val>
<right_val>0.1952659934759140</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 13 8 9 -1.</_>
<_>2 16 8 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0148740001022816</threshold>
<left_val>0.0373359993100166</left_val>
<right_val>-0.8755729794502258</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 8 6 14 -1.</_>
<_>14 8 3 7 2.</_>
<_>11 15 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.1409997977316380e-003</threshold>
<left_val>0.3346650004386902</left_val>
<right_val>-0.2410970032215118</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 12 16 6 -1.</_>
<_>2 12 8 3 2.</_>
<_>10 15 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0234500002115965</threshold>
<left_val>5.5320002138614655e-003</left_val>
<right_val>-1.2509720325469971</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 16 16 8 -1.</_>
<_>5 20 16 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0250620003789663</threshold>
<left_val>0.4521239995956421</left_val>
<right_val>-0.0844699963927269</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 1 4 12 -1.</_>
<_>9 7 4 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.7400001464411616e-004</threshold>
<left_val>0.1524990051984787</left_val>
<right_val>-0.4848650097846985</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 2 8 10 -1.</_>
<_>12 2 4 5 2.</_>
<_>8 7 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0404839999973774</threshold>
<left_val>-1.3024920225143433</left_val>
<right_val>0.1798350065946579</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 6 12 6 -1.</_>
<_>6 6 6 3 2.</_>
<_>12 9 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0281709991395473</threshold>
<left_val>-0.2441090047359467</left_val>
<right_val>0.6227110028266907</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 7 6 9 -1.</_>
<_>12 7 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0456929989159107</threshold>
<left_val>0.0281220003962517</left_val>
<right_val>0.9239439964294434</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 0 8 12 -1.</_>
<_>0 0 4 6 2.</_>
<_>4 6 4 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0397070012986660</threshold>
<left_val>-0.2233279943466187</left_val>
<right_val>0.7767400145530701</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 8 6 9 -1.</_>
<_>18 11 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0505170002579689</threshold>
<left_val>0.2031999975442886</left_val>
<right_val>-1.0895930528640747</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 12 6 6 -1.</_>
<_>5 12 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0172669999301434</threshold>
<left_val>0.6859840154647827</left_val>
<right_val>-0.2330449968576431</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 21 21 3 -1.</_>
<_>10 21 7 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0801860019564629</threshold>
<left_val>-0.0102920001372695</left_val>
<right_val>0.6188110113143921</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 0 16 6 -1.</_>
<_>2 3 16 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0976760014891624</threshold>
<left_val>-0.2007029950618744</left_val>
<right_val>1.0088349580764771</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 6 7 6 -1.</_>
<_>13 9 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0155720002949238</threshold>
<left_val>0.4761529862880707</left_val>
<right_val>0.0456239990890026</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 4 4 14 -1.</_>
<_>6 11 4 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0153050003573298</threshold>
<left_val>-1.1077369451522827</left_val>
<right_val>4.5239999890327454e-003</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 7 6 9 -1.</_>
<_>11 7 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0164850000292063</threshold>
<left_val>1.0152939558029175</left_val>
<right_val>0.0163279995322227</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 8 6 14 -1.</_>
<_>7 8 3 7 2.</_>
<_>10 15 3 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0261419992893934</threshold>
<left_val>0.4172329902648926</left_val>
<right_val>-0.2864550054073334</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 8 4 16 -1.</_>
<_>18 16 4 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.8679995387792587e-003</threshold>
<left_val>0.2140499949455261</left_val>
<right_val>-0.1677280068397522</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 14 6 10 -1.</_>
<_>11 14 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0268869996070862</threshold>
<left_val>-1.1564220190048218</left_val>
<right_val>-0.0103240003809333</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 11 12 5 -1.</_>
<_>10 11 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.7789998613297939e-003</threshold>
<left_val>0.3535949885845184</left_val>
<right_val>-0.2961130142211914</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 12 23 3 -1.</_>
<_>0 13 23 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0159740000963211</threshold>
<left_val>-1.5374109745025635</left_val>
<right_val>-0.0299580004066229</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 0 6 12 -1.</_>
<_>15 0 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0208669994026423</threshold>
<left_val>0.2024410068988800</left_val>
<right_val>-0.7127019762992859</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 10 12 5 -1.</_>
<_>4 10 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0854820013046265</threshold>
<left_val>-0.0259329993277788</left_val>
<right_val>-1.5156569480895996</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 2 10 4 -1.</_>
<_>13 4 10 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0238729994744062</threshold>
<left_val>0.1680340021848679</left_val>
<right_val>-0.3880620002746582</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 0 6 12 -1.</_>
<_>7 0 2 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0391050018370152</threshold>
<left_val>-1.1958349943161011</left_val>
<right_val>-0.0203610006719828</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 6 9 6 -1.</_>
<_>14 6 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0779469981789589</threshold>
<left_val>-1.0898950099945068</left_val>
<right_val>0.1453029960393906</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 6 9 6 -1.</_>
<_>7 6 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0168760009109974</threshold>
<left_val>0.2804970145225525</left_val>
<right_val>-0.4133630096912384</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 11 18 13 -1.</_>
<_>12 11 6 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1187560036778450</threshold>
<left_val>-0.0434909984469414</left_val>
<right_val>0.4126369953155518</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 11 18 13 -1.</_>
<_>6 11 6 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1562419980764389</threshold>
<left_val>-0.2642959952354431</left_val>
<right_val>0.5512779951095581</right_val></_></_>
<_>
<!-- tree 51 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 16 12 6 -1.</_>
<_>16 16 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0459080003201962</threshold>
<left_val>0.6018919944763184</left_val>
<right_val>0.0189210008829832</right_val></_></_>
<_>
<!-- tree 52 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 6 21 3 -1.</_>
<_>0 7 21 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0103099998086691</threshold>
<left_val>0.3815299868583679</left_val>
<right_val>-0.2950789928436279</right_val></_></_>
<_>
<!-- tree 53 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>12 16 12 6 -1.</_>
<_>16 16 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0957690030336380</threshold>
<left_val>0.1324650049209595</left_val>
<right_val>-0.4626680016517639</right_val></_></_>
<_>
<!-- tree 54 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 7 6 14 -1.</_>
<_>5 14 6 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0136869996786118</threshold>
<left_val>0.1173869967460632</left_val>
<right_val>-0.5166410207748413</right_val></_></_>
<_>
<!-- tree 55 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 10 19 2 -1.</_>
<_>5 11 19 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.3990001063793898e-003</threshold>
<left_val>-0.3400759994983673</left_val>
<right_val>0.2095350027084351</right_val></_></_>
<_>
<!-- tree 56 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 4 14 4 -1.</_>
<_>5 6 14 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0332649983465672</threshold>
<left_val>-0.1705279946327210</left_val>
<right_val>1.4366799592971802</right_val></_></_>
<_>
<!-- tree 57 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 18 18 4 -1.</_>
<_>9 18 6 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0332060009241104</threshold>
<left_val>0.6129570007324219</left_val>
<right_val>-0.0415499992668629</right_val></_></_>
<_>
<!-- tree 58 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 4 9 -1.</_>
<_>9 0 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.7979998849332333e-003</threshold>
<left_val>-0.4855430126190186</left_val>
<right_val>0.1337269991636276</right_val></_></_>
<_>
<!-- tree 59 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 3 11 4 -1.</_>
<_>13 5 11 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0657920017838478</threshold>
<left_val>-4.0257668495178223</left_val>
<right_val>0.1087670028209686</right_val></_></_>
<_>
<!-- tree 60 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 0 9 6 -1.</_>
<_>5 0 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.1430000197142363e-003</threshold>
<left_val>-0.3917999863624573</left_val>
<right_val>0.2242709994316101</right_val></_></_>
<_>
<!-- tree 61 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>19 1 4 23 -1.</_>
<_>19 1 2 23 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0223639998584986</threshold>
<left_val>-0.0864299982786179</left_val>
<right_val>0.3778519928455353</right_val></_></_>
<_>
<!-- tree 62 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 1 4 23 -1.</_>
<_>3 1 2 23 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0574100017547607</threshold>
<left_val>1.1454069614410400</left_val>
<right_val>-0.1973659992218018</right_val></_></_>
<_>
<!-- tree 63 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 16 18 3 -1.</_>
<_>5 17 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.6550001502037048e-003</threshold>
<left_val>-0.0211050007492304</left_val>
<right_val>0.5845339894294739</right_val></_></_>
<_>
<!-- tree 64 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 3 11 4 -1.</_>
<_>0 5 11 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0123269995674491</threshold>
<left_val>0.0378170013427734</left_val>
<right_val>-0.6698700189590454</right_val></_></_>
<_>
<!-- tree 65 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 16 20 3 -1.</_>
<_>2 17 20 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.1869997084140778e-003</threshold>
<left_val>0.5636600255966187</left_val>
<right_val>-0.0768779963254929</right_val></_></_>
<_>
<!-- tree 66 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 3 13 4 -1.</_>
<_>5 5 13 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0366810001432896</threshold>
<left_val>-0.1734330058097839</left_val>
<right_val>1.1670149564743042</right_val></_></_>
<_>
<!-- tree 67 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 9 22 15 -1.</_>
<_>1 9 11 15 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.4022040069103241</threshold>
<left_val>1.2640819549560547</left_val>
<right_val>0.0433989986777306</right_val></_></_>
<_>
<!-- tree 68 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 4 14 3 -1.</_>
<_>10 4 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0221260003745556</threshold>
<left_val>0.6697810292243958</left_val>
<right_val>-0.2160529941320419</right_val></_></_>
<_>
<!-- tree 69 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 7 10 4 -1.</_>
<_>8 7 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0131569998338819</threshold>
<left_val>-0.4119859933853149</left_val>
<right_val>0.2021500021219254</right_val></_></_>
<_>
<!-- tree 70 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 7 10 4 -1.</_>
<_>11 7 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0128600001335144</threshold>
<left_val>-0.9158269762992859</left_val>
<right_val>0.0392329990863800</right_val></_></_>
<_>
<!-- tree 71 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 4 6 9 -1.</_>
<_>12 4 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0216279998421669</threshold>
<left_val>3.8719999138265848e-003</left_val>
<right_val>0.3566820025444031</right_val></_></_>
<_>
<!-- tree 72 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 12 9 6 -1.</_>
<_>4 12 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0118960002437234</threshold>
<left_val>-0.3730390071868897</left_val>
<right_val>0.1923509985208511</right_val></_></_>
<_>
<!-- tree 73 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 3 8 10 -1.</_>
<_>12 3 4 5 2.</_>
<_>8 8 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0195489991456270</threshold>
<left_val>-0.4237489998340607</left_val>
<right_val>0.2442959994077683</right_val></_></_>
<_>
<!-- tree 74 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 6 16 6 -1.</_>
<_>3 6 8 3 2.</_>
<_>11 9 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0644449964165688</threshold>
<left_val>-0.1655890047550201</left_val>
<right_val>1.2697030305862427</right_val></_></_>
<_>
<!-- tree 75 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 6 14 6 -1.</_>
<_>5 9 14 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1089849993586540</threshold>
<left_val>0.1489430069923401</left_val>
<right_val>-2.1534640789031982</right_val></_></_>
<_>
<!-- tree 76 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 3 9 6 -1.</_>
<_>4 5 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0340779982507229</threshold>
<left_val>1.3779460191726685</left_val>
<right_val>-0.1619849950075150</right_val></_></_>
<_>
<!-- tree 77 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 3 18 2 -1.</_>
<_>6 4 18 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.7489999085664749e-003</threshold>
<left_val>-0.3382860124111176</left_val>
<right_val>0.2115290015935898</right_val></_></_>
<_>
<!-- tree 78 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 9 6 -1.</_>
<_>10 6 3 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0109719997271895</threshold>
<left_val>0.7651789784431458</left_val>
<right_val>-0.1969259977340698</right_val></_></_>
<_>
<!-- tree 79 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 24 3 -1.</_>
<_>0 2 24 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0114850001409650</threshold>
<left_val>-0.6927120089530945</left_val>
<right_val>0.2165710031986237</right_val></_></_>
<_>
<!-- tree 80 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 17 10 6 -1.</_>
<_>0 19 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0259840004146099</threshold>
<left_val>-0.0119839999824762</left_val>
<right_val>-0.9969729781150818</right_val></_></_>
<_>
<!-- tree 81 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 18 18 3 -1.</_>
<_>3 19 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.2159999720752239e-003</threshold>
<left_val>-0.1020570024847984</left_val>
<right_val>0.4888440072536469</right_val></_></_>
<_>
<!-- tree 82 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 5 6 16 -1.</_>
<_>2 5 3 8 2.</_>
<_>5 13 3 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0476970002055168</threshold>
<left_val>1.0666010379791260</left_val>
<right_val>-0.1757629960775375</right_val></_></_>
<_>
<!-- tree 83 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 11 6 -1.</_>
<_>7 8 11 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.0300001273863018e-004</threshold>
<left_val>0.1852480024099350</left_val>
<right_val>-0.7479000091552734</right_val></_></_>
<_>
<!-- tree 84 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 2 12 22 -1.</_>
<_>5 13 12 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1153960004448891</threshold>
<left_val>-0.2201970070600510</left_val>
<right_val>0.5450999736785889</right_val></_></_>
<_>
<!-- tree 85 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 7 4 10 -1.</_>
<_>10 12 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0160210002213717</threshold>
<left_val>0.2548750042915344</left_val>
<right_val>-0.5074009895324707</right_val></_></_>
<_>
<!-- tree 86 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 0 4 18 -1.</_>
<_>9 6 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0566320009529591</threshold>
<left_val>-0.0112560000270605</left_val>
<right_val>-0.9596809744834900</right_val></_></_>
<_>
<!-- tree 87 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 8 6 9 -1.</_>
<_>18 11 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0107260001823306</threshold>
<left_val>-0.2854470014572144</left_val>
<right_val>0.1699479967355728</right_val></_></_>
<_>
<!-- tree 88 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 7 15 10 -1.</_>
<_>9 7 5 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1242000013589859</threshold>
<left_val>-0.0361399985849857</left_val>
<right_val>-1.3132710456848145</right_val></_></_>
<_>
<!-- tree 89 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 5 6 9 -1.</_>
<_>12 5 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.3799999877810478e-003</threshold>
<left_val>0.3309270143508911</left_val>
<right_val>0.0133079998195171</right_val></_></_>
<_>
<!-- tree 90 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 9 6 10 -1.</_>
<_>11 9 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0119080003350973</threshold>
<left_val>-0.3483029901981354</left_val>
<right_val>0.2404190003871918</right_val></_></_>
<_>
<!-- tree 91 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 14 6 10 -1.</_>
<_>13 14 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0430079996585846</threshold>
<left_val>-1.4390469789505005</left_val>
<right_val>0.1559959948062897</right_val></_></_>
<_>
<!-- tree 92 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 14 6 10 -1.</_>
<_>9 14 2 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0331499986350536</threshold>
<left_val>-1.1805850267410278</left_val>
<right_val>-0.0123479999601841</right_val></_></_>
<_>
<!-- tree 93 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 8 16 9 -1.</_>
<_>4 11 16 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0213419999927282</threshold>
<left_val>2.2119441032409668</left_val>
<right_val>0.0627370029687881</right_val></_></_>
<_>
<!-- tree 94 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 11 20 3 -1.</_>
<_>2 12 20 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0122189996764064</threshold>
<left_val>-1.8709750175476074</left_val>
<right_val>-0.0454999990761280</right_val></_></_>
<_>
<!-- tree 95 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 0 4 13 -1.</_>
<_>13 0 2 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0168609991669655</threshold>
<left_val>-0.7691270112991333</left_val>
<right_val>0.1533000022172928</right_val></_></_>
<_>
<!-- tree 96 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 0 4 13 -1.</_>
<_>9 0 2 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.4999999441206455e-003</threshold>
<left_val>-0.6298739910125732</left_val>
<right_val>0.0516000017523766</right_val></_></_>
<_>
<!-- tree 97 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 1 18 7 -1.</_>
<_>9 1 6 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0450379997491837</threshold>
<left_val>0.8542889952659607</left_val>
<right_val>6.2600001692771912e-003</right_val></_></_>
<_>
<!-- tree 98 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 11 6 9 -1.</_>
<_>1 14 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0390579998493195</threshold>
<left_val>-0.0324589982628822</left_val>
<right_val>-1.3325669765472412</right_val></_></_>
<_>
<!-- tree 99 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 18 9 6 -1.</_>
<_>8 20 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.6720000468194485e-003</threshold>
<left_val>-0.1942359954118729</left_val>
<right_val>0.3732869923114777</right_val></_></_>
<_>
<!-- tree 100 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 9 15 6 -1.</_>
<_>3 11 15 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0163610000163317</threshold>
<left_val>2.0605869293212891</left_val>
<right_val>-0.1504269987344742</right_val></_></_>
<_>
<!-- tree 101 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 10 19 2 -1.</_>
<_>5 11 19 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.1719999648630619e-003</threshold>
<left_val>-0.1161099970340729</left_val>
<right_val>0.2545540034770966</right_val></_></_>
<_>
<!-- tree 102 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 6 7 16 -1.</_>
<_>8 14 7 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0457220003008842</threshold>
<left_val>-0.0163400005549192</left_val>
<right_val>-1.0449140071868896</right_val></_></_>
<_>
<!-- tree 103 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 14 9 6 -1.</_>
<_>9 16 9 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.1209999471902847e-003</threshold>
<left_val>-0.0419979989528656</left_val>
<right_val>0.3968099951744080</right_val></_></_>
<_>
<!-- tree 104 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 7 8 12 -1.</_>
<_>0 11 8 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7800000205170363e-004</threshold>
<left_val>-0.6642259955406189</left_val>
<right_val>0.0334430001676083</right_val></_></_>
<_>
<!-- tree 105 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 4 18 3 -1.</_>
<_>6 5 18 1 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.1109998971223831e-003</threshold>
<left_val>-0.0582319982349873</left_val>
<right_val>0.3785730004310608</right_val></_></_>
<_>
<!-- tree 106 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 16 12 6 -1.</_>
<_>4 16 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0498640015721321</threshold>
<left_val>0.6101940274238586</left_val>
<right_val>-0.2100570052862167</right_val></_></_>
<_>
<!-- tree 107 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>13 13 9 4 -1.</_>
<_>13 15 9 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0250119995325804</threshold>
<left_val>-0.5710009932518005</left_val>
<right_val>0.1784839928150177</right_val></_></_>
<_>
<!-- tree 108 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 8 14 14 -1.</_>
<_>5 8 7 7 2.</_>
<_>12 15 7 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0309399999678135</threshold>
<left_val>0.0563630014657974</left_val>
<right_val>-0.6473100185394287</right_val></_></_>
<_>
<!-- tree 109 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 16 22 6 -1.</_>
<_>12 16 11 3 2.</_>
<_>1 19 11 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0462710000574589</threshold>
<left_val>0.1748239994049072</left_val>
<right_val>-0.9890940189361572</right_val></_></_>
<_>
<!-- tree 110 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 0 6 9 -1.</_>
<_>11 0 2 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.1870000530034304e-003</threshold>
<left_val>-0.6680480241775513</left_val>
<right_val>0.0322670005261898</right_val></_></_>
<_>
<!-- tree 111 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 5 10 10 -1.</_>
<_>14 5 5 5 2.</_>
<_>9 10 5 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0243519991636276</threshold>
<left_val>0.2944490015506744</left_val>
<right_val>-1.3599999947473407e-003</right_val></_></_>
<_>
<!-- tree 112 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 5 10 10 -1.</_>
<_>5 5 5 5 2.</_>
<_>10 10 5 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0119740003719926</threshold>
<left_val>-0.2834509909152985</left_val>
<right_val>0.4717119932174683</right_val></_></_>
<_>
<!-- tree 113 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 6 16 6 -1.</_>
<_>12 6 8 3 2.</_>
<_>4 9 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0130700003355742</threshold>
<left_val>-0.1083460003137589</left_val>
<right_val>0.5719329714775085</right_val></_></_>
<_>
<!-- tree 114 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 7 6 9 -1.</_>
<_>0 10 6 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0591630004346371</threshold>
<left_val>-0.0509390011429787</left_val>
<right_val>-1.9059720039367676</right_val></_></_>
<_>
<!-- tree 115 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>16 10 8 14 -1.</_>
<_>20 10 4 7 2.</_>
<_>16 17 4 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0410949997603893</threshold>
<left_val>0.4510459899902344</left_val>
<right_val>-9.7599998116493225e-003</right_val></_></_>
<_>
<!-- tree 116 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 12 6 12 -1.</_>
<_>9 18 6 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0839890018105507</threshold>
<left_val>-2.0349199771881104</left_val>
<right_val>-0.0510190017521381</right_val></_></_>
<_>
<!-- tree 117 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 10 8 12 -1.</_>
<_>12 10 4 6 2.</_>
<_>8 16 4 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0446190014481544</threshold>
<left_val>0.1704110056161881</left_val>
<right_val>-1.2278720140457153</right_val></_></_>
<_>
<!-- tree 118 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 0 4 9 -1.</_>
<_>10 0 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0244190003722906</threshold>
<left_val>-0.0217969994992018</left_val>
<right_val>-1.0822949409484863</right_val></_></_>
<_>
<!-- tree 119 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 4 8 16 -1.</_>
<_>14 4 4 8 2.</_>
<_>10 12 4 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.3870001100003719e-003</threshold>
<left_val>0.3046669960021973</left_val>
<right_val>-0.3706659972667694</right_val></_></_>
<_>
<!-- tree 120 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 10 10 6 -1.</_>
<_>7 12 10 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0246079992502928</threshold>
<left_val>-0.3116950094699860</left_val>
<right_val>0.2365729957818985</right_val></_></_>
<_>
<!-- tree 121 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 6 14 14 -1.</_>
<_>12 6 7 7 2.</_>
<_>5 13 7 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0851820036768913</threshold>
<left_val>-1.7982350587844849</left_val>
<right_val>0.1525429934263229</right_val></_></_>
<_>
<!-- tree 122 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 11 20 2 -1.</_>
<_>2 12 20 1 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0218449998646975</threshold>
<left_val>-0.0518880002200603</left_val>
<right_val>-1.9017189741134644</right_val></_></_>
<_>
<!-- tree 123 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>18 8 4 16 -1.</_>
<_>18 16 4 8 2.</_></rects>
<tilted>0</tilted></feature>
<thr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment