Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: object-detection
|
4 |
+
tags:
|
5 |
+
- Pose Estimation
|
6 |
---
|
7 |
+
RTMO Running CUDA DEMO Package
|
8 |
+
|
9 |
+
- `demo.sh`: DEMO main program, which will first install rtmlib, and then use rtmo-s to analyze the .mp4 files in the video folder.
|
10 |
+
- `rtmo_gpu.py`: Defines an RTMO_GPU class, making fine adjustments to CUDA settings.
|
11 |
+
- `rtmo_demo.py`: Python main program, which has two arguments:
|
12 |
+
- `path`: The folder location that contains the .mp4 files to be analyzed.
|
13 |
+
- `model_path`: The local path to the ONNX model or a URL pointing to the RTMO model published on mmpose.
|
14 |
+
- `video`: Contains two test videos provided by Sam's family.
|