-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdemos.xml
41 lines (41 loc) · 1.39 KB
/
demos.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<demos>
<name>Pose Estimation Toolbox</name>
<type>toolbox</type>
<icon>HelpIcon.DEMOS</icon>
<website/>
<description/>
<demosection>
<label>doc</label>
<demoitem>
<label>GettingStarted</label>
<type>other</type>
<source>GettingStarted</source>
<file>doc/html/GettingStarted.html</file>
</demoitem>
<demoitem>
<label>SimplePoseNetEstimationOnJetson</label>
<type>other</type>
<source>SimplePoseNetEstimationOnJetson</source>
<file>doc/html/SimplePoseNetEstimationOnJetson.html</file>
</demoitem>
<demoitem>
<label>SimplePoseNetEstimationWithWebcamExample</label>
<type>other</type>
<source>SimplePoseNetEstimationWithWebcamExample</source>
<file>doc/html/SimplePoseNetEstimationWithWebcamExample.html</file>
</demoitem>
<demoitem>
<label>SimplePoseNetForMultiPerson</label>
<type>other</type>
<source>SimplePoseNetForMultiPerson</source>
<file>doc/html/SimplePoseNetForMultiPerson.html</file>
</demoitem>
<demoitem>
<label>SimplePoseNetTrainingExample</label>
<type>other</type>
<source>SimplePoseNetTrainingExample</source>
<file>doc/html/SimplePoseNetTrainingExample.html</file>
</demoitem>
</demosection>
</demos>