honeygupta / UW-Net

Code for paper [ICIP 2019] Unsupervised Single Image Underwater Depth Estimation (UW-Net)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testing - what to do about .npy files?

opened this issue · comments

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)

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.