qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why the 2nd element of the yield in data_generator is of size equal to batch_size?

sonalrpatel opened this issue · comments

Following is the link to the exact line of code.
I just want to understand the theory behind it.

yield [image_data, *y_true], np.zeros(batch_size)

Also refer to following link for another similar question.
#761 (comment)