ignaciorlando / red-lesion-detection

This code implements a red lesion detection method based on a combination of hand-crafted features and CNN based descriptors. Our paper is under revision now, so please do not use this repository until we release the paper.
47 stars 14 forks source link

Testing a new image #2

Closed maybefreedom closed 7 years ago

maybefreedom commented 7 years ago

Hello! I've read your code + article and find this project extremely interesing. I think this might be obvious but I have trained my datasets and everything, now I need to test a new fundus image to see if the MA are detected. Is there a testing method I've overlooked?

Thank you and sorry again if the answer is obvious.

ignaciorlando commented 7 years ago

Hi @maybefreedom!

Thanks for your interest in our paper and code.

Yes, you can use this function: [red_lesion_segmentation, score_map] = full_red_lesion_segmentation(I, mask, L0, step, L, K, px, cnn_for_feature_extraction, vessel_segmentation, detector)

This parameters are:

Let me know if you were able to run it!

Cheers,

Nacho