Open tanjary21 opened 1 year ago
Hi, The following link contains weights file corresponding to given config files.
Hi,
Thank you for the prompt response.
That checkpoint appears to be for the bdd100k-trained model. I'm actually looking for the MOT17-trained checkpoint. Do you think you can send me the link to that(with trained weights for the embedding head)?
Hi, I actually don't know about MOT17 weights. Also in the repo we have weights only for BDD and Tao dataset. One way could be to train on MOT17 with given MOT17 config file.
Honestly I am still struggling to make all commands (train, test, inference, evaluate etc.) running properly.
Hi,
I understand.
I've been using the older version of QDTrack from 2021. I've trained it myself but I'm really interested in the new checkpoints because it's pretrained on crowdhuman, which I've done myself as well but I can't seem to reproduce results.
In any case, yea, working with this repo is proving difficult if you want to do customized stuff, due to the extreme abstraction of MMCV.
Anyways, I'd appreciate any kind of help. No rush. I'm just interested in the MOT17 checkpoint that you use to get the new results.
On Thu, May 18, 2023 at 1:26 PM Raspberry-beans @.***> wrote:
Hi, I actually don't know about MOT17 weights. Also in the repo we have weights only for BDD and Tao dataset. One way could be to train on MOT17 with given MOT17 config file.
Honestly I am still struggling to make all commands (train, test, inference, evaluate etc.) running properly.
— Reply to this email directly, view it on GitHub https://github.com/SysCV/qdtrack/issues/138#issuecomment-1552851502, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS4IMFWZIYLD7XLUYO2DKB3XGX2N5ANCNFSM6AAAAAAYE2NAZM . You are receiving this because you authored the thread.Message ID: @.***>
Yeah mmcv extraction is a headache.
I have to focus on BDD dataset. Till now only my inference is successfully using qdtrack-frcnn_r50_fpn_12e_bdd100k.py
config file and checkpoint from the provided link. I did not train it myself on BDD, just used the trained weights.
But now facing issues to reproduce the evaluation metrics result on BDD like mMOTA etc.
Yeah mmcv extraction is a headache.
I have to focus on BDD dataset. Till now only my inference is successfully using
qdtrack-frcnn_r50_fpn_12e_bdd100k.py
config file and checkpoint from the provided link. I did not train it myself on BDD, just used the trained weights.But now facing issues to reproduce the evaluation metrics result on BDD like mMOTA etc.
I am facing the same issue now. The testing pipeline seems to work fine but the results do not match the ones in the paper. Did you manage to find a solution? @Raspberry-beans
Hi there.
Thank you for sharing such a powerful Detector-Tracker.
I noticed that the checkpoint you provide does not have pretrained weights for the embeddings head:
I printed out the keys of the state dict of the checkpoint you provide(first list) and the newly initialized model(second list). Notice how the embedding head is absent on the second list:
First List (keys of state_dict from provided ckpt):
Second List (keys of state_dict from newly initialized model ):