Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/unsky/FPN-caffe
Browse files Browse the repository at this point in the history
  • Loading branch information
unsky committed Jan 3, 2018
2 parents f0c6c85 + 95296b7 commit 691ce28
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ Feature Pyramid Network on caffe

This is the unoffical version Feature Pyramid Network for Feature Pyramid Networks for Object Detection https://arxiv.org/abs/1612.03144


the mxnet unoffical version Feature Pyramid Network: https://github.com/unsky/Feature-Pyramid-Networks
# results
`FPN(resnet50) result is implemented without OHEM and train with pascal voc 2007 + 2012 test on 2007`

Expand Down Expand Up @@ -48,6 +46,11 @@ make
./experiments/scripts/FP_Net_end2end.sh 1 FPN pascal_voc
./test.sh 1 FPN pascal_voc
```

### TODO List
- [x] all tests passed
- [x] evaluate object detection performance on voc

### feature pyramid networks for object detection

Lin, T. Y., Dollár, P., Girshick, R., He, K., Hariharan, B., & Belongie, S. (2016). Feature pyramid networks for object detection. arXiv preprint arXiv:1612.03144.

0 comments on commit 691ce28

Please sign in to comment.