Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuangliu/pytorch-retinanet
RetinaNet in PyTorch
https://github.com/kuangliu/pytorch-retinanet
Last synced: 3 days ago
JSON representation
RetinaNet in PyTorch
- Host: GitHub
- URL: https://github.com/kuangliu/pytorch-retinanet
- Owner: kuangliu
- Created: 2017-08-18T11:48:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T13:08:29.000Z (over 5 years ago)
- Last Synced: 2024-08-08T23:23:44.117Z (3 months ago)
- Language: Python
- Size: 11.6 MB
- Stars: 992
- Watchers: 35
- Forks: 250
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyTorch-RetinaNet
Train _RetinaNet_ with _Focal Loss_ in PyTorch.Reference:
[1] [Focal Loss for Dense Object Detection](https://arxiv.org/abs/1708.02002)