Template functions for final metric

Template functions for final metric  

  By: xiongfengzhu on Dec. 5, 2021, 1:47 p.m.

Hello, In the detection task, could you please provide template functions to calculate the final metric ? S = Sensitivity at 0.25 FP per image AUC = Area under the ROC rank_metric = (0.75AUC) + (0.25S) Thanks.

Re: Template functions for final metric  

  By: keelinm on Dec. 6, 2021, 9:22 a.m.

Hi, Unfortunately we cannot release our evaluation code since it contains the ground-truth data, and labels for the test set. But our AUC implementation simply uses sklearn, and our FROC implementation is based on Camelyon challenge evaluation code . Hope that this helps, Best Regards , Keelin

Re: Template functions for final metric  

  By: xiongfengzhu on Dec. 6, 2021, 12:20 p.m.

Thanks for your kind reply.