SLDGroup / MERIT

41 stars 3 forks source link

Results visualization #1

Closed SanmAIGO closed 1 year ago

SanmAIGO commented 1 year ago

I encountered some problems when learning your code. I didn't find the visual code of the results. What should I do if I want to get the visual results like those in your paper(like Figure 3: Qualitative results on Synapse multi-organ dataset.)? Can you share your code with me? Thank you very much.

mostafij-rahman commented 1 year ago

We have the visualization code in utils/utils.py. If you call the function test_single_volume from utils/utils.py with test_save_path, it will save the visualization results for each frame. We call this function from the inference function of test_synapse.py. We think it may help.

We applicative your interest in our work.

Thanks, Mostafij

SanmAIGO commented 1 year ago

We have the visualization code in utils/utils.py. If you call the function test_single_volume from utils/utils.py with test_save_path, it will save the visualization results for each frame. We call this function from the inference function of test_synapse.py. We think it may help.

We applicative your interest in our work.

Thanks, Mostafij

Thank you very much! Best