Tim Meinhardt

Results 144 comments of Tim Meinhardt

The `track_attention` is a legacy parameter and was not used during any of the trainings.

What do you mean by "data set is not a pair"? Did the `generate_coco_from_mot.py` scripts finish successfully? This looks like a data path issue.

Attention maps and mask prediction are two separate things. However, only for our model for mask prediction the attention map plotting is implemented. If you want to generate attention maps...

I think you are facing potentially two issues: 1. Generalization to a different data domain (soccer videos). However, I think our model should handle this better than in the video...

Debugging on a custom dataset is beyond the support of this repository. But you should check out the classification scores and thresholds in `track.yaml`.

Please follow the install instructions. For example, your PyTorch version is wrong. This should explain the first error. The second one might also be resolved if not your system is...

Fixing the code for the PyTorch version you are limited to. But this might involve quite a lot of code changes. The support for this goes beyond this repository.

You can not just set the param to false. You must remove the entire `multi_frame` option from the command. To revert all the changes [this](https://github.com/timmeinhardt/trackformer/blob/main/cfgs/train_multi_frame.yaml) is applying.

I can not check all those parameters. Try running ``` python src/train.py with \ mot17_crowdhuman \ deformable \ multi_frame \ tracking \ output_dir=models/mot17_crowdhuman_deformable_multi_frame \ ``` without the `multi_frame` line.

The command seems to be missing the `tracking` and `\`. Please take a step back and see what you want to do. We can not debug your issue via github....