diff --git a/frame_extraction.py b/frame_extraction.py index 956a452..6596921 100644 --- a/frame_extraction.py +++ b/frame_extraction.py @@ -1,4 +1,3 @@ -############ # frame extraction # # Task: @@ -16,4 +15,21 @@ # Author: Thomas Périn # Date: 17/02/2023 # +# Note: check video name when extracting a new one ############ + +import cv2 + +#Select video by name +vidcap = cv2.VideoCapture('face_video.mp4') +success,image = vidcap.read() + +#Counter to number the images +count = 0 + +#Extraction loop for all images +while success: + cv2.imwrite("img%d.png" % count, image) # save frame as JPEG file + success,image = vidcap.read() + print('Read a new frame: ', success) + count += 1 \ No newline at end of file diff --git a/img0.png b/img0.png new file mode 100644 index 0000000..661ea2a Binary files /dev/null and b/img0.png differ diff --git a/img1.png b/img1.png new file mode 100644 index 0000000..e4a9f95 Binary files /dev/null and b/img1.png differ diff --git a/img10.png b/img10.png new file mode 100644 index 0000000..c3710a2 Binary files /dev/null and b/img10.png differ diff --git a/img100.png b/img100.png new file mode 100644 index 0000000..73a4fa8 Binary files /dev/null and b/img100.png differ diff --git a/img101.png b/img101.png new file mode 100644 index 0000000..f676eae Binary files /dev/null and b/img101.png differ diff --git a/img102.png b/img102.png new file mode 100644 index 0000000..bd9bb63 Binary files /dev/null and b/img102.png differ diff --git a/img103.png b/img103.png new file mode 100644 index 0000000..5c2e397 Binary files /dev/null and b/img103.png differ diff --git a/img104.png b/img104.png new file mode 100644 index 0000000..bdc436b Binary files /dev/null and b/img104.png differ diff --git a/img105.png b/img105.png new file mode 100644 index 0000000..bf80e31 Binary files /dev/null and b/img105.png differ diff --git a/img106.png b/img106.png new file mode 100644 index 0000000..cb36d95 Binary files /dev/null and b/img106.png differ diff --git a/img107.png b/img107.png new file mode 100644 index 0000000..dcf63cd Binary files /dev/null and b/img107.png differ diff --git a/img108.png b/img108.png new file mode 100644 index 0000000..166b159 Binary files /dev/null and b/img108.png differ diff --git a/img109.png b/img109.png new file mode 100644 index 0000000..56b5864 Binary files /dev/null and b/img109.png differ diff --git a/img11.png b/img11.png new file mode 100644 index 0000000..89805ee Binary files /dev/null and b/img11.png differ diff --git a/img110.png b/img110.png new file mode 100644 index 0000000..80f0880 Binary files /dev/null and b/img110.png differ diff --git a/img111.png b/img111.png new file mode 100644 index 0000000..c7bfe17 Binary files /dev/null and b/img111.png differ diff --git a/img112.png b/img112.png new file mode 100644 index 0000000..d23a5af Binary files /dev/null and b/img112.png differ diff --git a/img113.png b/img113.png new file mode 100644 index 0000000..4753dd4 Binary files /dev/null and b/img113.png differ diff --git a/img114.png b/img114.png new file mode 100644 index 0000000..28addf1 Binary files /dev/null and b/img114.png differ diff --git a/img115.png b/img115.png new file mode 100644 index 0000000..3bd7c84 Binary files /dev/null and b/img115.png differ diff --git a/img116.png b/img116.png new file mode 100644 index 0000000..ffcb9e0 Binary files /dev/null and b/img116.png differ diff --git a/img117.png b/img117.png new file mode 100644 index 0000000..3885fff Binary files /dev/null and b/img117.png differ diff --git a/img118.png b/img118.png new file mode 100644 index 0000000..a1d02a1 Binary files /dev/null and b/img118.png differ diff --git a/img119.png b/img119.png new file mode 100644 index 0000000..eb5cb39 Binary files /dev/null and b/img119.png differ diff --git a/img12.png b/img12.png new file mode 100644 index 0000000..dcf55bd Binary files /dev/null and b/img12.png differ diff --git a/img120.png b/img120.png new file mode 100644 index 0000000..9c0d71a Binary files /dev/null and b/img120.png differ diff --git a/img121.png b/img121.png new file mode 100644 index 0000000..77abc5d Binary files /dev/null and b/img121.png differ diff --git a/img122.png b/img122.png new file mode 100644 index 0000000..9b6965b Binary files /dev/null and b/img122.png differ diff --git a/img123.png b/img123.png new file mode 100644 index 0000000..cab92b7 Binary files /dev/null and b/img123.png differ diff --git a/img124.png b/img124.png new file mode 100644 index 0000000..79fb027 Binary files /dev/null and b/img124.png differ diff --git a/img125.png b/img125.png new file mode 100644 index 0000000..5451f93 Binary files /dev/null and b/img125.png differ diff --git a/img126.png b/img126.png new file mode 100644 index 0000000..3ae732a Binary files /dev/null and b/img126.png differ diff --git a/img127.png b/img127.png new file mode 100644 index 0000000..00d2da7 Binary files /dev/null and b/img127.png differ diff --git a/img128.png b/img128.png new file mode 100644 index 0000000..225443c Binary files /dev/null and b/img128.png differ diff --git a/img129.png b/img129.png new file mode 100644 index 0000000..4c69479 Binary files /dev/null and b/img129.png differ diff --git a/img13.png b/img13.png new file mode 100644 index 0000000..ba3e2bf Binary files /dev/null and b/img13.png differ diff --git a/img130.png b/img130.png new file mode 100644 index 0000000..f5809a4 Binary files /dev/null and b/img130.png differ diff --git a/img131.png b/img131.png new file mode 100644 index 0000000..f510899 Binary files /dev/null and b/img131.png differ diff --git a/img132.png b/img132.png new file mode 100644 index 0000000..97da3b7 Binary files /dev/null and b/img132.png differ diff --git a/img133.png b/img133.png new file mode 100644 index 0000000..24fc2cc Binary files /dev/null and b/img133.png differ diff --git a/img134.png b/img134.png new file mode 100644 index 0000000..1754f7b Binary files /dev/null and b/img134.png differ diff --git a/img135.png b/img135.png new file mode 100644 index 0000000..dbd79bf Binary files /dev/null and b/img135.png differ diff --git a/img136.png b/img136.png new file mode 100644 index 0000000..fa5f148 Binary files /dev/null and b/img136.png differ diff --git a/img137.png b/img137.png new file mode 100644 index 0000000..d8d2915 Binary files /dev/null and b/img137.png differ diff --git a/img138.png b/img138.png new file mode 100644 index 0000000..b16f2d2 Binary files /dev/null and b/img138.png differ diff --git a/img139.png b/img139.png new file mode 100644 index 0000000..a995da9 Binary files /dev/null and b/img139.png differ diff --git a/img14.png b/img14.png new file mode 100644 index 0000000..2c317c6 Binary files /dev/null and b/img14.png differ diff --git a/img140.png b/img140.png new file mode 100644 index 0000000..ee93591 Binary files /dev/null and b/img140.png differ diff --git a/img141.png b/img141.png new file mode 100644 index 0000000..ab99ef5 Binary files /dev/null and b/img141.png differ diff --git a/img142.png b/img142.png new file mode 100644 index 0000000..2daa878 Binary files /dev/null and b/img142.png differ diff --git a/img143.png b/img143.png new file mode 100644 index 0000000..897b951 Binary files /dev/null and b/img143.png differ diff --git a/img144.png b/img144.png new file mode 100644 index 0000000..37920ab Binary files /dev/null and b/img144.png differ diff --git a/img145.png b/img145.png new file mode 100644 index 0000000..4d42c67 Binary files /dev/null and b/img145.png differ diff --git a/img146.png b/img146.png new file mode 100644 index 0000000..4b8330f Binary files /dev/null and b/img146.png differ diff --git a/img147.png b/img147.png new file mode 100644 index 0000000..06101b6 Binary files /dev/null and b/img147.png differ diff --git a/img148.png b/img148.png new file mode 100644 index 0000000..7f08f4b Binary files /dev/null and b/img148.png differ diff --git a/img149.png b/img149.png new file mode 100644 index 0000000..bd782c8 Binary files /dev/null and b/img149.png differ diff --git a/img15.png b/img15.png new file mode 100644 index 0000000..f01e3f1 Binary files /dev/null and b/img15.png differ diff --git a/img150.png b/img150.png new file mode 100644 index 0000000..3b7c990 Binary files /dev/null and b/img150.png differ diff --git a/img151.png b/img151.png new file mode 100644 index 0000000..004dab5 Binary files /dev/null and b/img151.png differ diff --git a/img152.png b/img152.png new file mode 100644 index 0000000..1355999 Binary files /dev/null and b/img152.png differ diff --git a/img153.png b/img153.png new file mode 100644 index 0000000..9491359 Binary files /dev/null and b/img153.png differ diff --git a/img154.png b/img154.png new file mode 100644 index 0000000..6cbbe16 Binary files /dev/null and b/img154.png differ diff --git a/img155.png b/img155.png new file mode 100644 index 0000000..31a321f Binary files /dev/null and b/img155.png differ diff --git a/img156.png b/img156.png new file mode 100644 index 0000000..1cef10d Binary files /dev/null and b/img156.png differ diff --git a/img157.png b/img157.png new file mode 100644 index 0000000..5a7cdde Binary files /dev/null and b/img157.png differ diff --git a/img158.png b/img158.png new file mode 100644 index 0000000..d39826f Binary files /dev/null and b/img158.png differ diff --git a/img159.png b/img159.png new file mode 100644 index 0000000..aa0d4fa Binary files /dev/null and b/img159.png differ diff --git a/img16.png b/img16.png new file mode 100644 index 0000000..32da2ce Binary files /dev/null and b/img16.png differ diff --git a/img160.png b/img160.png new file mode 100644 index 0000000..1ea3ced Binary files /dev/null and b/img160.png differ diff --git a/img161.png b/img161.png new file mode 100644 index 0000000..57da4d2 Binary files /dev/null and b/img161.png differ diff --git a/img162.png b/img162.png new file mode 100644 index 0000000..08dd36e Binary files /dev/null and b/img162.png differ diff --git a/img163.png b/img163.png new file mode 100644 index 0000000..4cb0cd1 Binary files /dev/null and b/img163.png differ diff --git a/img164.png b/img164.png new file mode 100644 index 0000000..e3bf441 Binary files /dev/null and b/img164.png differ diff --git a/img165.png b/img165.png new file mode 100644 index 0000000..a1ea61c Binary files /dev/null and b/img165.png differ diff --git a/img166.png b/img166.png new file mode 100644 index 0000000..26f22ca Binary files /dev/null and b/img166.png differ diff --git a/img167.png b/img167.png new file mode 100644 index 0000000..b491a85 Binary files /dev/null and b/img167.png differ diff --git a/img168.png b/img168.png new file mode 100644 index 0000000..2ad8f14 Binary files /dev/null and b/img168.png differ diff --git a/img169.png b/img169.png new file mode 100644 index 0000000..0ec33c4 Binary files /dev/null and b/img169.png differ diff --git a/img17.png b/img17.png new file mode 100644 index 0000000..480be35 Binary files /dev/null and b/img17.png differ diff --git a/img170.png b/img170.png new file mode 100644 index 0000000..be481af Binary files /dev/null and b/img170.png differ diff --git a/img171.png b/img171.png new file mode 100644 index 0000000..c337eb5 Binary files /dev/null and b/img171.png differ diff --git a/img172.png b/img172.png new file mode 100644 index 0000000..e814be1 Binary files /dev/null and b/img172.png differ diff --git a/img173.png b/img173.png new file mode 100644 index 0000000..b5eecbb Binary files /dev/null and b/img173.png differ diff --git a/img174.png b/img174.png new file mode 100644 index 0000000..7053ae1 Binary files /dev/null and b/img174.png differ diff --git a/img175.png b/img175.png new file mode 100644 index 0000000..d747e4a Binary files /dev/null and b/img175.png differ diff --git a/img176.png b/img176.png new file mode 100644 index 0000000..d88c44a Binary files /dev/null and b/img176.png differ diff --git a/img177.png b/img177.png new file mode 100644 index 0000000..b900166 Binary files /dev/null and b/img177.png differ diff --git a/img178.png b/img178.png new file mode 100644 index 0000000..829e4ed Binary files /dev/null and b/img178.png differ diff --git a/img179.png b/img179.png new file mode 100644 index 0000000..b7f3b59 Binary files /dev/null and b/img179.png differ diff --git a/img18.png b/img18.png new file mode 100644 index 0000000..fbd2f35 Binary files /dev/null and b/img18.png differ diff --git a/img180.png b/img180.png new file mode 100644 index 0000000..257e01f Binary files /dev/null and b/img180.png differ diff --git a/img181.png b/img181.png new file mode 100644 index 0000000..ea44c7c Binary files /dev/null and b/img181.png differ diff --git a/img182.png b/img182.png new file mode 100644 index 0000000..3afa912 Binary files /dev/null and b/img182.png differ diff --git a/img183.png b/img183.png new file mode 100644 index 0000000..0e3f3eb Binary files /dev/null and b/img183.png differ diff --git a/img184.png b/img184.png new file mode 100644 index 0000000..9679d0c Binary files /dev/null and b/img184.png differ diff --git a/img185.png b/img185.png new file mode 100644 index 0000000..0b22d20 Binary files /dev/null and b/img185.png differ diff --git a/img186.png b/img186.png new file mode 100644 index 0000000..008fd89 Binary files /dev/null and b/img186.png differ diff --git a/img187.png b/img187.png new file mode 100644 index 0000000..914bd6b Binary files /dev/null and b/img187.png differ diff --git a/img188.png b/img188.png new file mode 100644 index 0000000..1550e70 Binary files /dev/null and b/img188.png differ diff --git a/img189.png b/img189.png new file mode 100644 index 0000000..1c00c9f Binary files /dev/null and b/img189.png differ diff --git a/img19.png b/img19.png new file mode 100644 index 0000000..1db9246 Binary files /dev/null and b/img19.png differ diff --git a/img190.png b/img190.png new file mode 100644 index 0000000..314a8f8 Binary files /dev/null and b/img190.png differ diff --git a/img191.png b/img191.png new file mode 100644 index 0000000..8b14c97 Binary files /dev/null and b/img191.png differ diff --git a/img192.png b/img192.png new file mode 100644 index 0000000..bd7e895 Binary files /dev/null and b/img192.png differ diff --git a/img193.png b/img193.png new file mode 100644 index 0000000..8435daa Binary files /dev/null and b/img193.png differ diff --git a/img194.png b/img194.png new file mode 100644 index 0000000..5c1eedf Binary files /dev/null and b/img194.png differ diff --git a/img195.png b/img195.png new file mode 100644 index 0000000..2408539 Binary files /dev/null and b/img195.png differ diff --git a/img196.png b/img196.png new file mode 100644 index 0000000..221e8b6 Binary files /dev/null and b/img196.png differ diff --git a/img197.png b/img197.png new file mode 100644 index 0000000..0411743 Binary files /dev/null and b/img197.png differ diff --git a/img198.png b/img198.png new file mode 100644 index 0000000..b6e0901 Binary files /dev/null and b/img198.png differ diff --git a/img199.png b/img199.png new file mode 100644 index 0000000..f47f9dd Binary files /dev/null and b/img199.png differ diff --git a/img2.png b/img2.png new file mode 100644 index 0000000..4202ea4 Binary files /dev/null and b/img2.png differ diff --git a/img20.png b/img20.png new file mode 100644 index 0000000..5f6379c Binary files /dev/null and b/img20.png differ diff --git a/img200.png b/img200.png new file mode 100644 index 0000000..5da238f Binary files /dev/null and b/img200.png differ diff --git a/img201.png b/img201.png new file mode 100644 index 0000000..c41f541 Binary files /dev/null and b/img201.png differ diff --git a/img202.png b/img202.png new file mode 100644 index 0000000..f1275fc Binary files /dev/null and b/img202.png differ diff --git a/img203.png b/img203.png new file mode 100644 index 0000000..6e1270f Binary files /dev/null and b/img203.png differ diff --git a/img204.png b/img204.png new file mode 100644 index 0000000..a221111 Binary files /dev/null and b/img204.png differ diff --git a/img205.png b/img205.png new file mode 100644 index 0000000..a8fe394 Binary files /dev/null and b/img205.png differ diff --git a/img206.png b/img206.png new file mode 100644 index 0000000..0b9584b Binary files /dev/null and b/img206.png differ diff --git a/img207.png b/img207.png new file mode 100644 index 0000000..56c617f Binary files /dev/null and b/img207.png differ diff --git a/img208.png b/img208.png new file mode 100644 index 0000000..08147f3 Binary files /dev/null and b/img208.png differ diff --git a/img209.png b/img209.png new file mode 100644 index 0000000..1dd46b3 Binary files /dev/null and b/img209.png differ diff --git a/img21.png b/img21.png new file mode 100644 index 0000000..27a124b Binary files /dev/null and b/img21.png differ diff --git a/img210.png b/img210.png new file mode 100644 index 0000000..81ceca6 Binary files /dev/null and b/img210.png differ diff --git a/img211.png b/img211.png new file mode 100644 index 0000000..f883bba Binary files /dev/null and b/img211.png differ diff --git a/img212.png b/img212.png new file mode 100644 index 0000000..8251b75 Binary files /dev/null and b/img212.png differ diff --git a/img213.png b/img213.png new file mode 100644 index 0000000..fe53196 Binary files /dev/null and b/img213.png differ diff --git a/img214.png b/img214.png new file mode 100644 index 0000000..f271ab9 Binary files /dev/null and b/img214.png differ diff --git a/img215.png b/img215.png new file mode 100644 index 0000000..3ccf65d Binary files /dev/null and b/img215.png differ diff --git a/img216.png b/img216.png new file mode 100644 index 0000000..3357c38 Binary files /dev/null and b/img216.png differ diff --git a/img217.png b/img217.png new file mode 100644 index 0000000..6dd789a Binary files /dev/null and b/img217.png differ diff --git a/img218.png b/img218.png new file mode 100644 index 0000000..0f9b159 Binary files /dev/null and b/img218.png differ diff --git a/img219.png b/img219.png new file mode 100644 index 0000000..2a95e03 Binary files /dev/null and b/img219.png differ diff --git a/img22.png b/img22.png new file mode 100644 index 0000000..4a69984 Binary files /dev/null and b/img22.png differ diff --git a/img220.png b/img220.png new file mode 100644 index 0000000..d300882 Binary files /dev/null and b/img220.png differ diff --git a/img221.png b/img221.png new file mode 100644 index 0000000..cf439c7 Binary files /dev/null and b/img221.png differ diff --git a/img222.png b/img222.png new file mode 100644 index 0000000..3dc9323 Binary files /dev/null and b/img222.png differ diff --git a/img223.png b/img223.png new file mode 100644 index 0000000..cf484f0 Binary files /dev/null and b/img223.png differ diff --git a/img224.png b/img224.png new file mode 100644 index 0000000..c631353 Binary files /dev/null and b/img224.png differ diff --git a/img225.png b/img225.png new file mode 100644 index 0000000..2e4b0e4 Binary files /dev/null and b/img225.png differ diff --git a/img226.png b/img226.png new file mode 100644 index 0000000..b668bdf Binary files /dev/null and b/img226.png differ diff --git a/img227.png b/img227.png new file mode 100644 index 0000000..b46344c Binary files /dev/null and b/img227.png differ diff --git a/img228.png b/img228.png new file mode 100644 index 0000000..85193b6 Binary files /dev/null and b/img228.png differ diff --git a/img229.png b/img229.png new file mode 100644 index 0000000..ae6ab32 Binary files /dev/null and b/img229.png differ diff --git a/img23.png b/img23.png new file mode 100644 index 0000000..eec6ee9 Binary files /dev/null and b/img23.png differ diff --git a/img230.png b/img230.png new file mode 100644 index 0000000..e9a5464 Binary files /dev/null and b/img230.png differ diff --git a/img231.png b/img231.png new file mode 100644 index 0000000..f7226a2 Binary files /dev/null and b/img231.png differ diff --git a/img232.png b/img232.png new file mode 100644 index 0000000..20af2bd Binary files /dev/null and b/img232.png differ diff --git a/img233.png b/img233.png new file mode 100644 index 0000000..7432d70 Binary files /dev/null and b/img233.png differ diff --git a/img234.png b/img234.png new file mode 100644 index 0000000..f2e46ed Binary files /dev/null and b/img234.png differ diff --git a/img235.png b/img235.png new file mode 100644 index 0000000..445bd57 Binary files /dev/null and b/img235.png differ diff --git a/img236.png b/img236.png new file mode 100644 index 0000000..47fb4b0 Binary files /dev/null and b/img236.png differ diff --git a/img237.png b/img237.png new file mode 100644 index 0000000..698773a Binary files /dev/null and b/img237.png differ diff --git a/img238.png b/img238.png new file mode 100644 index 0000000..a22b8ba Binary files /dev/null and b/img238.png differ diff --git a/img239.png b/img239.png new file mode 100644 index 0000000..1c5a191 Binary files /dev/null and b/img239.png differ diff --git a/img24.png b/img24.png new file mode 100644 index 0000000..96f5d5a Binary files /dev/null and b/img24.png differ diff --git a/img240.png b/img240.png new file mode 100644 index 0000000..d35b039 Binary files /dev/null and b/img240.png differ diff --git a/img241.png b/img241.png new file mode 100644 index 0000000..46f8bf7 Binary files /dev/null and b/img241.png differ diff --git a/img242.png b/img242.png new file mode 100644 index 0000000..f261bcb Binary files /dev/null and b/img242.png differ diff --git a/img243.png b/img243.png new file mode 100644 index 0000000..55ba3c5 Binary files /dev/null and b/img243.png differ diff --git a/img244.png b/img244.png new file mode 100644 index 0000000..4eec854 Binary files /dev/null and b/img244.png differ diff --git a/img245.png b/img245.png new file mode 100644 index 0000000..b1afd78 Binary files /dev/null and b/img245.png differ diff --git a/img246.png b/img246.png new file mode 100644 index 0000000..7694335 Binary files /dev/null and b/img246.png differ diff --git a/img247.png b/img247.png new file mode 100644 index 0000000..85135a8 Binary files /dev/null and b/img247.png differ diff --git a/img248.png b/img248.png new file mode 100644 index 0000000..f3047c2 Binary files /dev/null and b/img248.png differ diff --git a/img249.png b/img249.png new file mode 100644 index 0000000..85e5b27 Binary files /dev/null and b/img249.png differ diff --git a/img25.png b/img25.png new file mode 100644 index 0000000..f007c49 Binary files /dev/null and b/img25.png differ diff --git a/img250.png b/img250.png new file mode 100644 index 0000000..9bf42b7 Binary files /dev/null and b/img250.png differ diff --git a/img251.png b/img251.png new file mode 100644 index 0000000..364863d Binary files /dev/null and b/img251.png differ diff --git a/img252.png b/img252.png new file mode 100644 index 0000000..ecfe07f Binary files /dev/null and b/img252.png differ diff --git a/img253.png b/img253.png new file mode 100644 index 0000000..944f992 Binary files /dev/null and b/img253.png differ diff --git a/img254.png b/img254.png new file mode 100644 index 0000000..b4f8082 Binary files /dev/null and b/img254.png differ diff --git a/img255.png b/img255.png new file mode 100644 index 0000000..7ee0beb Binary files /dev/null and b/img255.png differ diff --git a/img256.png b/img256.png new file mode 100644 index 0000000..fbaa693 Binary files /dev/null and b/img256.png differ diff --git a/img257.png b/img257.png new file mode 100644 index 0000000..2756731 Binary files /dev/null and b/img257.png differ diff --git a/img258.png b/img258.png new file mode 100644 index 0000000..6129af7 Binary files /dev/null and b/img258.png differ diff --git a/img259.png b/img259.png new file mode 100644 index 0000000..94e24ae Binary files /dev/null and b/img259.png differ diff --git a/img26.png b/img26.png new file mode 100644 index 0000000..72e4e6a Binary files /dev/null and b/img26.png differ diff --git a/img260.png b/img260.png new file mode 100644 index 0000000..b1df34d Binary files /dev/null and b/img260.png differ diff --git a/img261.png b/img261.png new file mode 100644 index 0000000..0763ea5 Binary files /dev/null and b/img261.png differ diff --git a/img262.png b/img262.png new file mode 100644 index 0000000..aa75802 Binary files /dev/null and b/img262.png differ diff --git a/img263.png b/img263.png new file mode 100644 index 0000000..e1890da Binary files /dev/null and b/img263.png differ diff --git a/img264.png b/img264.png new file mode 100644 index 0000000..5d672e5 Binary files /dev/null and b/img264.png differ diff --git a/img265.png b/img265.png new file mode 100644 index 0000000..501f2a7 Binary files /dev/null and b/img265.png differ diff --git a/img266.png b/img266.png new file mode 100644 index 0000000..ca49dca Binary files /dev/null and b/img266.png differ diff --git a/img267.png b/img267.png new file mode 100644 index 0000000..b958089 Binary files /dev/null and b/img267.png differ diff --git a/img268.png b/img268.png new file mode 100644 index 0000000..0b561b2 Binary files /dev/null and b/img268.png differ diff --git a/img269.png b/img269.png new file mode 100644 index 0000000..7233226 Binary files /dev/null and b/img269.png differ diff --git a/img27.png b/img27.png new file mode 100644 index 0000000..d3d5f9f Binary files /dev/null and b/img27.png differ diff --git a/img270.png b/img270.png new file mode 100644 index 0000000..a8e3e82 Binary files /dev/null and b/img270.png differ diff --git a/img271.png b/img271.png new file mode 100644 index 0000000..dd61ecd Binary files /dev/null and b/img271.png differ diff --git a/img272.png b/img272.png new file mode 100644 index 0000000..698380f Binary files /dev/null and b/img272.png differ diff --git a/img273.png b/img273.png new file mode 100644 index 0000000..5cb04d1 Binary files /dev/null and b/img273.png differ diff --git a/img274.png b/img274.png new file mode 100644 index 0000000..6371ba1 Binary files /dev/null and b/img274.png differ diff --git a/img275.png b/img275.png new file mode 100644 index 0000000..87a9c12 Binary files /dev/null and b/img275.png differ diff --git a/img276.png b/img276.png new file mode 100644 index 0000000..798e5dd Binary files /dev/null and b/img276.png differ diff --git a/img277.png b/img277.png new file mode 100644 index 0000000..65b3aeb Binary files /dev/null and b/img277.png differ diff --git a/img278.png b/img278.png new file mode 100644 index 0000000..814501d Binary files /dev/null and b/img278.png differ diff --git a/img279.png b/img279.png new file mode 100644 index 0000000..820cd8a Binary files /dev/null and b/img279.png differ diff --git a/img28.png b/img28.png new file mode 100644 index 0000000..484ff4d Binary files /dev/null and b/img28.png differ diff --git a/img280.png b/img280.png new file mode 100644 index 0000000..1c7e36d Binary files /dev/null and b/img280.png differ diff --git a/img281.png b/img281.png new file mode 100644 index 0000000..6ecbbcb Binary files /dev/null and b/img281.png differ diff --git a/img282.png b/img282.png new file mode 100644 index 0000000..68ed789 Binary files /dev/null and b/img282.png differ diff --git a/img283.png b/img283.png new file mode 100644 index 0000000..cadee6d Binary files /dev/null and b/img283.png differ diff --git a/img284.png b/img284.png new file mode 100644 index 0000000..550ce1f Binary files /dev/null and b/img284.png differ diff --git a/img285.png b/img285.png new file mode 100644 index 0000000..98b8d05 Binary files /dev/null and b/img285.png differ diff --git a/img286.png b/img286.png new file mode 100644 index 0000000..6b45cfa Binary files /dev/null and b/img286.png differ diff --git a/img287.png b/img287.png new file mode 100644 index 0000000..2d24e1e Binary files /dev/null and b/img287.png differ diff --git a/img288.png b/img288.png new file mode 100644 index 0000000..8e67de8 Binary files /dev/null and b/img288.png differ diff --git a/img289.png b/img289.png new file mode 100644 index 0000000..7a4cc7d Binary files /dev/null and b/img289.png differ diff --git a/img29.png b/img29.png new file mode 100644 index 0000000..03bb8ca Binary files /dev/null and b/img29.png differ diff --git a/img290.png b/img290.png new file mode 100644 index 0000000..77cde39 Binary files /dev/null and b/img290.png differ diff --git a/img291.png b/img291.png new file mode 100644 index 0000000..5a667f8 Binary files /dev/null and b/img291.png differ diff --git a/img292.png b/img292.png new file mode 100644 index 0000000..ac3dd00 Binary files /dev/null and b/img292.png differ diff --git a/img293.png b/img293.png new file mode 100644 index 0000000..8842340 Binary files /dev/null and b/img293.png differ diff --git a/img294.png b/img294.png new file mode 100644 index 0000000..d673426 Binary files /dev/null and b/img294.png differ diff --git a/img295.png b/img295.png new file mode 100644 index 0000000..29d0128 Binary files /dev/null and b/img295.png differ diff --git a/img296.png b/img296.png new file mode 100644 index 0000000..c0e953c Binary files /dev/null and b/img296.png differ diff --git a/img297.png b/img297.png new file mode 100644 index 0000000..b4593d7 Binary files /dev/null and b/img297.png differ diff --git a/img298.png b/img298.png new file mode 100644 index 0000000..0cb0189 Binary files /dev/null and b/img298.png differ diff --git a/img299.png b/img299.png new file mode 100644 index 0000000..ee2ab87 Binary files /dev/null and b/img299.png differ diff --git a/img3.png b/img3.png new file mode 100644 index 0000000..0f6706f Binary files /dev/null and b/img3.png differ diff --git a/img30.png b/img30.png new file mode 100644 index 0000000..9a22df5 Binary files /dev/null and b/img30.png differ diff --git a/img300.png b/img300.png new file mode 100644 index 0000000..3a488f7 Binary files /dev/null and b/img300.png differ diff --git a/img301.png b/img301.png new file mode 100644 index 0000000..edc6544 Binary files /dev/null and b/img301.png differ diff --git a/img302.png b/img302.png new file mode 100644 index 0000000..ddf46f5 Binary files /dev/null and b/img302.png differ diff --git a/img303.png b/img303.png new file mode 100644 index 0000000..94a896e Binary files /dev/null and b/img303.png differ diff --git a/img304.png b/img304.png new file mode 100644 index 0000000..0642d5c Binary files /dev/null and b/img304.png differ diff --git a/img305.png b/img305.png new file mode 100644 index 0000000..33d7af6 Binary files /dev/null and b/img305.png differ diff --git a/img306.png b/img306.png new file mode 100644 index 0000000..a545a11 Binary files /dev/null and b/img306.png differ diff --git a/img307.png b/img307.png new file mode 100644 index 0000000..53bd879 Binary files /dev/null and b/img307.png differ diff --git a/img308.png b/img308.png new file mode 100644 index 0000000..6ee521e Binary files /dev/null and b/img308.png differ diff --git a/img309.png b/img309.png new file mode 100644 index 0000000..b493b61 Binary files /dev/null and b/img309.png differ diff --git a/img31.png b/img31.png new file mode 100644 index 0000000..75ac48d Binary files /dev/null and b/img31.png differ diff --git a/img310.png b/img310.png new file mode 100644 index 0000000..ac847e1 Binary files /dev/null and b/img310.png differ diff --git a/img311.png b/img311.png new file mode 100644 index 0000000..79266a2 Binary files /dev/null and b/img311.png differ diff --git a/img312.png b/img312.png new file mode 100644 index 0000000..2ab864d Binary files /dev/null and b/img312.png differ diff --git a/img313.png b/img313.png new file mode 100644 index 0000000..cc144c9 Binary files /dev/null and b/img313.png differ diff --git a/img314.png b/img314.png new file mode 100644 index 0000000..abd7153 Binary files /dev/null and b/img314.png differ diff --git a/img315.png b/img315.png new file mode 100644 index 0000000..750da79 Binary files /dev/null and b/img315.png differ diff --git a/img316.png b/img316.png new file mode 100644 index 0000000..cec82c1 Binary files /dev/null and b/img316.png differ diff --git a/img317.png b/img317.png new file mode 100644 index 0000000..0870b32 Binary files /dev/null and b/img317.png differ diff --git a/img318.png b/img318.png new file mode 100644 index 0000000..0400ddc Binary files /dev/null and b/img318.png differ diff --git a/img319.png b/img319.png new file mode 100644 index 0000000..0c92aec Binary files /dev/null and b/img319.png differ diff --git a/img32.png b/img32.png new file mode 100644 index 0000000..7992ee9 Binary files /dev/null and b/img32.png differ diff --git a/img320.png b/img320.png new file mode 100644 index 0000000..b22cfcc Binary files /dev/null and b/img320.png differ diff --git a/img321.png b/img321.png new file mode 100644 index 0000000..cdc12a0 Binary files /dev/null and b/img321.png differ diff --git a/img322.png b/img322.png new file mode 100644 index 0000000..802116b Binary files /dev/null and b/img322.png differ diff --git a/img323.png b/img323.png new file mode 100644 index 0000000..7d9e403 Binary files /dev/null and b/img323.png differ diff --git a/img324.png b/img324.png new file mode 100644 index 0000000..8ab637c Binary files /dev/null and b/img324.png differ diff --git a/img325.png b/img325.png new file mode 100644 index 0000000..435b649 Binary files /dev/null and b/img325.png differ diff --git a/img326.png b/img326.png new file mode 100644 index 0000000..117ad57 Binary files /dev/null and b/img326.png differ diff --git a/img327.png b/img327.png new file mode 100644 index 0000000..e357d54 Binary files /dev/null and b/img327.png differ diff --git a/img328.png b/img328.png new file mode 100644 index 0000000..a87945e Binary files /dev/null and b/img328.png differ diff --git a/img329.png b/img329.png new file mode 100644 index 0000000..bcdd932 Binary files /dev/null and b/img329.png differ diff --git a/img33.png b/img33.png new file mode 100644 index 0000000..dc5e69d Binary files /dev/null and b/img33.png differ diff --git a/img330.png b/img330.png new file mode 100644 index 0000000..8f60ebf Binary files /dev/null and b/img330.png differ diff --git a/img331.png b/img331.png new file mode 100644 index 0000000..f243920 Binary files /dev/null and b/img331.png differ diff --git a/img332.png b/img332.png new file mode 100644 index 0000000..7c65f68 Binary files /dev/null and b/img332.png differ diff --git a/img333.png b/img333.png new file mode 100644 index 0000000..949b19d Binary files /dev/null and b/img333.png differ diff --git a/img334.png b/img334.png new file mode 100644 index 0000000..63f85e2 Binary files /dev/null and b/img334.png differ diff --git a/img335.png b/img335.png new file mode 100644 index 0000000..3d6692e Binary files /dev/null and b/img335.png differ diff --git a/img336.png b/img336.png new file mode 100644 index 0000000..ccf786e Binary files /dev/null and b/img336.png differ diff --git a/img337.png b/img337.png new file mode 100644 index 0000000..773ac16 Binary files /dev/null and b/img337.png differ diff --git a/img338.png b/img338.png new file mode 100644 index 0000000..9cc8f7f Binary files /dev/null and b/img338.png differ diff --git a/img339.png b/img339.png new file mode 100644 index 0000000..a0edd16 Binary files /dev/null and b/img339.png differ diff --git a/img34.png b/img34.png new file mode 100644 index 0000000..8f890e2 Binary files /dev/null and b/img34.png differ diff --git a/img340.png b/img340.png new file mode 100644 index 0000000..dabc76e Binary files /dev/null and b/img340.png differ diff --git a/img341.png b/img341.png new file mode 100644 index 0000000..beb6203 Binary files /dev/null and b/img341.png differ diff --git a/img342.png b/img342.png new file mode 100644 index 0000000..586c3f7 Binary files /dev/null and b/img342.png differ diff --git a/img343.png b/img343.png new file mode 100644 index 0000000..1958136 Binary files /dev/null and b/img343.png differ diff --git a/img344.png b/img344.png new file mode 100644 index 0000000..a649193 Binary files /dev/null and b/img344.png differ diff --git a/img345.png b/img345.png new file mode 100644 index 0000000..ae8e019 Binary files /dev/null and b/img345.png differ diff --git a/img346.png b/img346.png new file mode 100644 index 0000000..2fc8ff4 Binary files /dev/null and b/img346.png differ diff --git a/img347.png b/img347.png new file mode 100644 index 0000000..bb374c5 Binary files /dev/null and b/img347.png differ diff --git a/img348.png b/img348.png new file mode 100644 index 0000000..f229421 Binary files /dev/null and b/img348.png differ diff --git a/img349.png b/img349.png new file mode 100644 index 0000000..d00e6ab Binary files /dev/null and b/img349.png differ diff --git a/img35.png b/img35.png new file mode 100644 index 0000000..36f252c Binary files /dev/null and b/img35.png differ diff --git a/img350.png b/img350.png new file mode 100644 index 0000000..7176232 Binary files /dev/null and b/img350.png differ diff --git a/img351.png b/img351.png new file mode 100644 index 0000000..eae29bd Binary files /dev/null and b/img351.png differ diff --git a/img352.png b/img352.png new file mode 100644 index 0000000..1e4fffc Binary files /dev/null and b/img352.png differ diff --git a/img353.png b/img353.png new file mode 100644 index 0000000..796c819 Binary files /dev/null and b/img353.png differ diff --git a/img354.png b/img354.png new file mode 100644 index 0000000..0085f96 Binary files /dev/null and b/img354.png differ diff --git a/img355.png b/img355.png new file mode 100644 index 0000000..e2ff54e Binary files /dev/null and b/img355.png differ diff --git a/img356.png b/img356.png new file mode 100644 index 0000000..a29166f Binary files /dev/null and b/img356.png differ diff --git a/img357.png b/img357.png new file mode 100644 index 0000000..4745c2b Binary files /dev/null and b/img357.png differ diff --git a/img358.png b/img358.png new file mode 100644 index 0000000..d375713 Binary files /dev/null and b/img358.png differ diff --git a/img359.png b/img359.png new file mode 100644 index 0000000..28e84f1 Binary files /dev/null and b/img359.png differ diff --git a/img36.png b/img36.png new file mode 100644 index 0000000..b215240 Binary files /dev/null and b/img36.png differ diff --git a/img360.png b/img360.png new file mode 100644 index 0000000..9fc936f Binary files /dev/null and b/img360.png differ diff --git a/img361.png b/img361.png new file mode 100644 index 0000000..922b8e1 Binary files /dev/null and b/img361.png differ diff --git a/img362.png b/img362.png new file mode 100644 index 0000000..d7710e1 Binary files /dev/null and b/img362.png differ diff --git a/img363.png b/img363.png new file mode 100644 index 0000000..c983734 Binary files /dev/null and b/img363.png differ diff --git a/img364.png b/img364.png new file mode 100644 index 0000000..793db3b Binary files /dev/null and b/img364.png differ diff --git a/img365.png b/img365.png new file mode 100644 index 0000000..0f74dbc Binary files /dev/null and b/img365.png differ diff --git a/img366.png b/img366.png new file mode 100644 index 0000000..e4c89a0 Binary files /dev/null and b/img366.png differ diff --git a/img367.png b/img367.png new file mode 100644 index 0000000..0ae5214 Binary files /dev/null and b/img367.png differ diff --git a/img368.png b/img368.png new file mode 100644 index 0000000..1f525e8 Binary files /dev/null and b/img368.png differ diff --git a/img369.png b/img369.png new file mode 100644 index 0000000..7da14dc Binary files /dev/null and b/img369.png differ diff --git a/img37.png b/img37.png new file mode 100644 index 0000000..6e48b23 Binary files /dev/null and b/img37.png differ diff --git a/img370.png b/img370.png new file mode 100644 index 0000000..382acf2 Binary files /dev/null and b/img370.png differ diff --git a/img371.png b/img371.png new file mode 100644 index 0000000..eda315e Binary files /dev/null and b/img371.png differ diff --git a/img372.png b/img372.png new file mode 100644 index 0000000..c15d419 Binary files /dev/null and b/img372.png differ diff --git a/img373.png b/img373.png new file mode 100644 index 0000000..2b27b73 Binary files /dev/null and b/img373.png differ diff --git a/img374.png b/img374.png new file mode 100644 index 0000000..c6ac903 Binary files /dev/null and b/img374.png differ diff --git a/img375.png b/img375.png new file mode 100644 index 0000000..fc3b63f Binary files /dev/null and b/img375.png differ diff --git a/img376.png b/img376.png new file mode 100644 index 0000000..5c8f31b Binary files /dev/null and b/img376.png differ diff --git a/img377.png b/img377.png new file mode 100644 index 0000000..97208c2 Binary files /dev/null and b/img377.png differ diff --git a/img378.png b/img378.png new file mode 100644 index 0000000..b052d07 Binary files /dev/null and b/img378.png differ diff --git a/img379.png b/img379.png new file mode 100644 index 0000000..c96fcb8 Binary files /dev/null and b/img379.png differ diff --git a/img38.png b/img38.png new file mode 100644 index 0000000..e29f407 Binary files /dev/null and b/img38.png differ diff --git a/img380.png b/img380.png new file mode 100644 index 0000000..6fdf979 Binary files /dev/null and b/img380.png differ diff --git a/img381.png b/img381.png new file mode 100644 index 0000000..9aad07d Binary files /dev/null and b/img381.png differ diff --git a/img382.png b/img382.png new file mode 100644 index 0000000..c73f837 Binary files /dev/null and b/img382.png differ diff --git a/img383.png b/img383.png new file mode 100644 index 0000000..68d9e81 Binary files /dev/null and b/img383.png differ diff --git a/img384.png b/img384.png new file mode 100644 index 0000000..82cbeb0 Binary files /dev/null and b/img384.png differ diff --git a/img385.png b/img385.png new file mode 100644 index 0000000..3c21c04 Binary files /dev/null and b/img385.png differ diff --git a/img386.png b/img386.png new file mode 100644 index 0000000..145bab5 Binary files /dev/null and b/img386.png differ diff --git a/img387.png b/img387.png new file mode 100644 index 0000000..546458c Binary files /dev/null and b/img387.png differ diff --git a/img388.png b/img388.png new file mode 100644 index 0000000..a60100b Binary files /dev/null and b/img388.png differ diff --git a/img389.png b/img389.png new file mode 100644 index 0000000..4c286bd Binary files /dev/null and b/img389.png differ diff --git a/img39.png b/img39.png new file mode 100644 index 0000000..3eda07e Binary files /dev/null and b/img39.png differ diff --git a/img390.png b/img390.png new file mode 100644 index 0000000..ea5bbba Binary files /dev/null and b/img390.png differ diff --git a/img391.png b/img391.png new file mode 100644 index 0000000..c87ef7e Binary files /dev/null and b/img391.png differ diff --git a/img392.png b/img392.png new file mode 100644 index 0000000..a7682a7 Binary files /dev/null and b/img392.png differ diff --git a/img393.png b/img393.png new file mode 100644 index 0000000..1908713 Binary files /dev/null and b/img393.png differ diff --git a/img394.png b/img394.png new file mode 100644 index 0000000..fa913b7 Binary files /dev/null and b/img394.png differ diff --git a/img395.png b/img395.png new file mode 100644 index 0000000..e98bc76 Binary files /dev/null and b/img395.png differ diff --git a/img396.png b/img396.png new file mode 100644 index 0000000..b87bc6a Binary files /dev/null and b/img396.png differ diff --git a/img397.png b/img397.png new file mode 100644 index 0000000..628a533 Binary files /dev/null and b/img397.png differ diff --git a/img398.png b/img398.png new file mode 100644 index 0000000..003658b Binary files /dev/null and b/img398.png differ diff --git a/img399.png b/img399.png new file mode 100644 index 0000000..f3f42f5 Binary files /dev/null and b/img399.png differ diff --git a/img4.png b/img4.png new file mode 100644 index 0000000..77743c9 Binary files /dev/null and b/img4.png differ diff --git a/img40.png b/img40.png new file mode 100644 index 0000000..a6620c4 Binary files /dev/null and b/img40.png differ diff --git a/img400.png b/img400.png new file mode 100644 index 0000000..27ed453 Binary files /dev/null and b/img400.png differ diff --git a/img401.png b/img401.png new file mode 100644 index 0000000..ec5aa4f Binary files /dev/null and b/img401.png differ diff --git a/img402.png b/img402.png new file mode 100644 index 0000000..87f658b Binary files /dev/null and b/img402.png differ diff --git a/img403.png b/img403.png new file mode 100644 index 0000000..0a88bd9 Binary files /dev/null and b/img403.png differ diff --git a/img404.png b/img404.png new file mode 100644 index 0000000..420815a Binary files /dev/null and b/img404.png differ diff --git a/img405.png b/img405.png new file mode 100644 index 0000000..9bf899e Binary files /dev/null and b/img405.png differ diff --git a/img406.png b/img406.png new file mode 100644 index 0000000..f38a819 Binary files /dev/null and b/img406.png differ diff --git a/img407.png b/img407.png new file mode 100644 index 0000000..c428888 Binary files /dev/null and b/img407.png differ diff --git a/img408.png b/img408.png new file mode 100644 index 0000000..a084bb1 Binary files /dev/null and b/img408.png differ diff --git a/img409.png b/img409.png new file mode 100644 index 0000000..a0433bc Binary files /dev/null and b/img409.png differ diff --git a/img41.png b/img41.png new file mode 100644 index 0000000..6a7e3d6 Binary files /dev/null and b/img41.png differ diff --git a/img410.png b/img410.png new file mode 100644 index 0000000..3db91b7 Binary files /dev/null and b/img410.png differ diff --git a/img411.png b/img411.png new file mode 100644 index 0000000..7389cd3 Binary files /dev/null and b/img411.png differ diff --git a/img412.png b/img412.png new file mode 100644 index 0000000..f00dd28 Binary files /dev/null and b/img412.png differ diff --git a/img413.png b/img413.png new file mode 100644 index 0000000..51f611b Binary files /dev/null and b/img413.png differ diff --git a/img414.png b/img414.png new file mode 100644 index 0000000..239e966 Binary files /dev/null and b/img414.png differ diff --git a/img415.png b/img415.png new file mode 100644 index 0000000..fa51252 Binary files /dev/null and b/img415.png differ diff --git a/img416.png b/img416.png new file mode 100644 index 0000000..4623943 Binary files /dev/null and b/img416.png differ diff --git a/img417.png b/img417.png new file mode 100644 index 0000000..d7954f5 Binary files /dev/null and b/img417.png differ diff --git a/img418.png b/img418.png new file mode 100644 index 0000000..4fe1719 Binary files /dev/null and b/img418.png differ diff --git a/img419.png b/img419.png new file mode 100644 index 0000000..c52c74d Binary files /dev/null and b/img419.png differ diff --git a/img42.png b/img42.png new file mode 100644 index 0000000..3ee90a8 Binary files /dev/null and b/img42.png differ diff --git a/img420.png b/img420.png new file mode 100644 index 0000000..f5c8b25 Binary files /dev/null and b/img420.png differ diff --git a/img421.png b/img421.png new file mode 100644 index 0000000..b8aa73a Binary files /dev/null and b/img421.png differ diff --git a/img422.png b/img422.png new file mode 100644 index 0000000..f0bc94f Binary files /dev/null and b/img422.png differ diff --git a/img423.png b/img423.png new file mode 100644 index 0000000..44a85f8 Binary files /dev/null and b/img423.png differ diff --git a/img424.png b/img424.png new file mode 100644 index 0000000..e9f314e Binary files /dev/null and b/img424.png differ diff --git a/img425.png b/img425.png new file mode 100644 index 0000000..ace65fe Binary files /dev/null and b/img425.png differ diff --git a/img426.png b/img426.png new file mode 100644 index 0000000..3980183 Binary files /dev/null and b/img426.png differ diff --git a/img427.png b/img427.png new file mode 100644 index 0000000..de47c0f Binary files /dev/null and b/img427.png differ diff --git a/img428.png b/img428.png new file mode 100644 index 0000000..3b0a736 Binary files /dev/null and b/img428.png differ diff --git a/img429.png b/img429.png new file mode 100644 index 0000000..6786501 Binary files /dev/null and b/img429.png differ diff --git a/img43.png b/img43.png new file mode 100644 index 0000000..ee49fb3 Binary files /dev/null and b/img43.png differ diff --git a/img430.png b/img430.png new file mode 100644 index 0000000..4abeef4 Binary files /dev/null and b/img430.png differ diff --git a/img431.png b/img431.png new file mode 100644 index 0000000..c8d3ac2 Binary files /dev/null and b/img431.png differ diff --git a/img432.png b/img432.png new file mode 100644 index 0000000..6f6b86c Binary files /dev/null and b/img432.png differ diff --git a/img433.png b/img433.png new file mode 100644 index 0000000..c247460 Binary files /dev/null and b/img433.png differ diff --git a/img434.png b/img434.png new file mode 100644 index 0000000..acf3643 Binary files /dev/null and b/img434.png differ diff --git a/img435.png b/img435.png new file mode 100644 index 0000000..aa9a957 Binary files /dev/null and b/img435.png differ diff --git a/img436.png b/img436.png new file mode 100644 index 0000000..fd70627 Binary files /dev/null and b/img436.png differ diff --git a/img437.png b/img437.png new file mode 100644 index 0000000..185eee8 Binary files /dev/null and b/img437.png differ diff --git a/img438.png b/img438.png new file mode 100644 index 0000000..fb8f1a9 Binary files /dev/null and b/img438.png differ diff --git a/img439.png b/img439.png new file mode 100644 index 0000000..cef80d8 Binary files /dev/null and b/img439.png differ diff --git a/img44.png b/img44.png new file mode 100644 index 0000000..f5aef1e Binary files /dev/null and b/img44.png differ diff --git a/img440.png b/img440.png new file mode 100644 index 0000000..ce3d94e Binary files /dev/null and b/img440.png differ diff --git a/img441.png b/img441.png new file mode 100644 index 0000000..e4c0577 Binary files /dev/null and b/img441.png differ diff --git a/img442.png b/img442.png new file mode 100644 index 0000000..d2e64bb Binary files /dev/null and b/img442.png differ diff --git a/img443.png b/img443.png new file mode 100644 index 0000000..86c23be Binary files /dev/null and b/img443.png differ diff --git a/img444.png b/img444.png new file mode 100644 index 0000000..eae308e Binary files /dev/null and b/img444.png differ diff --git a/img445.png b/img445.png new file mode 100644 index 0000000..1fa3ef4 Binary files /dev/null and b/img445.png differ diff --git a/img446.png b/img446.png new file mode 100644 index 0000000..21f258b Binary files /dev/null and b/img446.png differ diff --git a/img447.png b/img447.png new file mode 100644 index 0000000..5d75579 Binary files /dev/null and b/img447.png differ diff --git a/img448.png b/img448.png new file mode 100644 index 0000000..3450e9c Binary files /dev/null and b/img448.png differ diff --git a/img449.png b/img449.png new file mode 100644 index 0000000..9503773 Binary files /dev/null and b/img449.png differ diff --git a/img45.png b/img45.png new file mode 100644 index 0000000..8e35ffc Binary files /dev/null and b/img45.png differ diff --git a/img450.png b/img450.png new file mode 100644 index 0000000..1eb075d Binary files /dev/null and b/img450.png differ diff --git a/img451.png b/img451.png new file mode 100644 index 0000000..55b6088 Binary files /dev/null and b/img451.png differ diff --git a/img452.png b/img452.png new file mode 100644 index 0000000..13823bb Binary files /dev/null and b/img452.png differ diff --git a/img453.png b/img453.png new file mode 100644 index 0000000..abab5ec Binary files /dev/null and b/img453.png differ diff --git a/img454.png b/img454.png new file mode 100644 index 0000000..d5660f2 Binary files /dev/null and b/img454.png differ diff --git a/img455.png b/img455.png new file mode 100644 index 0000000..b1be3e0 Binary files /dev/null and b/img455.png differ diff --git a/img456.png b/img456.png new file mode 100644 index 0000000..62b8349 Binary files /dev/null and b/img456.png differ diff --git a/img457.png b/img457.png new file mode 100644 index 0000000..3888a6d Binary files /dev/null and b/img457.png differ diff --git a/img458.png b/img458.png new file mode 100644 index 0000000..60ff56d Binary files /dev/null and b/img458.png differ diff --git a/img459.png b/img459.png new file mode 100644 index 0000000..ccce9bd Binary files /dev/null and b/img459.png differ diff --git a/img46.png b/img46.png new file mode 100644 index 0000000..c6a9d1e Binary files /dev/null and b/img46.png differ diff --git a/img460.png b/img460.png new file mode 100644 index 0000000..35e7c72 Binary files /dev/null and b/img460.png differ diff --git a/img461.png b/img461.png new file mode 100644 index 0000000..381838f Binary files /dev/null and b/img461.png differ diff --git a/img462.png b/img462.png new file mode 100644 index 0000000..bb2633b Binary files /dev/null and b/img462.png differ diff --git a/img463.png b/img463.png new file mode 100644 index 0000000..4f29954 Binary files /dev/null and b/img463.png differ diff --git a/img464.png b/img464.png new file mode 100644 index 0000000..355fa1a Binary files /dev/null and b/img464.png differ diff --git a/img465.png b/img465.png new file mode 100644 index 0000000..7ff34b4 Binary files /dev/null and b/img465.png differ diff --git a/img466.png b/img466.png new file mode 100644 index 0000000..23350d7 Binary files /dev/null and b/img466.png differ diff --git a/img467.png b/img467.png new file mode 100644 index 0000000..a89c0c0 Binary files /dev/null and b/img467.png differ diff --git a/img468.png b/img468.png new file mode 100644 index 0000000..116c63b Binary files /dev/null and b/img468.png differ diff --git a/img469.png b/img469.png new file mode 100644 index 0000000..e6eaa99 Binary files /dev/null and b/img469.png differ diff --git a/img47.png b/img47.png new file mode 100644 index 0000000..82a1387 Binary files /dev/null and b/img47.png differ diff --git a/img470.png b/img470.png new file mode 100644 index 0000000..de1375c Binary files /dev/null and b/img470.png differ diff --git a/img471.png b/img471.png new file mode 100644 index 0000000..999dec8 Binary files /dev/null and b/img471.png differ diff --git a/img472.png b/img472.png new file mode 100644 index 0000000..8895087 Binary files /dev/null and b/img472.png differ diff --git a/img473.png b/img473.png new file mode 100644 index 0000000..f64eefa Binary files /dev/null and b/img473.png differ diff --git a/img474.png b/img474.png new file mode 100644 index 0000000..c510ad8 Binary files /dev/null and b/img474.png differ diff --git a/img475.png b/img475.png new file mode 100644 index 0000000..93a9667 Binary files /dev/null and b/img475.png differ diff --git a/img476.png b/img476.png new file mode 100644 index 0000000..58b4c80 Binary files /dev/null and b/img476.png differ diff --git a/img477.png b/img477.png new file mode 100644 index 0000000..62e1841 Binary files /dev/null and b/img477.png differ diff --git a/img478.png b/img478.png new file mode 100644 index 0000000..01cd224 Binary files /dev/null and b/img478.png differ diff --git a/img479.png b/img479.png new file mode 100644 index 0000000..cd04fbc Binary files /dev/null and b/img479.png differ diff --git a/img48.png b/img48.png new file mode 100644 index 0000000..fcab8bb Binary files /dev/null and b/img48.png differ diff --git a/img480.png b/img480.png new file mode 100644 index 0000000..4fab0ef Binary files /dev/null and b/img480.png differ diff --git a/img481.png b/img481.png new file mode 100644 index 0000000..7b19690 Binary files /dev/null and b/img481.png differ diff --git a/img482.png b/img482.png new file mode 100644 index 0000000..e38ba26 Binary files /dev/null and b/img482.png differ diff --git a/img483.png b/img483.png new file mode 100644 index 0000000..ab6ccd3 Binary files /dev/null and b/img483.png differ diff --git a/img484.png b/img484.png new file mode 100644 index 0000000..7c609eb Binary files /dev/null and b/img484.png differ diff --git a/img485.png b/img485.png new file mode 100644 index 0000000..9db14f7 Binary files /dev/null and b/img485.png differ diff --git a/img486.png b/img486.png new file mode 100644 index 0000000..87176e1 Binary files /dev/null and b/img486.png differ diff --git a/img487.png b/img487.png new file mode 100644 index 0000000..666c764 Binary files /dev/null and b/img487.png differ diff --git a/img488.png b/img488.png new file mode 100644 index 0000000..2b56e26 Binary files /dev/null and b/img488.png differ diff --git a/img489.png b/img489.png new file mode 100644 index 0000000..e538cd3 Binary files /dev/null and b/img489.png differ diff --git a/img49.png b/img49.png new file mode 100644 index 0000000..cc8280f Binary files /dev/null and b/img49.png differ diff --git a/img490.png b/img490.png new file mode 100644 index 0000000..957eb93 Binary files /dev/null and b/img490.png differ diff --git a/img491.png b/img491.png new file mode 100644 index 0000000..8f20cb2 Binary files /dev/null and b/img491.png differ diff --git a/img492.png b/img492.png new file mode 100644 index 0000000..9c2163b Binary files /dev/null and b/img492.png differ diff --git a/img5.png b/img5.png new file mode 100644 index 0000000..4cfef4d Binary files /dev/null and b/img5.png differ diff --git a/img50.png b/img50.png new file mode 100644 index 0000000..4cfeac3 Binary files /dev/null and b/img50.png differ diff --git a/img51.png b/img51.png new file mode 100644 index 0000000..c957b29 Binary files /dev/null and b/img51.png differ diff --git a/img52.png b/img52.png new file mode 100644 index 0000000..6de965a Binary files /dev/null and b/img52.png differ diff --git a/img53.png b/img53.png new file mode 100644 index 0000000..50879e3 Binary files /dev/null and b/img53.png differ diff --git a/img54.png b/img54.png new file mode 100644 index 0000000..f5f61c8 Binary files /dev/null and b/img54.png differ diff --git a/img55.png b/img55.png new file mode 100644 index 0000000..78607f7 Binary files /dev/null and b/img55.png differ diff --git a/img56.png b/img56.png new file mode 100644 index 0000000..8a1ce90 Binary files /dev/null and b/img56.png differ diff --git a/img57.png b/img57.png new file mode 100644 index 0000000..0e48be9 Binary files /dev/null and b/img57.png differ diff --git a/img58.png b/img58.png new file mode 100644 index 0000000..a38473c Binary files /dev/null and b/img58.png differ diff --git a/img59.png b/img59.png new file mode 100644 index 0000000..d881637 Binary files /dev/null and b/img59.png differ diff --git a/img6.png b/img6.png new file mode 100644 index 0000000..4ca00eb Binary files /dev/null and b/img6.png differ diff --git a/img60.png b/img60.png new file mode 100644 index 0000000..a8cd0ed Binary files /dev/null and b/img60.png differ diff --git a/img61.png b/img61.png new file mode 100644 index 0000000..ad66854 Binary files /dev/null and b/img61.png differ diff --git a/img62.png b/img62.png new file mode 100644 index 0000000..63ee88f Binary files /dev/null and b/img62.png differ diff --git a/img63.png b/img63.png new file mode 100644 index 0000000..2bebfb7 Binary files /dev/null and b/img63.png differ diff --git a/img64.png b/img64.png new file mode 100644 index 0000000..560d250 Binary files /dev/null and b/img64.png differ diff --git a/img65.png b/img65.png new file mode 100644 index 0000000..830eba5 Binary files /dev/null and b/img65.png differ diff --git a/img66.png b/img66.png new file mode 100644 index 0000000..0106e07 Binary files /dev/null and b/img66.png differ diff --git a/img67.png b/img67.png new file mode 100644 index 0000000..b3d2a1f Binary files /dev/null and b/img67.png differ diff --git a/img68.png b/img68.png new file mode 100644 index 0000000..98d98a3 Binary files /dev/null and b/img68.png differ diff --git a/img69.png b/img69.png new file mode 100644 index 0000000..5661637 Binary files /dev/null and b/img69.png differ diff --git a/img7.png b/img7.png new file mode 100644 index 0000000..fd567f5 Binary files /dev/null and b/img7.png differ diff --git a/img70.png b/img70.png new file mode 100644 index 0000000..ac6f091 Binary files /dev/null and b/img70.png differ diff --git a/img71.png b/img71.png new file mode 100644 index 0000000..83b316d Binary files /dev/null and b/img71.png differ diff --git a/img72.png b/img72.png new file mode 100644 index 0000000..6d128ea Binary files /dev/null and b/img72.png differ diff --git a/img73.png b/img73.png new file mode 100644 index 0000000..07e3420 Binary files /dev/null and b/img73.png differ diff --git a/img74.png b/img74.png new file mode 100644 index 0000000..78ed79a Binary files /dev/null and b/img74.png differ diff --git a/img75.png b/img75.png new file mode 100644 index 0000000..6074077 Binary files /dev/null and b/img75.png differ diff --git a/img76.png b/img76.png new file mode 100644 index 0000000..4a90944 Binary files /dev/null and b/img76.png differ diff --git a/img77.png b/img77.png new file mode 100644 index 0000000..dd2f6ab Binary files /dev/null and b/img77.png differ diff --git a/img78.png b/img78.png new file mode 100644 index 0000000..9bc3743 Binary files /dev/null and b/img78.png differ diff --git a/img79.png b/img79.png new file mode 100644 index 0000000..4e1efbe Binary files /dev/null and b/img79.png differ diff --git a/img8.png b/img8.png new file mode 100644 index 0000000..9e0cf9e Binary files /dev/null and b/img8.png differ diff --git a/img80.png b/img80.png new file mode 100644 index 0000000..420ab8c Binary files /dev/null and b/img80.png differ diff --git a/img81.png b/img81.png new file mode 100644 index 0000000..7a82f91 Binary files /dev/null and b/img81.png differ diff --git a/img82.png b/img82.png new file mode 100644 index 0000000..1d0af39 Binary files /dev/null and b/img82.png differ diff --git a/img83.png b/img83.png new file mode 100644 index 0000000..49d6449 Binary files /dev/null and b/img83.png differ diff --git a/img84.png b/img84.png new file mode 100644 index 0000000..f82e879 Binary files /dev/null and b/img84.png differ diff --git a/img85.png b/img85.png new file mode 100644 index 0000000..7b7cee4 Binary files /dev/null and b/img85.png differ diff --git a/img86.png b/img86.png new file mode 100644 index 0000000..f22bf4b Binary files /dev/null and b/img86.png differ diff --git a/img87.png b/img87.png new file mode 100644 index 0000000..65b3fd8 Binary files /dev/null and b/img87.png differ diff --git a/img88.png b/img88.png new file mode 100644 index 0000000..b0b597e Binary files /dev/null and b/img88.png differ diff --git a/img89.png b/img89.png new file mode 100644 index 0000000..0c59dad Binary files /dev/null and b/img89.png differ diff --git a/img9.png b/img9.png new file mode 100644 index 0000000..c3b0a53 Binary files /dev/null and b/img9.png differ diff --git a/img90.png b/img90.png new file mode 100644 index 0000000..cbb94f9 Binary files /dev/null and b/img90.png differ diff --git a/img91.png b/img91.png new file mode 100644 index 0000000..2d333ff Binary files /dev/null and b/img91.png differ diff --git a/img92.png b/img92.png new file mode 100644 index 0000000..5e6d401 Binary files /dev/null and b/img92.png differ diff --git a/img93.png b/img93.png new file mode 100644 index 0000000..2d2e51a Binary files /dev/null and b/img93.png differ diff --git a/img94.png b/img94.png new file mode 100644 index 0000000..b9c773e Binary files /dev/null and b/img94.png differ diff --git a/img95.png b/img95.png new file mode 100644 index 0000000..ce5e703 Binary files /dev/null and b/img95.png differ diff --git a/img96.png b/img96.png new file mode 100644 index 0000000..5b9b9b0 Binary files /dev/null and b/img96.png differ diff --git a/img97.png b/img97.png new file mode 100644 index 0000000..135ac94 Binary files /dev/null and b/img97.png differ diff --git a/img98.png b/img98.png new file mode 100644 index 0000000..494447f Binary files /dev/null and b/img98.png differ diff --git a/img99.png b/img99.png new file mode 100644 index 0000000..ec2d736 Binary files /dev/null and b/img99.png differ