|
2 | 2 | "cells": [ |
3 | 3 | { |
4 | 4 | "cell_type": "code", |
5 | | - "execution_count": 1, |
| 5 | + "execution_count": 7, |
6 | 6 | "metadata": { |
7 | 7 | "scrolled": true |
8 | 8 | }, |
9 | | - "outputs": [ |
10 | | - { |
11 | | - "name": "stderr", |
12 | | - "output_type": "stream", |
13 | | - "text": [ |
14 | | - "C:\\Users\\kperry\\.conda\\envs\\deep-learning\\Lib\\site-packages\\dash\\_jupyter.py:30: DeprecationWarning: The `ipykernel.comm.Comm` class has been deprecated. Please use the `comm` module instead.For creating comms, use the function `from comm import create_comm`.\n", |
15 | | - " _dash_comm = Comm(target_name=\"dash\")\n" |
16 | | - ] |
17 | | - }, |
18 | | - { |
19 | | - "name": "stdout", |
20 | | - "output_type": "stream", |
21 | | - "text": [ |
22 | | - "Jupyter environment detected. Enabling Open3D WebVisualizer.\n", |
23 | | - "[Open3D INFO] WebRTC GUI backend enabled.\n", |
24 | | - "[Open3D INFO] WebRTCWindowSystem: HTTP handshake server disabled.\n" |
25 | | - ] |
26 | | - }, |
27 | | - { |
28 | | - "name": "stderr", |
29 | | - "output_type": "stream", |
30 | | - "text": [ |
31 | | - "C:\\Users\\kperry\\.conda\\envs\\deep-learning\\Lib\\site-packages\\geopandas\\_compat.py:7: DeprecationWarning: The 'shapely.geos' module is deprecated, and will be removed in a future version. All attributes of 'shapely.geos' are available directly from the top-level 'shapely' namespace (since shapely 2.0.0).\n", |
32 | | - " import shapely.geos\n", |
33 | | - "C:\\Users\\kperry\\.conda\\envs\\deep-learning\\Lib\\site-packages\\mmengine\\optim\\optimizer\\zero_optimizer.py:11: DeprecationWarning: `TorchScript` support for functional optimizers is deprecated and will be removed in a future PyTorch release. Consider using the `torch.compile` optimizer instead.\n", |
34 | | - " from torch.distributed.optim import \\\n" |
35 | | - ] |
36 | | - } |
37 | | - ], |
| 9 | + "outputs": [], |
38 | 10 | "source": [ |
39 | 11 | "import warnings\n", |
40 | 12 | "warnings.filterwarnings(action='once')\n", |
|
59 | 31 | }, |
60 | 32 | { |
61 | 33 | "cell_type": "code", |
62 | | - "execution_count": 2, |
| 34 | + "execution_count": 8, |
63 | 35 | "metadata": {}, |
64 | 36 | "outputs": [], |
65 | 37 | "source": [ |
|
92 | 64 | }, |
93 | 65 | { |
94 | 66 | "cell_type": "code", |
95 | | - "execution_count": 3, |
| 67 | + "execution_count": 9, |
96 | 68 | "metadata": {}, |
97 | 69 | "outputs": [ |
98 | 70 | { |
|
109 | 81 | "'C:\\\\Users\\\\kperry\\\\OneDrive - NLR\\\\Documents\\\\source\\\\repos\\\\Panel-Segmentation\\\\panel_segmentation\\\\models\\\\post_hurricane_model.pth'" |
110 | 82 | ] |
111 | 83 | }, |
112 | | - "execution_count": 3, |
| 84 | + "execution_count": 9, |
113 | 85 | "metadata": {}, |
114 | 86 | "output_type": "execute_result" |
115 | 87 | } |
|
135 | 107 | }, |
136 | 108 | { |
137 | 109 | "cell_type": "code", |
138 | | - "execution_count": 4, |
| 110 | + "execution_count": 10, |
139 | 111 | "metadata": {}, |
140 | 112 | "outputs": [], |
141 | 113 | "source": [ |
|
152 | 124 | }, |
153 | 125 | { |
154 | 126 | "cell_type": "code", |
155 | | - "execution_count": 5, |
| 127 | + "execution_count": 11, |
156 | 128 | "metadata": {}, |
157 | 129 | "outputs": [ |
158 | 130 | { |
159 | 131 | "name": "stderr", |
160 | 132 | "output_type": "stream", |
161 | 133 | "text": [ |
162 | | - "C:\\Users\\kperry\\.conda\\envs\\deep-learning\\Lib\\site-packages\\mmcv\\cnn\\bricks\\transformer.py:24: ImportWarning: ``MultiScaleDeformableAttention`` has been moved to ``mmcv.ops.multi_scale_deform_attn``, please change original path ``from mmcv.cnn.bricks.transformer import MultiScaleDeformableAttention`` to ``from mmcv.ops.multi_scale_deform_attn import MultiScaleDeformableAttention`` \n", |
163 | | - " warnings.warn(\n", |
164 | 134 | "C:\\Users\\kperry\\.conda\\envs\\deep-learning\\Lib\\site-packages\\mmdet\\apis\\inference.py:70: UserWarning: checkpoint is None, use COCO classes by default.\n", |
165 | 135 | " warnings.warn('checkpoint is None, use COCO classes by default.')\n", |
166 | 136 | "C:\\Users\\kperry\\.conda\\envs\\deep-learning\\Lib\\site-packages\\mmdet\\apis\\inference.py:70: UserWarning: checkpoint is None, use COCO classes by default.\n", |
167 | | - " warnings.warn('checkpoint is None, use COCO classes by default.')\n" |
| 137 | + " warnings.warn('checkpoint is None, use COCO classes by default.')\n", |
| 138 | + "C:\\Users\\kperry\\.conda\\envs\\deep-learning\\Lib\\site-packages\\mmengine\\utils\\manager.py:113: UserWarning: <class 'mmdet.visualization.local_visualizer.DetLocalVisualizer'> instance named of visualizer has been created, the method `get_instance` should not accept any other arguments\n", |
| 139 | + " warnings.warn(\n" |
168 | 140 | ] |
169 | 141 | } |
170 | 142 | ], |
|
195 | 167 | }, |
196 | 168 | { |
197 | 169 | "cell_type": "code", |
198 | | - "execution_count": 6, |
| 170 | + "execution_count": 12, |
199 | 171 | "metadata": {}, |
200 | 172 | "outputs": [ |
201 | 173 | { |
|
206 | 178 | " with torch.cuda.amp.autocast(enabled=False):\n", |
207 | 179 | "C:\\Users\\kperry\\.conda\\envs\\deep-learning\\Lib\\site-packages\\mmdet\\models\\backbones\\csp_darknet.py:118: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.\n", |
208 | 180 | " with torch.cuda.amp.autocast(enabled=False):\n", |
209 | | - "C:\\Users\\kperry\\.conda\\envs\\deep-learning\\Lib\\site-packages\\torch\\functional.py:534: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at C:\\cb\\pytorch_1000000000000\\work\\aten\\src\\ATen\\native\\TensorShape.cpp:3596.)\n", |
210 | | - " return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]\n", |
211 | 181 | "C:\\Users\\kperry\\.conda\\envs\\deep-learning\\Lib\\site-packages\\numpy\\_core\\fromnumeric.py:45: DeprecationWarning: __array_wrap__ must accept context and return_scalar arguments (positionally) in the future. (Deprecated NumPy 2.0)\n", |
212 | 182 | " return conv.wrap(result, to_scalar=False)\n" |
213 | 183 | ] |
|
0 commit comments