gregwchase / eyenet

Identifying diabetic retinopathy using convolutional neural networks
https://www.youtube.com/watch?v=pMGLFlgqxuY
MIT License
195 stars 76 forks source link

Files missing 'X_train_256_v2.npy' #14

Open tomasekisde opened 4 years ago

tomasekisde commented 4 years ago

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.

dheerajdk60 commented 3 years ago

did u get the file?

Tirth27 commented 3 years ago

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.

YUN-XIAO-MO commented 2 years ago

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?