Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene123tw committed Apr 16, 2024
1 parent f699193 commit 3d5a4d7
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ def test_mask_pred(self, mocker) -> None:
cfg=test_cfg,
)

mask_head._bbox_mask_post_process(
results[0],
mask_feat,
cfg=test_cfg,
)

def test_predict_by_feat_ov(self) -> None:
with tempfile.TemporaryDirectory() as tmpdirname:
lit_module = RTMDetInst(num_classes=1, variant="tiny")
Expand Down

0 comments on commit 3d5a4d7

Please sign in to comment.