Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
atharvas committed Oct 20, 2023
1 parent 8dfefc9 commit 7e8acee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ <h3 class="title is-4">Symbolic Labelling: Zero-shot labelling</h3>
<div class="content has-text-left step">
<p>
We use a pretrained <a href="https://pypi.org/project/open-clip-torch/">CLIP</a> model to predict the
symbolic attribute that most-likely describes the entity. Notice that the entity labelled here (<code>C_shape = ⚫️</code>)
symbolic attribute that most-likely describes the entity. Notice that the attribute labelled here (<code>C_shape = ⚫️</code>)
ignores all other attributes of the entity.
</p>
</div>
Expand Down Expand Up @@ -392,7 +392,7 @@ <h3 class="title is-4">Symbolic Embedding</h3>
<div class="content has-text-left step">
<p>
The symbolic labelling process is repeated for each entity in the scene. The resultant symbolic
vectors are concatenated to form a <em>symbolic embedding</em> of the scene.
vectors are stacked to form a <em>symbolic embedding</em> of the scene.
</p>
</div>
<br />
Expand Down

0 comments on commit 7e8acee

Please sign in to comment.