File tree 2 files changed +4
-4
lines changed
code/nnv/examples/NNV2.0/Submission/CAV2023/Segmentation
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ function example_dilated()
2
2
% Run a segmentation example using a segnet with transposed convolution
3
3
4
4
% Load network
5
- net = load(" models/ m2nist_dilated_72iou_24layer.mat" );
5
+ net = load(" m2nist_dilated_72iou_24layer.mat" );
6
6
net = matlab2nnv(net .net );
7
7
8
8
% Load images
9
- images = load(' data/M2NIST/ m2nist_6484_test_images.mat' );
9
+ images = load(' m2nist_6484_test_images.mat' );
10
10
im_data = images .im_data ;
11
11
12
12
% Create example input set
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ function example_transposed()
2
2
% Run a segmentation example using a segnet with transposed convolution
3
3
4
4
% Load network
5
- net = load(" models/ m2nist_75iou_transposedcnn_avgpool.mat" );
5
+ net = load(" m2nist_75iou_transposedcnn_avgpool.mat" );
6
6
net = matlab2nnv(net .net );
7
7
8
8
% Load images
9
- images = load(' data/M2NIST/ m2nist_6484_test_images.mat' );
9
+ images = load(' m2nist_6484_test_images.mat' );
10
10
im_data = images .im_data ;
11
11
12
12
% Create example input set
You can’t perform that action at this time.
0 commit comments