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
Hi when I was testing model. I am facing error ValueError: could not broadcast input array from shape (128,256) into shape (256,512). Can someone help me on this ?
now testing 200 files
Traceback (most recent call last):
File "monodepth_main.py", line 254, in
tf.app.run()
File "/home/zxn/.local/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
File "monodepth_main.py", line 251, in main
test(params)
File "monodepth_main.py", line 216, in test
disparities[step] = disp[0].squeeze()
ValueError: could not broadcast input array from shape (128,256) into shape (256,512)
The text was updated successfully, but these errors were encountered:
Hi when I was testing model. I am facing error ValueError: could not broadcast input array from shape (128,256) into shape (256,512). Can someone help me on this ?
now testing 200 files
Traceback (most recent call last):
File "monodepth_main.py", line 254, in
tf.app.run()
File "/home/zxn/.local/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
File "monodepth_main.py", line 251, in main
test(params)
File "monodepth_main.py", line 216, in test
disparities[step] = disp[0].squeeze()
ValueError: could not broadcast input array from shape (128,256) into shape (256,512)
The text was updated successfully, but these errors were encountered: