Skip to content
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

error in documentation #124

Open
luto65 opened this issue Jun 25, 2024 · 1 comment
Open

error in documentation #124

luto65 opened this issue Jun 25, 2024 · 1 comment

Comments

@luto65
Copy link

luto65 commented Jun 25, 2024

when i execute the command as in the documentation i get the following error

python -m AugmentedNet.inference AugmentedNet.hdf5 myfile.musicxml 
usage: inference.py [-h] [--modelPath MODELPATH] [--dir] [--useGpu] inputPath
inference.py: error: unrecognized arguments: myfile.musicxml 

please clarify which values must be given to execute the inference against a file that is in the same folder.

@napulen
Copy link
Owner

napulen commented Jun 26, 2024

Hi @luto65

Can you try this instead?

python -m AugmentedNet.inference --modelPath AugmentedNet.hdf5 myfile.musicxml

If that works, I'll update the instructions in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants