irolaina / FCRN-DepthPrediction

Deeper Depth Prediction with Fully Convolutional Residual Networks (FCRN)
BSD 2-Clause "Simplified" License
1.12k stars 312 forks source link

How to use the .ckpt models #54

Closed djokester closed 6 years ago

djokester commented 6 years ago

The download link given here -> NYU-FCRN.ckpt provides us with a zip folder. Upon extraction, the folder contains three files NYU_FCRN.ckpt.index
NYU_FCRN.ckpt.data-00000-of-00001
NYU_FCRN.ckpt.meta

The documentation reads that the predict.py can be used with the model NYU_FCRN.ckpt as follows python predict.py NYU_FCRN.ckpt yourimage.jpg Which of the three files are we supposed to consider as the NYU_FCRN.ckpt?

kartk commented 6 years ago

Just use NYU_FCRN.ckpt . Need not specify which file to use

djokester commented 6 years ago

NotFoundError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to find any matching files for NYU_FCRN .ckpt

chrirupp commented 6 years ago

I guess this is solved