timmeinhardt / trackformer

Implementation of "TrackFormer: Multi-Object Tracking with Transformers”. [Conference on Computer Vision and Pattern Recognition (CVPR), 2022]
https://arxiv.org/abs/2101.02702
Apache License 2.0
487 stars 113 forks source link

Replaced imported functions. #98

Closed aryan-f closed 1 year ago

aryan-f commented 1 year ago

Replacing these imported functions with their implementation makes the repository compatible with the current version of PyTorch. This has been tested on torch==1.12.1 and torchvision==0.13.1.