Reproducing baseline ¶
By: vj2212 on Nov. 24, 2024, 8:34 p.m.
Hi organizers, I've been working with the baseline implementation and noticed some potential discrepancies between the code in algorithm-tutorial/2_training.ipynb and the baseline model described in the webinar (the one that achieved ~0.2 FROC score). The main issues I spotted in the tutorial code are:
The ROI heads num_classes is set to 1, which seems odd for a two-class detection problem (lymphocytes and monocytes) The data loader doesn't seem to include monocyte labels in its configuration
Could you please confirm if this tutorial code matches what was used to achieve the baseline results? If not, would it be possible to share the correct hyperparameters used for the baseline model? This would really help ensure we're all working from the same reference point. Thanks in advance for any clarification!