cyrusbehr / YOLOv8-TensorRT-CPP

YOLOv8 TensorRT C++ Implementation
MIT License
562 stars 68 forks source link

how to use this rep? #64

Open jcluo1994 opened 1 month ago

jcluo1994 commented 1 month ago

thanks for your great work,i have compiled this rep https://github.com/cyrusbehr/tensorrt-cpp-api?tab=readme-ov-file and this https://github.com/cyrusbehr/YOLOv8-TensorRT-CPP/issues/new. fortunately .but, i have some questions to ask you .the model format of tensorrt load is engine or trt,but this rep load onnx.i can't find where is the result output.Hope to get your reply

jcluo1994 commented 1 month ago

thanks for great work,i have used this rep in my work,it is very amazing work.