You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
omareldeeb
changed the title
IndexError in self.correct branch in DBNDownBeatTrackingProcessor process function.
IndexError in self.correct branch of DBNDownBeatTrackingProcessor process function.
Nov 30, 2021
Expected behaviour
If no valid path could be decoded using the Viterbi algorithm, an empty array should be returned.
Actual behaviour
If
self.correct == True
, an IndexError is thrown in line 301 ofdownbeats.py
, due tobeat_range
being empty.Steps needed to reproduce the behaviour
Information about installed software
Please provide some information about installed software.
madmom.version == '0.16.1'
np.version == '1.19.5'
scipy.version == '1.7.2'
The text was updated successfully, but these errors were encountered: