4 lines
126 B
Markdown
4 lines
126 B
Markdown
the inputs data need to be merged together using np.concatenate.
|
|
e.g:
|
|
img = np.concatenate((img, img, img, img), axis=0)
|