SunnyHaze / miSRGAN-pytorch

Unofficial pytorch implementation of miSRGAN, in paper "3D Registration of pre-surgical prostate MRI and histopathology images via super-resolution volume reconstruction"
9 stars 0 forks source link

About WSI reconstruction and registration #2

Open Luffy03 opened 3 weeks ago

Luffy03 commented 3 weeks ago

Hello, many thanks for your great work! It seems that this repo only re-produces the reconstruction of MRI, is it right? Can the model be used to WSI volume reconstruction and MRI-WSI registration as the original paper?

SunnyHaze commented 3 weeks ago

Hi, thanks for your attention. Since the high-quality dataset with multi-direction information for registration has not been publicly released, it's hard for this repo to perform experiments.

Thus, only reconstruction experiments are reproduced.

Luffy03 commented 3 weeks ago

Many thanks for your quick reply! About reconstruction, can this model apply to WSI?

SunnyHaze commented 3 weeks ago

Indeed, I am not an expert in the medical field, so I haven't had hands-on experience. However, as you can see, this method theoretically applies to any task that requires super-resolution interpolation in a particular coordinate direction. All I can say is that it is worth trying, and if you achieve good results, you can also provide feedback to the Research Society via the issue tracker. Thank you.

Good luck!

Luffy03 commented 3 weeks ago

Thank you very much!