First off, thanks a lot for the great work and code release. For Lack of a better place to ask, these are more of implementation questions than actual issues. My apologies!
The NIPS paper states (Pg.4) that R-FCN is finetuned with LR=1e-3 for 20k minibatches and then LR=1e-4 for 10k on VOC. So that's a 20k30k schedule. However, this doesn't seem to match the prototxts included here, which are 80k110k.
I wonder if you would have LR schedule recommendations for other training sets, eg. just VOC'07. I'm guessing the 30k40k schedule from fast(er)-rcnn can still be successful here, but I haven't tried. If you could comment on that, this information can be helpful for many people :)
First off, thanks a lot for the great work and code release. For Lack of a better place to ask, these are more of implementation questions than actual issues. My apologies!
Thanks in advance!