508. HuBMAP + HPA - Hacking the Human Body | hubmap-organ-segmentation
感谢主办方举办如此精彩的比赛。
我要向 @hengck23 表达我最诚挚的感谢。通过他在讨论区的评论,我在比赛中从他那里学到了很多观点!
各器官阈值设置如下:
organ_threshold = {
'Hubmap': {
'kidney' : 0.45,
'prostate' : 0.40,
'largeintestine': 0.30,
'spleen' : 0.30,
'lung' : 0.07,
},
'HPA': {
'kidney' : 0.50,
'prostate' : 0.50,
'largeintestine': 0.50,
'spleen' : 0.50,
'lung' : 0.10,
},
}