Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 901 Bytes

README.md

File metadata and controls

59 lines (41 loc) · 901 Bytes

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