Yujia-Yan / Skipping-The-Frame-Level

A simple yet effective Audio-to-Midi Automatic Piano Transcription system
MIT License
74 stars 8 forks source link

I have some problem when I use Skipping-The-Frame-Level #5

Open mashengtailang opened 1 year ago

mashengtailang commented 1 year ago

I get the following error on MacOS12.2.1 when installing transkun package: mashengtailang@mashengtailangdeMacBook-Pro ~ % transkun input.mp3 output.mid zsh: command not found: transkun

Yujia-Yan commented 1 year ago

Hi @mashengtailang Can you provide more details on 1. how did you install the package? Was it successful? 2. Is the binary path included in your path? For example, if you are using homebrew version of pip, then it will be installed under /opt/homebrew/bin/ by default.

mashengtailang commented 1 year ago

Good morning!! Happy to see your repeated!! I'm a Musician but not a Program developer,And have a lot of things I don‘t understand. But I will try my best to answer you.

  1. Yes I have installed the package and successed.
  2. I guess binary path is not included in my path. I just use MacOS's terminal to install/use these package.
Yujia-Yan commented 1 year ago

It looks like the default path does not include the bin on Mac: Take a look at https://stackoverflow.com/a/62151306

xb-li commented 5 months ago

Hi @mashengtailang May I ask you a question? When I was running the train file, I didn't know how to set runSeed, as shown in the following code: def train(workerId, nWorker, filename, runSeed, args): if num_processes == 1: train(0, 1, saved_filename) Thank you.