antonfrancois / gliomaSegmentation_TDA

Segementing Glioblastoma MRI using TDA
Apache License 2.0
5 stars 0 forks source link

Your PhD Chapter is Not Found #1

Open YaoxinHuang opened 3 weeks ago

YaoxinHuang commented 3 weeks ago

Very impressive work! Provide ur phd work again pls, if possible, since it seems not found on web.

YaoxinHuang commented 3 weeks ago

Another request, notice that there's a line "import image_3d_visualisation as i3v" in ur "benchmark_segmentation.py" file. But I cannot find the specific module or py-file. Could u pls provide it? It would really helps a lot. Thanks for ur kind!

YaoxinHuang commented 3 weeks ago

Maybe I found something wrong with ur codes, little mistakes, i suppose. u can check, maybe i'm wrong actually. -segmentation_TDA.py-Line68-"nlabels = np.max(Labels)", it seems to lack "+1". -segmentation_TDA.py-Line99-"filtr[i] = np.sum(cc==1)",it seems to lack a tap, since the i is the temperature variable of the loop.

antonfrancois commented 3 weeks ago

Hello,

Thanks for your interest!

About the two first comments: (quick fixes)

For the last issue, I'll have a closer look soon.