emma-sjwang / pOSAL

Code for TMI paper: Patch-based Output Space Adversarial Learning for Joint Optic Disc and Cup Segmentation
MIT License
51 stars 19 forks source link

evaluate_segmentation_results missing #3

Closed xavieryxie closed 4 years ago

xavieryxie commented 4 years ago

Thanks for your great work, but when i am testing the model, the evaluate_segmentation_results function is missing. Could you upload it at you convenience? Thank you very much.

xavieryxie commented 4 years ago

Oh, another problem, is the function in utils.py (save_img and save_per_img) are same? save_per_img is also missing.

emma-sjwang commented 4 years ago

Hi, Thank you for your interest in our work. But now, I don't have time to maintain the code. For the evaluate_segmentation_results function, please refer to https://github.com/ignaciorlando/refuge-evaluation/blob/b8fc1a8bd1bdd3eddd63bad8775ccfa4258488bb/evaluation_metrics/evaluation_metrics_for_segmentation.py#L213

Our function is inherited from their evaluation codes. And for the 'save_img and save_per_img', please feel free to update it by yourself.

Hope this could help you.

emma-sjwang commented 3 years ago

Please refer #5 for more details. #