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

The order in which files are run #2

Open
fangzhixiang opened this issue Jul 27, 2023 · 2 comments
Open

The order in which files are run #2

fangzhixiang opened this issue Jul 27, 2023 · 2 comments

Comments

@fangzhixiang
Copy link

@lywa1998 Thank you very much for sharing this code. I would like to inquire about the order in which files are run, especially the files in the dataset.

@lywa1998
Copy link
Owner

This project mainly involves some simple attempts based on the experimental code referenced from the original paper. The implementation details of the algorithm can be found in the original paper. I hope it is helpful to you.

The execution of this algorithm mainly consists of three parts:

  1. Download the retinal image dataset to the "dataset" directory. You can find it at https://drive.google.com/file/d/1p33nsWQaiZMAgsruDoJLyatoq5XAH-TH/view .

  2. Preprocess the data and save it using the script "data_preprocessing.py" located in the "dataset" folder.

  3. Run the training code using the script "train_ELCFS.py".

Rederences:

@fangzhixiang
Copy link
Author

fangzhixiang commented Jul 28, 2023

@lywa1998 Thank you very much for your answer.
When I run data_preprocessing.py, I will meet the following error:
image
but I have this file and it seems that the code did not read it.
Additionally, this code seems to read files other than the image, such as .ipynb_checkpoints when i use jupyter notebook.

After I change this paragraph to this, it will be fine.

image

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