-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d6aa1c
commit f0e2443
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|