Skip to content
Snippets Groups Projects
Commit 8d38fd8c authored by Cao Yuhang's avatar Cao Yuhang Committed by Kai Chen
Browse files

Reimplement "FCOS: Fully Convolutional One-Stage Object Detection" (#586)

* add fcos

* use P5 instead of C5

* add relu before extra convs in FPN

* add singleclass_nms, use caffe2 lr

* fix log interval

* use caffe2init and relu in extra layers

* fix scale layer, use p5 instead of c5

* fix focs target

* refactor code

* delete useless file

* clean

* refactor code

* change num_classes to cls_out_channels

* fix bug of in get_bboxes

* fix bug in test

* add r101 2x cfg

* ms use value mode, add x101-64x4d cfg

* add more comment and rename some variable

* rename centers to points, modify doc string of distance2bbox

* add fcos detector, replace frozen with requires_grad

* add README.md

* add r101-1x performance, rename cfg, add detector FCOS

* update fcos r50 2x performance, remove fpn caffe2 initialize

* fix flake8 error

* rename cfg

* fix grammar error of some comments

* minor fix comment

* change work_dir to be consistent with config name

* add FCOS support in README
parent 981ee2f8
No related branches found
No related tags found
No related merge requests found
Showing
with 882 additions and 26 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment