Skip to content

Hanson0910/RetinaTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RetinaTrack Pytorch

The pytorch implement of the retina track original paper link: https://arxiv.org/abs/2003.13870

我的知乎解答链接: https://zhuanlan.zhihu.com/p/269571970

Network

image

Requirements

  • python3.7
  • pytorch 1.5

Update Log

  • [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

Model

  • 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

Demo

python inference.py

Training

python train.py

TODO

  • build the loss with the network
  • create the dataloader and buile the complete training process
  • private the mult vehicle tracking trained model

Result

image

References

Appreciate the great work from the following repositories:

About

The pytorch implement of the retina track original paper link: https://arxiv.org/abs/2003.13870

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages