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
Finished doing: [1] "git clone" of the BirdNET-Analyzer package, and [2] sudo docker build -t birdnet.
All successful. However, using the first example on website to run container, I'm getting the following error:
sudo docker run -v $PWD/example:/audio birdnet --i audio --o audio --slist audio Password: unknown option --i usage: python3 [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information.
The text was updated successfully, but these errors were encountered:
There was a small mistake in the documentation, which is fixed now (see #51). Try this:
docker run -v $PWD/example:/audio birdnet analyzer.py --i audio --o audio --slist audio
Sorry, something went wrong.
No branches or pull requests
Finished doing:
[1] "git clone" of the BirdNET-Analyzer package, and
[2] sudo docker build -t birdnet.
All successful. However, using the first example on website to run container, I'm getting the following error:
sudo docker run -v $PWD/example:/audio birdnet --i audio --o audio --slist audio
Password:
unknown option --i
usage: python3 [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.
The text was updated successfully, but these errors were encountered: