YuwenXiong / py-R-FCN

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

how to using python api to generate your https://github.com/YuwenXiong/py-R-FCN/blob/master/models/pascal_voc/ResNet-50/rfcn_end2end/train_agnostic.prototxt #99

Closed qinyi20060410 closed 6 years ago

qinyi20060410 commented 6 years ago

hello,YuwenXiong would you please share your python scripts of generating your network. I want to reimplement the network based on your work.And i have some problem about how to make prototxt file. Can you give me some help or any advice?

YuwenXiong commented 6 years ago

The prototxt is written by hand based on https://github.com/KaimingHe/deep-residual-networks.