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

running error #4

Open
manjunathhegden opened this issue Jul 26, 2020 · 1 comment
Open

running error #4

manjunathhegden opened this issue Jul 26, 2020 · 1 comment

Comments

@manjunathhegden
Copy link

I have downloaded Slic and tried to run ..but getting error.
python data.py --dataset "/home/manjunath/Downloads/Slic/example_data/" --percent_split 10 --save_dir "/home/manjunath/"
getting below error :

Traceback (most recent call last):
File "data.py", line 63, in
train_test_data(dataset=args.dataset,percentage_split=args.percent_split,save_dir=args.save_dir)
File "data.py", line 28, in train_test_data
data_list = sorted([direc+"/"+x for x in os.listdir(direc) if not x.startswith(".")])
NotADirectoryError: [Errno 20] Not a directory: '/home/manjunath/Downloads/Slic/example_data/FG20111008_111533.0.fits.gz'

@Guemann-ui
Copy link

@manjunathhegden create a new folder inside "exemple_data" folder and then move on all the files from "exemple_data" folder to "exemple_data/data" folder

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