You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-25Lines changed: 49 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# small c++ library to quickly use [onnxruntime](https://github.com/microsoft/onnxruntime) to deploy deep learning models #
1
+
# small c++ library to quickly use [onnxruntime](https://github.com/microsoft/onnxruntime) to deploy deep learning models
2
2
3
3
Thanks to [cardboardcode](https://github.com/cardboardcode), we have [the documentation](https://onnx-runtime-cpp.readthedocs.io/en/latest/index.html) for this small library.
4
4
Hope that they both are helpful for your work.
@@ -9,14 +9,17 @@ Hope that they both are helpful for your work.
9
9
-[x] Examples for famous models, like yolov3, mask-rcnn, [ultra-light-weight face detector](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB), [yolox](https://github.com/Megvii-BaseDetection/YOLOX), [PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg/tree/release/2.3). Might consider supporting more if requested
10
10
-[ ] Batch-inference
11
11
12
-
## Installation ##
12
+
## Installation
13
+
13
14
- build onnxruntime from source with the following script
- App to use onnx model trained with famous light-weight [Ultra-Light-Fast-Generic-Face-Detector-1MB](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB)
104
122
- Sample weight has been saved [./data/version-RFB-640.onnx](./data/version-RFB-640.onnx)
- Download PaddleSeg's bisenetv2 trained on cityscapes dataset that has been converted to onnx [HERE](https://drive.google.com/file/d/1e-anuWG_ppDXmoy0sQ0sgrdutCTGlk95/view?usp=sharing) and copy to [./data directory](./data)
135
159
136
160
<details>
137
161
<summary>You can also convert your own PaddleSeg with following procedures</summary>
0 commit comments