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

Syntax error in main_subgraphs.py #97

Open
flyinged opened this issue Jul 3, 2023 · 1 comment
Open

Syntax error in main_subgraphs.py #97

flyinged opened this issue Jul 3, 2023 · 1 comment

Comments

@flyinged
Copy link

flyinged commented Jul 3, 2023

Running the script produces a syntax error at line 439:

r, default='../test_images', help='Path to folder of images. Default is images')

@Preston-Walker
Copy link

This line is for parsing the images directory command line option. The complete line can be found in the same script on line 407:
ap.add_argument('-d', '--images_dir', type=str, default='../test_images', help='Path to folder of images. Default is images')
I'm not sure if it matters, but the line before that seems to have been lost as well.

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