|
1 | 1 | <deployment-project plugin="plugin.toolbox" plugin-version="1.0">
|
2 |
| - <configuration build-checksum="744064971" file="C:\matlab\pose-estimation-github\simple-pose-estimation-package.prj" location="C:\matlab\pose-estimation-github" name="simple-pose-estimation-package" target="target.toolbox" target-name="ツールボックスのパッケージ化"> |
| 2 | + <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"> |
3 | 3 | <param.appname>Human Pose Estimation with Deep Learning</param.appname>
|
4 | 4 | <param.authnamewatermark>Tohru Kikawada</param.authnamewatermark>
|
5 | 5 | <param.email> [email protected]</param.email>
|
6 | 6 | <param.company>The MathWorks, Inc.</param.company>
|
7 | 7 | <param.summary>Human Pose Estimation with Deep Learning</param.summary>
|
8 |
| - <param.description /> |
| 8 | + <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> |
9 | 9 | <param.screenshot>${PROJECT_ROOT}\logo.png</param.screenshot>
|
10 |
| - <param.version>1.0.1</param.version> |
| 10 | + <param.version>1.0.3</param.version> |
11 | 11 | <param.output>${PROJECT_ROOT}\Human Pose Estimation with Deep Learning.mltbx</param.output>
|
12 | 12 | <param.products.name>
|
13 | 13 | <item>MATLAB</item>
|
|
28 | 28 | <item>80</item>
|
29 | 29 | </param.products.id>
|
30 | 30 | <param.products.version>
|
31 |
| - <item>9.8</item> |
32 |
| - <item>9.2</item> |
33 |
| - <item>14.0</item> |
34 |
| - <item>1.5</item> |
35 |
| - <item>11.1</item> |
36 |
| - <item>5.0</item> |
37 |
| - <item>7.2</item> |
| 31 | + <item>9.9</item> |
| 32 | + <item>9.3</item> |
| 33 | + <item>14.1</item> |
| 34 | + <item>2.0</item> |
| 35 | + <item>11.2</item> |
| 36 | + <item>5.1</item> |
| 37 | + <item>7.3</item> |
38 | 38 | </param.products.version>
|
39 | 39 | <param.platforms />
|
40 | 40 | <param.guid>f3e11ae6-430a-45cc-a939-18cc7d4c14fb</param.guid>
|
@@ -123,7 +123,6 @@ ToolboxPackagingConfiguration.prj</param.exclude.filters>
|
123 | 123 | <param.authnamewatermark />
|
124 | 124 | <param.email />
|
125 | 125 | <param.company />
|
126 |
| - <param.description /> |
127 | 126 | <param.output />
|
128 | 127 | <param.platforms />
|
129 | 128 | <param.exclude.pcodedmfiles />
|
@@ -164,11 +163,11 @@ ToolboxPackagingConfiguration.prj</param.exclude.filters>
|
164 | 163 | </fileset.depfun.excluded>
|
165 | 164 | <fileset.package />
|
166 | 165 | <build-deliverables>
|
167 |
| - <file location="${PROJECT_ROOT}" name="Human Pose Estimation with Deep Learning.mltbx" optional="false">C:\matlab\pose-estimation-github\Human Pose Estimation with Deep Learning.mltbx</file> |
| 166 | + <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> |
168 | 167 | </build-deliverables>
|
169 | 168 | <workflow />
|
170 | 169 | <matlab>
|
171 |
| - <root>C:\Program Files\MATLAB\R2020a</root> |
| 170 | + <root>D:\MATLAB\20200917_MATLAB_R2020b</root> |
172 | 171 | <toolboxes>
|
173 | 172 | <toolbox name="matlabcoder" />
|
174 | 173 | <toolbox name="embeddedcoder" />
|
|
0 commit comments