Closed ghost closed 4 years ago
Hi Aljo,
A simple workaround would be to create a numpy array of zeros with dimensions 256x256x4 and save it as .npy file. You can use that to create the input lists.
And I'm a bit preoccupied right now, but I'll try to fix the issue asap.
Okay, got it working. Thank you
Resolved this by adding a 'test.py' file and have added usage instructions to the README file.
hey, would it be possible for you to adjust the code so that I don't need
.npy
files for testing? Or could you explain how to obtain the.npy
files (for testing)