experiencor / keras-yolo2

Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
MIT License
1.73k stars 785 forks source link

true_boxes vs y_true in Yolo Step-by-Step.ipynb #362

Closed graftedlife closed 5 years ago

graftedlife commented 5 years ago

Could I check what true_boxes and y_true respectively refer to in the custom_loss function in Yolo Step-by-Step.ipynb? Does true_boxes refer to ground truth and y_true, anchor boxes?