Skip to content

Commit

Permalink
update sito
Browse files Browse the repository at this point in the history
  • Loading branch information
francescodisario committed Oct 17, 2024
1 parent e0c4c3e commit 71cc09c
Show file tree
Hide file tree
Showing 50 changed files with 26 additions and 12 deletions.
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h1 class="title is-1 publication-title">[ECCV 24] Boost Your NeRF: A Model-Agno
<section class="section">
<div class="container is-max-desktop">

<img src="./static/images/trailer.gif" style="margin-bottom: 80px;">
<img src="./static/images/trailer_cmp.gif" style="margin-bottom: 80px;">
<!-- Abstract. -->
<div class="columns is-centered has-text-centered">

Expand Down Expand Up @@ -315,11 +315,11 @@ <h3 class="title is-3 has-text-centered mt-5">Scene Decomposition</h3>
</li>
</ul>
<div class="b-dics" style="font-weight: 600;">
<img src="./static/images/lego/out_0.gif" alt="Expert 0">
<img src="./static/images/lego/out_1.gif" alt="Expert 1">
<img src="./static/images/lego/out_2.gif" alt="Expert 2">
<img src="./static/images/lego/out_3.gif" alt="Expert 3">
<img src="./static/images/lego/out_4.gif" alt="Expert 4">
<img src="./static/images/lego/out_cmp_0.gif" alt="Expert 0">
<img src="./static/images/lego/out_cmp_1.gif" alt="Expert 1">
<img src="./static/images/lego/out_cmp_2.gif" alt="Expert 2">
<img src="./static/images/lego/out_cmp_3.gif" alt="Expert 3">
<img src="./static/images/lego/out_cmp_4.gif" alt="Expert 4">

</div>
</div>
Expand Down
Binary file removed docs/static/images/Screencast_20241008_221329.mp4
Binary file not shown.
Binary file added docs/static/images/chair/out_cmp_0.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/chair/out_cmp_1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/chair/out_cmp_2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/chair/out_cmp_3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/chair/out_cmp_4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/chair/palette_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/chair/palette_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/chair/palette_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/chair/palette_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/static/images/compress.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
scenes=("chair" "drums" "ficus" "hotdog" "lego" "materials" "mic" "ship")


for scene in "${scenes[@]}"; do
for i in {0..4}; do
# Crea una palette per ciascun file
echo $scene
ffmpeg -y -i "$scene/out_$i.gif" -vf "fps=10,scale=iw/2:ih/2,palettegen" "$scene/palette_$i.png"

# Usa la palette per ridurre i colori e comprimere ciascun file
ffmpeg -y -i "$scene/out_$i.gif" -i "$scene/palette_$i.png" -lavfi "fps=10,scale=iw/2:ih/2,paletteuse" -compression_level 10 "$scene/out_cmp_$i.gif"
done
done
Binary file added docs/static/images/drums/out_cmp_0.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/drums/out_cmp_1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/drums/out_cmp_2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/drums/out_cmp_3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/drums/out_cmp_4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/ficus/out_cmp_0.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/ficus/out_cmp_1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/ficus/out_cmp_2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/ficus/out_cmp_3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/ficus/out_cmp_4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/hotdog/out_cmp_0.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/hotdog/out_cmp_1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/hotdog/out_cmp_2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/hotdog/out_cmp_3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/hotdog/out_cmp_4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/lego/out_cmp_0.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/lego/out_cmp_1.gif
Binary file added docs/static/images/lego/out_cmp_2.gif
Binary file added docs/static/images/lego/out_cmp_3.gif
Binary file added docs/static/images/lego/out_cmp_4.gif
Binary file added docs/static/images/lego/output.gif
Binary file added docs/static/images/materials/out_cmp_0.gif
Binary file added docs/static/images/materials/out_cmp_1.gif
Binary file added docs/static/images/materials/out_cmp_2.gif
Binary file added docs/static/images/materials/out_cmp_3.gif
Binary file added docs/static/images/materials/out_cmp_4.gif
Binary file added docs/static/images/mic/out_cmp_0.gif
Binary file added docs/static/images/mic/out_cmp_1.gif
Binary file added docs/static/images/mic/out_cmp_2.gif
Binary file added docs/static/images/mic/out_cmp_3.gif
Binary file added docs/static/images/mic/out_cmp_4.gif
Binary file added docs/static/images/ship/out_cmp_0.gif
Binary file added docs/static/images/ship/out_cmp_1.gif
Binary file added docs/static/images/ship/out_cmp_2.gif
Binary file added docs/static/images/ship/out_cmp_3.gif
Binary file added docs/static/images/ship/out_cmp_4.gif
Binary file added docs/static/images/trailer_cmp.gif
12 changes: 6 additions & 6 deletions docs/static/js/event_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@ document.addEventListener('DOMContentLoaded', domReady);
}
switch (i) {
case 0:
image.src = image.src + '/out_0.gif';
image.src = image.src + '/out_cmp_0.gif';
break;
case 1:
image.src = image.src + '/out_1.gif';
image.src = image.src + '/out_cmp_1.gif';
break;
case 2:
image.src = image.src + '/out_2.gif';
image.src = image.src + '/out_cmp_2.gif';
break;
case 3:
image.src = image.src + '/out_3.gif';
image.src = image.src + '/out_cmp_3.gif';
break;
case 4:
image.src = image.src + '/out_4.gif';
image.src = image.src + '/out_cmp_4.gif';
break;
case 5:
image.src = image.src + '/out_5.gif';
image.src = image.src + '/out_cmp_5.gif';
break;
}
}
Expand Down

0 comments on commit 71cc09c

Please sign in to comment.