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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Hello! thank you for the wonderfull work! I am trying to train StereoMag, but I met an assertion error. It's like tensorflow function tf.gfile.Glob Cannot read files that are in a folder considering of more than 4 files, and I tried to install "google-perftools". However I still receive errors .
Exception has occurred: AssertionError
File "/home/tuxiang/Documents/weijunyu/stereo-magnification/stereomag/loader.py", line 201, in create_from_flags
assert tf.gfile.Glob(cameras_glob)
File "/home/tuxiang/Documents/weijunyu/stereo-magnification/stereomag/sequence_data_loader.py", line 51, in init
map_function=map_function)
File "/home/tuxiang/Documents/weijunyu/stereo-magnification/train.py", line 81, in main
FLAGS.random_seed)
File "/home/tuxiang/Documents/weijunyu/stereo-magnification/train.py", line 94, in
tf.app.run()
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello! thank you for the wonderfull work! I am trying to train StereoMag, but I met an assertion error. It's like tensorflow function tf.gfile.Glob Cannot read files that are in a folder considering of more than 4 files, and I tried to install "google-perftools". However I still receive errors .
Exception has occurred: AssertionError
File "/home/tuxiang/Documents/weijunyu/stereo-magnification/stereomag/loader.py", line 201, in create_from_flags
assert tf.gfile.Glob(cameras_glob)
File "/home/tuxiang/Documents/weijunyu/stereo-magnification/stereomag/sequence_data_loader.py", line 51, in init
map_function=map_function)
File "/home/tuxiang/Documents/weijunyu/stereo-magnification/train.py", line 81, in main
FLAGS.random_seed)
File "/home/tuxiang/Documents/weijunyu/stereo-magnification/train.py", line 94, in
tf.app.run()
The text was updated successfully, but these errors were encountered: