wang-xinyu / tensorrtx

Implementation of popular deep learning networks with TensorRT network definition API
MIT License
7.04k stars 1.78k forks source link

showing results empty #1462

Closed adinathkale01 closed 5 months ago

adinathkale01 commented 8 months ago

About this repo

.engine file is generating but when i am running inferencing it not detecting and showing results []

wang-xinyu commented 8 months ago

which model?

adinathkale01 commented 8 months ago

I am using yolov5 with tensorrt

wang-xinyu commented 8 months ago

Have you try the official pretrained model?

adinathkale01 commented 8 months ago

yes ,I tried with yolov5s.pt ---> yolov5s.wts ------>yolov5s.engine yolov5s.engine file is generating but when running inference showing [] empty.

wang-xinyu commented 8 months ago

You were using the yolov5_det_trt.py?

Did you try the c++ executable?

And can you try TensorRT 8.4 or 8.5

stale[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.