Skip to content

Commit 5ec4591

Browse files
committed
update c3 + c4a
1 parent 27cf78d commit 5ec4591

23 files changed

+602
-692
lines changed

auto_build/BUILD.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
from auto_build.build_site import build_site
55

66
do_py2ipynb = 1
7-
do_ppt = 0
7+
do_ppt = 1
88
is_convert_ipynb_to_html = 1
99

1010
main_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
1111
dir_list = [
12-
"c_01_intro_to_CV_and_Python",
13-
"c_02a_basic_image_processing",
14-
"c_02b_filtering_and_resampling",
12+
# "c_01_intro_to_CV_and_Python",
13+
# "c_02a_basic_image_processing",
14+
# "c_02b_filtering_and_resampling",
1515
"c_03_edge_detection",
1616
"c_04a_curve_fitting",
17-
"c_04b_hough_transform",
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",

0 commit comments

Comments
 (0)