You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the demo python3 demos/demo_uncalibrated.py --video=data/demos/golf.mov
but it crashed:
tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES failed at save_restore_v2_ops.cc:184 : Not found: Key stereo/BatchNorm/moving_stddev not found in checkpoint
Traceback (most recent call last):
File "/Users/l0stpenguin/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/client/session.py", line 1365, in _do_call
return fn(*args)
File "/Users/l0stpenguin/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/client/session.py", line 1350, in _run_fn
target_list, run_metadata)
File "/Users/l0stpenguin/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/client/session.py", line 1443, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.NotFoundError: Key stereo/BatchNorm/moving_stddev not found in checkpoint
[[{{node save/RestoreV2}}]]
I do not have gpu machine. Is it possible to run it without gpu?
The text was updated successfully, but these errors were encountered:
It seems like the problem is caused by different version of tensorflow, you can install tf 1.13.1 if you have cuda 10.0 or tf 12.0 if you have cuda 9.0.
I tried the demo
python3 demos/demo_uncalibrated.py --video=data/demos/golf.mov
but it crashed:
I do not have gpu machine. Is it possible to run it without gpu?
The text was updated successfully, but these errors were encountered: