Skip to content

Commit

Permalink
Updating the cite info in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rusen committed Sep 27, 2014
1 parent 2860834 commit 10f0f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ elements across all layers. For the output folder:


If you use the code, please cite the following paper:
Umit Rusen Aktas, Mete Ozay, Aleš Leonardis, Jeremy L. Wyatt: A Graph Theoretic Approach for Object Shape Representation in Compositional Hierarchies Using a Hybrid Generative-Descriptive Model. ECCV (3) 2012: 566-581
Umit Rusen Aktas, Mete Ozay, Aleš Leonardis, Jeremy L. Wyatt: A Graph Theoretic Approach for Object Shape Representation in Compositional Hierarchies Using a Hybrid Generative-Descriptive Model. ECCV (3) 2014: 566-581

Sept. 8, 2014 Umit Rusen Aktas
4 changes: 2 additions & 2 deletions parameters/SetParametersCommon.m
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,14 @@
% edgeLabelId (int,4) +
% destinationNode (int,4) +
% isDirected (byte, 1) = 9.
options.subdue.maxTime = 3600; % Max. number of seconds 'self'
options.subdue.maxTime = 1800; % Max. number of seconds 'self'
% type implemented subdue is
% run over data. Typically
% around 100 (secs) for toy data.
% You can set to higher values
% (e.g. 3600 secs) for large
% datasets.
options.subdue.threshold = 0.05; % Theshold for elastic part matching.
options.subdue.threshold = 0.06; % Theshold for elastic part matching.
% Can be in [0,1].
% 0: Strict matching,
% (value -> 1) Matching criterion
Expand Down

0 comments on commit 10f0f35

Please sign in to comment.