forked from open-mmlab/mmpose
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enhance] refine docs and code (open-mmlab#2330)
- Loading branch information
Showing
3 changed files
with
20 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# Examples | ||
|
||
## List of examples | ||
|
||
### 1. RTMPose-Deploy | ||
### 1. RTMPose-Deploy (without MMDeploy) | ||
|
||
RTMPose-Deploy is a C ++ code example that does not use MMDEPLOY for RTMPose localized deployment. | ||
RTMPose-Deploy is a C++ code example that does not use MMDEPLOY for RTMPose localized deployment. | ||
|
||
- [Original Repository](https://github.com/HW140701/RTMPose-Deploy) | ||
|
||
#### 2. RTMPose inference with ONNXRuntime (Python) | ||
|
||
This example shows how to run RTMPose inference with ONNXRuntime in Python. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters