Skip to content

Commit

Permalink
Update demo_parsing128.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Yijunmaverick authored May 1, 2017
1 parent 3f7debd commit d878f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/FaceCompletion_testing/demo_parsing128.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function demo_parsing128(use_gpu)

phase = 'test'; % run with phase test
if ~exist(net_weights, 'file')
error('Please download CaffeNet from Model Zoo before you run this demo');
error('Please download the parsing model before you run this demo');
end

net = caffe.Net(net_model, net_weights, phase);
Expand Down

0 comments on commit d878f87

Please sign in to comment.