nikhilroxtomar / FANet

FANet: A Feedback Attention Network for Improved Biomedical Image Segmentation [IEEE Transactions on Neural Networks and Learning Systems]
https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9741842
30 stars 8 forks source link

About the RLE #2

Closed GuoQingqing closed 2 years ago

GuoQingqing commented 2 years ago

Hi, you have done a splendid work and thanks for your code. I have a question about RLE. Could you please explain why RLE was used?

Thanks a lot.

nikhilroxtomar commented 2 years ago

RLE is used to compress the binary mask into a smaller representation, which is used as an input for the FANet.