gautam678 / Pix2Depth

DEPRECATED: Depth Map Estimation from Monocular Images
GNU General Public License v3.0
354 stars 83 forks source link

cannot load the model #33

Open SiweiLuo opened 3 years ago

SiweiLuo commented 3 years ago

When I try to run the main.py, it raises the following error message "raise IOError("SavedModel file does not exist at: %s/{%s|%s}" %" "OSError: SavedModel file does not exist at: ~/Downloads/Pix2Depth-master/weights/pix2pix_depth.h5/{saved_model.pbtxt|saved_model.pb}". Thank you for your help.