yolo2-pytorch
yolo2-pytorch copied to clipboard
About train loss
I have a question about the code in the function of def _process_batch in the darknet.py : the _boxes[:,:,0:2] = 0.5 _boxes[:,:,2:4] =1.0 .Thus the noobject will have the box regression loss. Why does noobject cause loss?