Skip to content

Commit

Permalink
add dataset link in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anasnafis77 authored May 1, 2023
1 parent 0ff3dfe commit c3f4272
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ Below are the procedure for using this script:
2. Install all libraries in requirements.txt (pip install -r requirements.txt).
3. Run this: `python main.py /path/to/retinal_image.jpg` in command prompt. Make sure you are in 'Code' directory.
4. After a few seconds, the detection result should appear in your command line interface and segmentation result would appear from matplotlib window.


## Dataset link:
1. [Drishti-GS1](http://cvit.iiit.ac.in/projects/mip/drishti-gs/mip-dataset2/Home.php)
2. [REFUGE](https://refuge.grand-challenge.org/REFUGE2Download/) (probably you have to ask miccai 2020 permission to download the dataset)

## Notebooks:
Main Notebook:
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/anasnafis77/Deteksi-Glaukoma/blob/main/Notebooks/Main_notebook.ipynb)
Expand Down

2 comments on commit c3f4272

@misbahkhalid12
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are trying to use web GUI code but it is giving 'Internal server not found or error in application" can you tell us how to solve this. And can you please send the .h5 file of model and secret key of app.

@Laibakahlid
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please provide the file named result.json
image of error

Please sign in to comment.