Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youngday/xmake-onnxruntime
xmake onnx runtime yolov5 yolov8 ultralytics examples
https://github.com/youngday/xmake-onnxruntime
onnxruntime ultralytics xmake yolo yolov5 yolov8
Last synced: 3 months ago
JSON representation
xmake onnx runtime yolov5 yolov8 ultralytics examples
- Host: GitHub
- URL: https://github.com/youngday/xmake-onnxruntime
- Owner: youngday
- License: apache-2.0
- Created: 2023-02-18T13:56:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T15:16:24.000Z (6 months ago)
- Last Synced: 2024-07-30T21:05:50.274Z (6 months ago)
- Topics: onnxruntime, ultralytics, xmake, yolo, yolov5, yolov8
- Language: C++
- Homepage:
- Size: 212 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# xmake onnxruntime
## models
⏰:model and files in build_files, put in with exe file.
you may run .sh , for fun.
## onnxruntime lib.so
⏰:put "libonnxruntime.so" and "libonnxruntime.so.1.17.0" with exe file.
or export to ~/.bashrc## yolov8
### References for yolov8
YOLO v8 repo: https://github.com/ultralytics/ultralytics
## yolov8_2
### References for yolov8
forked from:https://github.com/UNeedCryDear/yolov8-opencv-onnxruntime-cpp