From ba9f56755abdc9d1d80777d7680c4267d5d5e0e9 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 4 Aug 2022 11:36:45 +0100 Subject: [PATCH] barcode sample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e34988..0634b50 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ assert isinstance(embedding, list) 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. Similar to 2D barcodes, vertical dimension stores no information in the illustration. +Here, embedding is also [plotted](https://sefiks.com/2020/05/01/a-gentle-introduction-to-face-recognition-in-deep-learning/) 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. Similar to 2D barcodes, vertical dimension stores no information in the illustration.