Skip to content

based on the yolov8,provide pt-onnx-tensorrt transcode and infer code by c++

Notifications You must be signed in to change notification settings

fish-kong/Yolov8-instance-seg-tensorrt

Repository files navigation

Yolov8-instance-seg-tensorrt

based on the yolov8,provide pt-onnx-tensorrt transcode and infer code by c++

mkdir build
cd build
cmake ..
make
sudo ./onnx2trt ../models/yolov8n-seg.onnx ../models/yolov8n-seg.engine
sudo ./trt_infer ../models/yolov8n-seg.onnx ../images/bus.jpg
image

About

based on the yolov8,provide pt-onnx-tensorrt transcode and infer code by c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages