<p align="center"><img width="50%" src="docs/images/ONNX_Runtime_logo_dark.png" /></p>
**ONNX Runtime is a cross-platform inference and training machine-learning accelerator**.
**ONNX Runtime inference** can enable faster customer experiences and lower costs, supporting models from deep learning frameworks such as PyTorch and TensorFlow/Keras as well as classical machine learning libraries such as scikit-learn, LightGBM, XGBoost, etc. ONNX Runtime is compatible with different hardware, drivers, and operating systems, and provides optimal performance by leveraging hardware accelerators where applicable alongside graph optimizations and transforms. [Learn more →](https://www.onnxruntime.ai/docs/#onnx-runtime-for-inferencing)
**ONNX Runtime training** can accelerate the model training time on multi-node NVIDIA GPUs for transformer models with a one-line addition for existing PyTorch training scripts. [Learn more →](https://www.onnxruntime.ai/docs/#onnx-runtime-for-training)
## Get Started & Resources
* **General Information**: [onnxruntime.ai](https://onnxruntime.ai)
* **Usage documentation and tutorials**: [onnxruntime.ai/docs](https://onnxruntime.ai/docs)
* **YouTube video tutorials**: [youtube.com/@ONNXRuntime](https://www.youtube.com/@ONNXRuntime)
* [**Upcoming Release Roadmap**](https://github.com/microsoft/onnxruntime/wiki/Upcoming-Release-Roadmap)
* **Companion sample repositories**:
- ONNX Runtime Inferencing: [microsoft/onnxruntime-inference-examples](https://github.com/microsoft/onnxruntime-inference-examples)
- ONNX Runtime Training: [microsoft/onnxruntime-training-examples](https://github.com/microsoft/onnxruntime-training-examples)
## Builtin Pipeline Status
|System|Inference|Training|
|---|---|---|
|Windows|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Windows%20CPU%20CI%20Pipeline?label=Windows+CPU)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=9)<br>[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Windows%20GPU%20CI%20Pipeline?label=Windows+GPU)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=10)<br>[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Windows%20GPU%20TensorRT%20CI%20Pipeline?label=Windows+GPU+TensorRT)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=47)||
|Linux|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Linux%20CPU%20CI%20Pipeline?label=Linux+CPU)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=11)<br>[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Linux%20CPU%20Minimal%20Build%20E2E%20CI%20Pipeline?label=Linux+CPU+Minimal+Build)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=64)<br>[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Linux%20GPU%20CI%20Pipeline?label=Linux+GPU)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=12)<br>[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Linux%20GPU%20TensorRT%20CI%20Pipeline?label=Linux+GPU+TensorRT)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=45)<br>[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Linux%20OpenVINO%20CI%20Pipeline?label=Linux+OpenVINO)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=55)|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/orttraining-linux-ci-pipeline?label=Linux+CPU+Training)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=86)<br>[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/orttraining-linux-gpu-ci-pipeline?label=Linux+GPU+Training)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=84)<br>[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/orttraining/orttraining-ortmodule-distributed?label=Training+Distributed)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=148)|
|Mac|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/MacOS%20CI%20Pipeline?label=MacOS+CPU)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=13)||
|Android|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Android%20CI%20Pipeline?label=Android)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=53)||
|iOS|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/iOS%20CI%20Pipeline?label=iOS)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=134)||
|Web|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/ONNX%20Runtime%20Web%20CI%20Pipeline?label=Web)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=161)||
|Other|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/onnxruntime-binary-size-checks-ci-pipeline?repoName=microsoft%2Fonnxruntime&label=Binary+Size+Check)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=187&repoName=microsoft%2Fonnxruntime)||
## Third-party Pipeline Status
|System|Inference|Training|
|---|---|---|
|Linux|[![Build Status](https://github.com/Ascend/onnxruntime/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/Ascend/onnxruntime/actions/workflows/build-and-test.yaml)||
## Data/Telemetry
Windows distributions of this project may collect usage data and send it to Microsoft to help improve our products and services. See the [privacy statement](docs/Privacy.md) for more details.
## Contributions and Feedback
We welcome contributions! Please see the [contribution guidelines](CONTRIBUTING.md).
For feature requests or bug reports, please file a [GitHub Issue](https://github.com/Microsoft/onnxruntime/issues).
For general discussion or questions, please use [GitHub Discussions](https://github.com/microsoft/onnxruntime/discussions).
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## License
This project is licensed under the [MIT License](LICENSE).
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
C# OnnxRuntime E2Pose人体关键点检测.rar (266个子文件)
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
_._ 0B
C# OnnxRuntime E2Pose人体关键点检测.csproj.AssemblyReference.cache 15KB
DesignTimeResolveAssemblyReferencesInput.cache 5KB
C# OnnxRuntime E2Pose人体关键点检测.csproj.GenerateResource.cache 126B
C# OnnxRuntime E2Pose人体关键点检测.csproj.CoreCompileInputs.cache 66B
packages.config 844B
App.config 563B
C# OnnxRuntime E2Pose人体关键点检测.exe.config 563B
E2Pose.cs 8KB
Form2.cs 8KB
Form2.Designer.cs 8KB
Resources.Designer.cs 3KB
Common.cs 2KB
AssemblyInfo.cs 1KB
Settings.Designer.cs 1KB
Program.cs 501B
.NETFramework,Version=v4.8.AssemblyAttributes.cs 210B
C# OnnxRuntime E2Pose人体关键点检测.csproj 9KB
onnxruntime_providers_cuda.dll 392.82MB
onnxruntime_providers_cuda.dll 392.82MB
OpenCvSharpExtern.dll 59.54MB
OpenCvSharpExtern.dll 59.54MB
OpenCvSharpExtern.dll 40.51MB
OpenCvSharpExtern.dll 40.51MB
opencv_videoio_ffmpeg490_64.dll 25.1MB
opencv_videoio_ffmpeg490_64.dll 25.1MB
opencv_videoio_ffmpeg490.dll 22.29MB
opencv_videoio_ffmpeg490.dll 22.29MB
onnxruntime.dll 11.1MB
onnxruntime.dll 11.1MB
OpenCvSharp.dll 925KB
OpenCvSharp.dll 923KB
OpenCvSharp.dll 923KB
OpenCvSharp.dll 923KB
OpenCvSharp.dll 923KB
onnxruntime_providers_tensorrt.dll 700KB
onnxruntime_providers_tensorrt.dll 700KB
Microsoft.ML.OnnxRuntime.dll 205KB
Microsoft.ML.OnnxRuntime.dll 204KB
Microsoft.ML.OnnxRuntime.dll 204KB
Microsoft.ML.OnnxRuntime.dll 204KB
Microsoft.ML.OnnxRuntime.dll 202KB
Microsoft.ML.OnnxRuntime.dll 202KB
Microsoft.ML.OnnxRuntime.dll 202KB
Microsoft.ML.OnnxRuntime.dll 201KB
Microsoft.ML.OnnxRuntime.dll 201KB
System.Numerics.Vectors.dll 160KB
System.Numerics.Vectors.dll 157KB
System.Numerics.Vectors.dll 157KB
System.Memory.dll 139KB
System.Memory.dll 139KB
System.Memory.dll 139KB
System.Memory.dll 135KB
System.Numerics.Vectors.dll 113KB
System.Numerics.Vectors.dll 113KB
zlibwapi.dll 87KB
zlibwapi.dll 87KB
System.ValueTuple.dll 78KB
System.ValueTuple.dll 77KB
System.ValueTuple.dll 77KB
共 266 条
- 1
- 2
- 3
资源评论
天天代码码天天
- 粉丝: 1w+
- 资源: 627
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 品牌笔记本电脑数据集.zip
- 使用 Python 的 Pygame 库创建的一个 “大炮打蚊子” 游戏源码
- PHP入门基础练习源码打包最新版本
- Screenshot_2025-01-11-09-36-24-858_net.csdn.csdnplus.jpg
- vtk9.3+VS2019+cuda
- 恶意网址数据集.csv
- PHP教程5本CMH电子书推荐最新版本
- 科技公司裁员数据集.zip
- 机械设计锅炉房-2.4MW燃气锅炉供暖系统sw14可编辑全套设计资料100%好用.zip
- 一个使用 JavaScript 结合 HTML5 的 Canvas(画布)实现的 “大炮打蚊子” 游戏源码
- 面向初学者的Ubuntu操作系统入门教程: 基本概念、安装、操作及软件安装
- Windows下ApacheMySQLPHP的安装视频教程最新版本
- Win2003下架设IIS和PHP视频教程最新版本
- PHP5与MySQL5基础与实例教程最新版本
- PHP手册2009国庆版chm最新版本
- PHP100视频教程60PHP与数据库代码开发规范最新版本
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功