Skip to content

Commit

Permalink
Critical fixtures for Gpu implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
asiryan committed Oct 19, 2023
1 parent 80d7379 commit cc2aba9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 4 additions & 3 deletions netstandard/ClothONNX.Gpu/ClothONNX.Gpu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>ClothONNX.Gpu</AssemblyName>
<LangVersion>8.0</LangVersion>
<Version>1.0.1.2</Version>
<FileVersion>1.0.1.2</FileVersion>
<Version>1.0.1.3</Version>
<FileVersion>1.0.1.3</FileVersion>
<Authors>Valery Asiryan</Authors>
<Company>Valery Asiryan</Company>
<Description>Cloth segmentation library based on deep neural networks and ONNX runtime.</Description>
<Copyright>Valery Asiryan, © 2023</Copyright>
<RepositoryType>Open-source</RepositoryType>
<PackageId>ClothONNX.Gpu</PackageId>
<Product>ClothONNX.Gpu</Product>
<AssemblyVersion>1.0.1.2</AssemblyVersion>
<AssemblyVersion>1.0.1.3</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>cloth detection segmentation recognition onnx neural-networks unet</PackageTags>
<RepositoryUrl>https://github.com/FaceONNX/ClothONNX</RepositoryUrl>
Expand All @@ -23,6 +23,7 @@
<PackageIcon>ClothONNX.png</PackageIcon>
<NeutralLanguage>en</NeutralLanguage>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<RootNamespace>ClothONNX</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions netstandard/ClothONNX/ClothONNX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>ClothONNX</AssemblyName>
<LangVersion>8.0</LangVersion>
<Version>1.0.1.2</Version>
<FileVersion>1.0.1.2</FileVersion>
<Version>1.0.1.3</Version>
<FileVersion>1.0.1.3</FileVersion>
<Authors>Valery Asiryan</Authors>
<Company>Valery Asiryan</Company>
<Description>Cloth segmentation library based on deep neural networks and ONNX runtime.</Description>
<Copyright>Valery Asiryan, © 2023</Copyright>
<RepositoryType>Open-source</RepositoryType>
<PackageId>ClothONNX</PackageId>
<Product>ClothONNX</Product>
<AssemblyVersion>1.0.1.2</AssemblyVersion>
<AssemblyVersion>1.0.1.3</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>cloth detection segmentation recognition onnx neural-networks unet</PackageTags>
<RepositoryUrl>https://github.com/FaceONNX/ClothONNX</RepositoryUrl>
Expand Down
6 changes: 6 additions & 0 deletions netstandard/Examples/ClothONNX.Examples.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClothONNX", "..\ClothONNX\C
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClothSegmentation", "ClothSegmentation\ClothSegmentation.csproj", "{A64B527C-0F76-45FE-A4C1-62CB274C6C87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClothONNX.Gpu", "..\ClothONNX.Gpu\ClothONNX.Gpu.csproj", "{98B8AEF6-696A-41DD-B4E6-C36EFD35C1F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -23,6 +25,10 @@ Global
{A64B527C-0F76-45FE-A4C1-62CB274C6C87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A64B527C-0F76-45FE-A4C1-62CB274C6C87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A64B527C-0F76-45FE-A4C1-62CB274C6C87}.Release|Any CPU.Build.0 = Release|Any CPU
{98B8AEF6-696A-41DD-B4E6-C36EFD35C1F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98B8AEF6-696A-41DD-B4E6-C36EFD35C1F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98B8AEF6-696A-41DD-B4E6-C36EFD35C1F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98B8AEF6-696A-41DD-B4E6-C36EFD35C1F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\ClothONNX\ClothONNX.csproj" />
<ProjectReference Include="..\..\ClothONNX.Gpu\ClothONNX.Gpu.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit cc2aba9

Please sign in to comment.