Skip to content

Commit

Permalink
- Default parameters restored
Browse files Browse the repository at this point in the history
  • Loading branch information
jponttuset committed Dec 11, 2014
1 parent 0d6aa1c commit f0e2443
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions full/src/params/get_params.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
% ------------------------------------------------------------------------
% Copyright (C)
% Universitat Politecnica de Catalunya BarcelonaTech (UPC) - Spain
% University of California Berkeley (UCB) - USA
%
% Jordi Pont-Tuset <[email protected]>
% Pablo Arbelaez <[email protected]>
% June 2014
% ------------------------------------------------------------------------
% This file is part of the MCG package presented in:
% Arbelaez P, Pont-Tuset J, Barron J, Marques F, Malik J,
% "Multiscale Combinatorial Grouping,"
% Computer Vision and Pattern Recognition (CVPR) 2014.
% Please consider citing the paper if you use this code.
% ------------------------------------------------------------------------
function params = get_params()
params = sf_mUCM_multi_3sc_u_4r_12k_params;
end

0 comments on commit f0e2443

Please sign in to comment.