YOLOv3 icon indicating copy to clipboard operation
YOLOv3 copied to clipboard

Change 'b2' dimension in comments in box_IOU method

Open akshathvarugeese opened this issue 6 years ago • 0 comments

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 the function box_IOU. Please correct me if I am wrong. Thank you!

akshathvarugeese avatar Feb 22 '19 08:02 akshathvarugeese