What is the expected output of the submission? ¶
By: gh.lee on June 23, 2022, 4:10 a.m.
In the suggested baseline, there is a 3-class classification model for each pixel. I would like to ask to clarify the expected output of the submission.
Do we have to develop a Semantic Segmentation model which predicts 3-class on each pixel in the image?
or
Do we have to develop a Instance Segmentation model which seperately segment each cell with binary label classes with unknown number of instances in the input?
Thank you!