Skip to content

Commit 1458fff

Browse files
authored
Merge pull request #1171 from WanliZhong:fcn2onnx
Change fcn8s-heavy-pascal tests from caffe to onnx
2 parents f0609ac + 3650853 commit 1458fff

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
@@ -262,6 +262,11 @@ def is_archive(self):
262262
url='http://dl.caffe.berkeleyvision.org/fcn8s-heavy-pascal.caffemodel',
263263
sha='c449ea74dd7d83751d1357d6a8c323fcf4038962',
264264
filename='fcn8s-heavy-pascal.caffemodel'),
265+
Model(
266+
name='Fcn',
267+
url='https://github.com/onnx/models/raw/491ce05590abb7551d7fae43c067c060eeb575a6/validated/vision/object_detection_segmentation/fcn/model/fcn-resnet50-12.onnx',
268+
sha='1bb0c7e0034038969aecc6251166f1612a139230',
269+
filename='onnx/models/fcn-resnet50-12.onnx'),
265270
Model(
266271
name='Ssd_vgg16',
267272
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)