Salmon-Computer-Vision / salmon-computer-vision

MIT License
8 stars 1 forks source link

Train with MCMOT ByteTrack version #53

Open KamiCreed opened 10 months ago

KamiCreed commented 10 months ago

Multi-class multi-object tracking (MCMOT) combines both MOT and class-based object detection into one model, so essentially doing away with requiring two models to perform both tasks.

ByteTrack version: Github Repository.

KamiCreed commented 7 months ago

This possibly might be superceded by YOLOv8's version of tracking by assigning IDs to decently close bounding boxes instead of recognizing IDs.