There is a question about Live leaderboard's calculation of the total froc_score score ¶
By: hebingdou on Nov. 4, 2024, 3:36 a.m.
No problem.
By: hebingdou on Nov. 4, 2024, 4:48 a.m.
In addition, I noticed that in line 97 of the evaluation code, the calculation of monocytes_froc uses 10/0.25, and the other two are /SPACING_LEVEL0, may I ask whether the setting of 0.25 is for special consideration?
By: LindaSt on Nov. 4, 2024, 11:13 a.m.
Thanks for pointing this out. The spacing level 0 is 0.24199951445730394, so I used 0.25 as an approximate value during debugging. I'll fix this and push the updated code. I'll also update the evaluation container and manually trigger a re-evaluation of the already submitted live leaderboard code. I'll let you know when it's done.