Pytorch-yolov3: why noobj_scale/obj_scale = 100 ??

Created on 16 Sep 2019  路  2Comments  路  Source: eriklindernoren/PyTorch-YOLOv3

why noobj_scale/obj_scale = 100 ??

Most helpful comment

When you train 1 epoch or more, you can find:
loss-obj : 1.95
loss-noobj: 0.01
loss-noobj x 100: 0.87
So the scale factor balances the two loss.

All 2 comments

When you train 1 epoch or more, you can find:
loss-obj : 1.95
loss-noobj: 0.01
loss-noobj x 100: 0.87
So the scale factor balances the two loss.

@ujsyehao
Thank you for your answer

Was this page helpful?
0 / 5 - 0 ratings