Skip to content

Commit 15f65ee

Browse files
author
Dmitrii Tarasov
committed
any fixes
1 parent a2ddc88 commit 15f65ee

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

project/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,21 +176,18 @@ <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="700">
179+
alt="features_reconstruction_manipulation_train_Q" width="100%">
180180
<p class="caption" style="width: 100%; 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>
185-
</div>
186-
<div class="columns is-centered">
187185
<div class="column is-half">
188186
<img src="./static/images/features_reconstruction_manipulation_eval_Q.drawio.png"
189-
alt="features_reconstruction_manipulation_eval_Q" width="700">
187+
alt="features_reconstruction_manipulation_eval_Q" width="100%">
190188
<p class="caption" style="width: 100%; text-align: center;">
191189
<b>Figure 4. Feature-space transformations. Q matrix Application.</b> After Q matrix is calculated, we
192-
apply
193-
it to the feature space. For each patch embedding.
190+
apply it to the feature space. For each patch embedding.
194191
</p>
195192
</div>
196193
</div>

0 commit comments

Comments
 (0)