YOLOv3 icon indicating copy to clipboard operation
YOLOv3 copied to clipboard

network and loss function of YOLOv3

Results 2 YOLOv3 issues
Sort by recently updated
recently updated
newest added

https://github.com/Liu-Yicheng/YOLOv3/blob/4bc4861801b37129c1f267f48594160a4143f3dd/loss_fuction.py#L14 I think the input dimension to box_IOU method for 'b2' (true box) is (None, 4) which is mentioned as [None, 13, 13, 3, 4] in the comments section in...