Skip to content

Commit 3591174

Browse files
committed
change fcn8s-heavy-pascal tests from caffe to onnx
1 parent 02de719 commit 3591174

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

testdata/dnn/download_models.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,11 @@ def is_archive(self):
257257
url='http://dl.caffe.berkeleyvision.org/fcn8s-heavy-pascal.caffemodel',
258258
sha='c449ea74dd7d83751d1357d6a8c323fcf4038962',
259259
filename='fcn8s-heavy-pascal.caffemodel'),
260+
Model(
261+
name='Fcn',
262+
url='https://github.com/onnx/models/raw/491ce05590abb7551d7fae43c067c060eeb575a6/validated/vision/object_detection_segmentation/fcn/model/fcn-resnet50-12.onnx',
263+
sha='1bb0c7e0034038969aecc6251166f1612a139230',
264+
filename='onnx/models/fcn-resnet50-12.onnx'),
260265
Model(
261266
name='Ssd_vgg16',
262267
url='https://www.dropbox.com/s/8apyk3uzk2vl522/VGG_ILSVRC2016_SSD_300x300_iter_440000.caffemodel?dl=1',

testdata/dnn/segmentation_exp.png

-74 Bytes
Loading

0 commit comments

Comments
 (0)