YuwenXiong / py-R-FCN

R-FCN with joint training and python support
MIT License
1.05k stars 471 forks source link

Problem: Training using 5 stage mode #88

Open xxxxxxxx-dl opened 7 years ago

xxxxxxxx-dl commented 7 years ago

In the source code of tools/rfcn_alt_opt_5stage_ohem.py, stage 2 rfcn training uses initial net weight from initial imagenet model. Why didn't it use net weight trained from stage 2 rpn but init from imagenet model?