File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -587,7 +587,10 @@ def is_archive(self):
587
587
]),
588
588
Model (
589
589
name = 'ResNet-18v1 (ONNX)' ,
590
- url = 'https://github.com/onnx/models/raw/69c5d3751dda5349fd3fc53f525395d180420c07/vision/classification/resnet/model/resnet18-v1-7.tar.gz' ,
590
+ url = [
591
+ 'https://github.com/onnx/models/raw/69c5d3751dda5349fd3fc53f525395d180420c07/vision/classification/resnet/model/resnet18-v1-7.tar.gz' ,
592
+ 'https://dl.opencv.org/models/resnet18v1.tar.gz'
593
+ ],
591
594
sha = 'd132be4857d024de9caa21fd5300dee7c063bc35' ,
592
595
filename = 'resnet18v1.tar.gz' ,
593
596
sub = [
@@ -606,7 +609,10 @@ def is_archive(self):
606
609
]),
607
610
Model (
608
611
name = 'ResNet-50v1 (ONNX)' ,
609
- url = 'https://github.com/onnx/models/raw/69c5d3751dda5349fd3fc53f525395d180420c07/vision/classification/resnet/model/resnet50-v1-7.tar.gz' ,
612
+ url = [
613
+ 'https://github.com/onnx/models/raw/69c5d3751dda5349fd3fc53f525395d180420c07/vision/classification/resnet/model/resnet50-v1-7.tar.gz' ,
614
+ 'https://dl.opencv.org/models/resnet50v1.tar.gz'
615
+ ],
610
616
sha = 'a4ac2da7e0024d61fdb80481496ba966b48b9fea' ,
611
617
filename = 'resnet50v1.tar.gz' ,
612
618
sub = [
You can’t perform that action at this time.
0 commit comments