Skip to content

Commit 7a178e0

Browse files
author
Dmitrii Tarasov
committed
width=70
1 parent 15f65ee commit 7a178e0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

project/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,16 +176,16 @@ <h2 class="title is-3" style="white-space: nowrap;">Feature-space transformation
176176
<div class="columns is-centered">
177177
<div class="column is-half">
178178
<img src="./static/images/features_reconstruction_manipulation_train_Q.drawio.png"
179-
alt="features_reconstruction_manipulation_train_Q" width="100%">
180-
<p class="caption" style="width: 100%; text-align: center;">
179+
alt="features_reconstruction_manipulation_train_Q" width="70%">
180+
<p class="caption" style="width: 70%; text-align: center;">
181181
<b>Figure 3. Feature-space transformations. Q matrix Calculation.</b> We then calculate Q matrix for
182182
feature-space manupulation.
183183
</p>
184184
</div>
185185
<div class="column is-half">
186186
<img src="./static/images/features_reconstruction_manipulation_eval_Q.drawio.png"
187-
alt="features_reconstruction_manipulation_eval_Q" width="100%">
188-
<p class="caption" style="width: 100%; text-align: center;">
187+
alt="features_reconstruction_manipulation_eval_Q" width="70%">
188+
<p class="caption" style="width: 70%; text-align: center;">
189189
<b>Figure 4. Feature-space transformations. Q matrix Application.</b> After Q matrix is calculated, we
190190
apply it to the feature space. For each patch embedding.
191191
</p>

0 commit comments

Comments
 (0)