Machine-Learning-Collection icon indicating copy to clipboard operation
Machine-Learning-Collection copied to clipboard

Have a question about the dataset.py in YOLO V3

Open d5423197 opened this issue 3 years ago • 0 comments

https://github.com/aladdinpersson/Machine-Learning-Collection/blob/ac5dcd03a40a08a8af7e1a67ade37f28cf88db43/ML/Pytorch/object_detection/YOLOv3/dataset.py#L73

Hello author,

Thanks for your contribution.

Let us say if the highest IOU's scale is 13, then we will assign 1 as the objectness score. When iterating to another IOU the scale is 26, it will also be assigned a 1 as the objectness score because it is not anchor_taken and the scale for it is False.

d5423197 avatar May 22 '22 12:05 d5423197