https://github.com/phil-bergmann/tracking_wo_bnw
READMEどおりにインストールできないのがMOT分野のお決まりだったりする.下記のように整理すればとりあえずevaluationは動く
pip install -U pip \\
&& pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 -f <https://download.pytorch.org/whl/torch_stable.html> \\
&& pip install -r requirements_reid.txt \\
&& pip install torchreid <https://github.com/KaiyangZhou/deep-person-reid/archive/master.zip> \\
&& pip install -r requirements.txt \\
&& pip install -e .
Cython
gdown==3.12.2
opencv-python==4.0.1.24
protobuf==3.11.2
scipy==1.3.2
tensorboard==2.6.0
easydict==1.9
lap==0.4.0
lapsolver==1.0.2
motmetrics==1.2.0
sacred==0.8.0
MOT17-02-DPM
TrackingとDetectorが密につながっているのが良い感じ.ゆえにTracktor.
ReIDは別で必要.ReIDも含めてひとつの手法として統合できればいいんだけどね.このあたりは同じチームの2022でチャレンジが行われていたりするけど,計算量の爆発が動画解析にはつきまとうので短いクリップを対象としないといけないのでやっぱりReIDが必要..
TrackMPNN: A Message Passing Graph Neural Architecture for Multi-Object Tracking