earhian / Humpback-Whale-Identification-1st-

https://www.kaggle.com/c/humpback-whale-identification
641 stars 184 forks source link

Mask #1

Closed JinShchen closed 5 years ago

JinShchen commented 5 years ago

Can you explain more exactly what the mask is? THANKS.

earhian commented 5 years ago

semantic segmentation of whale :)

liaopeiyuan commented 5 years ago

During the competition, someone on the Kaggle forum released a dataset of hand annotated masks that separated whales from the background. We used those predictions to train a U-net that is then applied to the entire train+test set. This serves as a 4th channel input in addition to the RGB image.