使用贝叶斯优化对遥感影像目标进行精确定位
柴栋,许夙晖,罗畅,鲁彦辰

Object Accurate Localization of Remote Sensing Image based on Bayesian Optimization
Dong Chai,Suhui Xu,Chang Luo,Yanchen Lu

算法1近邻框的选择策略

输入:X={x1,?????????????????????x2,????????????????????,?????????????????????xM}x0=(α0,?????????????????????β0,?????????????????????w0,?????????????????????h0)X*=?,threshold

输出:X*

1. for xi????????????????????? in X

2. ??iou = calculateIOU(xi,?????????????????????x0?????????????????????????)

3. ??if iou > threshold

4. ????X*xi

5. ??end if

6. end for