Enabled Imgs per default; Chrome recommendet

This commit is contained in:
Dominik Moritz Roth 2022-03-08 14:21:36 +01:00
parent 44c0c189d7
commit ac6d85fa99

View File

@ -1467,4 +1467,4 @@ def mainCLI(args):
weights = loadWeights() weights = loadWeights()
if __name__ == "__main__": if __name__ == "__main__":
cliInterface(imgDef=False) cliInterface(imgDef=True)