Skip to content

Not receiving same values as in post_processing.ipynb  #2

Description

@Christon-Ragavan

Hi,
Thank you for sharing the bar pointer model for beat tracker.

I was using your beat tracker post_processing.ipynb and I had a small problem decoding the path and unable to understand where the problem might be.
I see there are two implementations of Viterbi algorithm one in python and onother in Cpython.

When I tried on my data (beat activation from neural network) on Viterbi implemted in the python I do not get the path corrent. I get an array of zeros where as Cpython implementation works fine. The same happens when I tried to re run with the same example mentioned observations = np.sin(np.linspace(-0.2, 10, 51)).clip(0.0, 1.0)

Do you know why this is happening?
Thank you,
Christon

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions