Salmon-Computer-Vision / salmon-computer-vision

MIT License
8 stars 1 forks source link

Train with MCMOT ByteTrack version #53

Open KamiCreed opened 1 year ago

KamiCreed commented 1 year 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 1 year ago

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