diff --git a/README.md b/README.md index 0913e20..4e34988 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. +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.