From 7e8acee48c3484f61d43fae8093ec0bdebacab36 Mon Sep 17 00:00:00 2001 From: Atharva Sehgal Date: Fri, 20 Oct 2023 09:25:52 -0500 Subject: [PATCH] update text --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 240cb75..1b767d0 100644 --- a/index.html +++ b/index.html @@ -355,7 +355,7 @@

Symbolic Labelling: Zero-shot labelling

We use a pretrained CLIP model to predict the - symbolic attribute that most-likely describes the entity. Notice that the entity labelled here (C_shape = ⚫️) + symbolic attribute that most-likely describes the entity. Notice that the attribute labelled here (C_shape = ⚫️) ignores all other attributes of the entity.

@@ -392,7 +392,7 @@

Symbolic Embedding

The symbolic labelling process is repeated for each entity in the scene. The resultant symbolic - vectors are concatenated to form a symbolic embedding of the scene. + vectors are stacked to form a symbolic embedding of the scene.