The pytorch implement of the retina track original paper link: https://arxiv.org/abs/2003.13870
我的知乎解答链接: https://zhuanlan.zhihu.com/p/269571970
- python3.7
- pytorch 1.5
- [2020-10-23] Build the RetinaTrack Network
- [2020-10-25] fix some bug in network
- [2020-10-25] Build the loss train and inference process ,to verify the validity of the network
- by overfitting a labeled image
- Baidu cloud disk (code: j8yg)
- Google Driver
- It should be noted that the above model is only used to verify the effectiveness of the network,It is generated by over fitting an image, so it only works on that image
python inference.py
python train.py
- build the loss with the network
- create the dataloader and buile the complete training process
- private the mult vehicle tracking trained model
Appreciate the great work from the following repositories: