ByteTrack_ReID icon indicating copy to clipboard operation
ByteTrack_ReID copied to clipboard

ByteTrack with ReID module following the paradigm of FairMOT, tracking strategy is borrowed from FairMOT/JDE.

Results 4 ByteTrack_ReID issues
Sort by recently updated
recently updated
newest added

Thank you the awesome contributions. Here are some questions about the respository below: 1. Is it resonable to add ReID branch in YOLOx model? the YOLOx has 3 hierachies which...

https://huggingface.co/spaces/ECCV2022/bytetrack ```bash runtime error .prepare_request(req) File "/home/user/.local/lib/python3.8/site-packages/requests/sessions.py", line 484, in prepare_request p.prepare( File "/home/user/.local/lib/python3.8/site-packages/requests/models.py", line 368, in prepare self.prepare_url(url, params) File "/home/user/.local/lib/python3.8/site-packages/requests/models.py", line 439, in prepare_url raise MissingSchema( requests.exceptions.MissingSchema: Invalid...

I have come across a couple of errors while trying to run the [sample colab notebook](https://colab.research.google.com/drive/1bDilg4cmXFa8HCKHbsZ_p16p0vrhLyu0?usp=sharing). the first is an error with the `requirements` installation: ```bash ERROR: Could not find...