# fcos-pytorch **Repository Path**: juju2yoyo/fcos-pytorch ## Basic Information - **Project Name**: fcos-pytorch - **Description**: Re-implementation of FCOS for personal study - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fcos-pytorch Re-implementation of FCOS: Fully Convolutional One-Stage Object Detection (https://arxiv.org/abs/1904.01355) I have implemented FCOS to study object detection. Most of the code came from: * https://github.com/tianzhi0549/FCOS * https://github.com/yqyao/FCOS_PLUS * https://github.com/vov-net/VoVNet-Classification I think FCOS is very interesting approach to object detection!