From 700b45a7e270abfc9ebbecb42d09b62032425b66 Mon Sep 17 00:00:00 2001 From: Marcel Simon Date: Mon, 14 Oct 2019 09:21:56 +0000 Subject: [PATCH] Typo fix in sanity check script --- misc/sanity_check_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/sanity_check_json.py b/misc/sanity_check_json.py index 981dc39..88a9200 100644 --- a/misc/sanity_check_json.py +++ b/misc/sanity_check_json.py @@ -7,7 +7,7 @@ import os #%% Config -INPUT_JSON = '/data/animals2/iNat2017_extended/trainval_iNatAllExtended2017_V2.json' +INPUT_JSON = '/path/to/file.json' # If this is the JSON of iNat 2017, we can check if class names match with folder names INAT_CLASSNAME_CHECK = True