-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 'bbox_head' to align with new config files #653
base: dev-1.x
Are you sure you want to change the base?
Conversation
Co-authored-by: Wenwei Zhang <[email protected]>
Co-authored-by: Wenwei Zhang <[email protected]>
* Update __init__.py * update mmcv * Update __init__.py
Co-authored-by: Wenwei Zhang <[email protected]>
* Update build.yml * update * Create config.yml * fix circleCI * fix lint * fix sphinx_markdown_tables * update * Update test.yml
Co-authored-by: zytx121 <[email protected]>
* 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.