Skip to content

Commit 4005842

Browse files
committed
Merge branch 'main' of https://github.com/AllentDan/SegmentationCpp into main
2 parents 3869e70 + 6b479ec commit 4005842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-Chinese.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- 7 种模型架构可用于单类或者多类的分割任务 (包括Unet)
1616
- 7 种编码器网络
1717
- 所有的编码器都有预训练权重,可以更快更好地收敛
18-
- 相比于python下的GPU前向推理速度具有2倍或以上的优势, cpu下保持速度一致. (Unet测试于RTX 2070S).
18+
- 相比于python下的GPU前向推理速度具有30%或以上的提速, cpu下保持速度一致. (Unet测试于RTX 2070S).
1919

2020
### [📚 Libtorch教程 📚](https://github.com/AllentDan/LibtorchTutorials)
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The main features of this library are:
1616
- 7 models architectures for binary and multi class segmentation (including legendary Unet)
1717
- 7 available encoders
1818
- All encoders have pre-trained weights for faster and better convergence
19-
- 2x or more faster than pytorch cuda inferece, same speed for cpu. (Unet tested in rtx 2070s).
19+
- 35% or more inference speed boost compared with pytorch cuda, same speed for cpu. (Unet tested in rtx 2070s).
2020

2121
### [📚 Libtorch Tutorials 📚](https://github.com/AllentDan/LibtorchTutorials/tree/master)
2222

0 commit comments

Comments
 (0)