Skip to content

Commit 1d19f51

Browse files
committed
feat(PIPNet): add PIPNet to torchlm (#26)
1 parent 72cb28e commit 1d19f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Please jump to the entry point of the function for the detail documentations of
215215
#### C++ API
216216
The ONNXRuntime(CPU/GPU), MNN, NCNN and TNN C++ inference of **torchlm** will be release at [lite.ai.toolkit](https://github.com/DefTruth/lite.ai.toolkit).
217217
#### Python API
218-
In **torchlm**, we offer a high level API named `torchlm.runtime.bind` to bind any models in torchlm and then you can run the `torchlm.runtime.forward` API to get the output of detected landmarks and bboxes, here is a example of [PIPNet](https://github.com/jhb86253817/PIPNet).
218+
In **torchlm**, we offer a high level API named `runtime.bind` to bind any models in torchlm and then you can run the `runtime.forward` API to get the output landmarks and bboxes, here is a example of [PIPNet](https://github.com/jhb86253817/PIPNet).
219219
```python
220220
import cv2
221221
import torchlm

0 commit comments

Comments
 (0)