OC_SORT
OC_SORT copied to clipboard
[CVPR2023] The official repo for OC-SORT: Observation-Centric SORT on video Multi-Object Tracking. OC-SORT is simple, online and robust to occlusion/non-linear motion.
I can successfully run evaluation code for MOT17 and MOT20 and video demo. But I got an error in training for MOT20, using 'python tools/train.py -f exps/example/mot/yolox_x_mix_mot20_ch.py -d 1 -b...
Hi, first of all thank you for this repo. I am doing an project where I am using 7 different object detectors and I would like to use their detectons...
Just want to confirm: **MOT17-half-val** --> **ocsort_mot17_ablation.pth.tar**, same as **bytetrack_ablation.pth.tar** (based on ByteTrack: Train on CrowdHuman and MOT17 half train, evaluate on MOT17 half val) **MOT17-test** --> **ocsort_x_mot17.pth.tar**, same as...
Hi, I added a Predictor class to work with any `yolov5` detector. I saw on the Roadmap that adding customizable Predictor objects is helpful, so I am leaving it here...
Hi, thanks for the interesting points in your paper and the code you provided. Could you help me to find where is the linear interpolation post-processing code described in Table...
First of all, thank you for providing a valuable contribution to the Computer Vision community. It was interesting to read your paper and also thank you for providing your implementation....
Thanks for the amazing work again! After replacing the SORT kalman filter in `ocsort.py` with the JDE kalman filter, I got higher HOTA and faster speed, which may indicates that...