Traceback (most recent call last):
File "object_detection/eval.py", line 135, in <module>
tf.app.run()
File "D:\Anaconda3\envs\python3\lib\site-packages\tensorflow\python\platform\app.py", line 126, in run
_sys.exit(main(argv))
File "object_detection/eval.py", line 85, in main
assert FLAGS.eval_dir, '`eval_dir` is missing.'
AssertionError: `eval_dir` is missing.
Hi! when I try to eval the model ,like this
then report errors
I can't understand it. so searching for help!