honeygupta / UW-Net

Code for paper [ICIP 2019] Unsupervised Single Image Underwater Depth Estimation (UW-Net)
MIT License
27 stars 14 forks source link

testing - what to do about .npy files? #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

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)

honeygupta commented 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.

ghost commented 4 years ago

Okay, got it working. Thank you

honeygupta commented 4 years ago

Resolved this by adding a 'test.py' file and have added usage instructions to the README file.