I am having a little bit of hard time determining the use of pos_threshold.
I saw in the code that use_for_errors is only true when a threshold is equal to pos_treshold.
So the error are only calculated for the corresponding AP of pos_treshold.
What is the link between those errors and the computation of the maP shouldn't the error be calculated at each threshold ?
Then how to choose pos_threshold ? In my case due to my application I usually have threshold between 0 and 0.3 when evaluating my maP. What pos_threshold should I use ?
Could you give more insight about this parameter ?
Hello, thank you for your work.
I am having a little bit of hard time determining the use of
pos_threshold
. I saw in the code thatuse_for_errors
is only true when a threshold is equal topos_treshold
.So the error are only calculated for the corresponding AP of
pos_treshold
. What is the link between those errors and the computation of the maP shouldn't the error be calculated at each threshold ?Then how to choose
pos_threshold
? In my case due to my application I usually have threshold between 0 and 0.3 when evaluating my maP. Whatpos_threshold
should I use ?Could you give more insight about this parameter ?