-
Notifications
You must be signed in to change notification settings - Fork 8
/
simple-pose-estimation-package.prj
226 lines (226 loc) · 9.02 KB
/
simple-pose-estimation-package.prj
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration build-checksum="744064971" file="D:\MATLAB\20201111_common\pose-estimation-github\simple-pose-estimation-package.prj" location="D:\MATLAB\20201111_common\pose-estimation-github" name="simple-pose-estimation-package" target="target.toolbox" target-name="Package Toolbox">
<param.appname>Human Pose Estimation with Deep Learning</param.appname>
<param.authnamewatermark>Tohru Kikawada</param.authnamewatermark>
<param.email>tkikawad@mathworks.com</param.email>
<param.company>The MathWorks, Inc.</param.company>
<param.summary>Human Pose Estimation with Deep Learning</param.summary>
<param.description>This demo shows how to train and test a human pose estimation using deep neural network. In R2019b, Deep Learning Toolbox(TM) supports low-level APIs to customize training loops and it enables us to train flexible deep neural networks. GPU Coder(TM) also enables us to deploy the trained model to an NVIDIA(R) Jetson(TM) devices. Once deployed, the human pose estimator will be running as a standalone.</param.description>
<param.screenshot>${PROJECT_ROOT}\logo.png</param.screenshot>
<param.version>1.0.3</param.version>
<param.output>${PROJECT_ROOT}\Human Pose Estimation with Deep Learning.mltbx</param.output>
<param.products.name>
<item>MATLAB</item>
<item>Computer Vision Toolbox</item>
<item>Deep Learning Toolbox</item>
<item>GPU Coder</item>
<item>Image Processing Toolbox</item>
<item>MATLAB Coder</item>
<item>Parallel Computing Toolbox</item>
</param.products.name>
<param.products.id>
<item>1</item>
<item>96</item>
<item>12</item>
<item>155</item>
<item>17</item>
<item>135</item>
<item>80</item>
</param.products.id>
<param.products.version>
<item>9.9</item>
<item>9.3</item>
<item>14.1</item>
<item>2.0</item>
<item>11.2</item>
<item>5.1</item>
<item>7.3</item>
</param.products.version>
<param.platforms />
<param.guid>f3e11ae6-430a-45cc-a939-18cc7d4c14fb</param.guid>
<param.exclude.filters>% List files contained in your toolbox folder that you would like to exclude
% from packaging. Excludes should be listed relative to the toolbox folder.
% Some examples of how to specify excludes are provided below:
%
% A single file in the toolbox folder:
% .svn
%
% A single file in a subfolder of the toolbox folder:
% example/.svn
%
% All files in a subfolder of the toolbox folder:
% example/*
%
% All files of a certain name in all subfolders of the toolbox folder:
% **/.svn
%
% All files matching a pattern in all subfolders of the toolbox folder:
% **/*.bak
%
resources/project/*
.SimulinkProject/*
_SimulinkProject/*
resources/.Project/*
resources/_Project/*
**/*.prj
ToolboxPackagingConfiguration.prj</param.exclude.filters>
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
<param.examples><?xml version="1.0" encoding="utf-8"?>
<examples>
<exampleCategory name="doc">
<example name="GettingStarted" type="html">
<file type="source">/doc/html/GettingStarted.html</file>
<file type="main"/>
<file type="thumbnail"/>
</example>
<example name="SimplePoseNetEstimationOnJetson" type="html">
<file type="source">/doc/html/SimplePoseNetEstimationOnJetson.html</file>
<file type="main"/>
<file type="thumbnail"/>
</example>
<example name="SimplePoseNetEstimationWithWebcamExample" type="html">
<file type="source">/doc/html/SimplePoseNetEstimationWithWebcamExample.html</file>
<file type="main"/>
<file type="thumbnail"/>
</example>
<example name="SimplePoseNetForMultiPerson" type="html">
<file type="source">/doc/html/SimplePoseNetForMultiPerson.html</file>
<file type="main"/>
<file type="thumbnail"/>
</example>
<example name="SimplePoseNetTrainingExample" type="html">
<file type="source">/doc/html/SimplePoseNetTrainingExample.html</file>
<file type="main"/>
<file type="thumbnail"/>
</example>
</exampleCategory>
</examples></param.examples>
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs>${PROJECT_ROOT}\src\info.xml</param.docs>
<param.getting.started.guide>${PROJECT_ROOT}\src\doc\GettingStarted.mlx</param.getting.started.guide>
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<param.exported.on.package>true</param.exported.on.package>
<param.required.addons />
<param.matlab.project.id>bacc9cd6-fc18-42f9-bf28-9ccc68762a34</param.matlab.project.id>
<param.matlab.project.name>Simple Pose Estimation</param.matlab.project.name>
<param.release.start>R2019b</param.release.start>
<param.release.end>latest</param.release.end>
<param.release.current.only>false</param.release.current.only>
<param.compatiblity.windows>true</param.compatiblity.windows>
<param.compatiblity.macos>true</param.compatiblity.macos>
<param.compatiblity.linux>true</param.compatiblity.linux>
<param.compatiblity.matlabonline>true</param.compatiblity.matlabonline>
<param.installation.map />
<param.additional.sw.names />
<param.additional.sw.licenses />
<param.additional.sw.win.url />
<param.additional.sw.mac.url />
<param.additional.sw.linux.url />
<unset>
<param.authnamewatermark />
<param.email />
<param.company />
<param.output />
<param.platforms />
<param.exclude.pcodedmfiles />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<param.required.addons />
<param.release.current.only />
<param.compatiblity.windows />
<param.compatiblity.macos />
<param.compatiblity.linux />
<param.compatiblity.matlabonline />
<param.installation.map />
<param.additional.sw.names />
<param.additional.sw.licenses />
<param.additional.sw.win.url />
<param.additional.sw.mac.url />
<param.additional.sw.linux.url />
</unset>
<fileset.rootdir>
<file>${PROJECT_ROOT}\src</file>
</fileset.rootdir>
<fileset.rootfiles>
<file>${PROJECT_ROOT}\src\+posenet</file>
<file>${PROJECT_ROOT}\src\data</file>
<file>${PROJECT_ROOT}\src\demos.xml</file>
<file>${PROJECT_ROOT}\src\doc</file>
<file>${PROJECT_ROOT}\src\info.xml</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded>
<file>C:\ProgramData\MATLAB\SupportPackages\R2020a\toolbox\matlab\webcam\supportpackages\+matlab\+webcam\+internal\Utility.p</file>
<file>C:\ProgramData\MATLAB\SupportPackages\R2020a\toolbox\matlab\webcam\supportpackages\+matlab\+webcam\+internal\webcamDesktop.p</file>
<file>C:\ProgramData\MATLAB\SupportPackages\R2020a\toolbox\matlab\webcam\supportpackages\+matlab\+webcam\+internal\webcamOnline.p</file>
<file>C:\ProgramData\MATLAB\SupportPackages\R2020a\toolbox\matlab\webcam\supportpackages\@webcam\webcam.m</file>
</fileset.depfun.excluded>
<fileset.package />
<build-deliverables>
<file location="${PROJECT_ROOT}" name="Human Pose Estimation with Deep Learning.mltbx" optional="false">D:\MATLAB\20201111_common\pose-estimation-github\Human Pose Estimation with Deep Learning.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>D:\MATLAB\20200917_MATLAB_R2020b</root>
<toolboxes>
<toolbox name="matlabcoder" />
<toolbox name="embeddedcoder" />
<toolbox name="gpucoder" />
<toolbox name="fixedpoint" />
<toolbox name="matlabhdlcoder" />
<toolbox name="neuralnetwork" />
</toolboxes>
<toolbox>
<matlabcoder>
<enabled>true</enabled>
</matlabcoder>
</toolbox>
<toolbox>
<embeddedcoder>
<enabled>true</enabled>
</embeddedcoder>
</toolbox>
<toolbox>
<gpucoder>
<enabled>true</enabled>
</gpucoder>
</toolbox>
<toolbox>
<fixedpoint>
<enabled>true</enabled>
</fixedpoint>
</toolbox>
<toolbox>
<matlabhdlcoder>
<enabled>true</enabled>
</matlabhdlcoder>
</toolbox>
<toolbox>
<neuralnetwork>
<enabled>true</enabled>
</neuralnetwork>
</toolbox>
</matlab>
<platform>
<unix>false</unix>
<mac>false</mac>
<windows>true</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>10.0</osver>
<os32>false</os32>
<os64>true</os64>
<arch>win64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>