Detection missing in tensorrt

Hi ,
I have trained a segmentation model using yolov8 .
1.I converted a video of 1 minute i to images and annotated .
2.Trained with yolov8n-seg .
3.I was able to get detection in pytorch model but when i converted in to tensorrt engine no segmentations can be found out.Please help me to solve this problem

Hi,

Please ensure that you built the TensorRT engine correctly and inference is written correctly.
Following sample may help you.

Thank you.

1 Like

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.