weijun-arc / SANet

Codes for MICCAI2021 paper "Shallow Attention Network for Polyp Segmentation"
MIT License
57 stars 7 forks source link

Some questions #4

Closed nguyenlecong closed 2 years ago

nguyenlecong commented 2 years ago

From my understanding, i have some questions:

  1. Did you just use a color changed original image and not use it together with the original color image during training? If this is true, is it enough for the model to focus more on visual content?
  2. Did you just transfer the colors of the images in the train set without using anything from the test set? If this is true, could you please explain your strategy? Thank you.