Skip to content

Commit

Permalink
cnn_imagenet_evaluate.m: bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vedaldi committed Jul 21, 2016
1 parent 7f1fafa commit b5a3e7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/imagenet/cnn_imagenet_evaluate.m
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@

if isfield(meta.normalization, 'keepAspect')
keepAspect = meta.normalization.keepAspect ;
else
keepAspect = true ;
end

if numel(meta.normalization.averageImage) == 3
Expand Down

0 comments on commit b5a3e7d

Please sign in to comment.