tryolabs / luminoth

Deep Learning toolkit for Computer Vision.

Home Page:https://tryolabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ignore_scope variable in config file

amitpandey2194 opened this issue · 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?