Skip to content

Commit 27cf78d

Browse files
committed
new way to get images on google colab
1 parent 7a7d642 commit 27cf78d

File tree

71 files changed

+2432
-2474248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2432
-2474248
lines changed

auto_build/BUILD.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
from auto_build import file_converter
44
from auto_build.build_site import build_site
55

6-
do_py2ipynb = 0
7-
do_ppt = 1
8-
is_convert_ipynb_to_html = 0
6+
do_py2ipynb = 1
7+
do_ppt = 0
8+
is_convert_ipynb_to_html = 1
99

1010
main_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
1111
dir_list = [
1212
"c_01_intro_to_CV_and_Python",
1313
"c_02a_basic_image_processing",
1414
"c_02b_filtering_and_resampling",
1515
"c_03_edge_detection",
16-
# "c_04a_curve_fitting",
17-
# "c_04b_hough_transform",
16+
"c_04a_curve_fitting",
17+
"c_04b_hough_transform",
1818
# 'c_05_image_formation',
1919
# 'c_06_geometric_transformation',
20-
# 'c_07_camera_calibration',
21-
# "c_08_features",
20+
"c_07_camera_calibration",
21+
"c_08_features",
2222
# "c_09_stereo",
2323
# "c_10_neural_networks_basics",
2424
# "c_11_neural_networks_2",

auto_build/__init__.py

Whitespace-only changes.

c_01_intro_to_CV_and_Python/Matplotlib_tutorial.ipynb

+45-45
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"execution_count": 1,
2323
"metadata": {
2424
"execution": {
25-
"iopub.execute_input": "2022-11-06T21:43:54.385955Z",
26-
"iopub.status.busy": "2022-11-06T21:43:54.384951Z",
27-
"iopub.status.idle": "2022-11-06T21:43:55.230089Z",
28-
"shell.execute_reply": "2022-11-06T21:43:55.230089Z"
25+
"iopub.execute_input": "2024-01-09T12:33:24.477597Z",
26+
"iopub.status.busy": "2024-01-09T12:33:24.477597Z",
27+
"iopub.status.idle": "2024-01-09T12:33:25.668593Z",
28+
"shell.execute_reply": "2024-01-09T12:33:25.666611Z"
2929
}
3030
},
3131
"outputs": [],
@@ -58,10 +58,10 @@
5858
"execution_count": 2,
5959
"metadata": {
6060
"execution": {
61-
"iopub.execute_input": "2022-11-06T21:43:55.230089Z",
62-
"iopub.status.busy": "2022-11-06T21:43:55.230089Z",
63-
"iopub.status.idle": "2022-11-06T21:43:55.261476Z",
64-
"shell.execute_reply": "2022-11-06T21:43:55.261476Z"
61+
"iopub.execute_input": "2024-01-09T12:33:25.677552Z",
62+
"iopub.status.busy": "2024-01-09T12:33:25.677552Z",
63+
"iopub.status.idle": "2024-01-09T12:33:25.697576Z",
64+
"shell.execute_reply": "2024-01-09T12:33:25.696585Z"
6565
}
6666
},
6767
"outputs": [
@@ -98,10 +98,10 @@
9898
"execution_count": 3,
9999
"metadata": {
100100
"execution": {
101-
"iopub.execute_input": "2022-11-06T21:43:55.292775Z",
102-
"iopub.status.busy": "2022-11-06T21:43:55.292775Z",
103-
"iopub.status.idle": "2022-11-06T21:43:55.465279Z",
104-
"shell.execute_reply": "2022-11-06T21:43:55.464353Z"
101+
"iopub.execute_input": "2024-01-09T12:33:25.731544Z",
102+
"iopub.status.busy": "2024-01-09T12:33:25.731544Z",
103+
"iopub.status.idle": "2024-01-09T12:33:25.987279Z",
104+
"shell.execute_reply": "2024-01-09T12:33:25.985240Z"
105105
}
106106
},
107107
"outputs": [
@@ -137,10 +137,10 @@
137137
"execution_count": 4,
138138
"metadata": {
139139
"execution": {
140-
"iopub.execute_input": "2022-11-06T21:43:55.470280Z",
141-
"iopub.status.busy": "2022-11-06T21:43:55.470280Z",
142-
"iopub.status.idle": "2022-11-06T21:43:55.619874Z",
143-
"shell.execute_reply": "2022-11-06T21:43:55.619874Z"
140+
"iopub.execute_input": "2024-01-09T12:33:25.994269Z",
141+
"iopub.status.busy": "2024-01-09T12:33:25.994269Z",
142+
"iopub.status.idle": "2024-01-09T12:33:26.153070Z",
143+
"shell.execute_reply": "2024-01-09T12:33:26.150075Z"
144144
}
145145
},
146146
"outputs": [
@@ -188,10 +188,10 @@
188188
"execution_count": 5,
189189
"metadata": {
190190
"execution": {
191-
"iopub.execute_input": "2022-11-06T21:43:55.619874Z",
192-
"iopub.status.busy": "2022-11-06T21:43:55.619874Z",
193-
"iopub.status.idle": "2022-11-06T21:43:55.760949Z",
194-
"shell.execute_reply": "2022-11-06T21:43:55.760949Z"
191+
"iopub.execute_input": "2024-01-09T12:33:26.161107Z",
192+
"iopub.status.busy": "2024-01-09T12:33:26.161107Z",
193+
"iopub.status.idle": "2024-01-09T12:33:26.302266Z",
194+
"shell.execute_reply": "2024-01-09T12:33:26.300277Z"
195195
}
196196
},
197197
"outputs": [
@@ -233,10 +233,10 @@
233233
"execution_count": 6,
234234
"metadata": {
235235
"execution": {
236-
"iopub.execute_input": "2022-11-06T21:43:55.760949Z",
237-
"iopub.status.busy": "2022-11-06T21:43:55.760949Z",
238-
"iopub.status.idle": "2022-11-06T21:43:55.901599Z",
239-
"shell.execute_reply": "2022-11-06T21:43:55.901599Z"
236+
"iopub.execute_input": "2024-01-09T12:33:26.312263Z",
237+
"iopub.status.busy": "2024-01-09T12:33:26.312263Z",
238+
"iopub.status.idle": "2024-01-09T12:33:26.480948Z",
239+
"shell.execute_reply": "2024-01-09T12:33:26.479952Z"
240240
}
241241
},
242242
"outputs": [
@@ -277,10 +277,10 @@
277277
"execution_count": 7,
278278
"metadata": {
279279
"execution": {
280-
"iopub.execute_input": "2022-11-06T21:43:55.901599Z",
281-
"iopub.status.busy": "2022-11-06T21:43:55.901599Z",
282-
"iopub.status.idle": "2022-11-06T21:43:56.386016Z",
283-
"shell.execute_reply": "2022-11-06T21:43:56.386016Z"
280+
"iopub.execute_input": "2024-01-09T12:33:26.484950Z",
281+
"iopub.status.busy": "2024-01-09T12:33:26.484950Z",
282+
"iopub.status.idle": "2024-01-09T12:33:26.946287Z",
283+
"shell.execute_reply": "2024-01-09T12:33:26.945669Z"
284284
}
285285
},
286286
"outputs": [
@@ -319,10 +319,10 @@
319319
"execution_count": 8,
320320
"metadata": {
321321
"execution": {
322-
"iopub.execute_input": "2022-11-06T21:43:56.386016Z",
323-
"iopub.status.busy": "2022-11-06T21:43:56.386016Z",
324-
"iopub.status.idle": "2022-11-06T21:43:56.417982Z",
325-
"shell.execute_reply": "2022-11-06T21:43:56.417982Z"
322+
"iopub.execute_input": "2024-01-09T12:33:26.951314Z",
323+
"iopub.status.busy": "2024-01-09T12:33:26.950288Z",
324+
"iopub.status.idle": "2024-01-09T12:33:26.977098Z",
325+
"shell.execute_reply": "2024-01-09T12:33:26.976388Z"
326326
}
327327
},
328328
"outputs": [
@@ -349,10 +349,10 @@
349349
"execution_count": 9,
350350
"metadata": {
351351
"execution": {
352-
"iopub.execute_input": "2022-11-06T21:43:56.417982Z",
353-
"iopub.status.busy": "2022-11-06T21:43:56.417982Z",
354-
"iopub.status.idle": "2022-11-06T21:43:56.556818Z",
355-
"shell.execute_reply": "2022-11-06T21:43:56.556818Z"
352+
"iopub.execute_input": "2024-01-09T12:33:26.981137Z",
353+
"iopub.status.busy": "2024-01-09T12:33:26.981137Z",
354+
"iopub.status.idle": "2024-01-09T12:33:27.112128Z",
355+
"shell.execute_reply": "2024-01-09T12:33:27.111403Z"
356356
}
357357
},
358358
"outputs": [
@@ -389,10 +389,10 @@
389389
"execution_count": 10,
390390
"metadata": {
391391
"execution": {
392-
"iopub.execute_input": "2022-11-06T21:43:56.556818Z",
393-
"iopub.status.busy": "2022-11-06T21:43:56.556818Z",
394-
"iopub.status.idle": "2022-11-06T21:43:56.697459Z",
395-
"shell.execute_reply": "2022-11-06T21:43:56.697459Z"
392+
"iopub.execute_input": "2024-01-09T12:33:27.116094Z",
393+
"iopub.status.busy": "2024-01-09T12:33:27.116094Z",
394+
"iopub.status.idle": "2024-01-09T12:33:27.262097Z",
395+
"shell.execute_reply": "2024-01-09T12:33:27.261163Z"
396396
}
397397
},
398398
"outputs": [
@@ -431,18 +431,18 @@
431431
"execution_count": 11,
432432
"metadata": {
433433
"execution": {
434-
"iopub.execute_input": "2022-11-06T21:43:56.697459Z",
435-
"iopub.status.busy": "2022-11-06T21:43:56.697459Z",
436-
"iopub.status.idle": "2022-11-06T21:43:56.885290Z",
437-
"shell.execute_reply": "2022-11-06T21:43:56.885290Z"
434+
"iopub.execute_input": "2024-01-09T12:33:27.267111Z",
435+
"iopub.status.busy": "2024-01-09T12:33:27.266093Z",
436+
"iopub.status.idle": "2024-01-09T12:33:27.472397Z",
437+
"shell.execute_reply": "2024-01-09T12:33:27.471396Z"
438438
}
439439
},
440440
"outputs": [
441441
{
442442
"name": "stderr",
443443
"output_type": "stream",
444444
"text": [
445-
"C:\\Users\\chech\\AppData\\Local\\Temp\\ipykernel_18088\\2591972693.py:5: MatplotlibDeprecationWarning: Calling gca() with keyword arguments was deprecated in Matplotlib 3.4. Starting two minor releases later, gca() will take no keyword arguments. The gca() function should only be used to get the current axes, or if no axes exist, create new axes with default keyword arguments. To create a new axes with non-default arguments, use plt.axes() or plt.subplot().\n",
445+
"C:\\Users\\chech\\AppData\\Local\\Temp\\ipykernel_17712\\2591972693.py:5: MatplotlibDeprecationWarning: Calling gca() with keyword arguments was deprecated in Matplotlib 3.4. Starting two minor releases later, gca() will take no keyword arguments. The gca() function should only be used to get the current axes, or if no axes exist, create new axes with default keyword arguments. To create a new axes with non-default arguments, use plt.axes() or plt.subplot().\n",
446446
" ax = fig.gca(projection=\"3d\") # get current axis\n"
447447
]
448448
},

0 commit comments

Comments
 (0)