Skip to content

Commit 09c6bd6

Browse files
committed
Update README
1 parent acff502 commit 09c6bd6

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

Assets/Examples/OpenPose.PNG

524 KB
Loading

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.1.17</Version>
3+
<Version>0.1.18</Version>
44
<Company>TensorStack</Company>
55
<Copyright>TensorStack - 2025</Copyright>
66
<RepositoryUrl>https://github.com/TensorStack-AI/TensorStack</RepositoryUrl>

Examples/TensorStack.Example.Extractors/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TensorStack Extractor Demo, a simple WPF application showcasing the capabilities of [TensorStack.Extractors](https://github.com/TensorStack-AI/TensorStack/tree/master/TensorStack.Extractors) project.
33

44
## Download
5-
[Extractor Demo v0.1.17 (DirectML)](https://github.com/TensorStack-AI/TensorStack/releases/download/v0.1.17/ExtractorDemo_DirectML.zip)
5+
[Extractor Demo v0.1.18 (DirectML)](https://github.com/TensorStack-AI/TensorStack/releases/download/v0.1.18/ExtractorDemo_v0.1.18.zip)
66

77
## Extractors
88
Canny Edge
@@ -21,6 +21,10 @@ Line-Drawing
2121

2222
<img src="../../Assets/Examples/ExtractorDrawing.PNG"/>
2323

24+
OpenPose
25+
26+
<img src="../../Assets/Examples/OpenPose.PNG"/>
27+
2428
---
2529

2630
## Background

Examples/TensorStack.Example.Upscaler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TensorStack Upscale Demo, a simple WPF application showcasing the capabilities of [TensorStack.Upscaler](https://github.com/TensorStack-AI/TensorStack/tree/master/TensorStack.Upscaler) project.
33

44
## Download
5-
[Upscaler Demo v0.1.17 (DirectML)](https://github.com/TensorStack-AI/TensorStack/releases/download/v0.1.17/UpscaleDemo_DirectML.zip)
5+
[Upscaler Demo v0.1.18 (DirectML)](https://github.com/TensorStack-AI/TensorStack/releases/download/v0.1.18/UpscaleDemo_v0.1.18.zip)
66

77
## Upscale Image
88
<img src="../../Assets/Examples/UpscaleImage.PNG"/>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ More information and examples can be found in the `TensorStack.Upscaler` project
1919

2020
Extractor Windows demo application avaliable for testing **[Extractor Demo](Examples/TensorStack.Example.Extractors)**
2121

22-
<img src="Assets/Examples/BackgroundRemove.PNG" width="640"/>
22+
<img width="2000" height="983" alt="Image" src="https://github.com/user-attachments/assets/880654eb-e811-4739-a11c-0f87458718c0" />
2323

2424
More information and examples can be found in the `TensorStack.Extractors` project **[README](TensorStack.Extractors/README.md)**
2525

0 commit comments

Comments
 (0)