Skip to content

Commit 4a0c7a4

Browse files
committed
Update tests.
1 parent 0419dbc commit 4a0c7a4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
Binary file not shown.

test/test_models.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ def get_available_video_models():
3636
script_model_unwrapper = {
3737
'googlenet': lambda x: x.logits,
3838
'inception_v3': lambda x: x.logits,
39-
"fasterrcnn_resnet50_fpn": lambda x: x[1],
40-
"maskrcnn_resnet50_fpn": lambda x: x[1],
41-
"keypointrcnn_resnet50_fpn": lambda x: x[1],
42-
"retinanet_resnet50_fpn": lambda x: x[1],
4339
}
4440

4541

0 commit comments

Comments
 (0)