Skip to content

chl916185/FPN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FPN


train cmd:

nohup ./experiments/scripts/FPN_end2end.sh 1 FPN pascal_voc0712 --set RNG_SEED 42 TRAIN.SCALES "[800]" > FPN.log 2>&1 &

tail -f FPN.log


TODO:

  1. share weights on RPN heads
  2. acceleration by changing fake fpn_roi_pooling to real tf op

About

Feature Pyramid Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 88.1%
  • C++ 9.3%
  • Cuda 1.8%
  • Other 0.8%