xref: /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/batch_size/README.md (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1the inputs data need to be merged together using np.concatenate.
2e.g:
3    img = np.concatenate((img, img, img, img), axis=0)
4