implus / GFocalV2

Generalized Focal Loss V2: Learning Reliable Localization Quality Estimation for Dense Object Detection, CVPR2021
Apache License 2.0
475 stars 54 forks source link

Question about correlation between real localization quality and top-1 generated distribution at training time #17

Open pjh4993 opened 3 years ago

pjh4993 commented 3 years ago

Does correlation between real localization quality and top-1 value of general distribution are consistent during training? I'm wonder that those relations are consistent during whole training time not just after traning.

jackhu-bme commented 2 years ago

I have the same question,too. Since I need to estimate the bbox localization quality during the training.Maybe I should have a test?I don't know.

jackhu-bme commented 2 years ago

I've accomplished an experiment, in the beginning, they're not very correlated (R square about 0.5 in my dataset). After some time of training, it goes to 0.8 and higher. This feature really benefits my research project, I'll discuss this more in my project or paper in the future.

jackhu-bme commented 2 years ago

I tested the correlation between iou(target and pred) and top-1 distribution. Maybe you can choose other metrics.

jackhu-bme commented 2 years ago

@pjh4993