SkillAgentSearch skills...

FPN

Feature Pyramid Network

Install / Use

/learn @xmyqsh/FPN
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FPN


end2end testing: mAP(0.7832) without bells and whistles, without OHEM

CUDA_VISIBLE_DEVICES=0 python ./faster_rcnn/test_net.py --gpu 0 --weights output/FPN_end2end/voc_0712_trainval/FPN_iter_370000.ckpt --imdb voc_0712_test --cfg ./experiments/cfgs/FPN_end2end.yml --network FPN_test

alt_opt training:

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

end2end training:

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. imporve end2end training result
  2. check roi_pooling used interpolation or not
  3. fix bugs in alt_opt training
View on GitHub
GitHub Stars154
CategoryDevelopment
Updated2mo ago
Forks55

Languages

Python

Security Score

80/100

Audited on Jan 19, 2026

No findings