ifzhang / ByteTrack

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

Use YOLOFPN instead of YOLOPAFPN #225

Open parthmalpathak opened 2 years ago

parthmalpathak commented 2 years ago

I am trying to use YOLOFPN instead of YOLOPAFPN for backbone. But I am running into some issues. Is it possible to solely use YOLOFPN as backbone for YOLOX?