leeyoshinari / YOLO_v2

The implementation of YOLO v2 with TensorFlow
GNU General Public License v3.0
80 stars 38 forks source link

损失函数问题 #14

Closed Stinky-Tofu closed 5 years ago

Stinky-Tofu commented 5 years ago

我觉得你的损失函数部分有问题,yolo_v2.py文件中第125行中的offset的范围不应该是0~image_size,而应该是0~image_size/cell_size吧

leeyoshinari commented 5 years ago

I'm sorry, the line 125 is null.