Last active
May 11, 2024 07:23
-
-
Save kwea123/6ef313d976c97c43d43d8e710572493c to your computer and use it in GitHub Desktop.
Script to interactively understand Fig. 4 in F2-NeRF (2d toy example with 2 cameras)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "cells": [ | |
| { | |
| "cell_type": "markdown", | |
| "id": "7e1fadc5", | |
| "metadata": {}, | |
| "source": [ | |
| "# Script to interactively understand Fig. 4 in F2-NeRF (2d toy example with 2 cameras)" | |
| ] | |
| }, | |
| { | |
| "cell_type": "markdown", | |
| "id": "bb1040b7", | |
| "metadata": {}, | |
| "source": [ | |
| "### Prepare inputs (grid points, camera intrinsics)" | |
| ] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "execution_count": 1, | |
| "id": "ad3ae4bc", | |
| "metadata": {}, | |
| "outputs": [ | |
| { | |
| "data": { | |
| "text/html": [ | |
| " <script type=\"text/javascript\">\n", | |
| " window.PlotlyConfig = {MathJaxConfig: 'local'};\n", | |
| " if (window.MathJax && window.MathJax.Hub && window.MathJax.Hub.Config) {window.MathJax.Hub.Config({SVG: {font: \"STIX-Web\"}});}\n", | |
| " if (typeof require !== 'undefined') {\n", | |
| " require.undef(\"plotly\");\n", | |
| " define('plotly', function(require, exports, module) {\n", | |
| " /**\n", | |
| "* plotly.js v2.20.0\n", | |
| "* Copyright 2012-2023, Plotly, Inc.\n", | |
| "* All rights reserved.\n", | |
| "* Licensed under the MIT license\n", | |
| "*/\n", | |
| "/*! For license information please see plotly.min.js.LICENSE.txt */\n", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment