File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 "\n",
4141 "warnings.filterwarnings(\"ignore\")\n",
4242 "\n",
43- "%load_ext autoreload\n",
44- "%autoreload 2\n",
4543 "%matplotlib inline"
4644 ]
4745 },
6664 },
6765 {
6866 "cell_type": "code",
69- "execution_count": 67 ,
67+ "execution_count": null ,
7068 "metadata": {},
7169 "outputs": [
7270 {
121119 }
122120 ],
123121 "source": [
124- "asset_dir = Path(\"assets/example_pairs\")\n",
122+ "asset_dir = Path(\"vismatch/ assets/example_pairs\")\n",
125123 "pairs = list(asset_dir.iterdir())\n",
126124 "image_size = 512\n",
127125 "for pair in pairs:\n",
199197 }
200198 ],
201199 "source": [
202- "asset_dir = Path(\"assets/example_pairs\")\n",
200+ "asset_dir = Path(\"vismatch/ assets/example_pairs\")\n",
203201 "pairs = list(asset_dir.iterdir())\n",
204202 "image_size = 512\n",
205203 "for pair in pairs:\n",
You can’t perform that action at this time.
0 commit comments