nabang1010 / YOLOv8_Object_Tracking_TensorRT

YOLOv8 Object Tracking TensorRT
https://nabang1010.com/2024/02/11/YOLOv8-Object-Tracking-TensorRT/
MIT License
12 stars 4 forks source link

Question : Using bytetrack or deepsort, which one is faster? #5

Closed PluszZh closed 2 months ago

nabang1010 commented 3 months ago

BYTETrack faster than DeepSORT. DeepSORT have an AI model for object feature appearance extraction, and it will make DeepSORT slower thane BYTETtrack

PluszZh commented 3 months ago

Thanks! But I use ByteTrack on a Jetson NX and obtained an FPS of around 24, which is lower than your result .....

nabang1010 commented 3 months ago

Thanks! But I use ByteTrack on a Jetson NX and obtained an FPS of around 24, which is lower than your result .....

What is your YOLO verion and model type you are using ?. But in my Repo, i don't give infomation about FPS with BYTETrack on Jetson NX, why you know your result lower than me ?