Skip to content

Commit bc75c9d

Browse files
authored
bump version to v1.13.1 (#2613)
1 parent 1e79b48 commit bc75c9d

File tree

15 files changed

+51
-51
lines changed

15 files changed

+51
-51
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (NOT CMAKE_BUILD_TYPE)
99
endif ()
1010

1111
cmake_minimum_required(VERSION 3.14)
12-
project(MMDeploy VERSION 1.3.0)
12+
project(MMDeploy VERSION 1.3.1)
1313

1414
set(CMAKE_CXX_STANDARD 17)
1515

csrc/mmdeploy/apis/csharp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ There are two methods to build the nuget package.
3333

3434
(*option 1*) Use the command.
3535

36-
If your environment is well prepared, you can just go to the `csrc\apis\csharp` folder, open a terminal and type the following command, the nupkg will be built in `csrc\apis\csharp\MMDeploy\bin\Release\MMDeployCSharp.1.3.0.nupkg`.
36+
If your environment is well prepared, you can just go to the `csrc\apis\csharp` folder, open a terminal and type the following command, the nupkg will be built in `csrc\apis\csharp\MMDeploy\bin\Release\MMDeployCSharp.1.3.1.nupkg`.
3737

3838
```shell
39-
dotnet build --configuration Release -p:Version=1.3.0
39+
dotnet build --configuration Release -p:Version=1.3.1
4040
```
4141

4242
(*option 2*) Open MMDeploy.sln && Build.
4343

44-
You can set the package-version through `Properties -> Package Version`. The default version is 1.3.0 if you don't set it.
44+
You can set the package-version through `Properties -> Package Version`. The default version is 1.3.1 if you don't set it.
4545

4646
If you encounter missing dependencies, follow the instructions for MSVC.

demo/csharp/image_classification/image_classification.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.3.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.3.1" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.Extensions" Version="4.5.5.20211231" />
2020
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />

demo/csharp/image_restorer/image_restorer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.3.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.3.1" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />
2020
</ItemGroup>

demo/csharp/image_segmentation/image_segmentation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.3.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.3.1" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />
2020
</ItemGroup>

demo/csharp/object_detection/object_detection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.3.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.3.1" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />
2020
</ItemGroup>

demo/csharp/ocr_detection/ocr_detection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.3.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.3.1" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />
2020
</ItemGroup>

demo/csharp/ocr_recognition/ocr_recognition.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.3.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.3.1" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />
2020
</ItemGroup>

demo/csharp/pose_detection/pose_detection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.3.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.3.1" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />
2020
</ItemGroup>

docs/en/02-how-to-run/prebuilt_package_windows.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
______________________________________________________________________
2323

24-
This tutorial takes `mmdeploy-1.3.0-windows-amd64.zip` and `mmdeploy-1.3.0-windows-amd64-cuda11.8.zip` as examples to show how to use the prebuilt packages. The former support onnxruntime cpu inference, the latter support onnxruntime-gpu and tensorrt inference.
24+
This tutorial takes `mmdeploy-1.3.1-windows-amd64.zip` and `mmdeploy-1.3.1-windows-amd64-cuda11.8.zip` as examples to show how to use the prebuilt packages. The former support onnxruntime cpu inference, the latter support onnxruntime-gpu and tensorrt inference.
2525

2626
The directory structure of the prebuilt package is as follows, where the `dist` folder is about model converter, and the `sdk` folder is related to model inference.
2727

@@ -81,8 +81,8 @@ In order to use `ONNX Runtime` backend, you should also do the following steps.
8181
5. Install `mmdeploy` (Model Converter) and `mmdeploy_runtime` (SDK Python API).
8282

8383
```bash
84-
pip install mmdeploy==1.3.0
85-
pip install mmdeploy-runtime==1.3.0
84+
pip install mmdeploy==1.3.1
85+
pip install mmdeploy-runtime==1.3.1
8686
```
8787

8888
:point_right: If you have installed it before, please uninstall it first.
@@ -100,7 +100,7 @@ In order to use `ONNX Runtime` backend, you should also do the following steps.
100100
![sys-path](https://user-images.githubusercontent.com/16019484/181463801-1d7814a8-b256-46e9-86f2-c08de0bc150b.png)
101101
:exclamation: Restart powershell to make the environment variables setting take effect. You can check whether the settings are in effect by `echo $env:PATH`.
102102

103-
8. Download SDK C/cpp Library mmdeploy-1.3.0-windows-amd64.zip
103+
8. Download SDK C/cpp Library mmdeploy-1.3.1-windows-amd64.zip
104104

105105
### TensorRT
106106

@@ -109,8 +109,8 @@ In order to use `TensorRT` backend, you should also do the following steps.
109109
5. Install `mmdeploy` (Model Converter) and `mmdeploy_runtime` (SDK Python API).
110110

111111
```bash
112-
pip install mmdeploy==1.3.0
113-
pip install mmdeploy-runtime-gpu==1.3.0
112+
pip install mmdeploy==1.3.1
113+
pip install mmdeploy-runtime-gpu==1.3.1
114114
```
115115

116116
:point_right: If you have installed it before, please uninstall it first.
@@ -129,7 +129,7 @@ In order to use `TensorRT` backend, you should also do the following steps.
129129

130130
7. Install pycuda by `pip install pycuda`
131131

132-
8. Download SDK C/cpp Library mmdeploy-1.3.0-windows-amd64-cuda11.8.zip
132+
8. Download SDK C/cpp Library mmdeploy-1.3.1-windows-amd64-cuda11.8.zip
133133

134134
## Model Convert
135135

@@ -141,7 +141,7 @@ After preparation work, the structure of the current working directory should be
141141

142142
```
143143
..
144-
|-- mmdeploy-1.3.0-windows-amd64
144+
|-- mmdeploy-1.3.1-windows-amd64
145145
|-- mmpretrain
146146
|-- mmdeploy
147147
`-- resnet18_8xb32_in1k_20210831-fbbb1da6.pth
@@ -189,7 +189,7 @@ After installation of mmdeploy-tensorrt prebuilt package, the structure of the c
189189

190190
```
191191
..
192-
|-- mmdeploy-1.3.0-windows-amd64-cuda11.8
192+
|-- mmdeploy-1.3.1-windows-amd64-cuda11.8
193193
|-- mmpretrain
194194
|-- mmdeploy
195195
`-- resnet18_8xb32_in1k_20210831-fbbb1da6.pth
@@ -252,8 +252,8 @@ The structure of current working directory:
252252

253253
```
254254
.
255-
|-- mmdeploy-1.3.0-windows-amd64
256-
|-- mmdeploy-1.3.0-windows-amd64-cuda11.8
255+
|-- mmdeploy-1.3.1-windows-amd64
256+
|-- mmdeploy-1.3.1-windows-amd64-cuda11.8
257257
|-- mmpretrain
258258
|-- mmdeploy
259259
|-- resnet18_8xb32_in1k_20210831-fbbb1da6.pth
@@ -324,7 +324,7 @@ The following describes how to use the SDK's C API for inference
324324

325325
It is recommended to use `CMD` here.
326326

327-
Under `mmdeploy-1.3.0-windows-amd64\\example\\cpp\\build\\Release` directory:
327+
Under `mmdeploy-1.3.1-windows-amd64\\example\\cpp\\build\\Release` directory:
328328

329329
```
330330
.\image_classification.exe cpu C:\workspace\work_dir\onnx\resnet\ C:\workspace\mmpretrain\demo\demo.JPEG
@@ -344,7 +344,7 @@ The following describes how to use the SDK's C API for inference
344344

345345
It is recommended to use `CMD` here.
346346

347-
Under `mmdeploy-1.3.0-windows-amd64-cuda11.8\\example\\cpp\\build\\Release` directory
347+
Under `mmdeploy-1.3.1-windows-amd64-cuda11.8\\example\\cpp\\build\\Release` directory
348348

349349
```
350350
.\image_classification.exe cuda C:\workspace\work_dir\trt\resnet C:\workspace\mmpretrain\demo\demo.JPEG

0 commit comments

Comments
 (0)