-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement beatnet #1478
base: master
Are you sure you want to change the base?
Implement beatnet #1478
Conversation
@kobakos beatnetのonnxをいただくことは可能でしょうか? |
Fix parser explanation and typo
# Conflicts: # README.md
madmomで下記のエラーになる。
|
これが原因みたい。 |
@kobakos madmomをlibrosaのstftなどに置き換え可能でしょうか? |
madmom
chatgptでlibrosaにしてもらったもの(動作未確認)
|
エラーのもとになっているfeatures.pyはLOG_SPECTだけじゃなくてDBNDownBeatTrackingProcessorやparticle_filtering_cascadeを使うときにも必要なので、LOG_SPECTの修正だけではDBNと粒子フィルタどちらの推論モードでも依然エラーは出てしまいます。必要なコードだけmadmomからとってきて同じディレクトリに入れることができないかとも思いましたがCythonが使われているのでこれも簡単ではなさそう。 |
#1450