cyrusbehr / tensorrt-cpp-api

TensorRT C++ API Tutorial
MIT License
577 stars 72 forks source link

`parsed` doesn't working #20

Closed Egorundel closed 11 months ago

Egorundel commented 11 months ago

Hello! Why parsed doesn't working?

Screenshot from 2023-09-14 09-32-07

cyrusbehr commented 11 months ago

Upload your model file.

Egorundel commented 11 months ago

@cyrusbehr

YOLOv8-dbs-dbd.onnx (Google Drive) YOLOv8-dbs-dbd.trt (Google Drive)

cyrusbehr commented 11 months ago

I tested your model YOLOv8-dbs-dbd.onnx model. It is able to parse on my end. It however does fail later on because your model has a dynamic input width and height: image

My implementation currently only supports models with fixed width and height: image

For a tutorial on how to use YoloV8, please see my other project: https://github.com/cyrusbehr/YOLOv8-TensorRT-CPP