Skip to content

Instantly share code, notes, and snippets.

@kwea123
Last active May 11, 2024 07:23
Show Gist options
  • Select an option

  • Save kwea123/6ef313d976c97c43d43d8e710572493c to your computer and use it in GitHub Desktop.

Select an option

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)
Display the source blob
Display the rendered blob
Raw
{
"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