Skip to content

Commit

Permalink
Fix flaky test: TestCustomRTMDetInsSepBNHead.test_mask_pred (#3333)
Browse files Browse the repository at this point in the history
* add fix

* fix
  • Loading branch information
eugene123tw authored Apr 17, 2024
1 parent 6cce900 commit c8eae43
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ def test_mask_pred(self, mocker) -> None:
cfg=test_cfg,
)

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

def test_predict_by_feat_ov(self, tmpdir) -> None:
lit_module = RTMDetInst(num_classes=1, variant="tiny")
exported_model_path = lit_module.export(
Expand Down

0 comments on commit c8eae43

Please sign in to comment.