File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,13 +181,13 @@ <h2 class="title is-3 has-text-centered">Feature-space transformations. Q matrix
181181 < div class ="content ">
182182 < div class ="columns is-centered ">
183183 < div class ="column is-half ">
184- < img src ="./static/images/features_reconstruction_manipulation_train_Q.drawio.png " alt ="features_reconstruction_manipulation_train_Q " class ="is-rounded ">
184+ < img src ="./static/images/features_reconstruction_manipulation_train_Q.drawio.png " alt ="features_reconstruction_manipulation_train_Q " class ="is-rounded mb-4 ">
185185 < p class ="caption has-text-centered mb-6 ">
186186 < b > Figure 3. Feature-space transformations. Q matrix Calculation.</ b > We then calculate Q matrix for feature-space manupulation.
187187 </ p >
188188 </ div >
189189 < div class ="column is-half ">
190- < img src ="./static/images/features_reconstruction_manipulation_eval_Q.drawio.png " alt ="features_reconstruction_manipulation_eval_Q " class ="is-rounded ">
190+ < img src ="./static/images/features_reconstruction_manipulation_eval_Q.drawio.png " alt ="features_reconstruction_manipulation_eval_Q " class ="is-rounded mb-4 ">
191191 < p class ="caption has-text-centered mb-6 ">
192192 < b > Figure 4. Feature-space transformations. Q matrix Application.</ b > After Q matrix is calculated, we apply it to the feature space. For each patch embedding.
193193 </ p >
Original file line number Diff line number Diff line change @@ -232,5 +232,25 @@ body {
232232 cursor : pointer;
233233}
234234
235+ /* Vertical line between figures */
236+ .column .is-half : first-child {
237+ position : relative;
238+ padding-right : 2rem ;
239+ }
240+
241+ .column .is-half : first-child ::after {
242+ content : '' ;
243+ position : absolute;
244+ right : 0 ;
245+ top : 0 ;
246+ height : 100% ;
247+ width : 1px ;
248+ background-color : # dbdbdb ;
249+ }
250+
251+ .column .is-half : last-child {
252+ padding-left : 2rem ;
253+ }
254+
235255
236256
You can’t perform that action at this time.
0 commit comments