Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion mmdet/models/roi_heads/bbox_heads/bbox_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ def refine_bboxes(self, sampling_results: Union[List[SamplingResult],
list[:obj:`InstanceData`]: Refined bboxes of each image.

Example:
>>> # xdoctest: +REQUIRES(module:kwarray)
>>> import numpy as np
>>> from mmdet.models.task_modules.samplers.
... sampling_result import random_boxes
Expand Down
1 change: 0 additions & 1 deletion projects/Detic_new/detic/detic_bbox_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def refine_bboxes(self, bbox_results: dict,
list[:obj:`InstanceData`]: Refined bboxes of each image.

Example:
>>> # xdoctest: +REQUIRES(module:kwarray)
>>> import numpy as np
>>> from mmdet.models.task_modules.samplers.
... sampling_result import random_boxes
Expand Down
2 changes: 0 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ imagecorruptions
instaboostfast
interrogate
isort==4.3.21
# Note: used for kwarray.group_items, this may be ported to mmcv in the future.
kwarray
memory_profiler
-e git+https://github.com/open-mmlab/mmtracking@dev-1.x#egg=mmtrack
nltk
Expand Down