Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 785 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 785 Bytes

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.