-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
[Feature] Support CopyPaste when mask is not available #10509
Conversation
Hi, after adapted your code, I got an error when running mmrotate 1.x File "/home/jovyan/work/mmdetection-3.0.0/mmdet/datasets/transforms/loading.py", line 396, in transform
self._load_bboxes(results)
File "/home/jovyan/work/mmdetection-3.0.0/mmdet/datasets/transforms/loading.py", line 278, in _load_bboxes
results['gt_bboxes'] = box_type_cls(gt_bboxes, dtype=torch.float32)
TypeError: Can't instantiate abstract class QuadriBoxes with abstract methods create_masks |
Hi, @jamiechoi1995. Because this |
Got it, thanks |
@nijkah Please fix the CI |
Hi, @hhaAndroid . I think the CI failed temporarily. I cannot see the error in the log. |
Hi @hhaAndroid. I almost finished this PR. One thing left to consider.
|
throws warning is ok and use |
Motivation
closes #9686
There is a same feature in 2.x #8905
Some examples
Modification
Add new method to
BaseBox
BC-breaking (Optional)
Does the modification introduce changes that break the backward-compatibility of the downstream repos?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)