I am trying to implement a CNN (U-Net) for semantic segmentation of similar large greyscale ~4600x4600px medical images. The area I want to segment is the empty space (gap) between a round object in the middle of the picture and an outer object, which is ring-shaped, and contains the round object. This gap is "thin" and is only a small proportion of the whole image. In my problem having a small a gap is good, since then the two objects have a good connection to each other.
My questions:
I would appreciate some ideas and help. It is my first post on the site so hopefully I didn't make any mistakes.
Cheers