weixin_39822993
2021-01-03 07:26the IoU-Loss, Iou-Aware-Loss and final confidence in PPYOLO?
from the paper, we know that IoU-Loss and Iou-Aware-Loss (adopt BCE loss) are both used as additional loss to orig box-regression (adopt L1 loss) to improve the locate accuracy and IoU of predicted box. but in my train process, I can rarely see the decrease of IoU-Loss or Iou-Aware-Loss (as follow pic shows).
so:
1. how can I reduce the IoU-Loss and Iou-Aware-Loss in PPYOLO?I've tried increasing the loss_weight of IouLoss and IouAwareLoss in ppyolo.yml and re-cluster the anchor box but didn't get promotion obviously.
2. what's the role of config item "loss_weight"?
3. while the total loss is getting decrease and AP increasing, but the final detection confidence shows a big decrease, almost around 0.5 (as follow pic shows), why?
该提问来源于开源项目:PaddlePaddle/PaddleDetection
- 点赞
- 回答
- 收藏
- 复制链接分享
9条回答
为你推荐
- tensorflow 训练数据集时,报错InvalidArgumentError: Incompatible shapes: [15] vs. [15,6],标签的占位符与标签喂的数据格式不符,要怎么解决?
- 深度学习
- 神经网络
- tensorflow
- 1个回答
- 目标识别中图像增强后目标框坐标位置
- python
- 深度学习
- 人工智能
- 2个回答
- 帮助我为iou Web应用程序设计数据库模式
- database-design
- database
- php
- schema
- mysql
- 4个回答
- tensorflow自定义的损失函数 focal_loss出现inf,在训练过程中出现inf
- 深度学习
- 神经网络
- tensorflow
- 1个回答