general-deep-image-completion icon indicating copy to clipboard operation
general-deep-image-completion copied to clipboard

ValueError: all the input array dimensions for the concatenation axis must match exactly, but along dimension 0, the array at index 0 has size 56 and the array at index 1 has size 128

Open AshdeepSingh-AMD opened this issue 4 years ago • 0 comments

Traceback (most recent call last): File "general-deep-image-completion/face-completion/demo.py", line 82, in view = np.hstack((img, blank,recon_img[:,:,[2,1,0]])) File "<array_function internals>", line 6, in hstack File "/home/honey/.virtualenvs/TEST/lib/python3.6/site-packages/numpy/core/shape_base.py", line 346, in hstack return _nx.concatenate(arrs, 1) File "<array_function internals>", line 6, in concatenate

AshdeepSingh-AMD avatar Oct 09 '20 10:10 AshdeepSingh-AMD