Update 'bbox_head' to align with new config files#653
Update 'bbox_head' to align with new config files#653jistiak wants to merge 11 commits intoopen-mmlab:dev-1.xfrom
Conversation
Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
* Update __init__.py * update mmcv * Update __init__.py
Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
* Update build.yml * update * Create config.yml * fix circleCI * fix lint * fix sphinx_markdown_tables * update * Update test.yml
Co-authored-by: zytx121 <592267829@qq.com>
* update * Update faq.md
In the new version of the config files, the 'bbox_head' dict is inside 'roi_head'. If one follows the old documentation, it results in this following issue - open-mmlab#607 This way 'bbox_head' is not repeated and the error is solved.
|
Hi @jistiak, Then you can git pull and rebase the dev branch by After rebase, you might need to add |
|
|
In the new version of the config files, the 'bbox_head' dict is inside 'roi_head'. If one follows the old documentation, it results in this following issue -
#607
This way 'bbox_head' is not repeated and the error is solved.