Mike

Results 258 comments of Mike
trafficstars

Yolov8, v9 and v10 now available @microchila 🚀

Good catch! Let's fix this and get it merged

These models are not part of this repo but they could easily be added 😄. I don't have a timeline for this though

1. Add the architecture to https://github.com/mikel-brostrom/boxmot/tree/master/boxmot/appearance/backbones 2. Add the URL to the weights here https://github.com/mikel-brostrom/boxmot/blob/4021f694892de03bf9152c060d79cc5d91d0a7fa/boxmot/appearance/reid_model_factory.py#L48C1-L51C100 with the following format `-.pt` I would be more than happy to review this 😄

You can pass any embeddings to the trackers @yaoshanliang 😄

I would be more than glad to review this if somebody created a PR for it. I sadly don't have time right now to implement this.

https://github.com/mikel-brostrom/boxmot/issues/1581#issuecomment-2298617133

Which model are you using for the ReID part? Are you running on CPU? Have you tried the mobilenet ones? https://github.com/mikel-brostrom/boxmot/blob/7d79be7a2f4f6dd0821df915716620045b1b0eb6/boxmot/appearance/reid_model_factory.py#L65-L70 MobileNet is specifically designed for edge devices, such as...