|
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" --> |
6 | 6 | <!-- Replace the content tag with appropriate information --> |
7 | | - <meta name="description" content="DESCRIPTION META TAG"> |
8 | | - <meta property="og:title" content="SOCIAL MEDIA TITLE TAG"/> |
9 | | - <meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG"/> |
10 | | - <meta property="og:url" content="URL OF THE WEBSITE"/> |
| 7 | + <meta name="description" content="Image Reconstruction as a Tool for Feature Analysis"> |
| 8 | + <meta property="og:title" content="Image Reconstruction as a Tool for Feature Analysis"/> |
| 9 | + <meta property="og:description" content="A novel approach for interpreting vision features via image reconstruction"/> |
| 10 | + <meta property="og:url" content="https://fusionbrainlab.github.io/feature_analysis"/> |
11 | 11 | <!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630--> |
12 | | - <meta property="og:image" content="static/image/your_banner_image.png" /> |
| 12 | + <meta property="og:image" content="static/images/v1_vs_v2.png" /> |
13 | 13 | <meta property="og:image:width" content="1200"/> |
14 | 14 | <meta property="og:image:height" content="630"/> |
15 | 15 |
|
16 | 16 |
|
17 | | - <meta name="twitter:title" content="TWITTER BANNER TITLE META TAG"> |
18 | | - <meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG"> |
| 17 | + <meta name="twitter:title" content="Image Reconstruction as a Tool for Feature Analysis"> |
| 18 | + <meta name="twitter:description" content="A novel approach for interpreting vision features via image reconstruction"> |
19 | 19 | <!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600--> |
20 | | - <meta name="twitter:image" content="static/images/your_twitter_banner_image.png"> |
| 20 | + <meta name="twitter:image" content="static/images/v1_vs_v2.png"> |
21 | 21 | <meta name="twitter:card" content="summary_large_image"> |
22 | 22 | <!-- Keywords for your paper to be indexed by--> |
23 | | - <meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE"> |
| 23 | + <meta name="keywords" content="computer vision, feature analysis, image reconstruction, vision encoders"> |
24 | 24 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
25 | 25 |
|
26 | 26 |
|
27 | | - <title>Academic Project Page</title> |
| 27 | + <title>Image Reconstruction as a Tool for Feature Analysis</title> |
28 | 28 | <link rel="icon" type="image/x-icon" href="static/images/favicon.ico"> |
29 | 29 | <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" |
30 | 30 | rel="stylesheet"> |
@@ -97,7 +97,7 @@ <h1 class="title is-1 publication-title">Image Reconstruction as a Tool for Feat |
97 | 97 |
|
98 | 98 | <!-- Github link --> |
99 | 99 | <span class="link-block"> |
100 | | - <a href="https://github.com/YOUR REPO HERE" target="_blank" |
| 100 | + <a href="https://github.com/FusionBrainLab/feature_analysis" target="_blank" |
101 | 101 | class="external-link button is-normal is-rounded is-dark"> |
102 | 102 | <span class="icon"> |
103 | 103 | <i class="fab fa-github"></i> |
@@ -125,22 +125,6 @@ <h1 class="title is-1 publication-title">Image Reconstruction as a Tool for Feat |
125 | 125 | </section> |
126 | 126 |
|
127 | 127 |
|
128 | | -<!-- Teaser video--> |
129 | | -<section class="hero teaser"> |
130 | | - <div class="container is-max-desktop"> |
131 | | - <div class="hero-body"> |
132 | | - <video poster="" id="tree" autoplay controls muted loop height="100%"> |
133 | | - <!-- Your video here --> |
134 | | - <source src="static/videos/banner_video.mp4" |
135 | | - type="video/mp4"> |
136 | | - </video> |
137 | | - <h2 class="subtitle has-text-centered"> |
138 | | - Aliquam vitae elit ullamcorper tellus egestas pellentesque. Ut lacus tellus, maximus vel lectus at, placerat pretium mi. Maecenas dignissim tincidunt vestibulum. Sed consequat hendrerit nisl ut maximus. |
139 | | - </h2> |
140 | | - </div> |
141 | | - </div> |
142 | | -</section> |
143 | | -<!-- End teaser video --> |
144 | 128 |
|
145 | 129 | <!-- Paper abstract --> |
146 | 130 | <section class="section hero is-light"> |
@@ -188,85 +172,16 @@ <h2 class="subtitle has-text-centered"> |
188 | 172 |
|
189 | 173 |
|
190 | 174 |
|
191 | | -<!-- Youtube video --> |
192 | | -<section class="hero is-small is-light"> |
193 | | - <div class="hero-body"> |
194 | | - <div class="container"> |
195 | | - <!-- Paper video. --> |
196 | | - <h2 class="title is-3">Video Presentation</h2> |
197 | | - <div class="columns is-centered has-text-centered"> |
198 | | - <div class="column is-four-fifths"> |
199 | | - |
200 | | - <div class="publication-video"> |
201 | | - <!-- Youtube embed code here --> |
202 | | - <iframe src="https://www.youtube.com/embed/JkaxUblCGz0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> |
203 | | - </div> |
204 | | - </div> |
205 | | - </div> |
206 | | - </div> |
207 | | - </div> |
208 | | -</section> |
209 | | -<!-- End youtube video --> |
210 | | - |
211 | | - |
212 | | -<!-- Video carousel --> |
213 | | -<section class="hero is-small"> |
214 | | - <div class="hero-body"> |
215 | | - <div class="container"> |
216 | | - <h2 class="title is-3">Another Carousel</h2> |
217 | | - <div id="results-carousel" class="carousel results-carousel"> |
218 | | - <div class="item item-video1"> |
219 | | - <video poster="" id="video1" autoplay controls muted loop height="100%"> |
220 | | - <!-- Your video file here --> |
221 | | - <source src="static/videos/carousel1.mp4" |
222 | | - type="video/mp4"> |
223 | | - </video> |
224 | | - </div> |
225 | | - <div class="item item-video2"> |
226 | | - <video poster="" id="video2" autoplay controls muted loop height="100%"> |
227 | | - <!-- Your video file here --> |
228 | | - <source src="static/videos/carousel2.mp4" |
229 | | - type="video/mp4"> |
230 | | - </video> |
231 | | - </div> |
232 | | - <div class="item item-video3"> |
233 | | - <video poster="" id="video3" autoplay controls muted loop height="100%">\ |
234 | | - <!-- Your video file here --> |
235 | | - <source src="static/videos/carousel3.mp4" |
236 | | - type="video/mp4"> |
237 | | - </video> |
238 | | - </div> |
239 | | - </div> |
240 | | - </div> |
241 | | - </div> |
242 | | -</section> |
243 | | -<!-- End video carousel --> |
244 | | - |
245 | | - |
246 | | - |
247 | | - |
248 | | - |
249 | | - |
250 | | -<!-- Paper poster --> |
251 | | -<section class="hero is-small is-light"> |
252 | | - <div class="hero-body"> |
253 | | - <div class="container"> |
254 | | - <h2 class="title">Poster</h2> |
255 | | - |
256 | | - <iframe src="static/pdfs/sample.pdf" width="100%" height="550"> |
257 | | - </iframe> |
258 | | - |
259 | | - </div> |
260 | | - </div> |
261 | | - </section> |
262 | | -<!--End paper poster --> |
263 | | - |
264 | | - |
265 | 175 | <!--BibTex citation --> |
266 | 176 | <section class="section" id="BibTeX"> |
267 | 177 | <div class="container is-max-desktop content"> |
268 | 178 | <h2 class="title">BibTeX</h2> |
269 | | - <pre><code>BibTex Code Here</code></pre> |
| 179 | + <pre><code>@article{feature_analysis, |
| 180 | + title={Image Reconstruction as a Tool for Feature Analysis}, |
| 181 | + author={Allakhverdov, Eduard and Tarasov, Dmitrii and Goncharova, Elizaveta and Kuznetsov, Andrey}, |
| 182 | + journal={arXiv preprint}, |
| 183 | + year={2024} |
| 184 | +}</code></pre> |
270 | 185 | </div> |
271 | 186 | </section> |
272 | 187 | <!--End BibTex citation --> |
|
0 commit comments