tryolabs/luminoth

ignore_scope variable in config file

amitpandey2194 opened this issue · 0 comments

In the base_config.yml, you guys have a variable ignore_scope. It is mentioned in the comment that it can be used for training RPN first and then RPN+RCNN, but in the implementation you guys never used.

  • My question, if I want to use it in the implementation, as initially in the joint training the RPN is quiet unstable. Then how can I use that variable?