修复rtmdet-ins tiny没有开启recompute_bbox导致bbox和mask对不上的bug #10349
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
害,搞了很久,原来是你们的bug,l m s x都沿用的l的配置,唯独rtmdet-ins tiny是没有开启recompute_bbox的!没有开启就不会根据mask重新调整bbox的位置,和bbox对不上还怎么训练。好奇你们当初是怎么用错误的配置训练出来的?
Modification
开启rtmdet-ins tiny的recompute_bbox