FCOS.Pytorch Save

fcos implementation in pytorch1.x

Project README

FCOS: Fully Convolutional One-Stage Object Detection

implemented by pytorch1.0

Updates

  • ctr. on reg
  • giou loss
  • ctr. sampling

TODO

  • normalizing the regression targets

Requirements

  • opencv-python
  • pytorch >= 1.2
  • torchvision >= 0.4.

Anchor Points

Let's say the white boxes are the gt boxes, the points of different colors represent the sampling points of different feature layers while applying ctr-sampling.

Results

Train on 2 1080Ti, 3 imgs for each gpu, init lr=1e-5 cosine decays to 1e-6, but performance is not good on VOC07test. Maybe should remove centerness head while applying central sampling.
test1
test2
test3

Pretrained weights

Due to computational resource constraints, I was unable to fully train the model on the COCO dataset. I have converted the official pre-training model weights FCOS_R_50_FPN_1x into my own.
The converted weights is avaliable Baidu driver link, password: rpni
The official implementation of preprocessing(pixel is not normalized to 0-1 and input img follows BGR fomat ) is a little different from mine.

Other

some excellent work based on this repo:
FCOS-Pytorch-37.2AP
FCOS_DET_MASK

Open Source Agenda is not affiliated with "FCOS.Pytorch" Project. README Source: VectXmy/FCOS.Pytorch
Stars
99
Open Issues
17
Last Commit
3 years ago

Open Source Agenda Badge

Open Source Agenda Rating