diff --git a/index.md b/index.md index d2a465f..d8e8587 100644 --- a/index.md +++ b/index.md @@ -12,6 +12,10 @@ background-image: linear-gradient(120deg, #9E5F7D, #A67794); width: 12.4rem; object-fit: fill; } +.main-content table { + width: fit-content; + margin: auto; +} .main-content table th, .main-content table td { padding: 0; } @@ -25,6 +29,21 @@ background-image: linear-gradient(120deg, #9E5F7D, #A67794); .main-content h2 { color: #78375F; } + +.main-content +.table_cell_video { + max-width: 20rem; + max-height: 25rem; +} + +.table_cell_video2 { + max-width: 24rem; + max-height: 25rem; +} + +.text-center { + text-align: center; +} @@ -44,197 +63,111 @@ Recently, several approaches have emerged for generating neural representations

Code
--> - +
+ + +
+ + +
+ + +### Continuous LOD LFN +
+ With continous LODs, transitions between levels of detail are gradual and only require streaming an additional row and column of weights per layer.
+ The following examples were rendered using our light field network with continuous levels of detail.
+ The first column shows transitions across levels of detail from a fixed viewpoint
+ The second column shows renders first at the highest level of detail and then at varying lower levels of detail. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Fixed Camera TransitionCamera Loop + Transition
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
-
--> + ## Citation (coming soon) +David Li, Brandon Y. Feng, and Amitabh Varshney. Continuous Levels of Detail for Light Field Networks. In 34th British Machine Vision Conference 2023 (BMVC 2023) --> diff --git a/resources/videos/loop_transition/datasetA.mp4 b/resources/videos/loop_transition/datasetA.mp4 new file mode 100644 index 0000000..0b81495 Binary files /dev/null and b/resources/videos/loop_transition/datasetA.mp4 differ diff --git a/resources/videos/loop_transition/datasetB.mp4 b/resources/videos/loop_transition/datasetB.mp4 new file mode 100644 index 0000000..d1af105 Binary files /dev/null and b/resources/videos/loop_transition/datasetB.mp4 differ diff --git a/resources/videos/loop_transition/datasetC.mp4 b/resources/videos/loop_transition/datasetC.mp4 new file mode 100644 index 0000000..5db4502 Binary files /dev/null and b/resources/videos/loop_transition/datasetC.mp4 differ diff --git a/resources/videos/loop_transition/datasetD.mp4 b/resources/videos/loop_transition/datasetD.mp4 new file mode 100644 index 0000000..0047a92 Binary files /dev/null and b/resources/videos/loop_transition/datasetD.mp4 differ diff --git a/resources/videos/loop_transition/datasetE.mp4 b/resources/videos/loop_transition/datasetE.mp4 new file mode 100644 index 0000000..2fabbcd Binary files /dev/null and b/resources/videos/loop_transition/datasetE.mp4 differ diff --git a/resources/videos/multiscale_lfn/datasetA.gif b/resources/videos/multiscale_lfn/datasetA.gif new file mode 100644 index 0000000..5a3b5ca Binary files /dev/null and b/resources/videos/multiscale_lfn/datasetA.gif differ diff --git a/resources/videos/multiscale_lfn/datasetB.gif b/resources/videos/multiscale_lfn/datasetB.gif new file mode 100644 index 0000000..456bef3 Binary files /dev/null and b/resources/videos/multiscale_lfn/datasetB.gif differ diff --git a/resources/videos/multiscale_lfn/datasetC.gif b/resources/videos/multiscale_lfn/datasetC.gif new file mode 100644 index 0000000..57539bb Binary files /dev/null and b/resources/videos/multiscale_lfn/datasetC.gif differ diff --git a/resources/videos/multiscale_lfn/datasetD.gif b/resources/videos/multiscale_lfn/datasetD.gif new file mode 100644 index 0000000..ab9bc4e Binary files /dev/null and b/resources/videos/multiscale_lfn/datasetD.gif differ diff --git a/resources/videos/multiscale_lfn/datasetE.gif b/resources/videos/multiscale_lfn/datasetE.gif new file mode 100644 index 0000000..4f25762 Binary files /dev/null and b/resources/videos/multiscale_lfn/datasetE.gif differ diff --git a/resources/videos/transitions/datasetA.mp4 b/resources/videos/transitions/datasetA.mp4 new file mode 100644 index 0000000..20f8748 Binary files /dev/null and b/resources/videos/transitions/datasetA.mp4 differ diff --git a/resources/videos/transitions/datasetB.mp4 b/resources/videos/transitions/datasetB.mp4 new file mode 100644 index 0000000..cdf5ef8 Binary files /dev/null and b/resources/videos/transitions/datasetB.mp4 differ diff --git a/resources/videos/transitions/datasetC.mp4 b/resources/videos/transitions/datasetC.mp4 new file mode 100644 index 0000000..cf1f123 Binary files /dev/null and b/resources/videos/transitions/datasetC.mp4 differ diff --git a/resources/videos/transitions/datasetD.mp4 b/resources/videos/transitions/datasetD.mp4 new file mode 100644 index 0000000..fb193d1 Binary files /dev/null and b/resources/videos/transitions/datasetD.mp4 differ diff --git a/resources/videos/transitions/datasetE.mp4 b/resources/videos/transitions/datasetE.mp4 new file mode 100644 index 0000000..c2702a8 Binary files /dev/null and b/resources/videos/transitions/datasetE.mp4 differ