Skip to content
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 TOOD: Task-aligned One-stage Object Detection (ICCV 2021 Oral) #6746

Merged
merged 18 commits into from
Dec 24, 2021
Prev Previous commit
Next Next commit
copyright
  • Loading branch information
RangiLyu committed Dec 24, 2021
commit bffbceda6b6d4b4688ae99518d397f08a3a22024
1 change: 1 addition & 0 deletions mmdet/core/bbox/assigners/task_aligned_assigner.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) OpenMMLab. All rights reserved.
import torch

from ..builder import BBOX_ASSIGNERS
Expand Down