Skip to content

PyTorch implementation of FCOS object detector

Notifications You must be signed in to change notification settings

iolkhovsky/fcos

Repository files navigation

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 Alt text Alt text Alt text Alt text

Evaluate

make run Alt text Alt text Alt text Alt text

Test

make tests