# fcos-pytorch **Repository Path**: vt-developer/fcos-pytorch ## Basic Information - **Project Name**: fcos-pytorch - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-11 - **Last Updated**: 2024-08-11 ## 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!