Durga Saranyu
Results
2
comments of
Durga Saranyu
@slantingsun Thank you for your responce, I tried [https://github.com/emptysoal/TensorRT-YOLOv8-ByteTrack/tree/e83089c46abc5de3115c0cbdabbf4c0a06b6e586/bytetrack](url) as suggested but I’m still facing ID-switching issues, especially in cases of occlusions and when objects pass each other. Despite tweaking...
> The problem is that there is a bug in byte_track::STrack::predict() , where the prediction is never done. Try to add updateRect(); at the end of this function in STrack.cpp....