Skip to content

Commit 6c53bfc

Browse files
committed
Update tests.
1 parent 0419dbc commit 6c53bfc

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
Binary file not shown.

test/test_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def get_available_video_models():
4040
"maskrcnn_resnet50_fpn": lambda x: x[1],
4141
"keypointrcnn_resnet50_fpn": lambda x: x[1],
4242
"retinanet_resnet50_fpn": lambda x: x[1],
43+
"retinanet_mobilenet_v3_large_fpn": lambda x: x[1],
4344
}
4445

4546

0 commit comments

Comments
 (0)