Skip to content

Commit 2184fc6

Browse files
committed
* Update README to add a link to File Exchange
* Modify the package project to generate a release v1.0.0
1 parent 55d8e67 commit 2184fc6

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ This demo shows how to train and test a human pose estimation using deep neural
99
This repository includes a pretrained network using the COCO dataset, which was collected by the COCO Consortium (cocodataset.org).
1010

1111

12-
12+
13+
14+
\[![View Human Pose Estimation with Deep Learning on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/76860-human-pose-estimation-with-deep-learning)
15+
16+
1317
# Required Toolboxes
1418

1519

README.mlx

-4 Bytes
Binary file not shown.

simple-pose-estimation-package.prj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
2-
<configuration build-checksum="1041642904" file="C:\OneDrive\OneDrive - MathWorks\Shared with Everyone\Application_Slides\Deep_Learning\Pose_Estimation\simple-pose-estimation\simple-pose-estimation-package.prj" location="C:\OneDrive\OneDrive - MathWorks\Shared with Everyone\Application_Slides\Deep_Learning\Pose_Estimation\simple-pose-estimation" name="simple-pose-estimation-package" target="target.toolbox" target-name="ツールボックスのパッケージ化">
3-
<param.appname>Pose Estimation Toolbox</param.appname>
2+
<configuration build-checksum="1041642904" 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="ツールボックスのパッケージ化">
3+
<param.appname>Human Pose Estimation with Deep Learning</param.appname>
44
<param.authnamewatermark>Tohru Kikawada</param.authnamewatermark>
55
<param.email>tkikawad@mathworks.com</param.email>
66
<param.company>The MathWorks, Inc.</param.company>
7-
<param.summary>Simple Human Pose Estimation Toolbox</param.summary>
7+
<param.summary>Human Pose Estimation with Deep Learning</param.summary>
88
<param.description />
99
<param.screenshot>${PROJECT_ROOT}\logo.png</param.screenshot>
1010
<param.version>1.0</param.version>
11-
<param.output>${PROJECT_ROOT}\Pose Estimation Toolbox.mltbx</param.output>
11+
<param.output>${PROJECT_ROOT}\Human Pose Estimation with Deep Learning.mltbx</param.output>
1212
<param.products.name>
1313
<item>MATLAB</item>
1414
<item>Computer Vision Toolbox</item>
@@ -165,7 +165,7 @@ ToolboxPackagingConfiguration.prj</param.exclude.filters>
165165
</fileset.depfun.excluded>
166166
<fileset.package />
167167
<build-deliverables>
168-
<file location="${PROJECT_ROOT}" name="Pose Estimation Toolbox.mltbx" optional="false">C:\OneDrive\OneDrive - MathWorks\Shared with Everyone\Application_Slides\Deep_Learning\Pose_Estimation\simple-pose-estimation\Pose Estimation Toolbox.mltbx</file>
168+
<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>
169169
</build-deliverables>
170170
<workflow />
171171
<matlab>

0 commit comments

Comments
 (0)