From a57467b9f46afb1b1e7d85ee4d679f036ed1a510 Mon Sep 17 00:00:00 2001 From: Danny Griffin <dgr@mit.edu> Date: Thu, 25 Apr 2024 10:06:52 -0400 Subject: [PATCH] update sketchfab embed --- topics/02_passive/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/topics/02_passive/index.md b/topics/02_passive/index.md index 5b806aa..3850c8a 100644 --- a/topics/02_passive/index.md +++ b/topics/02_passive/index.md @@ -178,8 +178,6 @@ The most efficient layout for lenslets is hexagonal packing, as it wastes the fe Forming an image from these cameras requires sampling one pixel from each micro lens to generate virtual viewpoints. The resulting "sub-aperture images" offer different perspectives with subtle shifts, presenting a challenge for depth estimation due to their minute disparities. -Depth estimation on Light Field data is an active domain. For now, algorithms are commonly tested on ideal, synthetic light fields such as this [dataset](https://lightfield-analysis.uni-konstanz.de/). Here is one example of point cloud obtained from a stereo[matching method](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8478503). +Depth estimation on Light Field data is an active domain. For now, algorithms are commonly tested on ideal, synthetic light fields such as this [dataset](https://lightfield-analysis.uni-konstanz.de/). Here is one example of point cloud obtained from a stereo [matching method](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8478503). -"https://sketchfab.com/models/b9edfdd28c154ecf995da7b8c6590da8/embed" - -<iframe title="4D light field - depth estimation" frameborder="0" allowfullscreen="" mozallowfullscreen="true" webkitallowfullscreen="true" allow="fullscreen; autoplay; vr" xr-spatial-tracking="" execution-while-out-of-viewport="" execution-while-not-rendered="" web-share="" src="https://sketchfab.com/models/b9edfdd28c154ecf995da7b8c6590da8/embed"> </iframe> +<div class="sketchfab-embed-wrapper"> <iframe title="4D light field - depth estimation" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width="640" height="480" src="https://sketchfab.com/models/b9edfdd28c154ecf995da7b8c6590da8/embed"> </iframe> <p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;"> <a href="https://sketchfab.com/3d-models/4d-light-field-depth-estimation-b9edfdd28c154ecf995da7b8c6590da8?utm_medium=embed&utm_campaign=share-popup&utm_content=b9edfdd28c154ecf995da7b8c6590da8" target="_blank" rel="nofollow" style="font-weight: bold; color: #1CAAD9;"> 4D light field - depth estimation </a> by <a href="https://sketchfab.com/pythonzen?utm_medium=embed&utm_campaign=share-popup&utm_content=b9edfdd28c154ecf995da7b8c6590da8" target="_blank" rel="nofollow" style="font-weight: bold; color: #1CAAD9;"> pythonzen </a> on <a href="https://sketchfab.com?utm_medium=embed&utm_campaign=share-popup&utm_content=b9edfdd28c154ecf995da7b8c6590da8" target="_blank" rel="nofollow" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a></p></div> -- GitLab