Open yunxijun opened 5 years ago
I got the same problem, my angle error is stable or slightly increasing, everything but descending..
During pre-training, we do not train for confidence prediction but only for positional prediction. This is to ensure that when we start training for confidence estimation, we have reasonable positional estimates. Early during training, positional accuracy would be not so high, the confidence values computed using Eq. 1 during training would be almost always low and therefore training for confidence early during training would not make sense. Since we do not train for confidence value during pre-training, the accuracy of the highest confidence prediction would not make much sense at pre-training. However, you should definitely take into account the translation and angle errors during the training after the initial "pre-training" phase.