Skip to content

Commit ff25a26

Browse files
authored
Update test_pytorch_models.py
1 parent 4132245 commit ff25a26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pytorch_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
("superanimal_bird", ["ssdlite"]),
2222
("superanimal_topviewmouse", ["fasterrcnn_resnet50_fpn_v2"]),
2323
("superanimal_quadruped", ["fasterrcnn_resnet50_fpn_v2"]),
24+
("superanimal_humanbody", ["rtmpose_x"]),
2425
]
2526
)
2627
def test_get_super_animal_detectors(data: tuple[str, list[str]]):

0 commit comments

Comments
 (0)