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

arg.path misdefined? #3

Open
TheodoreGalanos opened this issue Feb 24, 2021 · 1 comment
Open

arg.path misdefined? #3

TheodoreGalanos opened this issue Feb 24, 2021 · 1 comment

Comments

@TheodoreGalanos
Copy link

It seems you are passing the path argument to args.out_path (line 332 in train.py). Is that the normal procedure?

Should that be commented out, in order to use the path argument in Multiscale dataset? Or is it expected that the dataset folders are inside the output_path?

Thanks!

@avecplezir
Copy link
Collaborator

avecplezir commented Feb 26, 2021

The name of the arguments is misleading indeed. Sorry for that. However, the code should work as it is. Note that in line 332 in train.py 'path = args.out_path' but args.path is used later as an argument in Multiscale dataset.

Ivan

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