Skip to content

Commit

Permalink
added frame_shift to saved models
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krebs committed Nov 11, 2015
1 parent aabd213 commit e11a0b4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
Binary file modified apps/mirex_2013/mirex_2013_hmm.mat
Binary file not shown.
Binary file modified examples/models/hmm_boeck.mat
Binary file not shown.
Binary file modified examples/models/pf_boeck.mat
Binary file not shown.
3 changes: 1 addition & 2 deletions src/BeatTrackingStateSpaceHMM2006.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
use_silence_state, store_proximity);
obj.min_tempo_ss = floor(obj.convert_tempo_from_bpm(min_tempo_bpm));
obj.max_tempo_ss = ceil(obj.convert_tempo_from_bpm(max_tempo_bpm));
obj.max_n_tempo_states = max(ones(obj.n_patterns, 1) * ...
State_space_params.n_tempi, obj.max_tempo_ss);
obj.max_n_tempo_states = max(obj.max_tempo_ss);
obj.compute_state_mappings();
obj.n_position_states = State_space_params.max_positions;
end
Expand Down

0 comments on commit e11a0b4

Please sign in to comment.