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
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.
The text was updated successfully, but these errors were encountered: