-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible causes for low StrongSORT++ results on MOT17 evaluation #74
Comments
Hi, your downloaded gt files contains all sequence frames. Best wishes. |
@dyhBUPT even so, isnt the results too low? compared to the ones on Test set of MOT17? I mean 40 HOTA vs 63 HOTA suggests me there could be some bug. |
@dyhBUPT I see now that is because detections are only provided for the second half of the videos. |
For those who has similar issue, I solved it by downloading these author provided splits of MOT17 Then put those into each of original MOT17's 7 train sequence's Then, Running below command produices expected results
** Some notes on why split the MOT17 train set into train and val ?** Isn't invalid evaluation? |
Hi, I would like to use StrongSORT for a university project, and my current goal is to replicate the results reported in your paper. I have started with the validation set, as follows:
!python strong_sort.py MOT17 val --BoT --ECC --NSA --EMA --MC --woC --AFLink --GSI --save_dir StrongSORT/results/MOT17-val_results/StrongSORT++
!python scripts/run_mot_challenge.py
--GT_FOLDER StrongSORT/TrackEval/data/gt/mot_challenge/
--BENCHMARK MOT17
--SPLIT_TO_EVAL train
--TRACKERS_TO_EVAL StrongSORT/results/MOT17-val_results/StrongSORT++
--TRACKER_SUB_FOLDER ''
--METRICS HOTA CLEAR Identity VACE
--USE_PARALLEL False
--NUM_PARALLEL_CORES 1
--GT_LOC_FORMAT '{gt_folder}/{seq}/gt/gt.txt'
--OUTPUT_SUMMARY False
--OUTPUT_EMPTY_CLASSES False
--OUTPUT_DETAILED False
--PLOT_CURVES False
--SEQMAP_FILE StrongSORT/TrackEval/data/gt/mot_challenge/seqmaps/MOT17-train.txt"
Although the results are relative to the validation set, they seem much lower than those reported in the paper:
HOTA DetA AssA DetRe DetPr AssRe AssPr LocA OWTA HOTA(0) LocA(0) HOTALocA(0)
41.587 33.999 51.061 35.731 81.15 54.548 84.575 86.627 42.682 48.385 83.596 40.448
MOTA MOTP MODA CLR_Re CLR_Pr MTR PTR MLR sMOTA CLR_TP CLR_FN CLR_FP IDSW MT PT ML Frag
37.753 84.933 37.878 40.955 93.013 20.696 31.136 48.168 31.582 45.991 66.306 3.455 141 113 170 263 183
IDF1 IDR IDP IDTP IDFN IDFP
53.254 38.351 87.099 43.067 69.230 6.379
Dets GT_Dets IDs GT_IDs
49.446 112.297 395 546
I would appreciate any guidance on what might be the cause of this discrepancy.
The text was updated successfully, but these errors were encountered: