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: about 1 year 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T10:59:40.000Z (over 1 year ago)
- Last Synced: 2024-12-14T11:31:08.578Z (over 1 year ago)
- Topics: onnxruntime, ultralytics, xmake, yolo, yolov5, yolov8
- Language: C++
- Homepage:
- Size: 212 MB
- Stars: 2
- 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.20.1" with exe file.
or export to ~/.bashrc
⚠️: please install CUDA-12.0 ,if use CUDA
## 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