Skip to content

Commit

Permalink
add all buttons needed
Browse files Browse the repository at this point in the history
  • Loading branch information
IrvingF7 committed Oct 7, 2024
1 parent 6adabf0 commit 253b5d6
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 18 deletions.
42 changes: 24 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,12 @@ <h2 class="title is-3">More Visualizations</h2>
<center>
<button class="btn" id="black_9_button" onclick="switchSlider('black_9')">Black Bunny (9 Views)</button>
<button class="btn" id="black_5_button" onclick="switchSlider('black_5')">Black Bunny (5 Views)</button>
<button class="btn" id="reflective_9_button" onclick="switchSlider('reflective_9')">Reflective Bunny (9 Views)</button>
<button class="btn" id="reflective_5_button" onclick="switchSlider('reflective_5')">Reflective Bunny (5 Views)</button>
<button class="btn" id="transparent_9_button" onclick="switchSlider('transparent_9')">Transparent Bunny (9 Views)</button>
<button class="btn" id="transparent_5_button" onclick="switchSlider('transparent_5')">Transparent Bunny (5 Views)</button>
<button class="btn" id="coke_9_button" onclick="switchSlider('coke_9')">Coke Bottle (9 Views)</button>
<button class="btn" id="coke_5_button" onclick="switchSlider('coke_5')">Coke Bottle (5 Views)</button>
<br>
<br>
</center>
Expand Down Expand Up @@ -535,12 +541,12 @@ <h2>Novel View Synthesis (Normal)</h2>
elementId: '#black_9_object',
images: [
{
src: './static/images/FS_trans_obj_7.jpg',
src: './static/images/sliders/black_bunny/9_view/FS_black_RGB_13.jpg',
label: 'FusionSense',
},
{
src: './static/images/GO_trans_obj_7.png',
label: 'GaussianObject',
src: './static/images/sliders/black_bunny/9_view/GT_black_RGB_13.png',
label: 'Ground Truth',
}
],
options: sliderOptions // Reference the same or a different options object
Expand All @@ -549,11 +555,11 @@ <h2>Novel View Synthesis (Normal)</h2>
elementId: '#black_9_depth',
images: [
{
src: './static/images/FS_trans_depth_0.png',
src: './static/images/sliders/black_bunny/9_view/FS_black_depth_13.jpg',
label: 'FusionSense',
},
{
src: './static/images/DN_trans_depth_0.png',
src: './static/images/sliders/black_bunny/9_view/DN_black_depth_13.jpg',
label: 'DN-Splatter',
}
],
Expand All @@ -563,28 +569,28 @@ <h2>Novel View Synthesis (Normal)</h2>
elementId: '#black_9_normal',
images: [
{
src: './static/images/FS_trans_normal_22.png',
src: './static/images/sliders/black_bunny/9_view/FS_black_normal_13.jpg',
label: 'FusionSense',
},
{
src: './static/images/DN_trans_normal_22.png',
src: './static/images/sliders/black_bunny/9_view/DN_black_normal_13.jpg',
label: 'DN-Splatter',
}
],
options: sliderOptions // Reference the same or a different options object
}
],
black_5:
black_5:
[
{
elementId: '#black_5_rgb',
images: [
{
src: './static/images/FS_trans_RGB_22.png',
src: './static/images/sliders/black_bunny/5_view/FS_black_RGB_3.jpg',
label: 'FusionSense',
},
{
src: './static/images/DN_trans_RGB_22.png',
src: './static/images/sliders/black_bunny/5_view/DN_black_RGB_3.jpg',
label: 'DN-Splatter',
}
],
Expand All @@ -594,12 +600,12 @@ <h2>Novel View Synthesis (Normal)</h2>
elementId: '#black_5_object',
images: [
{
src: './static/images/FS_trans_obj_7.jpg',
src: './static/images/sliders/black_bunny/5_view/FS_black_RGB_2.jpg',
label: 'FusionSense',
},
{
src: './static/images/GO_trans_obj_7.png',
label: 'GaussianObject',
src: './static/images/sliders/black_bunny/5_view/GT_black_RGB_2.png',
label: 'Ground Truth',
}
],
options: sliderOptions // Reference the same or a different options object
Expand All @@ -608,11 +614,11 @@ <h2>Novel View Synthesis (Normal)</h2>
elementId: '#black_5_depth',
images: [
{
src: './static/images/FS_trans_depth_0.png',
src: './static/images/sliders/black_bunny/5_view/FS_black_depth_3.jpg',
label: 'FusionSense',
},
{
src: './static/images/DN_trans_depth_0.png',
src: './static/images/sliders/black_bunny/5_view/DN_black_depth_3.jpg',
label: 'DN-Splatter',
}
],
Expand All @@ -622,17 +628,17 @@ <h2>Novel View Synthesis (Normal)</h2>
elementId: '#black_5_normal',
images: [
{
src: './static/images/FS_trans_normal_22.png',
src: './static/images/sliders/black_bunny/5_view/FS_black_normal_3.jpg',
label: 'FusionSense',
},
{
src: './static/images/DN_trans_normal_22.png',
src: './static/images/sliders/black_bunny/5_view/DN_black_normal_3.jpg',
label: 'DN-Splatter',
}
],
options: sliderOptions // Reference the same or a different options object
}
]
],
};


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 253b5d6

Please sign in to comment.