From 06e7ea8d8ce2cfb5364e43639fdb9235d5cf5f1f Mon Sep 17 00:00:00 2001 From: zhiqiang Date: Fri, 19 Nov 2021 18:19:20 +0800 Subject: [PATCH] Fixing trained checkpoints --- torchvision/models/detection/fcos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchvision/models/detection/fcos.py b/torchvision/models/detection/fcos.py index 4dd2b9fa7b2..17dbde7e1ba 100644 --- a/torchvision/models/detection/fcos.py +++ b/torchvision/models/detection/fcos.py @@ -610,7 +610,7 @@ def forward( model_urls = { - "fcos_resnet50_fpn_coco": "https://github.com/o295/checkpoints/releases/download/coco/fcos_resnet50_fpn_coco-46080c1a.pth", + "fcos_resnet50_fpn_coco": "https://github.com/o295/checkpoints/releases/download/coco/fcos_resnet50_fpn_coco-7c2e6686.pth", }