From 69697c953c39547fff39b3413713809bafd34c8f Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 4 Aug 2022 11:33:58 +0100 Subject: [PATCH] assert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c4731f..0913e20 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ This function returns an array as output. The size of the output array would be ```python assert isinstance(embedding, list) -assert (model_name = "VGG-Face" and len(embedding) == 2622) or (model_name = "Facenet" and len(embedding) == 128) +assert model_name = "VGG-Face" and len(embedding) == 2622 ``` Here, embedding is also plotted with 2622 slots horizontally. Each slot is corresponding to a dimension value in the embedding vector and dimension value is explained in the colorbar on the right.