File tree 3 files changed +3
-4
lines changed
c_01_intro_to_CV_and_Python/ex1
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
main_path = os .path .dirname (os .path .dirname (os .path .realpath (__file__ )))
11
11
dir_list = [
12
- # "c_01_intro_to_CV_and_Python",
12
+ "c_01_intro_to_CV_and_Python" ,
13
13
# "c_02a_basic_image_processing",
14
14
# "c_02b_filtering_and_resampling",
15
15
# "c_03_edge_detection",
18
18
# "c_05_image_formation",
19
19
# "c_06_geometric_transformation",
20
20
# "c_07_camera_calibration",
21
- "c_08_features" ,
21
+ # "c_08_features",
22
22
# "c_09_stereo",
23
23
# "c_10_neural_networks_basics",
24
24
# "c_11_neural_networks_2",
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ def pyramid_case(in_word):
11
11
12
12
13
13
def pyramid_case_one_liner (in_word ):
14
- # TODO: ~~~BONUS~~~
15
- # return the pyramid case word in one line of code inside the function.
14
+ # TODO: return the pyramid case word in one line of code inside the function.
16
15
# DO NOT USE ";" IN YOUR CODE.
17
16
pass
18
17
You can’t perform that action at this time.
0 commit comments