From ab86baff165b5897039c545b2a38e3f3d5b65d22 Mon Sep 17 00:00:00 2001 From: Zoezxb <17863107130@163.com> Date: Sun, 6 Feb 2022 19:55:06 +0800 Subject: [PATCH] test git --- predict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/predict.py b/predict.py index 20ef124..377a274 100644 --- a/predict.py +++ b/predict.py @@ -5,7 +5,7 @@ if __name__ == "__main__": model = Siamese() - + # test git while True: image_1 = input('Input image_1 filename:') try: