ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.69k stars 891 forks source link

The function postprocess cost much time #241

Open Pcyslist opened 2 years ago

Pcyslist commented 2 years ago

i try to apply byte to yolov5 , but i find before pass the results of detections to byte , i need to use the postprocess function , it cost much time , i wonder if postprocess is necessary ? is there any way to reduce the cost time?