FeiYull / TensorRT-Alpha

šŸ”„šŸ”„šŸ”„TensorRT for YOLOv8态YOLOv8-Pose态YOLOv8-Seg态YOLOv8-Cls态YOLOv7态YOLOv6态YOLOv5态YOLONAS......šŸš€šŸš€šŸš€CUDA IS ALL YOU NEED.šŸŽšŸŽšŸŽ
GNU General Public License v2.0
1.26k stars 196 forks source link

YOlOV8, The returned result is from the previous image #56

Open Hsomething opened 7 months ago

Hsomething commented 7 months ago

I modify the code to supports inference on images in folders. And there are multiple resolutions of images under the folder. But After Infernce, the result mismatch, the returned result is from the previous image. Does anyone know what the problem I'm having

Hsomething commented 7 months ago

And When I use gdb to debug, inference step by step, the result is matched