Skip to content

Commit

Permalink
Colab hotfix: forgot glob import (#952)
Browse files Browse the repository at this point in the history
Created using Colaboratory
  • Loading branch information
akristoffersen authored Nov 12, 2022
1 parent 6ea7dbf commit 57d56ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions colab/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/nerfstudio-project/nerfstudio/blob/alex%2Fstreamline_colab/colab/demo.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/nerfstudio-project/nerfstudio/blob/alex%2Frecord3d_colab_hotfix/colab/demo.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
Expand Down Expand Up @@ -63,7 +63,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
Expand Down Expand Up @@ -151,6 +151,7 @@
"#@markdown <h1> Downloading and Processing Data</h1>\n",
"#@markdown <h3>Pick the preset scene or upload your own images/video</h3>\n",
"import os\n",
"import glob\n",
"from google.colab import files\n",
"from IPython.core.display import display, HTML\n",
"\n",
Expand Down

0 comments on commit 57d56ef

Please sign in to comment.