Closed djokester closed 6 years ago
Just use NYU_FCRN.ckpt . Need not specify which file to use
NotFoundError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to find any matching files for NYU_FCRN .ckpt
I guess this is solved
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?