Skip to content

Mr-XiaoLei/go-onnxruntime-example

 
 

Repository files navigation

Examples

Package

go get github.com/yam8511/[email protected]

YOLOv8 Object Detection

go build -v -o run_od.exe ./yolov8_od

# Windows
./run_od.exe -lib your/onnxruntime.dll
# Linux
./run_od.exe

YOLOv8 Classify

go build -v -o run_cls.exe ./yolov8_cls

# Windows
./run_cls.exe -lib your/onnxruntime.dll
# Linux
./run_cls.exe

YOLOv8 Segment

go build -v -o run_seg.exe ./yolov8_seg

# Windows
./run_seg.exe -lib your/onnxruntime.dll
# Linux
./run_seg.exe

YOLOv8 Pose

go build -v -o run_pose.exe ./yolov8_pose

# Windows
./run_pose.exe -lib your/onnxruntime.dll
# Linux
./run_pose.exe

About

the example about go-onnxruntime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 67.1%
  • C++ 22.6%
  • C 6.3%
  • Makefile 2.4%
  • Batchfile 1.0%
  • Roff 0.6%