• Stars
    star
    117
  • Rank 300,072 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Inplement 2D global aggregation block of Non-local-U-Nets. Written in pytorch.

Non-local U-Net for Biomedical Image Segmentation

Implement 2D and 3D global aggregation block of Non local U-Nets in pytorch.

尝试了一下,非常占显存,论文中作者通过把3D图像切成小块处理的

image1

image2

Origin tensorflow codes

https://github.com/divelab/Non-local-U-Nets