Skip to content

Commit

Permalink
update comment with some verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
quantombone committed Jan 27, 2012
1 parent 73447f8 commit af0b5bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esvm_apply_and_show_exemplars.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ function esvm_apply_and_show_exemplars(imageset, models, M, params)

params.calibration_propagate_onto_raw = 1;
for i = 1:length(imageset)
%Get local detections
%Get local detections (no M-matrix)
local_detections = esvm_detect_imageset(imageset(i), models, ...
params);
%Pool exemplar detections
%Pool exemplar detections using M-matrix
result_struct = esvm_pool_exemplar_dets(local_detections, models, M, params);

%Show maxk top detections in this image
Expand Down

0 comments on commit af0b5bf

Please sign in to comment.