in-conscious
in-conscious
Here's my code, thanks. ` def Eval_rhythm(audio_path): print("path ", audio_path) # RNNDownBeatProcessor act = downbeats.RNNDownBeatProcessor()(audio_path) # DBNDownBeatTrackingProcessor proc2 = downbeats.DBNDownBeatTrackingProcessor(beats_per_bar=[4, 4], fps=100) result = proc2(act) # print("act = ", act)...
I guess τBt-τB(t-1) for τB0 should be (τB0 - 0)? That's because I failed to find the code of the referred model. It was missing according to the link in...
Would you like to share the evaluation code?