Implementation of the Retinanet model as described in the original paper: Focal Loss for Dense Object Detection
Pipepline can be found in main.py, core architecture can be found in retinanet.py and the implemantation of the focal loss can be found at losses.py.