Machine-Learning-Collection
Machine-Learning-Collection copied to clipboard
Have a question about the dataset.py in YOLO V3
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.