FCOS object detector This project implements object detection algorithm described in https://arxiv.org/pdf/1904.01355.pdf using PyTorch. Source paper added to docs folder. Install make install Train make train Evaluate make run Test make tests