This repository replicates FCOS (Fully-Convolutional One-Stage Object Detector), a one-stage anchor-free object detection model. The implementation follows the structure outlined in the FCOS paper: FCOS: Fully Convolutional One-Stage Object Detection.
This project is adapted from Stanford's CS231n: Convolutional Neural Networks for Visual Recognition coursework