Skip to content

Commit

Permalink
fix a bug in generating training data for PETS09-S2L1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Xiang authored and Yu Xiang committed Apr 7, 2016
1 parent b70eecc commit 3c93c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate_training_data.m
Expand Up @@ -125,6 +125,7 @@
dres = dres_train{i};
[~, ~, overlap] = calc_overlap(dres_pole, 1, dres, 1:numel(dres.fr));
dres.covered = max([dres.covered, overlap'], [], 2);
dres.occluded(dres.covered > opt.overlap_occ) = 1;
dres_train{i} = dres;
end
end
Expand Down

0 comments on commit 3c93c38

Please sign in to comment.