Skip to content

Commit 38f9a93

Browse files
committed
Fix missing paths to data and doc in Human Pose Estimation with Deep Learning.mltbx
1 parent 75cfe5a commit 38f9a93

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

simple-pose-estimation-package.prj

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<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">
33
<param.appname>Human Pose Estimation with Deep Learning</param.appname>
44
<param.authnamewatermark>Tohru Kikawada</param.authnamewatermark>
55
<param.email>[email protected]</param.email>
66
<param.company>The MathWorks, Inc.</param.company>
77
<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>
99
<param.screenshot>${PROJECT_ROOT}\logo.png</param.screenshot>
10-
<param.version>1.0.1</param.version>
10+
<param.version>1.0.3</param.version>
1111
<param.output>${PROJECT_ROOT}\Human Pose Estimation with Deep Learning.mltbx</param.output>
1212
<param.products.name>
1313
<item>MATLAB</item>
@@ -28,13 +28,13 @@
2828
<item>80</item>
2929
</param.products.id>
3030
<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>
3838
</param.products.version>
3939
<param.platforms />
4040
<param.guid>f3e11ae6-430a-45cc-a939-18cc7d4c14fb</param.guid>
@@ -123,7 +123,6 @@ ToolboxPackagingConfiguration.prj</param.exclude.filters>
123123
<param.authnamewatermark />
124124
<param.email />
125125
<param.company />
126-
<param.description />
127126
<param.output />
128127
<param.platforms />
129128
<param.exclude.pcodedmfiles />
@@ -164,11 +163,11 @@ ToolboxPackagingConfiguration.prj</param.exclude.filters>
164163
</fileset.depfun.excluded>
165164
<fileset.package />
166165
<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>
168167
</build-deliverables>
169168
<workflow />
170169
<matlab>
171-
<root>C:\Program Files\MATLAB\R2020a</root>
170+
<root>D:\MATLAB\20200917_MATLAB_R2020b</root>
172171
<toolboxes>
173172
<toolbox name="matlabcoder" />
174173
<toolbox name="embeddedcoder" />

0 commit comments

Comments
 (0)