System information
Describe the problem
Followed the exact instructions to setup /models/research/feelvos/.
While running the code, specifically deeplab setup gives the warning:
WARNING:tensorflow:Entity export AUTOGRAPH_VERBOSITY=10
) and attach the full output. Cause: converting
W0918 12:56:49.175844 140085883610944 ag_logging.py:145] Entity export AUTOGRAPH_VERBOSITY=10
) and attach the full output. Cause: converting
It gives error in /models/research/feelvos/ vis_video.py. If I debug, at line
Res = session.run(ops)
Source code / logs
And then the code crashes giving the error:
Traceback (most recent call last):
File "/nirat/feelVOS/python2/feelvos/vis_video.py", line 500, in
tf.app.run()
File "/nirat/anaconda3/envs/feelvos1/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 "/nirat/anaconda3/envs/feelvos1/lib/python2.7/site-packages/absl/app.py", line 299, in run
_run_main(main, args)
File "/nirat/anaconda3/envs/feelvos1/lib/python2.7/site-packages/absl/app.py", line 250, in _run_main
sys.exit(main(argv))
File "/nirat/feelVOS/python2/feelvos/vis_video.py", line 480, in main
all_ious = np.concatenate(all_ious, axis=0)
ValueError: need at least one array to concatenate
I tried using gast 0.2.2 and that resolved the error. Also check your dataset folder tfrecord for val: if it's empty then try re-converting the data.
Most helpful comment
I tried using gast 0.2.2 and that resolved the error. Also check your dataset folder tfrecord for val: if it's empty then try re-converting the data.