diff --git a/tools/test.py b/tools/test.py index 1ddde9e3e5b99dda032a005f39cab638694c00bf..57e9323df0a3fd328e7712e0d9b13694d5735e5c 100755 --- a/tools/test.py +++ b/tools/test.py @@ -18,8 +18,6 @@ import json test_images_path = os.getenv("AICROWD_TEST_IMAGES_PATH", False) - - annotations = {'categories': [], 'info': {}, 'images': []} @@ -302,7 +300,6 @@ def parse_args(): def main(): - print("I am here") args = parse_args() assert args.out or args.show or args.json_out, \