google / stereo-magnification

Code accompanying the SIGGRAPH 2018 paper "Stereo Magnification: Learning View Synthesis using Multiplane Images"
https://people.eecs.berkeley.edu/~tinghuiz/projects/mpi/
Apache License 2.0
390 stars 87 forks source link

Problem running example #18

Closed danperazzo closed 5 years ago

danperazzo commented 5 years ago

Hello, thanks for putting the code here on github. I have been trying to run the examples, however I have got the following error: Error reported to Coordinator: <type 'exceptions.ValueError'>, Can't load save_path when it is None. Traceback (most recent call last): File "./mpi_from_images.py", line 362, in <module> tf.app.run() File "/home/daniel/.local/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 40, in run _run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef) File "/home/daniel/.local/lib/python2.7/site-packages/absl/app.py", line 300, in run _run_main(main, args) File "/home/daniel/.local/lib/python2.7/site-packages/absl/app.py", line 251, in _run_main sys.exit(main(argv)) File "./mpi_from_images.py", line 282, in main saver.restore(sess, ckpt_file) File "/home/daniel/.local/lib/python2.7/site-packages/tensorflow/python/training/saver.py", line 1274, in restore raise ValueError("Can't load save_path when it is None.") ValueError: Can't load save_path when it is None.

park-youngjae commented 3 years ago

Did you solve the problem?