Nicolai Wojke
Nicolai Wojke
I have mirrored the data to Google drive. Does [this link](https://drive.google.com/drive/folders/1VSTDGI6yo23xnFktjk532agRW43p_VXc?usp=sharing) work for you?
Hi @Akhtar303nu, sorry for my late reply. Which config files are you refering to? Checkpoint files from [here](https://drive.google.com/drive/folders/1m2ebLHB2JThZC8vWGDYEKGsevLssSkjo) are not working for you?
Hi LeeRock, sorry for the late reply. It is fairly straight-forward to make the necessary adaptions to end up with a code base that runs SORT with matching cascade. Most...
Personally, I would do it outside of the actual tracking code in a way similar to how the results are saved [here](https://github.com/nwojke/deep_sort/blob/master/deep_sort_app.py#L194). The question how to crop and save image...
What is ID shifting exactly?
Hi, sorry for the late reply. The question has come up a few times already. Unfortunately, our final implementation doesn't contain any lambda at all (as we set it to...
In addition to what has been said (thanks), I suspect that your paste was corrupt due to a newline in the wrong place. Try putting everything on the same line...
Head over to the [MOT Challenge website](https://motchallenge.net/) and search for the file format specification. I am not sure where it is out of my head right now. It will be...
Deep SORT uses an appearance descriptor that has been trained on a person re-identification dataset. You probably want to change that with something that has been trained on cars/trucks. If...
The ``MAX_LABEL`` is used to set the number of classes [here](https://github.com/nwojke/cosine_metric_learning/blob/eda0daaa5462c61ac44553f2151070fd7e316cc8/train_market1501.py#L62). So ``MAX_LABEL + 1`` specifies the number of units in the classification layer. If you have labels up to...