michalfaber/keras_Realtime_Multi-Person_Pose_Estimation

Question about batch_dataflow function

sonyapark opened this issue · 0 comments

Thanks for your effort.
I have some question about batch_dataflow function.

  1. There is 'x'. what is the meaning of the x?
  2. There are [0, 1, 2], [3, 4, 3, 4, 3, 4...]. I wonder why are you grouping [0, 1, 2] and [ 3, 4...] respectively.
  3. Why [3, 4, 3, 4 ... ] is repeatedly??