Skip to content

PSCLab-ASU/LW-RetinaNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

LW-RetinaNet

This is the source code for paper Light-Weight RetinaNet for Object Detection on Edge Devices (https://arxiv.org/abs/1905.10011). The paper is accepted by IEEE 6th World Forum on Internet of Things (WF-IoT 2020).

The code is written based upon facebookresearch/detectron (https://github.com/facebookresearch/Detectron)

Some key steps to reproduce the results:
(1). Setup the detectron throught its tutorial.
(2). Use the files in LW-RetinaNet to replace the original files.
(3). The config file we provide is based upon training on 4 GPUs. If you have different # of GPUs, you need to adjust the learning schedules. We adopt the "linear scaling rule" as suggested in https://github.com/facebookresearch/Detectron/blob/master/GETTING_STARTED.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages