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

demo.py: error: unrecognized arguments: --image Data/examples/plane.png #122

Open
shayansep opened this issue Aug 15, 2024 · 0 comments
Open

Comments

@shayansep
Copy link

shayansep commented Aug 15, 2024

hello

i receive an error when i want to run the demo.py :
usage: demo.py [-h] [--layer_id LAYER_ID]
demo.py: error: unrecognized arguments: --image Data/examples/plane.png

i even changed the tenserflow import to this :

import argparse

parser = argparse.ArgumentParser()
parser.add_argument('--layer_id', type=int, default=0, help='Unique ID for the layer')

args = parser.parse_args()

but i still receive it
what should i do ?
please guide me,
thank you for your attention

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

1 participant