https://github.com/kuangliu/pytorch-retinanet
RetinaNet in PyTorch
https://github.com/kuangliu/pytorch-retinanet
Last synced: 8 months ago
JSON representation
RetinaNet in PyTorch
- Host: GitHub
- URL: https://github.com/kuangliu/pytorch-retinanet
- Owner: kuangliu
- Created: 2017-08-18T11:48:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T13:08:29.000Z (over 6 years ago)
- Last Synced: 2025-04-13T00:48:40.581Z (8 months ago)
- Language: Python
- Size: 11.6 MB
- Stars: 998
- Watchers: 35
- Forks: 248
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-pytorch-list-CNVersion - pytorch-retinanet
- Awesome-pytorch-list - pytorch-retinanet
README
# PyTorch-RetinaNet
Train _RetinaNet_ with _Focal Loss_ in PyTorch.
Reference:
[1] [Focal Loss for Dense Object Detection](https://arxiv.org/abs/1708.02002)