# RTMO.Axera **Repository Path**: axera-opensource/RTMO.Axera ## Basic Information - **Project Name**: RTMO.Axera - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-14 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RTMO on Axera NPU [RTMO介绍](https://github.com/open-mmlab/mmpose/blob/main/projects/rtmo/README.md) 本项目展示了RTMO模型转换和在Axera AX650 平台的部署的代码示例。 onnx模型导出参考了[mmdeploy](https://github.com/open-mmlab/mmdeploy),在此基础上移除了NMS python 推理demo参考了[rtmlib](https://github.com/Tau-J/rtmlib.git),将onnx模型中移出的NMS放到了后处理过程。 - 模型转换参考 [模型转换](model_convert/README.md) - python demo [demo](python/infer.py) ## 支持平台 - [x] AX650N ## 模型转换 [模型转换](./model_convert/README.md) ## 上板部署 - AX650N 的设备已预装 Ubuntu22.04 - 以 root 权限登陆 AX650N 的板卡设备 - 链接互联网,确保 AX650N 的设备能正常执行 `pip install` 指令 - 已验证设备:AX650N DEMO Board、爱芯派Pro(AX650N) ### Python API 运行 #### Requirements 安装python包 ``` pip3 install -r python/requirments.txt ``` #### 运行 记得先修改 python/infer.py中的 `backend`和 `model_path`参数 在开发板上运行命令 ``` cd python python3 infer.py ``` **输入** ![input image](assets/000000197388.jpg) **输出** ![output image](assets/output.jpg) ## 技术讨论 - Github issues - QQ 群: 139953715