Skip to content

Commit

Permalink
TODO: Take care about the end of vectors
Browse files Browse the repository at this point in the history
Former-commit-id: 4fc5a9d
Former-commit-id: f5e3cc5
  • Loading branch information
urinieto committed Sep 30, 2015
1 parent ad1eb20 commit e7f7382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msaf/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def compute_gt_results(est_file, ref_file, boundaries_id, labels_id, config,
est_labels.append(np.ones(len(est_times[-1]) - 1) * -1)

# Align the times
utils.align_end_hierarchies(est_times, ref_times)
utils.align_end_hierarchies(est_times, ref_times, thres=3)

# To intervals
est_hier = [utils.times_to_intervals(times) for times in est_times]
Expand Down

0 comments on commit e7f7382

Please sign in to comment.