An open API service indexing awesome lists of open source software.

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.

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).