You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: