Skip to content

Commit

Permalink
Update test_forward.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chhluo committed May 27, 2022
1 parent 7ce5c08 commit 487a8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ def test_maskformer_forward():

@pytest.mark.parametrize('cfg_file', [
'mask2former/mask2former_r50_lsj_8x2_50e_coco.py',
'mask2former/mask2former_r50_lsj_8x2_50e_coco_ins.py'
'mask2former/mask2former_r50_lsj_8x2_50e_coco-panoptic.py'
])
def test_mask2former_forward(cfg_file):
# Test Panoptic Segmentation and Instance Segmentation
Expand Down

0 comments on commit 487a8ac

Please sign in to comment.