FunmiKesa / JLA

This repository accompanies the paper https://arxiv.org/abs/2108.10543.
MIT License
13 stars 3 forks source link

where is model_30.pth for MOT17 and where is other models? #4

Open iTruffle opened 1 year ago

iTruffle commented 1 year ago

python track_half.py mot --load_model "../exp/mot/$EXP_ID/model_30.pth" --conf_thres 0.4 --val_mot17 --exp_id "$EXP_ID" --arch "$ARCH" --past_length 10 --future_length 2 --forecast --no_kf --use_embedding >> "$EXP_ID.txt" where can I get this model_30.pth for MOT17?

iTruffle commented 1 year ago

I run this code:

sh experiments/mot17_half_ft_ch_jla.sh

and get this error:

FileNotFoundError: [Errno 2] No such file or directory: '../exp/mot/mot17_half_jla_ft_ch/model_30.pth'

iTruffle commented 1 year ago

And where are the models for MOT17 and MOT20 datasets? The models in "jla_models" direction is not for these two datasets. When I run the code with models in "jla_models", it turns errors, like this: image But when I run the code with the models in FairMOT code, this cide can successfully detect images, but I get low results. image

So where can I get the true models?

FunmiKesa commented 1 year ago

Hi, you can download the models here https://drive.google.com/drive/folders/1awA_Y49g2EnEtbdg7m8_ujm0iKWghD8-?usp=share_link

iTruffle commented 1 year ago

image Thank you very much. And the last four models are for MOTchallenge. The first four models for what?