From 5e91eaf3a7eefe9f2eff15ba3495c85b4e72f7a4 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 27 Apr 2023 13:21:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D0=BA=D0=BE=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D1=8B=D0=B5=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/main.py b/server/main.py index 51276b0..437f6c4 100644 --- a/server/main.py +++ b/server/main.py @@ -19,8 +19,6 @@ test_model_imagenet = keras.models.load_model(model_name) model_name = "../beerd_25_04_2023.keras" test_model = keras.models.load_model(model_name) -list_labels = [fname for fname in os.listdir("../assets/dog")] -list_labels.sort() dict_names = {} with open("beerds.json", "r") as f: dict_names = json.loads(f.read())