Open wittmarf opened 6 years ago
I also encountered this problem... Have you addressed the issue?
same with you!
I know how to fix it now,if you want to run test.sh, change File "main.py", line 89, FLAGS.crop_size = None to FLAGS.crop_size = 24 if you want to run inference.sh change File "main.py", line 165, FLAGS.crop_size = None to FLAGS.crop_size = 24 then it will works.
When running the test script I get the following error message:
Traceback (most recent call last): File "main.py", line 88, in
FLAGS.crop_size = None
[...]
AttributeError: Flag --crop_size must be specified.