Closed JyunYuLai closed 4 years ago
Hi, Thank you for your quick response.
Hi, Yes, i already weighted the regression loss by iou target as FCOS did. In my FCOS IOU-branch experiment, it doesn't work. As training started, the iou target values are small(close to zero), probably because the initial prediction in regression branch is nothing. And then the iou branch tend to predict all zero iou value and then the training just failed. Did you use any trick like increase regression loss scale at the beginning of training ?
It is a bit strange. In our experiments, we do nothing like increase regression loss scale at the beginning of training, and we do not observe training failures as you describe.
Okay, thank you, so in your case, simply replace centerness branch to iou branch work, I will check my code if there is any problem.
All right~
I have the same question. When I replace the centerness target with the iou target, the regression loss and iou loss will all be zero. What's more, the giou loss cannot be calculated.
You can simply run the code in this repo and carefully go through more details to check what is missing in your implementation.
This is my label question. Thank you for your reply.
Hi, Thank you for sharing the great work. I have few questions listed below.