Skip to content

Commit 7af35c3

Browse files
committed
Better mobilenetv3 + retinanet model.
1 parent 1a014ef commit 7af35c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/models/detection/retinanet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def forward(self, images, targets=None):
560560
# TODO: replace with pytorch links
561561
model_urls = {
562562
'retinanet_mobilenet_v3_large_fpn_coco':
563-
'https://github.com/datumbox/torchvision-models/raw/main/retinanet_mobilenet_v3_large_fpn-575f7893.pth',
563+
'https://github.com/datumbox/torchvision-models/raw/main/retinanet_mobilenet_v3_large_fpn-d88336d5.pth',
564564
'retinanet_resnet50_fpn_coco':
565565
'https://download.pytorch.org/models/retinanet_resnet50_fpn_coco-eeacb38b.pth',
566566
}

0 commit comments

Comments
 (0)