eyenet icon indicating copy to clipboard operation
eyenet copied to clipboard

Files missing 'X_train_256_v2.npy'

Open tomasekisde opened this issue 4 years ago • 3 comments

Hi Greg, i'm trying eyenet-2020, but when i run cnn.py, i'm getting this error:

No such file or directory: X_train_256_v2.npy. Where can i found or generate it?. First I downloaded the data, then preprocess the images, now i'm trying to run cnn.py, am I in the correct order?. Thanks.

tomasekisde avatar May 25 '20 05:05 tomasekisde

did u get the file?

dheerajdk60 avatar Oct 31 '20 16:10 dheerajdk60

Hey @tomasekisde, you would not be able to get the npy file as it is a NumPy array of preprocessed data which you have to make by following preprocessing steps mentioned in the Github Repo.

However, to get better insights into the Project, you can have a look to the Detecting-diabetic-retinopathy Github Repo.

Tirth27 avatar Mar 11 '21 09:03 Tirth27

sir,I'am trying to run eyenet-2018,here is my running series:

resize_images.py → preprocess_images.py → rotate_images.py→ reconcile_labels.py → image_to_array.py

when i finished running image_to_array.py, it build a file--X_train.npy,

but when I turn to try cnn.py, I found that it needs X_train_256_v2.npy insted of X_train.npy,

but I can't find any .py file to build this file. How can I build this file?

YUN-XIAO-MO avatar Jan 18 '22 09:01 YUN-XIAO-MO