Panagiotou / ImageToDEM

Generating Elevation Surface from a Single RGB Remotely Sensed Image Using Deep Learning
https://www.mdpi.com/2072-4292/12/12/2002
MIT License
83 stars 11 forks source link

an error occurred:Read fewer bytes than requested [Op:RestoreV2] #6

Open errllxj opened 3 years ago

errllxj commented 3 years ago

I tried to test the image, and an error occurred when loading saved_model.pb: tensorflow.python.framework.errors_impl.OutOfRangeError: Read fewer bytes than requested [Op:RestoreV2]

Panagiotou commented 3 years ago

I updated a working version of the trained model. Please run the Model/pix2pix_Tensorflow/Test.ipynb script, to test it.

This uses data from the Test.npz file.

errllxj commented 3 years ago

Can you share your training data with Google Cloud other ways? When I tried to build the data set by myself, I found that many pictures were too blurry. So, please.

Panagiotou commented 3 years ago

I uploaded a dataset of ~10.000 samples. You can access it here https://www.dropbox.com/s/2yje97tar0uzwh0/Train.npz?dl=0

Mitul-max commented 2 years ago

I am facing the same issue. [Read fewer bytes than requested [Op:RestoreV2]]. Didnt get how to update the working version of the trained model

alifim commented 4 months ago

Hi @Panagiotou , I'm interested to use this code. However, I'm still facing the same error. Can you help to share the steps to run the Test.ipynb? thanks