We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
when i execute the command as in the documentation i get the following error
please clarify which values must be given to execute the inference against a file that is in the same folder.
The text was updated successfully, but these errors were encountered: