projects
/
profile
/
iot
/
apps
/
dotnet
/
fitness.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1618ee
)
Fix wrong output node name
author
Kwang Son
<k.son@samsung.com>
Thu, 27 May 2021 04:33:40 +0000
(13:33 +0900)
committer
Piotr Czaja
<p.czaja@samsung.com>
Tue, 14 Sep 2021 11:01:34 +0000
(13:01 +0200)
Signed-off-by: Kwang Son <k.son@samsung.com>
Fitness/Services/PoseDetector.cs
patch
|
blob
|
history
diff --git
a/Fitness/Services/PoseDetector.cs
b/Fitness/Services/PoseDetector.cs
index 22d7fcfe1743b0c16ed9a31f0db2662cbf3781fb..8d2f02119f590ae53b8115ece82d43aceb7dd090 100644
(file)
--- a/
Fitness/Services/PoseDetector.cs
+++ b/
Fitness/Services/PoseDetector.cs
@@
-23,7
+23,7
@@
namespace Fitness.Services
pdConfig.InputNodeName = "image";
pdConfig.OutputNodeName = new string[]
{
- "Convolution_Pose_Machine/stage_5_out",
+ "Convolution
al
_Pose_Machine/stage_5_out",
};
pdConfig.LoadInferenceModel();
}