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