From ac6d85fa99cddd30e700c2c0adc8732e24feb649 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Tue, 8 Mar 2022 14:21:36 +0100 Subject: [PATCH] Enabled Imgs per default; Chrome recommendet --- caliGraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caliGraph.py b/caliGraph.py index 083138b..e769fb5 100755 --- a/caliGraph.py +++ b/caliGraph.py @@ -1467,4 +1467,4 @@ def mainCLI(args): weights = loadWeights() if __name__ == "__main__": - cliInterface(imgDef=False) + cliInterface(imgDef=True)