Sven

Results 14 comments of Sven

This is just a re-implementation, so I am not the author of the paper. I had a chat with the author some time ago and the supplementary material was not...

Hi, thank you for your interest. First, I want to mention that I am not the author of the paper and just re-implemented the approach (for the most part). I...

I changed the link for the pretrained model. Could you it download and try again? Also be aware that the notebook uses the groundtruth detections to obtain these results.

I pushed a fix for the problem with the `inference.py` script. However, I cannot reproduce the problem you are having. I get the same scores as in the notebook. Could...

Sure! So the steps you are doing seem correct to me. Regarding 2a) Training on preprocessed data is the same as training on the actual dataset. However, one transforms the...

Yeah, my bad. I typed the wrong command. Now what is left is to move the individual .txt files into the respective sequence folder, e.g. `MOT16-01.txt` has to be moved...

Hi Sourav, thank you very much for your interest and your question! GOFP ("Garden of Forking Paths") and FPD ("Forking Paths Dataset") actually refer to the same dataset. Very sorry...

It is a pretrained FasterRCNN from torchvision.models. I will add a download link to the README.

For evaluation the FasterRCNN detections are used.

Hi, since there is nothing generated, my suspicion is that the loading of the file fails in some way. Make sure that here: https://github.com/selflein/GraphNN-Multi-Object-Tracking/blob/7207e749af02ec8b53d6b1ef75fa16cb0a5b8208/src/data_utils/preprocessing.py#L55 `mot_sequences` is not empty. Otherwise I...