hizhangp / yolo_tensorflow

Tensorflow implementation of YOLO, including training and test phase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One question of the output tensor of yolo.

XiangqianMa opened this issue · comments

Dear author! I want to know how can i get this number. According to the way in yolo's paper, the output tensor of yolo could be [7x7x(2x5+20)], thus [7x7x30], but i found the output of your code is 7x7x25. So i want to know is there any different?(Forgive for my grammar errors, I am not a native English speaker.)
Uploading Screenshot from 2018-04-11 11-33-04.png…
Uploading Screenshot from 2018-04-11 11-33-46.png…