AGNet icon indicating copy to clipboard operation
AGNet copied to clipboard

The code of "Attention Guided Network for Retinal Image Segmentation" in MICCAI 2019

Results 9 AGNet issues
Sort by recently updated
recently updated
newest added

I am not sure the specific tf function that leads to this, please how can I retrace the warning to catch it? C:\Users\Omisore\AppData\Roaming\Python\Python37\Lib\venv\scripts\python.exe "G:/Documents/Asst Prof/Publications/ICRA 2022/Code/selfTrial.py" 2021-09-11 12:41:28.922000: I tensorflow/core/platform/cpu_feature_guard.cc:142]...

Have you divided the verification set on the DRIVE dataset? Because there are only train_list and test_list in the train_dict.pkl file, but I see an option for vali_list in the...

I wanna compare your method, Can you give me the result of image which test on DRIVE and CHASE

Hi, I am trying to understand your code after reading the paper. There are several issues I am trying to deal with. First, running the code directly from main.py, I...

Dear HzFu: Have you ever met with the following ERROR? ``` Traceback (most recent call last): File "test.py", line 144, in fast_test(model, args, test_img_list, model_name) File "test.py", line 102, in...

Dear HzFu: Thanks for your general work for Retinal Vessel Segmentation. In reading your code, I don't understand the way to generate train.pkl and test.pkl file, could you please help,...

Hi, where can I download ORIGA DataSet?

Hello, where is the image pre-process part and gamma correction code, I read them in your article but not found yet.

Under which licence do you publish your implementation?