Skip to content

Commit ce28983

Browse files
committed
nnow?
1 parent 8f0d3a6 commit ce28983

13 files changed

Lines changed: 27 additions & 14 deletions

nbs/data_augmentation_mosiac.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"outputs": [],
9292
"source": [
9393
"import kornia as K\n",
94+
"import kornia.utils\n",
9495
"import torch\n",
9596
"from matplotlib import pyplot as plt\n",
9697
"\n",
@@ -199,4 +200,4 @@
199200
},
200201
"nbformat": 4,
201202
"nbformat_minor": 4
202-
}
203+
}

nbs/filtering_edges.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"source": [
8484
"import cv2\n",
8585
"import kornia as K\n",
86+
"import kornia.utils\n",
8687
"import numpy as np\n",
8788
"import torch\n",
8889
"import torchvision\n",
@@ -357,4 +358,4 @@
357358
},
358359
"nbformat": 4,
359360
"nbformat_minor": 4
360-
}
361+
}

nbs/filtering_operators.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"outputs": [],
8484
"source": [
8585
"import kornia as K\n",
86+
"import kornia.utils\n",
8687
"import torch\n",
8788
"import torchvision\n",
8889
"from matplotlib import pyplot as plt"
@@ -322,4 +323,4 @@
322323
},
323324
"nbformat": 4,
324325
"nbformat_minor": 0
325-
}
326+
}

nbs/geometric_transforms.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
"%matplotlib inline\n",
134134
"import cv2\n",
135135
"import kornia as K\n",
136+
"import kornia.utils\n",
136137
"import matplotlib.pyplot as plt\n",
137138
"import numpy as np\n",
138139
"import torch\n",
@@ -476,7 +477,7 @@
476477
"cell_type": "markdown",
477478
"metadata": {},
478479
"source": [
479-
"**“Wait a minute, Doc. Are you telling me you built a time machine...out of a PyTorch?** - *Marty McFLy*"
480+
"**\u201cWait a minute, Doc. Are you telling me you built a time machine...out of a PyTorch?\u201d** - *Marty McFLy*"
480481
]
481482
},
482483
{
@@ -582,4 +583,4 @@
582583
},
583584
"nbformat": 4,
584585
"nbformat_minor": 1
585-
}
586+
}

nbs/homography.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"from typing import List\n",
9292
"\n",
9393
"import kornia as K\n",
94+
"import kornia.utils\n",
9495
"import matplotlib.pyplot as plt\n",
9596
"import numpy as np\n",
9697
"import torch\n",
@@ -547,4 +548,4 @@
547548
},
548549
"nbformat": 4,
549550
"nbformat_minor": 1
550-
}
551+
}

nbs/image_enhancement.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"outputs": [],
7979
"source": [
8080
"import kornia as K\n",
81+
"import kornia.utils\n",
8182
"import numpy as np\n",
8283
"import torch\n",
8384
"import torchvision\n",
@@ -301,4 +302,4 @@
301302
},
302303
"nbformat": 4,
303304
"nbformat_minor": 0
304-
}
305+
}

nbs/image_histogram.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"\n",
100100
"import cv2\n",
101101
"import kornia as K\n",
102+
"import kornia.utils\n",
102103
"import numpy as np\n",
103104
"import torch\n",
104105
"import torchvision\n",
@@ -810,4 +811,4 @@
810811
},
811812
"nbformat": 4,
812813
"nbformat_minor": 0
813-
}
814+
}

nbs/image_matching_adalam.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
"import cv2\n",
119119
"import kornia as K\n",
120120
"import kornia.feature as KF\n",
121+
"import kornia.utils\n",
121122
"import matplotlib.pyplot as plt\n",
122123
"import numpy as np\n",
123124
"import torch\n",
@@ -260,4 +261,4 @@
260261
},
261262
"nbformat": 4,
262263
"nbformat_minor": 1
263-
}
264+
}

nbs/image_matching_disk.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
"import cv2\n",
126126
"import kornia as K\n",
127127
"import kornia.feature as KF\n",
128+
"import kornia.utils\n",
128129
"import matplotlib.pyplot as plt\n",
129130
"import numpy as np\n",
130131
"import torch\n",
@@ -273,4 +274,4 @@
273274
},
274275
"nbformat": 4,
275276
"nbformat_minor": 1
276-
}
277+
}

nbs/image_matching_lightglue.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"import cv2\n",
125125
"import kornia as K\n",
126126
"import kornia.feature as KF\n",
127+
"import kornia.utils\n",
127128
"import matplotlib.pyplot as plt\n",
128129
"import numpy as np\n",
129130
"import torch\n",
@@ -308,4 +309,4 @@
308309
},
309310
"nbformat": 4,
310311
"nbformat_minor": 1
311-
}
312+
}

0 commit comments

Comments
 (0)