https://github.com/becauseofai/refinanet
This is an official enhanced PyTorch implementation of FSD based on the idea of LFFD.
https://github.com/becauseofai/refinanet
Last synced: over 1 year ago
JSON representation
This is an official enhanced PyTorch implementation of FSD based on the idea of LFFD.
- Host: GitHub
- URL: https://github.com/becauseofai/refinanet
- Owner: becauseofAI
- License: apache-2.0
- Created: 2019-09-01T03:38:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T18:46:06.000Z (over 6 years ago)
- Last Synced: 2025-01-09T06:46:29.491Z (over 1 year ago)
- Size: 4.05 MB
- Stars: 11
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
**RefinaNet**
####
**REceptive FIeld is Natural Anchor: Practical Networks for Fast Single Class Object Detection**
## Timeline
* `2019.10.14` The PyTorch preview version is released in the [lffd branch](https://github.com/becauseofAI/refinanet/tree/lffd).
* `2019.10.16` Now the [lffd branch](https://github.com/becauseofAI/refinanet/tree/lffd) has been migrated to the repository of [lffd-pytorch](https://github.com/becauseofAI/lffd-pytorch).
## Introduction
This is an official enhanced PyTorch implementation of FSD based on the idea of LFFD. **RefinaNet** means REceptive FIeld is Natural Anchor. **FSD** means Fast Single Class Object Detection. **LFFD** means [A Light and Fast Face Detector for Edge Devices](https://github.com/YonghaoHe/A-Light-and-Fast-Face-Detector-for-Edge-Devices).