Showing preview only (801K chars total). The displayed content is truncated. Use the JSON API for full output.
Repository: VendettaMask/AutoRun-Car
Branch: master
Commit: c614e30f331c
Files: 12
Total size: 780.6 KB
Directory structure:
gitextract_24x63za3/
├── .gitignore
├── LICENSE
├── README.md
├── 树莓派端/
│ ├── README.md
│ ├── rc_control1.py
│ ├── stream_client.py
│ └── ultrasonic_client.py
└── 电脑端/
├── README.md
├── cascade_xml/
│ ├── fullbody.xml
│ ├── stop_sign.xml
│ └── traffic_light.xml
└── rc_driver.py
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
================================================
FILE: LICENSE
================================================
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
================================================
FILE: README.md
================================================
# AutoRun-Car
基于树莓派图像识别的智能循迹避障小车</br>
作者:三无小组</br>
视频请点击:https://youtu.be/4E3luEluiFE</br>
## 基本需求
raspberry pi3</br>
小车模块</br>
笔记本电脑</br>
树莓派官方摄像头</br>
## 环境要求
树莓派:rasbian系统</br>
电脑:opencv2.45</br>
numpy</br>
## 具体原理
### 道路检测
本程序所使用的道路检测算法为最基础的检测算法,可升级至深度学习算法,但是没时间搞~~主要是不会~~
对于道路检测而言,最基本的就是在图像上随机抽取图像上下部等宽区域,将图像的灰度中心计算出来,由此可以看出,当上半部图像的灰度中心与下半部图像中心的位置差超出阈值时,判定道路出现了转弯,以图像中心为坐标原点,当插值大于0时说明要右转,反之左转。可自由设置。
### 标识牌检测
使用opencv自带的训练网络,虽然实际训练了,但是结果较差,采用了国外训练好的图像模型,在代码中提供了。
### 障碍物检测
超声波检测,虽然没啥用,毕竟我们的障碍物是停止标志,图像的精度目前看来比超声波准,不过本着买了就要用的原则,用了
### 距离测算
采用单目视觉,首先对相机进行标定,然后利用角度计算得出前方的实际距离。但是相机在运动过程晃动较大,最后还是热熔胶枪粘的,这个功能的演示就弃了。
## 代码使用
注释有写代码的具体使用,请自行阅读。
================================================
FILE: 树莓派端/README.md
================================================
## 树莓派端运行这三个程序。
stream_client用于获取摄像头数据并发送至电脑。
ultrasonic_client用于获取超声波数据并发送至电脑。
rc_control用于运动控制,接收电脑端发来的命令后使小车转弯、前进等。
================================================
FILE: 树莓派端/rc_control1.py
================================================
#coding=utf-8
import socket
from socket import *
import RPi.GPIO as GPIO
import time
IN1 = 20
IN2 = 21
IN3 = 19
IN4 = 26
ENA = 16
ENB = 13
GPIO.setmode(GPIO.BCM) #设置GPIO口为BCM编码方式
GPIO.setwarnings(False) #忽略警告信息
t1 = 0.03
class rpiGPIOHelper(object):
def __init__(self):
global pwm_ENA
global pwm_ENB
global delaytime
GPIO.setup(ENA,GPIO.OUT,initial=GPIO.HIGH)
GPIO.setup(IN1,GPIO.OUT,initial=GPIO.LOW)
GPIO.setup(IN2,GPIO.OUT,initial=GPIO.LOW)
GPIO.setup(ENB,GPIO.OUT,initial=GPIO.HIGH)
GPIO.setup(IN3,GPIO.OUT,initial=GPIO.LOW)
GPIO.setup(IN4,GPIO.OUT,initial=GPIO.LOW)
#设置pwm引脚和频率为2000hz
pwm_ENA = GPIO.PWM(ENA, 2000)
pwm_ENB = GPIO.PWM(ENB, 2000)
pwm_ENA.start(0)
pwm_ENB.start(0)
#小车右转
def right(self,delaytime):
GPIO.output(IN1, GPIO.HIGH)
GPIO.output(IN2, GPIO.LOW)
GPIO.output(IN3, GPIO.LOW)
GPIO.output(IN4, GPIO.LOW)
pwm_ENA.ChangeDutyCycle(30)
pwm_ENB.ChangeDutyCycle(30)
print "pi car right."
time.sleep(delaytime)
#小车左转
def left(self,delaytime):
GPIO.output(IN1, GPIO.LOW)
GPIO.output(IN2, GPIO.LOW)
GPIO.output(IN3, GPIO.HIGH)
GPIO.output(IN4, GPIO.LOW)
pwm_ENA.ChangeDutyCycle(30)
pwm_ENB.ChangeDutyCycle(30)
print "pi car left."
time.sleep(delaytime)
#小车前进
def run(self,delaytime):
GPIO.output(IN1, GPIO.HIGH)
GPIO.output(IN2, GPIO.LOW)
GPIO.output(IN3, GPIO.HIGH)
GPIO.output(IN4, GPIO.LOW)
pwm_ENA.ChangeDutyCycle(30)
pwm_ENB.ChangeDutyCycle(30)
print "pi car forwarding."
time.sleep(delaytime)
#小车后退
def back(self,delaytime):
GPIO.output(IN1, GPIO.LOW)
GPIO.output(IN2, GPIO.HIGH)
GPIO.output(IN3, GPIO.LOW)
GPIO.output(IN4, GPIO.HIGH)
pwm_ENA.ChangeDutyCycle(30)
pwm_ENB.ChangeDutyCycle(30)
print "pi car backward"
time.sleep(delaytime)
#小车停止
def brake(self,delaytime):
GPIO.output(IN1, GPIO.LOW)
GPIO.output(IN2, GPIO.LOW)
GPIO.output(IN3, GPIO.LOW)
GPIO.output(IN4, GPIO.LOW)
pwm_ENA.ChangeDutyCycle(30)
pwm_ENB.ChangeDutyCycle(30)
time.sleep(delaytime)
# ============socket================ #
client_socket = socket(AF_INET, SOCK_STREAM)
client_socket.connect(('192.168.43.61', 8004))
# ============socket================ #
try:
gpio_helper = rpiGPIOHelper()
while True:
pre_data = client_socket.recv(1024)
print "pre_data=====================",pre_data
data = pre_data.split('O')[0]
if not data: continue
if data=="run":
gpio_helper.run(0.03)
elif data=="left":
gpio_helper.left(0.03)
elif data=="right":
gpio_helper.right(0.03)
elif data=="back":
gpio_helper.back(0.03)
else:
data = "brake"
gpio_helper.brake(0.03)
print 555555555555555555555555555555555555555
client_socket.sendall(data + " had recvied!")
except KeyboardInterrupt:
pass
pwm_ENA.stop()
pwm_ENB.stop()
GPIO.cleanup()
================================================
FILE: 树莓派端/stream_client.py
================================================
import io
import socket
import struct
import time
import picamera
# create socket and bind host
client_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
client_socket.connect(('192.168.43.61', 8000))
connection = client_socket.makefile('wb')
try:
with picamera.PiCamera() as camera:
camera.resolution = (320, 240) # pi camera resolution
camera.framerate = 10 # 10 frames/sec
time.sleep(2) # give 2 secs for camera to initilize
start = time.time()
stream = io.BytesIO()
# send jpeg format video stream
for foo in camera.capture_continuous(stream, 'jpeg', use_video_port = True):
connection.write(struct.pack('<L', stream.tell()))
connection.flush()
stream.seek(0)
connection.write(stream.read())
if time.time() - start > 600:
break
stream.seek(0)
stream.truncate()
connection.write(struct.pack('<L', 0))
finally:
connection.close()
client_socket.close()
================================================
FILE: 树莓派端/ultrasonic_client.py
================================================
from socket import *
import time
import RPi.GPIO as GPIO
GPIO.setwarnings(False)
# create a socket and bind socket to the host
client_socket = socket(AF_INET, SOCK_STREAM)
client_socket.connect(('192.168.43.61', 8002))
def measure():
GPIO.output(GPIO_TRIGGER, True)
time.sleep(0.00001)
GPIO.output(GPIO_TRIGGER, False)
start = time.time()
while GPIO.input(GPIO_ECHO)==0:
start = time.time()
while GPIO.input(GPIO_ECHO)==1:
stop = time.time()
elapsed = stop-start
distance = (elapsed * 34300)/2
return distance
# referring to the pins by GPIO numbers
GPIO.setmode(GPIO.BCM)
# define pi GPIO
GPIO_TRIGGER = 1
GPIO_ECHO = 0
# output pin: Trigger
GPIO.setup(GPIO_TRIGGER,GPIO.OUT)
# input pin: Echo
GPIO.setup(GPIO_ECHO,GPIO.IN)
# initialize trigger pin to low
GPIO.output(GPIO_TRIGGER, False)
try:
while True:
distance = measure()
print "Distance : %.1f cm" % distance
# send data to the host every 0.5 sec
client_socket.send(str(distance))
time.sleep(0.5)
finally:
client_socket.close()
GPIO.cleanup()
================================================
FILE: 电脑端/README.md
================================================
在电脑端运行rc_driver,功能在代码注释里有简单解释。
文件夹cascade_xml中存放的是别人训练好的stop和红绿灯文件,rc_driver代码中第119和120行用到,如果缺少这些文件就会导致无法识别出stop和红绿灯。
================================================
FILE: 电脑端/cascade_xml/fullbody.xml
================================================
<?xml version="1.0"?>
<!--
14x28 fullbody detector (see the detailed description below).
//////////////////////////////////////////////////////////////////////////
| Contributors License Agreement
| IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
| By downloading, copying, installing or using the software you agree
| to this license.
| If you do not agree to this license, do not download, install,
| copy or use the software.
|
| Copyright (c) 2004, Hannes Kruppa and Bernt Schiele (ETH Zurich, Switzerland).
| All rights reserved.
|
| Redistribution and use in source and binary forms, with or without
| modification, are permitted provided that the following conditions are
| met:
|
| * Redistributions of source code must retain the above copyright
| notice, this list of conditions and the following disclaimer.
| * Redistributions in binary form must reproduce the above
| copyright notice, this list of conditions and the following
| disclaimer in the documentation and/or other materials provided
| with the distribution.
| * The name of Contributor may not used to endorse or promote products
| derived from this software without specific prior written permission.
|
| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
| "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
| LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
| A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
| CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
| EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
| PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
| PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
| LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
| NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Back to
| Top
//////////////////////////////////////////////////////////////////////////
"Haar"-based Detectors For Pedestrian Detection
===============================================
by Hannes Kruppa and Bernt Schiele, ETH Zurich, Switzerland
This archive provides the following three detectors:
- upper body detector (most fun, useful in many scenarios!)
- lower body detector
- full body detector
These detectors have been successfully applied to pedestrian detection
in still images. They can be directly passed as parameters to the
program HaarFaceDetect.
NOTE: These detectors deal with frontal and backside views but not
with side views (also see "Known limitations" below).
RESEARCHERS:
If you are using any of the detectors or involved ideas please cite
this paper (available at www.vision.ethz.ch/publications/):
@InProceedings{Kruppa03-bmvc,
author = "Hannes Kruppa, Modesto Castrillon-Santana and Bernt Schiele",
title = "Fast and Robust Face Finding via Local Context."
booktitle = "Joint IEEE International Workshop on Visual Surveillance and Performance Evaluation of Tracking and Surveillance"
year = "2003",
month = "October"
}
COMMERCIAL:
If you have any commercial interest in this work please contact
hkruppa@inf.ethz.ch
ADDITIONAL INFORMATION
======================
Check out the demo movie, e.g. using mplayer or any (Windows/Linux-) player
that can play back .mpg movies.
Under Linux that's:
> ffplay demo.mpg
or:
> mplayer demo.mpg
The movie shows a person walking towards the camera in a realistic
indoor setting. Using ffplay or mplayer you can pause and continue the
movie by pressing the space bar.
Detections coming from the different detectors are visualized using
different line styles:
upper body : dotted line
lower body : dashed line
full body : solid line
You will notice that successful detections containing the target do
not sit tightly on the body but also include some of the background
left and right. This is not a bug but accurately reflects the
employed training data which also includes portions of the background
to ensure proper silhouette representation. If you want to get a
feeling for the training data check out the CBCL data set:
http://www.ai.mit.edu/projects/cbcl/software-datasets/PedestrianData.html
There is also a small number of false alarms in this sequence.
NOTE: This is per frame detection, not tracking (which is also one of
the reasons why it is not mislead by the person's shadow on the back
wall).
On an Intel Xeon 1.7GHz machine the detectors operate at something
between 6Hz to 14 Hz (on 352 x 288 frames per second) depending on the
detector. The detectors work as well on much lower image resolutions
which is always an interesting possibility for speed-ups or
"coarse-to-fine" search strategies.
Additional information e.g. on training parameters, detector
combination, detecting other types of objects (e.g. cars) etc. is
available in my PhD thesis report (available end of June). Check out
www.vision.ethz.ch/kruppa/
KNOWN LIMITATIONS
==================
1) the detectors only support frontal and back views but not sideviews.
Sideviews are trickier and it makes a lot of sense to include additional
modalities for their detection, e.g. motion information. I recommend
Viola and Jones' ICCV 2003 paper if this further interests you.
2) dont expect these detectors to be as accurate as a frontal face detector.
A frontal face as a pattern is pretty distinct with respect to other
patterns occuring in the world (i.e. image "background"). This is not so
for upper, lower and especially full bodies, because they have to rely
on fragile silhouette information rather than internal (facial) features.
Still, we found especially the upper body detector to perform amazingly well.
In contrast to a face detector these detectors will also work at very low
image resolutions
Acknowledgements
================
Thanks to Martin Spengler, ETH Zurich, for providing the demo movie.
-->
<opencv_storage>
<haarcascade_fullbody type_id="opencv-haar-classifier">
<size>14 28</size>
<stages>
<_>
<!-- stage 0 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 5 12 21 -1.</_>
<_>5 5 4 21 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0558205693960190</threshold>
<left_val>0.5869792103767395</left_val>
<right_val>-0.6281142234802246</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 2 3 26 -1.</_>
<_>9 15 3 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0388611815869808</threshold>
<left_val>-0.7091681957244873</left_val>
<right_val>0.2682121098041534</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 4 12 23 -1.</_>
<_>5 4 4 23 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2674087882041931</threshold>
<left_val>0.8308296203613281</left_val>
<right_val>-0.2259958982467651</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 7 12 9 -1.</_>
<_>4 7 6 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0964197367429733</threshold>
<left_val>-0.1169784963130951</left_val>
<right_val>0.8725455999374390</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 12 3 16 -1.</_>
<_>3 20 3 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0107987103983760</threshold>
<left_val>-0.5721974968910217</left_val>
<right_val>0.2532565891742706</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 8 6 6 -1.</_>
<_>4 11 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0113656399771571</threshold>
<left_val>0.1965083032846451</left_val>
<right_val>-0.7274463772773743</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 25 12 3 -1.</_>
<_>5 25 4 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.0216919044032693e-004</threshold>
<left_val>0.2443515956401825</left_val>
<right_val>-0.5197358131408691</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 25 8 3 -1.</_>
<_>6 25 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0284624807536602</threshold>
<left_val>-0.8360729217529297</left_val>
<right_val>0.1115804016590118</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 2 4 12 -1.</_>
<_>4 2 2 6 2.</_>
<_>6 8 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.3473170110955834e-003</threshold>
<left_val>-0.3840653896331787</left_val>
<right_val>0.2676798999309540</right_val></_></_></trees>
<stage_threshold>-1.2288980484008789</stage_threshold>
<parent>-1</parent>
<next>-1</next></_>
<_>
<!-- stage 1 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 15 8 11 -1.</_>
<_>5 15 4 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0107432203367352</threshold>
<left_val>0.4774732887744904</left_val>
<right_val>-0.6239293217658997</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 9 6 6 -1.</_>
<_>8 9 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.3188569573685527e-003</threshold>
<left_val>0.2124266028404236</left_val>
<right_val>-0.2416270971298218</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 9 6 6 -1.</_>
<_>4 9 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.5571161210536957e-003</threshold>
<left_val>0.3614785969257355</left_val>
<right_val>-0.3725171983242035</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 0 5 28 -1.</_>
<_>8 14 5 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1389341056346893</threshold>
<left_val>-0.6790050268173218</left_val>
<right_val>0.1128031015396118</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 24 10 4 -1.</_>
<_>7 24 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0264658294618130</threshold>
<left_val>0.1247496977448463</left_val>
<right_val>-0.8285233974456787</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 15 8 11 -1.</_>
<_>5 15 4 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0893868431448936</threshold>
<left_val>0.7427176237106323</left_val>
<right_val>-0.1701931953430176</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 25 14 3 -1.</_>
<_>7 25 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0213354192674160</threshold>
<left_val>-0.7175018787384033</left_val>
<right_val>0.1556618064641953</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 11 12 13 -1.</_>
<_>5 11 4 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0557091012597084</threshold>
<left_val>-0.1531004011631012</left_val>
<right_val>0.7180476784706116</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 2 12 21 -1.</_>
<_>5 9 4 7 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.6970995068550110</threshold>
<left_val>0.8115419149398804</left_val>
<right_val>-0.1088638976216316</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 0 3 28 -1.</_>
<_>10 14 3 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.2020599991083145</threshold>
<left_val>0.0763984173536301</left_val>
<right_val>-0.7301151156425476</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 0 3 28 -1.</_>
<_>1 14 3 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0718826577067375</threshold>
<left_val>-0.7148858904838562</left_val>
<right_val>0.1651764959096909</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 5 6 8 -1.</_>
<_>8 5 3 4 2.</_>
<_>5 9 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0192287601530552</threshold>
<left_val>-0.3986836969852448</left_val>
<right_val>0.0405572392046452</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 5 6 8 -1.</_>
<_>3 5 3 4 2.</_>
<_>6 9 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.1500229593366385e-003</threshold>
<left_val>-0.3826077878475189</left_val>
<right_val>0.3185507953166962</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 16 4 12 -1.</_>
<_>12 16 2 6 2.</_>
<_>10 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0232527796179056</threshold>
<left_val>0.0543904006481171</left_val>
<right_val>-0.7066999077796936</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 8 6 4 -1.</_>
<_>4 10 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.2618120894767344e-004</threshold>
<left_val>0.2261060029268265</left_val>
<right_val>-0.4070987999439240</right_val></_></_></trees>
<stage_threshold>-1.0969949960708618</stage_threshold>
<parent>0</parent>
<next>-1</next></_>
<_>
<!-- stage 2 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 5 8 21 -1.</_>
<_>5 5 4 21 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1291020065546036</threshold>
<left_val>0.7600312829017639</left_val>
<right_val>-0.2340579032897949</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 15 12 12 -1.</_>
<_>7 15 6 6 2.</_>
<_>1 21 6 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0674492567777634</threshold>
<left_val>0.1717952936887741</left_val>
<right_val>-0.8436477780342102</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 25 12 3 -1.</_>
<_>6 25 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0126632703468204</threshold>
<left_val>0.2291321009397507</left_val>
<right_val>-0.7307245731353760</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 14 3 8 -1.</_>
<_>8 14 3 4 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-4.2741331271827221e-003</threshold>
<left_val>0.0624204799532890</left_val>
<right_val>-0.4098593890666962</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 25 8 3 -1.</_>
<_>4 25 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0231439508497715</threshold>
<left_val>-0.8397182822227478</left_val>
<right_val>0.2011574953794479</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 24 12 4 -1.</_>
<_>5 24 6 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.5371038615703583e-004</threshold>
<left_val>0.1536941975355148</left_val>
<right_val>-0.4403811097145081</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 18 4 6 -1.</_>
<_>3 18 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.5239803194999695e-003</threshold>
<left_val>-0.6318680047988892</left_val>
<right_val>0.1625023037195206</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 8 4 7 -1.</_>
<_>8 8 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0283076707273722</threshold>
<left_val>-0.0725999698042870</left_val>
<right_val>0.3791998922824860</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 8 4 7 -1.</_>
<_>4 8 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0451480187475681</threshold>
<left_val>0.7449362874031067</left_val>
<right_val>-0.1558171063661575</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 3 12 18 -1.</_>
<_>1 3 6 18 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1001473963260651</threshold>
<left_val>0.1794963926076889</left_val>
<right_val>-0.6464408040046692</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 20 4 8 -1.</_>
<_>3 20 2 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.3245721869170666e-003</threshold>
<left_val>0.1776389926671982</left_val>
<right_val>-0.5765405893325806</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 10 7 18 -1.</_>
<_>6 19 7 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0118756704032421</threshold>
<left_val>-0.3112972080707550</left_val>
<right_val>0.1632139980792999</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 8 3 13 -1.</_>
<_>5 8 1 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0254790391772985</threshold>
<left_val>0.6269248127937317</left_val>
<right_val>-0.1133375018835068</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 22 4 6 -1.</_>
<_>10 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.9196523874998093e-003</threshold>
<left_val>-0.7762442827224731</left_val>
<right_val>0.1542761027812958</right_val></_></_></trees>
<stage_threshold>-1.2285970449447632</stage_threshold>
<parent>1</parent>
<next>-1</next></_>
<_>
<!-- stage 3 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 0 12 27 -1.</_>
<_>5 9 4 9 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.8580927848815918</threshold>
<left_val>0.7879683971405029</left_val>
<right_val>-0.2213554978370667</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 20 12 7 -1.</_>
<_>5 20 6 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.6491119749844074e-003</threshold>
<left_val>0.2567340135574341</left_val>
<right_val>-0.4319424033164978</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 25 10 3 -1.</_>
<_>7 25 5 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0258823093026876</threshold>
<left_val>-0.8755123019218445</left_val>
<right_val>0.0883856266736984</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 26 14 2 -1.</_>
<_>0 26 7 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.7666151076555252e-003</threshold>
<left_val>-0.4702236950397492</left_val>
<right_val>0.2280080020427704</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 15 8 9 -1.</_>
<_>5 15 4 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0837296992540360</threshold>
<left_val>0.6338573098182678</left_val>
<right_val>-0.1488831937313080</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 23 6 5 -1.</_>
<_>8 23 3 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0406857393682003</threshold>
<left_val>-0.9393178820610046</left_val>
<right_val>0.0105989398434758</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 26 14 2 -1.</_>
<_>7 26 7 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.0759920850396156e-003</threshold>
<left_val>-0.4555442035198212</left_val>
<right_val>0.1786437034606934</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 10 2 18 -1.</_>
<_>8 19 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.3427829146385193e-003</threshold>
<left_val>-0.2143428027629852</left_val>
<right_val>0.1553142070770264</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 4 4 12 -1.</_>
<_>4 4 2 6 2.</_>
<_>6 10 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.7649151161313057e-004</threshold>
<left_val>-0.3334816098213196</left_val>
<right_val>0.2278023958206177</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 24 9 4 -1.</_>
<_>7 24 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0169418398290873</threshold>
<left_val>0.0741408169269562</left_val>
<right_val>-0.5626205205917358</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 3 12 15 -1.</_>
<_>5 8 4 5 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.4755898118019104</threshold>
<left_val>-0.1086113005876541</left_val>
<right_val>0.8298525810241699</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 16 2 12 -1.</_>
<_>11 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.8000627905130386e-003</threshold>
<left_val>0.1324903070926666</left_val>
<right_val>-0.5162039995193481</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 4 7 16 -1.</_>
<_>2 12 7 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0744775608181953</threshold>
<left_val>-0.5554556846618652</left_val>
<right_val>0.1234432011842728</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 8 4 6 -1.</_>
<_>8 8 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5143009154126048e-004</threshold>
<left_val>0.0681907534599304</left_val>
<right_val>-0.1361685991287231</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 8 8 6 -1.</_>
<_>3 11 8 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.3454021476209164e-003</threshold>
<left_val>0.1367851048707962</left_val>
<right_val>-0.5364512205123901</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 8 6 8 -1.</_>
<_>10 8 2 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0154712796211243</threshold>
<left_val>0.2618063986301422</left_val>
<right_val>-0.1054581031203270</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 8 6 7 -1.</_>
<_>2 8 2 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.6055500172078609e-003</threshold>
<left_val>-0.2574635148048401</left_val>
<right_val>0.2879593074321747</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 25 12 3 -1.</_>
<_>6 25 4 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.4552858667448163e-004</threshold>
<left_val>0.1009993031620979</left_val>
<right_val>-0.2611967921257019</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 25 12 3 -1.</_>
<_>4 25 4 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0331389009952545</threshold>
<left_val>-0.8377956748008728</left_val>
<right_val>0.1132768988609314</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 7 12 4 -1.</_>
<_>1 7 6 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0355918891727924</threshold>
<left_val>0.0823360905051231</left_val>
<right_val>-0.6250566244125366</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 2 14 12 -1.</_>
<_>7 2 7 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.2083403021097183</threshold>
<left_val>0.0695244371891022</left_val>
<right_val>-0.8688114881515503</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 19 14 6 -1.</_>
<_>7 19 7 3 2.</_>
<_>0 22 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0281654000282288</threshold>
<left_val>-0.5979984998703003</left_val>
<right_val>0.0803299024701118</right_val></_></_></trees>
<stage_threshold>-1.1200269460678101</stage_threshold>
<parent>2</parent>
<next>-1</next></_>
<_>
<!-- stage 4 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 14 12 6 -1.</_>
<_>5 14 4 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0267407093197107</threshold>
<left_val>0.3891242146492004</left_val>
<right_val>-0.4982767999172211</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 24 12 4 -1.</_>
<_>5 24 6 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.2516999850049615e-003</threshold>
<left_val>0.1312343031167984</left_val>
<right_val>-0.3636899888515472</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 1 4 14 -1.</_>
<_>2 1 2 7 2.</_>
<_>4 8 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0416345112025738</threshold>
<left_val>0.5744475126266480</left_val>
<right_val>-0.1393287926912308</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 3 4 6 -1.</_>
<_>10 3 2 6 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0100965797901154</threshold>
<left_val>0.0990737974643707</left_val>
<right_val>-0.2295698970556259</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 3 6 4 -1.</_>
<_>4 3 6 2 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.0190903991460800</threshold>
<left_val>-0.5515310764312744</left_val>
<right_val>0.1511006951332092</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 16 14 8 -1.</_>
<_>0 16 7 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0314810685813427</threshold>
<left_val>-0.4588426947593689</left_val>
<right_val>0.1757954955101013</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 16 3 12 -1.</_>
<_>6 16 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0176875498145819</threshold>
<left_val>0.4471183121204376</left_val>
<right_val>-0.1529293060302734</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 15 4 7 -1.</_>
<_>7 15 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.3685659766197205e-003</threshold>
<left_val>0.1218549013137817</left_val>
<right_val>-0.1668857038021088</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 15 4 8 -1.</_>
<_>5 15 2 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.9326845481991768e-003</threshold>
<left_val>-0.1333369016647339</left_val>
<right_val>0.6375334262847900</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 17 4 8 -1.</_>
<_>9 17 2 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.0706309266388416e-003</threshold>
<left_val>-0.1122028976678848</left_val>
<right_val>0.0698243528604507</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 17 4 8 -1.</_>
<_>3 17 2 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.9803090989589691e-003</threshold>
<left_val>-0.5184289813041687</left_val>
<right_val>0.1609919965267181</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 18 4 7 -1.</_>
<_>9 18 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.9967839363962412e-003</threshold>
<left_val>0.0410653389990330</left_val>
<right_val>-0.1945585012435913</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 18 4 7 -1.</_>
<_>3 18 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.8641549181193113e-003</threshold>
<left_val>0.1667324006557465</left_val>
<right_val>-0.4356977939605713</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 5 4 6 -1.</_>
<_>7 5 2 6 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>6.8349428474903107e-003</threshold>
<left_val>-0.1716264039278030</left_val>
<right_val>0.1481806039810181</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 5 6 4 -1.</_>
<_>7 5 6 2 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0431584902107716</threshold>
<left_val>0.0832035094499588</left_val>
<right_val>-0.7782185077667236</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 26 12 2 -1.</_>
<_>2 26 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.6560080051422119e-003</threshold>
<left_val>0.0847408026456833</left_val>
<right_val>-0.4973815083503723</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 7 3 12 -1.</_>
<_>5 7 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.1110988929867744e-003</threshold>
<left_val>0.2582714855670929</left_val>
<right_val>-0.2555203139781952</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 7 12 11 -1.</_>
<_>4 7 6 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1187030971050263</threshold>
<left_val>-0.0909442380070686</left_val>
<right_val>0.7228621244430542</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 13 8 4 -1.</_>
<_>6 13 4 4 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0168759692460299</threshold>
<left_val>0.1262917071580887</left_val>
<right_val>-0.5520529747009277</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 22 6 4 -1.</_>
<_>5 22 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.0887029930017889e-004</threshold>
<left_val>0.0816487967967987</left_val>
<right_val>-0.1693702042102814</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 26 14 2 -1.</_>
<_>7 26 7 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.8222990222275257e-003</threshold>
<left_val>0.1641130000352860</left_val>
<right_val>-0.3521826863288879</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 3 12 18 -1.</_>
<_>5 9 4 6 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.5242584943771362</threshold>
<left_val>0.4890617132186890</left_val>
<right_val>-0.1267475932836533</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 6 9 22 -1.</_>
<_>0 17 9 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.3692750930786133</threshold>
<left_val>0.0861159935593605</left_val>
<right_val>-0.6718463897705078</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 1 12 24 -1.</_>
<_>7 1 6 12 2.</_>
<_>1 13 6 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1688378006219864</threshold>
<left_val>-0.8491569161415100</left_val>
<right_val>0.0548333488404751</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 26 12 2 -1.</_>
<_>6 26 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0192792601883411</threshold>
<left_val>-0.7801151275634766</left_val>
<right_val>0.0622026808559895</right_val></_></_></trees>
<stage_threshold>-1.0664960145950317</stage_threshold>
<parent>3</parent>
<next>-1</next></_>
<_>
<!-- stage 5 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 4 12 23 -1.</_>
<_>5 4 4 23 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2090135067701340</threshold>
<left_val>0.6980816721916199</left_val>
<right_val>-0.3457359075546265</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 22 6 5 -1.</_>
<_>5 22 3 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.8061009147204459e-004</threshold>
<left_val>0.2092390060424805</left_val>
<right_val>-0.2414764016866684</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 22 6 5 -1.</_>
<_>6 22 3 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.4844119325280190e-003</threshold>
<left_val>0.2763600945472717</left_val>
<right_val>-0.4199039936065674</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 1 4 6 -1.</_>
<_>5 4 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.1536289714276791e-003</threshold>
<left_val>0.2471046000719070</left_val>
<right_val>-0.3067789971828461</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 8 12 8 -1.</_>
<_>4 8 6 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0589119903743267</threshold>
<left_val>-0.0708347633481026</left_val>
<right_val>0.7113314270973206</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 8 5 12 -1.</_>
<_>6 11 5 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.3095219512470067e-004</threshold>
<left_val>0.1714860051870346</left_val>
<right_val>-0.3616837859153748</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 20 14 6 -1.</_>
<_>0 20 7 3 2.</_>
<_>7 23 7 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0313964001834393</threshold>
<left_val>-0.8013188242912293</left_val>
<right_val>0.1004256010055542</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 9 6 6 -1.</_>
<_>8 9 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5601970739662647e-003</threshold>
<left_val>0.0994327664375305</left_val>
<right_val>-0.1484826058149338</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 8 4 6 -1.</_>
<_>7 8 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.3389322236180305e-003</threshold>
<left_val>-0.5662124156951904</left_val>
<right_val>0.1409679949283600</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 13 12 15 -1.</_>
<_>2 18 12 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.2132671028375626</threshold>
<left_val>0.0481582097709179</left_val>
<right_val>-0.7485890984535217</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 16 4 12 -1.</_>
<_>0 16 2 6 2.</_>
<_>2 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0100425295531750</threshold>
<left_val>0.1042840033769608</left_val>
<right_val>-0.5538737773895264</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 2 2 26 -1.</_>
<_>10 2 1 13 2.</_>
<_>9 15 1 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0268252808600664</threshold>
<left_val>0.5728160738945007</left_val>
<right_val>-0.0825379788875580</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 2 2 26 -1.</_>
<_>3 2 1 13 2.</_>
<_>4 15 1 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.3760882262140512e-004</threshold>
<left_val>-0.2562690079212189</left_val>
<right_val>0.2589842081069946</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 22 4 6 -1.</_>
<_>10 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.6051978394389153e-003</threshold>
<left_val>-0.5867735743522644</left_val>
<right_val>0.0512107796967030</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 1 12 12 -1.</_>
<_>4 5 4 4 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1193564012646675</threshold>
<left_val>-0.4553082883358002</left_val>
<right_val>0.1257033050060272</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 15 3 12 -1.</_>
<_>7 15 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.6083478741347790e-003</threshold>
<left_val>-0.1631637960672379</left_val>
<right_val>0.4665954113006592</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 10 3 15 -1.</_>
<_>6 10 1 15 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0173035096377134</threshold>
<left_val>-0.1239140033721924</left_val>
<right_val>0.5975540876388550</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 22 4 6 -1.</_>
<_>10 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.4382272064685822e-003</threshold>
<left_val>0.1383872926235199</left_val>
<right_val>-0.5506920218467712</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 10 8 18 -1.</_>
<_>0 19 8 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.4591449182480574e-003</threshold>
<left_val>-0.3992733955383301</left_val>
<right_val>0.1538708955049515</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 16 8 12 -1.</_>
<_>9 16 4 6 2.</_>
<_>5 22 4 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.5056238994002342e-003</threshold>
<left_val>-0.1614670008420944</left_val>
<right_val>0.1608660072088242</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 25 8 3 -1.</_>
<_>4 25 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.3172689543571323e-004</threshold>
<left_val>0.1705936044454575</left_val>
<right_val>-0.3540942072868347</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 17 14 8 -1.</_>
<_>7 17 7 4 2.</_>
<_>0 21 7 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0119145298376679</threshold>
<left_val>0.1626563966274262</left_val>
<right_val>-0.4146318137645721</right_val></_></_></trees>
<stage_threshold>-1.2319500446319580</stage_threshold>
<parent>4</parent>
<next>-1</next></_>
<_>
<!-- stage 6 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 15 6 4 -1.</_>
<_>5 15 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.5429700985550880e-003</threshold>
<left_val>0.4296497106552124</left_val>
<right_val>-0.5691584944725037</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 23 9 4 -1.</_>
<_>8 23 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.6804840676486492e-003</threshold>
<left_val>-0.1038008034229279</left_val>
<right_val>0.2545371949672699</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 23 9 5 -1.</_>
<_>3 23 3 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.5870380233973265e-003</threshold>
<left_val>-0.3657707870006561</left_val>
<right_val>0.3934333920478821</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 4 12 22 -1.</_>
<_>5 4 4 22 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.3442833125591278</threshold>
<left_val>0.7312576174736023</left_val>
<right_val>-0.1506024003028870</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 4 5 24 -1.</_>
<_>1 10 5 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0330544598400593</threshold>
<left_val>0.1765758991241455</left_val>
<right_val>-0.5106050968170166</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 23 12 4 -1.</_>
<_>5 23 6 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.1190310362726450e-003</threshold>
<left_val>0.0868593230843544</left_val>
<right_val>-0.1773376017808914</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 16 4 12 -1.</_>
<_>5 16 2 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0137807400897145</threshold>
<left_val>-0.1224716976284981</left_val>
<right_val>0.6647294163703919</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 17 12 11 -1.</_>
<_>1 17 6 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0248479507863522</threshold>
<left_val>0.2397679984569550</left_val>
<right_val>-0.3245661854743958</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 16 3 12 -1.</_>
<_>6 16 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0131266303360462</threshold>
<left_val>0.4946180880069733</left_val>
<right_val>-0.2095437943935394</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 17 4 6 -1.</_>
<_>8 17 4 3 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.0168861895799637</threshold>
<left_val>-0.1397399008274078</left_val>
<right_val>0.0750131607055664</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 16 4 6 -1.</_>
<_>7 16 2 6 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-5.2776751108467579e-003</threshold>
<left_val>-0.3891935944557190</left_val>
<right_val>0.1892151981592178</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 2 4 6 -1.</_>
<_>6 2 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.0325549412518740e-003</threshold>
<left_val>0.2496545016765595</left_val>
<right_val>-0.1796036064624786</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 12 5 16 -1.</_>
<_>2 20 5 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0180568005889654</threshold>
<left_val>-0.5368307232856751</left_val>
<right_val>0.1061547994613648</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 13 3 14 -1.</_>
<_>7 13 1 14 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0288151092827320</threshold>
<left_val>0.5330320000648499</left_val>
<right_val>-0.0787126868963242</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 6 8 3 -1.</_>
<_>6 6 4 3 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.0609716586768627</threshold>
<left_val>-0.8566309213638306</left_val>
<right_val>0.0817214474081993</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 8 14 6 -1.</_>
<_>0 11 14 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0620221607387066</threshold>
<left_val>-0.6722896099090576</left_val>
<right_val>0.0823169872164726</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 7 4 7 -1.</_>
<_>4 7 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.2961759977042675e-003</threshold>
<left_val>0.2719230949878693</left_val>
<right_val>-0.2371349036693573</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 8 4 6 -1.</_>
<_>8 8 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.9608140252530575e-003</threshold>
<left_val>-0.1429551988840103</left_val>
<right_val>0.2938036918640137</right_val></_></_></trees>
<stage_threshold>-1.1912549734115601</stage_threshold>
<parent>5</parent>
<next>-1</next></_>
<_>
<!-- stage 7 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 13 8 13 -1.</_>
<_>5 13 4 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0870013535022736</threshold>
<left_val>0.6308742761611939</left_val>
<right_val>-0.2626413106918335</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 2 4 12 -1.</_>
<_>10 2 2 6 2.</_>
<_>8 8 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.5627020299434662e-003</threshold>
<left_val>0.1464183926582336</left_val>
<right_val>-0.0523218810558319</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 2 4 12 -1.</_>
<_>2 2 2 6 2.</_>
<_>4 8 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.1381991468369961e-003</threshold>
<left_val>0.2174759954214096</left_val>
<right_val>-0.3210794031620026</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 24 8 3 -1.</_>
<_>6 24 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.9443330529611558e-004</threshold>
<left_val>0.1430500000715256</left_val>
<right_val>-0.4474846124649048</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 16 2 12 -1.</_>
<_>4 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.6125069707632065e-003</threshold>
<left_val>-0.3593623042106628</left_val>
<right_val>0.2093449980020523</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 21 14 6 -1.</_>
<_>0 21 7 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0352383516728878</threshold>
<left_val>-0.5587955713272095</left_val>
<right_val>0.1181833967566490</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 11 8 4 -1.</_>
<_>4 11 4 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0238805506378412</threshold>
<left_val>-0.1234541982412338</left_val>
<right_val>0.6450573801994324</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 2 12 5 -1.</_>
<_>5 2 4 5 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.5878319758921862e-003</threshold>
<left_val>0.2334091067314148</left_val>
<right_val>-0.2990573048591614</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 1 6 21 -1.</_>
<_>4 8 2 7 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.3438814878463745</threshold>
<left_val>0.6333410739898682</left_val>
<right_val>-0.0861014798283577</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 16 2 12 -1.</_>
<_>11 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.5634190533310175e-003</threshold>
<left_val>-0.3099200129508972</left_val>
<right_val>0.0882134363055229</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 17 6 5 -1.</_>
<_>7 17 3 5 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0470023490488529</threshold>
<left_val>0.0735333934426308</left_val>
<right_val>-0.7596526145935059</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 16 3 12 -1.</_>
<_>7 16 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.1428148075938225e-003</threshold>
<left_val>-0.1698143035173416</left_val>
<right_val>0.4198228120803833</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 16 2 12 -1.</_>
<_>2 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.7736629601567984e-003</threshold>
<left_val>-0.5566483736038208</left_val>
<right_val>0.1006005033850670</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 13 3 12 -1.</_>
<_>8 13 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0221798494458199</threshold>
<left_val>-0.0760098993778229</left_val>
<right_val>0.6371104121208191</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 17 4 6 -1.</_>
<_>6 17 2 6 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>2.9807379178237170e-005</threshold>
<left_val>-0.2714306116104126</left_val>
<right_val>0.2150378972291946</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 8 4 6 -1.</_>
<_>6 11 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.4308329809864517e-005</threshold>
<left_val>0.1309061050415039</left_val>
<right_val>-0.2808949947357178</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 5 8 12 -1.</_>
<_>1 11 8 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1150026023387909</threshold>
<left_val>-0.7198622226715088</left_val>
<right_val>0.0768841728568077</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 13 3 12 -1.</_>
<_>8 13 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0253185909241438</threshold>
<left_val>0.4525049924850464</left_val>
<right_val>-0.0904816910624504</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 6 8 3 -1.</_>
<_>6 6 4 3 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.0486983209848404</threshold>
<left_val>-0.7417712807655335</left_val>
<right_val>0.0676924064755440</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 14 3 12 -1.</_>
<_>8 14 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.0045289099216461e-003</threshold>
<left_val>0.1368017047643662</left_val>
<right_val>-0.1186091974377632</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 25 12 3 -1.</_>
<_>4 25 4 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.5120502151548862e-003</threshold>
<left_val>0.0912609919905663</left_val>
<right_val>-0.5696067810058594</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 17 4 8 -1.</_>
<_>7 17 2 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.4631778039038181e-003</threshold>
<left_val>0.1170236021280289</left_val>
<right_val>-0.1476123034954071</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 17 4 8 -1.</_>
<_>5 17 2 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0152560099959373</threshold>
<left_val>-0.1076835989952087</left_val>
<right_val>0.6471626162528992</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 24 6 4 -1.</_>
<_>8 24 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0219006203114986</threshold>
<left_val>-0.6077641844749451</left_val>
<right_val>0.0644492134451866</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 22 6 6 -1.</_>
<_>4 22 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.1267218980938196e-003</threshold>
<left_val>-0.2311546951532364</left_val>
<right_val>0.2181330025196075</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 15 5 8 -1.</_>
<_>8 15 5 4 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.0315019190311432</threshold>
<left_val>-0.1367810964584351</left_val>
<right_val>0.0660032704472542</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 15 8 5 -1.</_>
<_>6 15 4 5 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0181079693138599</threshold>
<left_val>0.1086572036147118</left_val>
<right_val>-0.4467346072196960</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 8 12 7 -1.</_>
<_>4 8 6 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1105957031250000</threshold>
<left_val>0.4695417881011963</left_val>
<right_val>-0.1126838028430939</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 10 6 10 -1.</_>
<_>0 15 6 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2349569480866194e-003</threshold>
<left_val>-0.2988497018814087</left_val>
<right_val>0.1814752966165543</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 4 4 22 -1.</_>
<_>7 15 4 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0465041883289814</threshold>
<left_val>0.1284676939249039</left_val>
<right_val>-0.2660984992980957</right_val></_></_></trees>
<stage_threshold>-1.1750839948654175</stage_threshold>
<parent>6</parent>
<next>-1</next></_>
<_>
<!-- stage 8 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 4 12 22 -1.</_>
<_>4 4 6 22 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0488205999135971</threshold>
<left_val>0.4280799031257629</left_val>
<right_val>-0.5515494942665100</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 3 4 12 -1.</_>
<_>8 3 2 6 2.</_>
<_>6 9 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.4779040357097983e-003</threshold>
<left_val>-0.1868806034326553</left_val>
<right_val>0.1903828978538513</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 16 3 12 -1.</_>
<_>6 16 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0100122904404998</threshold>
<left_val>0.3845142126083374</left_val>
<right_val>-0.2172304987907410</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 5 6 8 -1.</_>
<_>8 5 3 4 2.</_>
<_>5 9 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0510002784430981</threshold>
<left_val>-0.7613695263862610</left_val>
<right_val>0.0136259002611041</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 5 6 8 -1.</_>
<_>3 5 3 4 2.</_>
<_>6 9 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.2959132008254528e-003</threshold>
<left_val>-0.2302142977714539</left_val>
<right_val>0.2853623926639557</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 4 6 4 -1.</_>
<_>8 4 6 2 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.0486541390419006</threshold>
<left_val>0.7099207043647766</left_val>
<right_val>-0.0492031499743462</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 10 3 18 -1.</_>
<_>5 19 3 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.8448636233806610e-003</threshold>
<left_val>-0.3150536119937897</left_val>
<right_val>0.2089902013540268</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 4 6 -1.</_>
<_>7 6 4 3 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.1006280034780502</threshold>
<left_val>6.6908989101648331e-003</left_val>
<right_val>0.6701387166976929</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 6 6 4 -1.</_>
<_>7 6 3 4 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-7.0256260223686695e-003</threshold>
<left_val>-0.3940832912921906</left_val>
<right_val>0.1743354946374893</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 24 8 3 -1.</_>
<_>6 24 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.1224319934844971e-003</threshold>
<left_val>0.1699631065130234</left_val>
<right_val>-0.3023740947246552</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 11 12 5 -1.</_>
<_>4 11 6 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.9532064050436020e-003</threshold>
<left_val>-0.1420284062623978</left_val>
<right_val>0.4516746103763580</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 22 4 6 -1.</_>
<_>10 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0125650698319077</threshold>
<left_val>0.0731758773326874</left_val>
<right_val>-0.6170042157173157</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 3 4 12 -1.</_>
<_>2 3 2 6 2.</_>
<_>4 9 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7854310572147369e-003</threshold>
<left_val>0.1490986049175263</left_val>
<right_val>-0.3286524116992950</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 22 4 6 -1.</_>
<_>10 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.0306518785655499e-003</threshold>
<left_val>-0.4571371078491211</left_val>
<right_val>0.1081572026014328</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 22 4 6 -1.</_>
<_>2 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.3099560104310513e-003</threshold>
<left_val>-0.6559277176856995</left_val>
<right_val>0.0656157881021500</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 15 3 12 -1.</_>
<_>7 15 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0338434316217899</threshold>
<left_val>0.5041236877441406</left_val>
<right_val>-0.0616260692477226</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 16 4 6 -1.</_>
<_>7 16 2 6 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>3.8319290615618229e-004</threshold>
<left_val>-0.2515347898006439</left_val>
<right_val>0.2027134001255035</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 2 6 6 -1.</_>
<_>4 4 6 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.6169361080974340e-003</threshold>
<left_val>0.2249795943498612</left_val>
<right_val>-0.2195861935615540</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 16 2 12 -1.</_>
<_>4 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.5606079511344433e-003</threshold>
<left_val>-0.4659804105758667</left_val>
<right_val>0.1234800964593887</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 16 2 12 -1.</_>
<_>7 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0108227897435427</threshold>
<left_val>-0.0966189727187157</left_val>
<right_val>0.4641242921352387</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 9 4 6 -1.</_>
<_>7 9 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.3171347826719284e-003</threshold>
<left_val>-0.5563424825668335</left_val>
<right_val>0.0946232825517654</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 15 2 12 -1.</_>
<_>7 15 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.3140971148386598e-004</threshold>
<left_val>0.1014392971992493</left_val>
<right_val>-0.1056424006819725</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 15 2 12 -1.</_>
<_>6 15 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.4296840941533446e-004</threshold>
<left_val>-0.1324310004711151</left_val>
<right_val>0.3535107970237732</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 25 12 2 -1.</_>
<_>2 25 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0278069600462914</threshold>
<left_val>-0.6505060195922852</left_val>
<right_val>0.0331535898149014</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 16 4 12 -1.</_>
<_>3 16 2 6 2.</_>
<_>5 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.9245469057932496e-004</threshold>
<left_val>-0.2670288085937500</left_val>
<right_val>0.2112963050603867</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 24 8 3 -1.</_>
<_>6 24 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0127872303128242</threshold>
<left_val>0.2159364074468613</left_val>
<right_val>-0.0867670774459839</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 25 12 2 -1.</_>
<_>6 25 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.1678601196035743e-004</threshold>
<left_val>0.1695998013019562</left_val>
<right_val>-0.2924894094467163</right_val></_></_></trees>
<stage_threshold>-1.1861419677734375</stage_threshold>
<parent>7</parent>
<next>-1</next></_>
<_>
<!-- stage 9 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 1 6 27 -1.</_>
<_>4 10 6 9 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0517069287598133</threshold>
<left_val>0.4694269895553589</left_val>
<right_val>-0.5128067135810852</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 16 3 12 -1.</_>
<_>7 16 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.5232150480151176e-003</threshold>
<left_val>-0.2498238980770111</left_val>
<right_val>0.6300581097602844</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 21 6 4 -1.</_>
<_>6 21 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.2110745608806610e-003</threshold>
<left_val>0.3753066956996918</left_val>
<right_val>-0.2291038036346436</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 2 6 12 -1.</_>
<_>4 8 6 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0417299605906010</threshold>
<left_val>-0.1126201003789902</left_val>
<right_val>0.6750869750976563</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 0 6 4 -1.</_>
<_>6 0 3 4 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>4.5255841687321663e-003</threshold>
<left_val>-0.2693972885608673</left_val>
<right_val>0.2488950937986374</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 4 3 14 -1.</_>
<_>7 4 1 14 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.5208792006596923e-004</threshold>
<left_val>0.2009855061769486</left_val>
<right_val>-0.2300173044204712</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 8 6 6 -1.</_>
<_>6 8 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.4569639246910810e-003</threshold>
<left_val>-0.3637234866619110</left_val>
<right_val>0.2714250087738037</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 24 12 4 -1.</_>
<_>6 24 4 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0882003605365753</threshold>
<left_val>-0.7595195770263672</left_val>
<right_val>-7.2166309691965580e-003</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 24 12 4 -1.</_>
<_>4 24 4 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.3253160179592669e-004</threshold>
<left_val>0.1473821997642517</left_val>
<right_val>-0.4254870116710663</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 13 3 12 -1.</_>
<_>9 13 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0192584004253149</threshold>
<left_val>-0.0848308727145195</left_val>
<right_val>0.5948777198791504</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 22 4 6 -1.</_>
<_>3 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.1915740109980106e-003</threshold>
<left_val>-0.4263828098773956</left_val>
<right_val>0.1335715949535370</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 7 3 12 -1.</_>
<_>8 7 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0222290400415659</threshold>
<left_val>-0.4229826927185059</left_val>
<right_val>0.0361279584467411</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 7 3 12 -1.</_>
<_>5 7 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.3123440593481064e-003</threshold>
<left_val>0.2934978008270264</left_val>
<right_val>-0.2219786942005158</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 1 8 3 -1.</_>
<_>4 1 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.6796981953084469e-003</threshold>
<left_val>0.0804127901792526</left_val>
<right_val>-0.1972528994083405</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 4 3 23 -1.</_>
<_>5 4 1 23 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.2511178869754076e-003</threshold>
<left_val>-0.1662839055061340</left_val>
<right_val>0.3310728073120117</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 21 4 7 -1.</_>
<_>9 21 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.5559039786458015e-003</threshold>
<left_val>0.0673501715064049</left_val>
<right_val>-0.2464237064123154</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 14 3 12 -1.</_>
<_>6 14 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0312399994581938</threshold>
<left_val>-0.0673935115337372</left_val>
<right_val>0.8285176753997803</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 26 12 2 -1.</_>
<_>2 26 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.4333371333777905e-003</threshold>
<left_val>-0.3804832100868225</left_val>
<right_val>0.1424861997365952</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 26 12 2 -1.</_>
<_>6 26 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.9497618563473225e-003</threshold>
<left_val>-0.3566044867038727</left_val>
<right_val>0.1868544071912766</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 13 3 12 -1.</_>
<_>9 13 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0140432901680470</threshold>
<left_val>0.5322288870811462</left_val>
<right_val>-0.0789808034896851</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 13 3 12 -1.</_>
<_>4 13 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.2212791740894318e-003</threshold>
<left_val>-0.1984183043241501</left_val>
<right_val>0.3136729896068573</right_val></_></_></trees>
<stage_threshold>-1.0550270080566406</stage_threshold>
<parent>8</parent>
<next>-1</next></_>
<_>
<!-- stage 10 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 2 8 20 -1.</_>
<_>3 7 8 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1527878940105438</threshold>
<left_val>0.5414003729820252</left_val>
<right_val>-0.1875697970390320</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 18 12 8 -1.</_>
<_>5 18 6 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0706556364893913</threshold>
<left_val>0.3400335013866425</left_val>
<right_val>-0.1445966958999634</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 9 6 6 -1.</_>
<_>6 9 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0210332293063402</threshold>
<left_val>-0.5587847232818604</left_val>
<right_val>0.1159814968705177</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 18 12 8 -1.</_>
<_>5 18 6 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.5666358247399330e-003</threshold>
<left_val>0.1089008003473282</left_val>
<right_val>-0.2036568969488144</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 24 8 4 -1.</_>
<_>4 24 4 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0427205413579941</threshold>
<left_val>-0.9403002262115479</left_val>
<right_val>0.0636063218116760</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 2 2 24 -1.</_>
<_>7 2 1 12 2.</_>
<_>6 14 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.5477859675884247e-003</threshold>
<left_val>0.3422701954841614</left_val>
<right_val>-0.1705372035503388</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 8 4 12 -1.</_>
<_>5 8 2 6 2.</_>
<_>7 14 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.7029080558568239e-003</threshold>
<left_val>0.0837208926677704</left_val>
<right_val>-0.4613954126834869</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 3 6 6 -1.</_>
<_>7 3 3 6 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.1145887002348900</threshold>
<left_val>0.6002784967422485</left_val>
<right_val>-0.0177644807845354</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 8 6 7 -1.</_>
<_>2 8 2 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.7319342158734798e-003</threshold>
<left_val>-0.2559010982513428</left_val>
<right_val>0.2006231993436813</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 3 6 6 -1.</_>
<_>7 3 3 6 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.0702377930283546</threshold>
<left_val>0.2535978853702545</left_val>
<right_val>-0.0295036192983389</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 8 6 4 -1.</_>
<_>7 8 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0139831798151135</threshold>
<left_val>0.1145640015602112</left_val>
<right_val>-0.3968353867530823</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 7 10 19 -1.</_>
<_>2 7 5 19 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1817575991153717</threshold>
<left_val>0.0507499501109123</left_val>
<right_val>-0.8306192755699158</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 4 11 24 -1.</_>
<_>0 16 11 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0301854908466339</threshold>
<left_val>-0.2668361067771912</left_val>
<right_val>0.1407079994678497</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 1 12 21 -1.</_>
<_>5 8 4 7 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.7563328742980957</threshold>
<left_val>-0.0414166189730167</left_val>
<right_val>0.9095727801322937</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 18 12 8 -1.</_>
<_>3 18 6 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.5228988900780678e-003</threshold>
<left_val>0.1614249944686890</left_val>
<right_val>-0.2754909992218018</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 17 4 8 -1.</_>
<_>9 17 2 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.9996669404208660e-003</threshold>
<left_val>-0.1166673004627228</left_val>
<right_val>0.0602988190948963</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 7 4 6 -1.</_>
<_>4 10 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.9932802105322480e-004</threshold>
<left_val>0.1301555037498474</left_val>
<right_val>-0.3107284009456635</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 7 5 9 -1.</_>
<_>7 10 5 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0960636734962463</threshold>
<left_val>-0.8525934815406799</left_val>
<right_val>0.0159707907587290</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 17 4 8 -1.</_>
<_>3 17 2 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.0154820568859577e-003</threshold>
<left_val>-0.4549050927162170</left_val>
<right_val>0.0771780908107758</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 15 3 13 -1.</_>
<_>10 15 1 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.7620541453361511e-003</threshold>
<left_val>0.4803450107574463</left_val>
<right_val>-0.0813068374991417</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 0 6 8 -1.</_>
<_>3 0 3 4 2.</_>
<_>6 4 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.9868508465588093e-003</threshold>
<left_val>0.2249560058116913</left_val>
<right_val>-0.2044728994369507</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 18 4 10 -1.</_>
<_>9 18 2 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0573353096842766</threshold>
<left_val>-0.5685973763465881</left_val>
<right_val>5.2798101678490639e-003</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 18 4 10 -1.</_>
<_>3 18 2 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.9260890549048781e-003</threshold>
<left_val>0.1492034047842026</left_val>
<right_val>-0.3105990886688232</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 22 2 4 -1.</_>
<_>7 22 1 4 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0211180709302425</threshold>
<left_val>4.1174301877617836e-003</left_val>
<right_val>-0.5240138173103333</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 22 4 2 -1.</_>
<_>7 22 4 1 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-1.1973599903285503e-003</threshold>
<left_val>0.2335339933633804</left_val>
<right_val>-0.2019366025924683</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 7 5 9 -1.</_>
<_>7 10 5 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.5973812229931355e-003</threshold>
<left_val>0.0599170103669167</left_val>
<right_val>-0.1187831014394760</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 7 12 11 -1.</_>
<_>4 7 6 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0288696605712175</threshold>
<left_val>-0.0941107794642448</left_val>
<right_val>0.4596694111824036</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 6 3 8 -1.</_>
<_>8 6 3 4 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-3.7549799308180809e-003</threshold>
<left_val>0.1216117963194847</left_val>
<right_val>-0.1481101959943771</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 8 3 16 -1.</_>
<_>5 12 3 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.2033549398183823e-003</threshold>
<left_val>0.1090307012200356</left_val>
<right_val>-0.3870052099227905</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 6 3 8 -1.</_>
<_>8 6 3 4 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0729940682649612</threshold>
<left_val>-0.0340467989444733</left_val>
<right_val>0.3061003983020783</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 6 8 3 -1.</_>
<_>6 6 4 3 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0166671797633171</threshold>
<left_val>0.1316858977079392</left_val>
<right_val>-0.3848586082458496</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 24 12 3 -1.</_>
<_>6 24 4 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.8268690221011639e-003</threshold>
<left_val>0.0647821575403214</left_val>
<right_val>-0.2237170934677124</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 5 6 4 -1.</_>
<_>3 7 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.7736070808023214e-003</threshold>
<left_val>-0.1559296995401382</left_val>
<right_val>0.2541306912899017</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 5 6 4 -1.</_>
<_>4 7 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.6936940159648657e-003</threshold>
<left_val>0.2557652890682221</left_val>
<right_val>-0.1576806008815765</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 14 6 6 -1.</_>
<_>6 14 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0668010637164116</threshold>
<left_val>-0.7434608936309815</left_val>
<right_val>0.0549156405031681</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 11 3 13 -1.</_>
<_>7 11 1 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0157527904957533</threshold>
<left_val>-0.0986381024122238</left_val>
<right_val>0.4311982095241547</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 24 12 3 -1.</_>
<_>4 24 4 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.0647127944976091e-004</threshold>
<left_val>0.1133923977613449</left_val>
<right_val>-0.4157446026802063</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 16 2 12 -1.</_>
<_>9 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0216956995427608</threshold>
<left_val>0.4694924056529999</left_val>
<right_val>-0.0557326115667820</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 16 2 12 -1.</_>
<_>4 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.4639029977843165e-003</threshold>
<left_val>-0.3061788082122803</left_val>
<right_val>0.1439816951751709</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 16 2 12 -1.</_>
<_>7 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0178105607628822</threshold>
<left_val>0.3041172921657562</left_val>
<right_val>-0.0467588007450104</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 21 4 6 -1.</_>
<_>2 21 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.6027648970484734e-003</threshold>
<left_val>-0.5294290184974670</left_val>
<right_val>0.0782871171832085</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 16 2 12 -1.</_>
<_>7 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.9500569906085730e-003</threshold>
<left_val>-0.0959494486451149</left_val>
<right_val>0.1903167068958283</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 3 10 16 -1.</_>
<_>2 3 5 8 2.</_>
<_>7 11 5 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1064156964421272</threshold>
<left_val>0.0472884401679039</left_val>
<right_val>-0.8652535080909729</right_val></_></_></trees>
<stage_threshold>-1.1214250326156616</stage_threshold>
<parent>9</parent>
<next>-1</next></_>
<_>
<!-- stage 11 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 12 6 16 -1.</_>
<_>4 20 6 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0182569902390242</threshold>
<left_val>-0.5556493997573853</left_val>
<right_val>0.4354656040668488</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 15 12 11 -1.</_>
<_>4 15 6 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1124944016337395</threshold>
<left_val>0.6180027723312378</left_val>
<right_val>-0.2164181023836136</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 4 6 10 -1.</_>
<_>3 4 3 5 2.</_>
<_>6 9 3 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.0443440880626440e-003</threshold>
<left_val>-0.3137955963611603</left_val>
<right_val>0.2642489075660706</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 24 12 4 -1.</_>
<_>8 24 6 2 2.</_>
<_>2 26 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.2505697133019567e-004</threshold>
<left_val>-0.2365960031747818</left_val>
<right_val>0.2116999030113220</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 24 12 4 -1.</_>
<_>0 24 6 2 2.</_>
<_>6 26 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.3297300320118666e-003</threshold>
<left_val>-0.3133944869041443</left_val>
<right_val>0.3044906854629517</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 4 6 4 -1.</_>
<_>8 4 6 2 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.0468403697013855</threshold>
<left_val>0.5375909209251404</left_val>
<right_val>-0.0180811397731304</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 2 12 18 -1.</_>
<_>5 8 4 6 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.6487429141998291</threshold>
<left_val>0.6676843762397766</left_val>
<right_val>-0.0912478491663933</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 22 10 6 -1.</_>
<_>2 22 5 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>9.6183530986309052e-003</threshold>
<left_val>0.1473377943038940</left_val>
<right_val>-0.3219302892684937</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 26 12 2 -1.</_>
<_>7 26 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2117879707366228e-003</threshold>
<left_val>0.1575541943311691</left_val>
<right_val>-0.3679918050765991</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 4 6 4 -1.</_>
<_>8 4 6 2 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>4.9280291423201561e-003</threshold>
<left_val>-0.0834057405591011</left_val>
<right_val>0.0682601779699326</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 12 10 4 -1.</_>
<_>5 12 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0139770796522498</threshold>
<left_val>-0.1070206016302109</left_val>
<right_val>0.4832653105258942</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 8 6 4 -1.</_>
<_>4 10 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.0333389946026728e-004</threshold>
<left_val>0.1364544928073883</left_val>
<right_val>-0.3177702128887177</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 1 4 12 -1.</_>
<_>5 4 4 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.2287340834736824e-003</threshold>
<left_val>0.2179117947816849</left_val>
<right_val>-0.1992329955101013</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 4 6 8 -1.</_>
<_>10 4 3 4 2.</_>
<_>7 8 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0323015116155148</threshold>
<left_val>0.3313513100147247</left_val>
<right_val>-0.0206170398741961</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 18 14 4 -1.</_>
<_>0 18 7 2 2.</_>
<_>7 20 7 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0232400391250849</threshold>
<left_val>0.0596725717186928</left_val>
<right_val>-0.6499395966529846</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 16 2 12 -1.</_>
<_>7 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.5599120892584324e-003</threshold>
<left_val>-0.1481892019510269</left_val>
<right_val>0.2989333868026733</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 15 3 12 -1.</_>
<_>5 15 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0154697597026825</threshold>
<left_val>-0.0755695998668671</left_val>
<right_val>0.5231468081474304</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 9 2 13 -1.</_>
<_>8 9 1 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.6372289974242449e-004</threshold>
<left_val>0.1044673025608063</left_val>
<right_val>-0.2094334065914154</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 10 4 6 -1.</_>
<_>7 10 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9369019903242588e-003</threshold>
<left_val>-0.4319773912429810</left_val>
<right_val>0.1076581031084061</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 11 8 5 -1.</_>
<_>3 11 4 5 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.8579207183793187e-004</threshold>
<left_val>-0.2461477965116501</left_val>
<right_val>0.2155473977327347</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 16 2 12 -1.</_>
<_>6 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0111566996201873</threshold>
<left_val>-0.0818208828568459</left_val>
<right_val>0.6733806729316711</right_val></_></_></trees>
<stage_threshold>-1.1566660404205322</stage_threshold>
<parent>10</parent>
<next>-1</next></_>
<_>
<!-- stage 12 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 7 10 17 -1.</_>
<_>5 7 5 17 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1847351938486099</threshold>
<left_val>0.5475882887840271</left_val>
<right_val>-0.2231906950473785</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 7 8 4 -1.</_>
<_>3 9 8 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.8615030460059643e-003</threshold>
<left_val>0.1926427930593491</left_val>
<right_val>-0.2298910021781921</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 0 4 24 -1.</_>
<_>5 8 4 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1797018945217133</threshold>
<left_val>-0.0645736828446388</left_val>
<right_val>0.8032200932502747</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 16 9 4 -1.</_>
<_>6 16 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0528127290308475</threshold>
<left_val>0.2878498136997223</left_val>
<right_val>-0.0882893875241280</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 14 6 4 -1.</_>
<_>7 14 3 4 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>6.9000339135527611e-003</threshold>
<left_val>0.1097920984029770</left_val>
<right_val>-0.4888688921928406</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 23 9 4 -1.</_>
<_>8 23 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0404695309698582</threshold>
<left_val>0.0616974681615829</left_val>
<right_val>-0.7290781736373901</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 22 9 4 -1.</_>
<_>3 22 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>4.5191249810159206e-003</threshold>
<left_val>-0.2797237932682037</left_val>
<right_val>0.1706515997648239</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 22 4 6 -1.</_>
<_>9 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.8400939665734768e-003</threshold>
<left_val>-0.2832930088043213</left_val>
<right_val>0.1161170974373817</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 24 6 4 -1.</_>
<_>4 24 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.1505218511447310e-004</threshold>
<left_val>0.1587048023939133</left_val>
<right_val>-0.2825342118740082</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 19 8 9 -1.</_>
<_>6 19 4 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0301278997212648</threshold>
<left_val>-0.0362363383173943</left_val>
<right_val>0.5336939096450806</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 19 8 9 -1.</_>
<_>4 19 4 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0199076402932405</threshold>
<left_val>-0.3222998976707459</left_val>
<right_val>0.1493317037820816</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 22 12 4 -1.</_>
<_>5 22 6 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0314356684684753</threshold>
<left_val>0.2081288993358612</left_val>
<right_val>-0.0967622101306915</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 19 14 7 -1.</_>
<_>7 19 7 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0199126806110144</threshold>
<left_val>-0.3292892873287201</left_val>
<right_val>0.1273272931575775</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 20 6 8 -1.</_>
<_>8 20 3 4 2.</_>
<_>5 24 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0406267493963242</threshold>
<left_val>0.0169857200235128</left_val>
<right_val>-0.5222617983818054</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 20 6 8 -1.</_>
<_>3 20 3 4 2.</_>
<_>6 24 3 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.6589110018685460e-003</threshold>
<left_val>-0.2379567027091980</left_val>
<right_val>0.2077559977769852</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 1 4 14 -1.</_>
<_>8 1 2 7 2.</_>
<_>6 8 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.9869199022650719e-003</threshold>
<left_val>-0.1349375993013382</left_val>
<right_val>0.1205085963010788</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 2 4 12 -1.</_>
<_>2 2 2 6 2.</_>
<_>4 8 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0419858209788799</threshold>
<left_val>0.4460113048553467</left_val>
<right_val>-0.0761459693312645</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 4 6 4 -1.</_>
<_>7 4 3 4 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0702601820230484</threshold>
<left_val>0.0158335696905851</left_val>
<right_val>-0.3818230032920837</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 4 4 6 -1.</_>
<_>7 4 4 3 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.0179928001016378</threshold>
<left_val>-0.3697398006916046</left_val>
<right_val>0.1045159995555878</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 3 6 5 -1.</_>
<_>7 3 3 5 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.1042096987366676</threshold>
<left_val>0.5183687806129456</left_val>
<right_val>-0.0223724003881216</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 3 5 6 -1.</_>
<_>7 3 5 3 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0532773695886135</threshold>
<left_val>0.0747159272432327</left_val>
<right_val>-0.5848941206932068</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 3 6 4 -1.</_>
<_>7 3 6 2 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0968191623687744</threshold>
<left_val>-7.8130746260285378e-003</left_val>
<right_val>-0.9053189754486084</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 2 8 18 -1.</_>
<_>3 8 8 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2231761068105698</threshold>
<left_val>0.4784899950027466</left_val>
<right_val>-0.0895702466368675</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 15 9 12 -1.</_>
<_>7 19 3 4 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0135237602517009</threshold>
<left_val>0.0651585832238197</left_val>
<right_val>-0.1403055936098099</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 21 12 6 -1.</_>
<_>7 21 6 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0714653432369232</threshold>
<left_val>-0.8899757266044617</left_val>
<right_val>0.0381110087037086</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 18 4 8 -1.</_>
<_>9 18 2 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0247345604002476</threshold>
<left_val>-0.0328582599759102</left_val>
<right_val>0.3536860048770905</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 16 9 4 -1.</_>
<_>5 16 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.2641810141503811e-003</threshold>
<left_val>0.1288572996854782</left_val>
<right_val>-0.2778818011283875</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 17 10 6 -1.</_>
<_>4 17 5 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0432465411722660</threshold>
<left_val>-0.0263446196913719</left_val>
<right_val>0.3333376049995422</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 18 4 8 -1.</_>
<_>3 18 2 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.2720978856086731e-003</threshold>
<left_val>0.0961221083998680</left_val>
<right_val>-0.3820368945598602</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 3 5 6 -1.</_>
<_>9 3 5 3 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-6.4102048054337502e-003</threshold>
<left_val>0.1692444980144501</left_val>
<right_val>-0.0752360522747040</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 17 8 6 -1.</_>
<_>5 17 4 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0177471004426479</threshold>
<left_val>-0.0651267394423485</left_val>
<right_val>0.5372086763381958</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 19 12 9 -1.</_>
<_>6 22 4 3 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1646672934293747</threshold>
<left_val>0.0267640296369791</left_val>
<right_val>-0.6950613260269165</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 0 4 14 -1.</_>
<_>2 0 2 7 2.</_>
<_>4 7 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.6354909688234329e-003</threshold>
<left_val>0.1726163029670715</left_val>
<right_val>-0.2024289071559906</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 9 10 14 -1.</_>
<_>9 9 5 7 2.</_>
<_>4 16 5 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0766481682658196</threshold>
<left_val>0.2256714999675751</left_val>
<right_val>-0.0350441411137581</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 16 4 12 -1.</_>
<_>0 16 2 6 2.</_>
<_>2 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.9634330421686172e-003</threshold>
<left_val>0.1067982017993927</left_val>
<right_val>-0.3070451915264130</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 24 8 4 -1.</_>
<_>3 24 4 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0189680401235819</threshold>
<left_val>-0.6534953117370606</left_val>
<right_val>0.0453284494578838</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 5 14 22 -1.</_>
<_>0 16 14 11 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.6227293014526367</threshold>
<left_val>0.0294184703379869</left_val>
<right_val>-0.7741603255271912</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 13 6 8 -1.</_>
<_>6 17 6 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.1170540023595095e-003</threshold>
<left_val>-0.1926358044147492</left_val>
<right_val>0.1008249968290329</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 9 10 14 -1.</_>
<_>0 9 5 7 2.</_>
<_>5 16 5 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1017974019050598</threshold>
<left_val>0.5066729187965393</left_val>
<right_val>-0.0758455321192741</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 3 9 9 -1.</_>
<_>3 6 9 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0875393673777580</threshold>
<left_val>-0.8012782931327820</left_val>
<right_val>0.0397419817745686</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 1 4 6 -1.</_>
<_>5 4 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.0089199319481850e-003</threshold>
<left_val>0.1586735993623734</left_val>
<right_val>-0.2039071023464203</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 0 12 9 -1.</_>
<_>5 3 4 3 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1725274026393890</threshold>
<left_val>-0.4855650961399078</left_val>
<right_val>0.0661624372005463</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 7 6 12 -1.</_>
<_>4 7 3 6 2.</_>
<_>7 13 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2747491020709276e-003</threshold>
<left_val>0.1083929017186165</left_val>
<right_val>-0.2612051069736481</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 7 6 18 -1.</_>
<_>8 13 2 6 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0870257318019867</threshold>
<left_val>-0.0456128492951393</left_val>
<right_val>0.3064231872558594</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 7 6 18 -1.</_>
<_>4 13 2 6 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0333020910620689</threshold>
<left_val>0.0985119566321373</left_val>
<right_val>-0.4032101035118103</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 22 12 4 -1.</_>
<_>6 22 4 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.5495370179414749e-003</threshold>
<left_val>0.0678094699978828</left_val>
<right_val>-0.1944850981235504</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 16 8 8 -1.</_>
<_>3 16 4 4 2.</_>
<_>7 20 4 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.5916801579296589e-003</threshold>
<left_val>-0.3322997987270355</left_val>
<right_val>0.1055229976773262</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 7 6 10 -1.</_>
<_>7 7 3 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0547769404947758</threshold>
<left_val>0.3134475052356720</left_val>
<right_val>-0.0925614312291145</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 8 12 10 -1.</_>
<_>4 8 6 10 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0172933097928762</threshold>
<left_val>-0.1036652028560638</left_val>
<right_val>0.4573282003402710</right_val></_></_></trees>
<stage_threshold>-1.0953630208969116</stage_threshold>
<parent>11</parent>
<next>-1</next></_>
<_>
<!-- stage 13 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 16 3 12 -1.</_>
<_>6 16 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0225016307085752</threshold>
<left_val>0.5229359269142151</left_val>
<right_val>-0.1796838045120239</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 5 10 17 -1.</_>
<_>4 5 5 17 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0181667208671570</threshold>
<left_val>0.1428108960390091</left_val>
<right_val>-0.3026844859123230</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 4 14 24 -1.</_>
<_>7 4 7 24 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0316802598536015</threshold>
<left_val>0.1570882052183151</left_val>
<right_val>-0.3230336904525757</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 9 6 7 -1.</_>
<_>6 9 2 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0234762504696846</threshold>
<left_val>-0.4557600021362305</left_val>
<right_val>0.1030009016394615</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 20 10 8 -1.</_>
<_>2 20 5 4 2.</_>
<_>7 24 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0456882789731026</threshold>
<left_val>0.0678735375404358</left_val>
<right_val>-0.7462332844734192</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 5 6 8 -1.</_>
<_>6 7 6 4 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.0746098831295967</threshold>
<left_val>0.2054854035377502</left_val>
<right_val>-0.1009785979986191</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 4 4 6 -1.</_>
<_>6 4 2 6 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.0459031015634537</threshold>
<left_val>0.6666275858879089</left_val>
<right_val>-0.0690716579556465</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 3 4 6 -1.</_>
<_>6 3 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.7763070799410343e-004</threshold>
<left_val>0.1138644963502884</left_val>
<right_val>-0.1227831989526749</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 4 4 6 -1.</_>
<_>7 4 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-4.1800830513238907e-004</threshold>
<left_val>0.1999998986721039</left_val>
<right_val>-0.2237267047166824</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 8 4 6 -1.</_>
<_>5 8 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.4581039324402809e-003</threshold>
<left_val>0.1007374972105026</left_val>
<right_val>-0.3632315993309021</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 3 6 6 -1.</_>
<_>7 3 6 3 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0674670487642288</threshold>
<left_val>0.0542006902396679</left_val>
<right_val>-0.6034706830978394</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 5 6 6 -1.</_>
<_>4 8 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0389718599617481</threshold>
<left_val>0.4027759134769440</left_val>
<right_val>-0.1129947006702423</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 12 6 14 -1.</_>
<_>3 19 6 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.1662815958261490</threshold>
<left_val>0.0482903085649014</left_val>
<right_val>-0.8126922249794006</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 16 2 12 -1.</_>
<_>11 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.5140322074294090e-003</threshold>
<left_val>0.0604846104979515</left_val>
<right_val>-0.5457589030265808</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 22 6 6 -1.</_>
<_>3 22 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.2837080284953117e-003</threshold>
<left_val>-0.2815071046352387</left_val>
<right_val>0.1278554946184158</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 16 3 12 -1.</_>
<_>7 16 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0338401608169079</threshold>
<left_val>-0.0619250908493996</left_val>
<right_val>0.5446158051490784</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 16 3 12 -1.</_>
<_>6 16 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0142245600000024</threshold>
<left_val>-0.0837020725011826</left_val>
<right_val>0.5540488958358765</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 9 8 4 -1.</_>
<_>3 11 8 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.4315280714072287e-004</threshold>
<left_val>0.1531862020492554</left_val>
<right_val>-0.2831287086009979</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 16 2 12 -1.</_>
<_>4 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0136043904349208</threshold>
<left_val>-0.6322932839393616</left_val>
<right_val>0.0567920282483101</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 20 12 8 -1.</_>
<_>5 20 6 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1795231997966766</threshold>
<left_val>-0.7747110128402710</left_val>
<right_val>-1.2696949997916818e-003</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 20 12 8 -1.</_>
<_>3 20 6 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.3834888860583305e-003</threshold>
<left_val>0.1286493986845017</left_val>
<right_val>-0.3115915954113007</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 4 9 12 -1.</_>
<_>5 10 9 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1814050972461700</threshold>
<left_val>-0.7070493102073669</left_val>
<right_val>0.0309925191104412</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 12 10 4 -1.</_>
<_>4 12 10 2 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>3.4940429031848907e-003</threshold>
<left_val>0.1019228994846344</left_val>
<right_val>-0.3339323103427887</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 2 10 4 -1.</_>
<_>4 2 5 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0408617407083511</threshold>
<left_val>0.0312678888440132</left_val>
<right_val>-0.4373905062675476</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 15 12 13 -1.</_>
<_>4 15 6 13 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0369939990341663</threshold>
<left_val>-0.0624536089599133</left_val>
<right_val>0.5760527849197388</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>11 16 2 12 -1.</_>
<_>11 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.7690118923783302e-003</threshold>
<left_val>-0.6073737144470215</left_val>
<right_val>0.0697584524750710</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 3 3 12 -1.</_>
<_>3 3 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>7.1885702200233936e-003</threshold>
<left_val>-0.1403401046991348</left_val>
<right_val>0.2450957000255585</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 2 4 6 -1.</_>
<_>8 2 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0305586792528629</threshold>
<left_val>-0.2610909938812256</left_val>
<right_val>0.0208937600255013</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 2 4 6 -1.</_>
<_>4 2 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0139495003968477</threshold>
<left_val>-0.4598451852798462</left_val>
<right_val>0.0729969888925552</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 13 12 14 -1.</_>
<_>5 13 6 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1743914932012558</threshold>
<left_val>0.2791750133037567</left_val>
<right_val>-0.0703096911311150</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 16 2 12 -1.</_>
<_>2 16 1 12 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.6514460593461990e-003</threshold>
<left_val>-0.5833538770675659</left_val>
<right_val>0.0485431700944901</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 21 4 6 -1.</_>
<_>9 21 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.6718150153756142e-003</threshold>
<left_val>-0.2064559012651444</left_val>
<right_val>0.0599499903619289</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 21 4 6 -1.</_>
<_>3 21 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.9772339985356666e-005</threshold>
<left_val>0.1662708073854446</left_val>
<right_val>-0.1814447045326233</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 0 3 15 -1.</_>
<_>10 0 1 15 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-6.2705092132091522e-003</threshold>
<left_val>0.2582921087741852</left_val>
<right_val>-0.1354808062314987</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 22 4 6 -1.</_>
<_>4 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.2028051577508450e-003</threshold>
<left_val>-0.2958551943302155</left_val>
<right_val>0.1022360026836395</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 13 12 14 -1.</_>
<_>5 13 6 14 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0367218405008316</threshold>
<left_val>0.1144345998764038</left_val>
<right_val>-0.1567068994045258</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 3 4 6 -1.</_>
<_>6 3 4 3 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0787174329161644</threshold>
<left_val>0.0294073894619942</left_val>
<right_val>-0.8965392708778381</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 0 12 24 -1.</_>
<_>5 8 4 8 9.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.9085621237754822</threshold>
<left_val>-0.0564002692699432</left_val>
<right_val>0.6954352855682373</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 2 6 8 -1.</_>
<_>4 6 6 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.2952598780393600e-003</threshold>
<left_val>0.1828244030475617</left_val>
<right_val>-0.2051848024129868</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 4 12 8 -1.</_>
<_>2 6 12 4 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0526723414659500</threshold>
<left_val>-0.6813353896141052</left_val>
<right_val>0.0360460691154003</right_val></_></_></trees>
<stage_threshold>-1.0216970443725586</stage_threshold>
<parent>12</parent>
<next>-1</next></_>
<_>
<!-- stage 14 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 8 12 18 -1.</_>
<_>4 8 6 18 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2173130959272385</threshold>
<left_val>0.5971680879592896</left_val>
<right_val>-0.2243269979953766</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 0 8 24 -1.</_>
<_>3 8 8 8 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.3462795913219452</threshold>
<left_val>0.5374193787574768</left_val>
<right_val>-0.0877821892499924</right_val></_></_>
<_>
<!-- tree 2 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 21 6 6 -1.</_>
<_>3 21 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.0713579831644893e-003</threshold>
<left_val>-0.3592022955417633</left_val>
<right_val>0.1568592935800552</right_val></_></_>
<_>
<!-- tree 3 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 7 8 3 -1.</_>
<_>5 7 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0612671412527561</threshold>
<left_val>-0.7100325226783752</left_val>
<right_val>0.0205278992652893</right_val></_></_>
<_>
<!-- tree 4 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 7 8 3 -1.</_>
<_>5 7 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0312818400561810</threshold>
<left_val>-0.0746467635035515</left_val>
<right_val>0.5968912243843079</right_val></_></_>
<_>
<!-- tree 5 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 1 4 6 -1.</_>
<_>5 4 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.2337400112301111e-003</threshold>
<left_val>0.1594983041286469</left_val>
<right_val>-0.2718119919300079</right_val></_></_>
<_>
<!-- tree 6 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 6 4 6 -1.</_>
<_>4 9 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.4508139360696077e-003</threshold>
<left_val>0.2025516033172607</left_val>
<right_val>-0.1939913928508759</right_val></_></_>
<_>
<!-- tree 7 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>10 20 4 6 -1.</_>
<_>10 20 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.0481761358678341e-003</threshold>
<left_val>-0.5510008931159973</left_val>
<right_val>0.0707383230328560</right_val></_></_>
<_>
<!-- tree 8 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 1 8 21 -1.</_>
<_>3 8 8 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.2295020073652268</threshold>
<left_val>-0.0875734165310860</left_val>
<right_val>0.6044626832008362</right_val></_></_>
<_>
<!-- tree 9 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 16 4 12 -1.</_>
<_>9 16 2 6 2.</_>
<_>7 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.2578560747206211e-003</threshold>
<left_val>-0.0853065028786659</left_val>
<right_val>0.1099772974848747</right_val></_></_>
<_>
<!-- tree 10 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 25 12 3 -1.</_>
<_>5 25 4 3 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-9.7562908194959164e-004</threshold>
<left_val>0.0974123030900955</left_val>
<right_val>-0.3625175952911377</right_val></_></_>
<_>
<!-- tree 11 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 16 4 12 -1.</_>
<_>9 16 2 6 2.</_>
<_>7 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0530881099402905</threshold>
<left_val>-3.5328660160303116e-003</left_val>
<right_val>-0.6069478988647461</right_val></_></_>
<_>
<!-- tree 12 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 16 4 12 -1.</_>
<_>3 16 2 6 2.</_>
<_>5 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>1.5448880149051547e-003</threshold>
<left_val>-0.2241913974285126</left_val>
<right_val>0.1783272027969360</right_val></_></_>
<_>
<!-- tree 13 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 17 4 7 -1.</_>
<_>7 17 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0123757002875209</threshold>
<left_val>-0.0357789508998394</left_val>
<right_val>0.2955793142318726</right_val></_></_>
<_>
<!-- tree 14 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 17 4 7 -1.</_>
<_>5 17 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.9611927717924118e-003</threshold>
<left_val>-0.0736030265688896</left_val>
<right_val>0.4869956970214844</right_val></_></_>
<_>
<!-- tree 15 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 12 6 6 -1.</_>
<_>6 12 2 6 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>8.3732418715953827e-003</threshold>
<left_val>0.0957865566015244</left_val>
<right_val>-0.3922258019447327</right_val></_></_>
<_>
<!-- tree 16 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 8 4 15 -1.</_>
<_>6 8 2 15 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.9954452812671661e-003</threshold>
<left_val>-0.2959701120853424</left_val>
<right_val>0.1324651986360550</right_val></_></_>
<_>
<!-- tree 17 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 22 2 4 -1.</_>
<_>7 22 1 4 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0176241490989923</threshold>
<left_val>0.0116297602653503</left_val>
<right_val>-0.3759419023990631</right_val></_></_>
<_>
<!-- tree 18 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 22 4 2 -1.</_>
<_>7 22 4 1 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-8.1538967788219452e-004</threshold>
<left_val>0.1840317994356155</left_val>
<right_val>-0.2110694944858551</right_val></_></_>
<_>
<!-- tree 19 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 15 12 3 -1.</_>
<_>1 15 6 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0659108385443687</threshold>
<left_val>0.0380509383976460</left_val>
<right_val>-0.8735622167587280</right_val></_></_>
<_>
<!-- tree 20 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 15 6 12 -1.</_>
<_>4 15 3 6 2.</_>
<_>7 21 3 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-8.1749828532338142e-003</threshold>
<left_val>-0.3011561930179596</left_val>
<right_val>0.0813454464077950</right_val></_></_>
<_>
<!-- tree 21 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 16 3 12 -1.</_>
<_>8 16 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0382750108838081</threshold>
<left_val>0.3823896050453186</left_val>
<right_val>-0.0559699796140194</right_val></_></_>
<_>
<!-- tree 22 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 9 4 18 -1.</_>
<_>2 9 2 9 2.</_>
<_>4 18 2 9 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>3.2501420937478542e-003</threshold>
<left_val>-0.2152089029550552</left_val>
<right_val>0.1341784000396729</right_val></_></_>
<_>
<!-- tree 23 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 10 4 6 -1.</_>
<_>8 10 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>5.6356219574809074e-003</threshold>
<left_val>-0.0915983468294144</left_val>
<right_val>0.2693023085594177</right_val></_></_>
<_>
<!-- tree 24 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 16 4 12 -1.</_>
<_>0 16 2 6 2.</_>
<_>2 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-5.1177428103983402e-003</threshold>
<left_val>-0.3009229898452759</left_val>
<right_val>0.1044047027826309</right_val></_></_>
<_>
<!-- tree 25 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 22 12 4 -1.</_>
<_>6 22 4 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0601951293647289</threshold>
<left_val>0.1851283013820648</left_val>
<right_val>-0.0630041509866714</right_val></_></_>
<_>
<!-- tree 26 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 24 9 4 -1.</_>
<_>3 24 3 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0464735589921474</threshold>
<left_val>0.0375593788921833</left_val>
<right_val>-0.8111779093742371</right_val></_></_>
<_>
<!-- tree 27 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 13 4 12 -1.</_>
<_>9 17 4 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.2262150887399912e-003</threshold>
<left_val>-0.1226280033588409</left_val>
<right_val>0.0832881927490234</right_val></_></_>
<_>
<!-- tree 28 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 10 4 6 -1.</_>
<_>4 10 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0166707802563906</threshold>
<left_val>-0.0527744293212891</left_val>
<right_val>0.5488799810409546</right_val></_></_>
<_>
<!-- tree 29 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 8 8 6 -1.</_>
<_>4 10 8 2 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0630935281515121</threshold>
<left_val>-0.7470207214355469</left_val>
<right_val>0.0270495098084211</right_val></_></_>
<_>
<!-- tree 30 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 22 12 4 -1.</_>
<_>4 22 4 4 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-7.7139958739280701e-004</threshold>
<left_val>0.0921770632266998</left_val>
<right_val>-0.2999443113803864</right_val></_></_>
<_>
<!-- tree 31 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 21 9 7 -1.</_>
<_>7 21 3 7 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0891078934073448</threshold>
<left_val>-0.3893744051456451</left_val>
<right_val>0.0298317596316338</right_val></_></_>
<_>
<!-- tree 32 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 22 4 6 -1.</_>
<_>7 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.7469590238761157e-004</threshold>
<left_val>0.1611765027046204</left_val>
<right_val>-0.2063910067081451</right_val></_></_>
<_>
<!-- tree 33 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 2 3 12 -1.</_>
<_>10 2 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.1986931096762419e-003</threshold>
<left_val>0.1428606957197189</left_val>
<right_val>-0.1236654967069626</right_val></_></_>
<_>
<!-- tree 34 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 3 3 12 -1.</_>
<_>3 3 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>2.1864708978682756e-003</threshold>
<left_val>-0.1743519008159638</left_val>
<right_val>0.1658601015806198</right_val></_></_>
<_>
<!-- tree 35 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 4 4 6 -1.</_>
<_>8 4 2 6 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.0127384504303336</threshold>
<left_val>0.0483400784432888</left_val>
<right_val>-0.0812979266047478</right_val></_></_>
<_>
<!-- tree 36 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 4 6 4 -1.</_>
<_>6 4 6 2 2.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.0123834004625678</threshold>
<left_val>-0.3746446073055267</left_val>
<right_val>0.0812059789896011</right_val></_></_>
<_>
<!-- tree 37 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 6 8 16 -1.</_>
<_>8 6 4 8 2.</_>
<_>4 14 4 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.1209435015916824</threshold>
<left_val>-0.9190897941589356</left_val>
<right_val>0.0170078407973051</right_val></_></_>
<_>
<!-- tree 38 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 6 8 16 -1.</_>
<_>2 6 4 8 2.</_>
<_>6 14 4 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0489029809832573</threshold>
<left_val>-0.0706190690398216</left_val>
<right_val>0.5136343836784363</right_val></_></_>
<_>
<!-- tree 39 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>4 8 8 8 -1.</_>
<_>6 8 4 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-1.9585320260375738e-003</threshold>
<left_val>0.0998083725571632</left_val>
<right_val>-0.1068151965737343</right_val></_></_>
<_>
<!-- tree 40 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>0 6 12 10 -1.</_>
<_>4 6 4 10 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2964532077312470</threshold>
<left_val>-0.9121376276016235</left_val>
<right_val>0.0322923585772514</right_val></_></_>
<_>
<!-- tree 41 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>8 10 6 7 -1.</_>
<_>10 12 2 7 3.</_></rects>
<tilted>1</tilted></feature>
<threshold>0.1074197962880135</threshold>
<left_val>-2.3814958985894918e-003</left_val>
<right_val>-0.7183641791343689</right_val></_></_>
<_>
<!-- tree 42 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 10 7 6 -1.</_>
<_>4 12 7 2 3.</_></rects>
<tilted>1</tilted></feature>
<threshold>-0.0420404411852360</threshold>
<left_val>0.3084833920001984</left_val>
<right_val>-0.0996473729610443</right_val></_></_>
<_>
<!-- tree 43 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>5 11 4 7 -1.</_>
<_>5 11 2 7 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>6.8270778283476830e-003</threshold>
<left_val>0.0833021327853203</left_val>
<right_val>-0.3643383979797363</right_val></_></_>
<_>
<!-- tree 44 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 11 12 16 -1.</_>
<_>1 11 6 8 2.</_>
<_>7 19 6 8 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0110720898956060</threshold>
<left_val>-0.2588649988174439</left_val>
<right_val>0.1257940977811813</right_val></_></_>
<_>
<!-- tree 45 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 9 3 13 -1.</_>
<_>7 9 1 13 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0163990296423435</threshold>
<left_val>0.3019199073314667</left_val>
<right_val>-0.0493520908057690</right_val></_></_>
<_>
<!-- tree 46 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>3 9 6 4 -1.</_>
<_>3 11 6 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.0852450688835233e-004</threshold>
<left_val>0.1250873059034348</left_val>
<right_val>-0.2199361026287079</right_val></_></_>
<_>
<!-- tree 47 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>9 22 4 6 -1.</_>
<_>9 22 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.0301748607307673</threshold>
<left_val>-0.6535304784774780</left_val>
<right_val>0.0101856999099255</right_val></_></_>
<_>
<!-- tree 48 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 9 7 4 -1.</_>
<_>2 11 7 2 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-3.9148568175733089e-003</threshold>
<left_val>-0.2078171968460083</left_val>
<right_val>0.1246095001697540</right_val></_></_>
<_>
<!-- tree 49 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>7 15 3 12 -1.</_>
<_>8 15 1 12 3.</_></rects>
<tilted>0</tilted></feature>
<threshold>-2.7260989882051945e-003</threshold>
<left_val>0.1244395002722740</left_val>
<right_val>-0.1554064005613327</right_val></_></_>
<_>
<!-- tree 50 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>2 15 8 3 -1.</_>
<_>6 15 4 3 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0174329001456499</threshold>
<left_val>-0.0597618892788887</left_val>
<right_val>0.4943063855171204</right_val></_></_></trees>
<stage_threshold>-1.0450960397720337</stage_threshold>
<parent>13</parent>
<next>-1</next></_>
<_>
<!-- stage 15 -->
<trees>
<_>
<!-- tree 0 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>1 7 12 19 -1.</_>
<_>4 7 6 19 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>-0.2145441025495529</threshold>
<left_val>0.5164629817008972</left_val>
<right_val>-0.2201218008995056</right_val></_></_>
<_>
<!-- tree 1 -->
<_>
<!-- root node -->
<feature>
<rects>
<_>6 9 4 12 -1.</_>
<_>8 9 2 6 2.</_>
<_>6 15 2 6 2.</_></rects>
<tilted>0</tilted></feature>
<threshold>0.0137962102890015</threshold>
<l
gitextract_24x63za3/
├── .gitignore
├── LICENSE
├── README.md
├── 树莓派端/
│ ├── README.md
│ ├── rc_control1.py
│ ├── stream_client.py
│ └── ultrasonic_client.py
└── 电脑端/
├── README.md
├── cascade_xml/
│ ├── fullbody.xml
│ ├── stop_sign.xml
│ └── traffic_light.xml
└── rc_driver.py
Condensed preview — 12 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (824K chars).
[
{
"path": ".gitignore",
"chars": 1203,
"preview": "# Byte-compiled / optimized / DLL files\n__pycache__/\n*.py[cod]\n*$py.class\n\n# C extensions\n*.so\n\n# Distribution / packagi..."
},
{
"path": "LICENSE",
"chars": 7651,
"preview": " GNU LESSER GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007..."
},
{
"path": "README.md",
"chars": 645,
"preview": "# AutoRun-Car\n基于树莓派图像识别的智能循迹避障小车</br>\n作者:三无小组</br>\n视频请点击:https://youtu.be/4E3luEluiFE</br>\n## 基本需求\nraspberry pi3</br>\n小车..."
},
{
"path": "树莓派端/README.md",
"chars": 122,
"preview": "## 树莓派端运行这三个程序。\n\nstream_client用于获取摄像头数据并发送至电脑。\n\nultrasonic_client用于获取超声波数据并发送至电脑。\n\nrc_control用于运动控制,接收电脑端发来的命令后使小车转弯、前进等..."
},
{
"path": "树莓派端/rc_control1.py",
"chars": 3451,
"preview": "#coding=utf-8\r\nimport socket\r\nfrom socket import *\r\nimport RPi.GPIO as GPIO\r\nimport time\r\n\r\n\r\nIN1 = 20\r\nIN2 = 21\r\nIN3 =..."
},
{
"path": "树莓派端/stream_client.py",
"chars": 1087,
"preview": "import io\nimport socket\nimport struct\nimport time\nimport picamera\n\n\n# create socket and bind host\nclient_socket = socket..."
},
{
"path": "树莓派端/ultrasonic_client.py",
"chars": 1120,
"preview": "from socket import *\nimport time\nimport RPi.GPIO as GPIO\n\n\nGPIO.setwarnings(False)\n\n# create a socket and bind socket to..."
},
{
"path": "电脑端/README.md",
"chars": 119,
"preview": "在电脑端运行rc_driver,功能在代码注释里有简单解释。\n\n文件夹cascade_xml中存放的是别人训练好的stop和红绿灯文件,rc_driver代码中第119和120行用到,如果缺少这些文件就会导致无法识别出stop和红绿灯。\n"
},
{
"path": "电脑端/cascade_xml/fullbody.xml",
"chars": 636650,
"preview": "<?xml version=\"1.0\"?>\n<!--\n 14x28 fullbody detector (see the detailed description below). \n\n//////////////////////////..."
},
{
"path": "电脑端/cascade_xml/stop_sign.xml",
"chars": 85463,
"preview": "<?xml version=\"1.0\"?>\n<opencv_storage>\n<cascade>\n <stageType>BOOST</stageType>\n <featureType>HAAR</featureType>\n <hei..."
},
{
"path": "电脑端/cascade_xml/traffic_light.xml",
"chars": 50553,
"preview": "<?xml version=\"1.0\"?>\n<opencv_storage>\n<cascade>\n <stageType>BOOST</stageType>\n <featureType>HAAR</featureType>\n <hei..."
},
{
"path": "电脑端/rc_driver.py",
"chars": 11237,
"preview": "#coding=utf-8\nimport threading\nimport SocketServer\nimport cv2\nimport numpy as np\nimport math\nimport socket\nimport time..."
}
]
About this extraction
This page contains the full source code of the VendettaMask/AutoRun-Car GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 12 files (780.6 KB), approximately 254.6k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.