Baseline code and result are provided ¶
By: rjw0205 on May 22, 2023, 8:10 a.m.
Thank you all for having an interest in the OCELOT 2023 challenge! To help participants, organizers provide a baseline algorithm using a U-Net. Please visit the below links for more details,
- Result (validation): https://ocelot2023.grand-challenge.org/evaluation/challenge/leaderboard/ (user: aaron.valero)
- Code: https://github.com/lunit-io/ocelot23algo/tree/main/user/unet_example - model only utilize cell patches/annotations, but not tissue patches/annotations. This is just for simplicity. - to increase batch size, cell patches/annotations are resized from 1024 to 512. This is not mandatory.
Note that the result from this algorithm will be excluded from the final ranking. Looking forward to your participation :-)
Last edited by: rjw0205 on Aug. 15, 2023, 12:57 p.m., edited 2 times in total.