face recognition using raspberry pi github

With that complete, you will have Open-CV installed onto a fresh version of Raspberry Pi OS. Sadly, the Odroid had issues getting reliable wifi with USB dongles, so it was not worth the effort to use it instead of a modern raspberry pi 4B for tracking. You can use it with Thonny Python IDE. Get the image from the Raspberry Pi camera and face detection from non-face by the “Haar Casecade Classifier” and detect familiar faces and distinguish them from unfamiliar faces (face recognition). Install supporting dlib libraries: pip3 install numpy pip3 install scikit-image sudo apt-get … If you completed our previous post on Raspberry Pi Facial Recognition, you can subtract 1.5 hours for the install of OpenCV. Before we can recognize faces in images and videos, we first need to quantify the faces in our training set. There was no mention of openGL on the face recognition app. Because, I dont have Two IP camera and cannot buy due to the lockdown. About Fritz AI. You can download it using the following … Finally, Insights. To add more than one person to the system, put one image per person in a folder named ‘friends’ and upload this to /home/pi/face_recognition/examples. In this system there is a camera which will detect the faces presented before it and if shown one face at a time, it will track that face such that that face is centered in front of the camera. A USB accelerator is recommended to smoothen the computation process.You can also use our TFlite for Edge devices like Raspberry pi. The most basic task on Face Recognition is of course, “Face Detecting”. Step 11: Face Recognition. Introduction. This project is made to learn myself and others about, face recognition, GPIO controlling from the raspberry pi. Face is the primary identification for any human. A USB accelerator is recommended to smoothen the computation process.You can also use our TFlite for Edge devices like Raspberry pi. In our last project, we created a … Fortunately OpenCV is already installed in the below image, but dlib needs to be manually installed which may take lots of time due to the slow compile speed of raspberry pi. Paste the following into the new file. Don’t forget to change the below IP address to your pi’s IP. The script will capture an image using pi camera and save the image with a timestamp in faces folder. Python-face-recognition-door-opener-rasperry-pi. This is python3 sample program for OpenCV Face Recognition using Raspberry Pi. The fpga can not execute any code, before you choose to implement a processor on it, using the configurable logic gates. The raspberry pi is a computer, with a processor, ram and interfaces. It can execute code, but can however not be used for making logic gates. The raspberry pi is nothing like a fpga. Download the latest Raspbian Jessie Light image. The results of this study have shown great real-time performance in face recognition using Jetson Nano, Where it was processing 8.9 FPS in comparison with the … In this project we are using OpenCv in Raspberry Pi. system using face recognition. Connect the servo motor to the Raspberry Pi board using the GPIO pins. Once model is Trained , you can convert into smaller size Tensorflow lite models or use Rest-API to a server to get results.Post Queries here on SO When you find an obstacle. But whichever one you choose, you can swiftly apply your Python knowledge to code software into your Raspberry Pi such that a you can have your own accurate facial recognition tool. To keep as much resource as possible available for our project, we’ve gone for a Raspberry Pi OS Lite installation with no desktop. On a raspberry pi 4 this has been tested to run with approx. Show activity on this post. Plug the LCD Display. SSH into your Raspberry pi (or connect it to a monitor and login using pi as the username and raspberry as the password). Plug in your webcam into one of the USB ports of your Raspberry Pi. Other than being a mouthful to say; FRAS allows tens of facial-recognition-camera-clients aka tiny Raspberry Pi-es to be deployed all across a college, The implementation of flowchart of Human face detection and recognition system using raspberry piB+ … Face-Recognition-Raspberry-pi. python add_faces.py --collection "chappie-faces" --name "YOUR_NAME". b.Connect the signal pin to pin 17 of the RPi. I’ve tried using the python “facedetect.py” example contained in the opencv-2.4.9 It works ok …but I would like to try a quicker solution with a compiled language, let’say C++. Attach the Raspberry Pi Camera Module. Face Recognition Attendance System is the latest type of Attendance System. If you are running Raspbian Stretch Lite and want to make a backup of your … : Deep face recognition. For face recognition to work well, we’re going to need some horsepower, so we recommend a minimum of Raspberry Pi 3B+, ideally a Raspberry Pi 4. Probably also works fine on a Raspberry Pi 3. You can use one of many image processing techniques. This subreddit also lists tutorials and guides for the newbies to make the best use of their Raspberry Pi for learning and understanding about computers and software. You can also do it with one USB camera & Raspberry Pi camera Module. 4. Finally, Insights. Hardware: Raspberry Pi (Monitor,keyboard and mouse) In this tutorial we will learn how we can build our own Face Recognition system using the OpenCV Library on Raspberry Pi. Python face recognition door opener with simple GUI interface built with Raspberry Pi 3, PiCamera and servo. I’ve tried using the python “facedetect.py” example contained in the opencv-2.4.9 It works ok …but I would like to try a quicker solution with a compiled language, let’say C++. To create a complete project on Face Recognition, we must work on 3 very distinct phases:Face detection and data gathering, train the recognizer and face recognition. A face detection system has become very popular these days, as it can be very secure compared to fingerprint and typed passwords. I will be using Raspberry Pi Model 3 B+. Check this out on Github! 1 Answer1. Libcamera with OpenCV in Raspberry Pi 64 bit Bullseye. We can also connect a camera and work with live video streaming. This project describes an efficient algorithm using open source image processing framework known as … We presented a face recognition approach that is robust to face pose and at the same time light enough to be run on a Raspberry Pi 3. Google TensorFlow is an Open-Source software Library for Numerical Computation using data flow graphs. Attaching below links for reference. Sample Program. But you can use any model of raspberry and any brand SoC or Practically any computer. Written in Python 3. See the image below for the setting location. If you are having trouble with installation, you can also try out a. pre-configured VM. Today we are going to a bit higher level i.e., face recognition using raspberry pi. This guide will show we can make basic Facial Expression Recognition (FER) with a webcam on a Raspberry Pi (though it has also been tried and tested on macOS). 1. Cubevision ⭐ 2. The advantage of installing this system on portable Raspberry Pi is that you can install it anywhere to work it as surveillance system. Keep in mind that we are not actually training a network here — the network has … This project is a production ready complete intelligent Door opening system using image processing and raspberry pi. Before then, getting a simple face recognizer to work was equivalent to inventing an mp3 decoder from scratch & everyone had to repeat the same work. Before anything, you must “capture” a face (Phase 1) in order to recognize it, when compared with a new face captured on future (Phase 3). To review, open the file in an editor that reveals hidden Unicode characters. Facial recognition using Logitech camera in Raspberry Pi 3. Step 9: Saving Data. First, make sure you have dlib already installed with Python bindings: How to install dlib from source on macOS or Ubuntu. In this script we will use OpenCV’s Haar cascade to detect and localize the face. This system will monitor the current Xiangqi (Chinese chess) game, and stream that game with the suggested moves (ultilizing a Chess engine) to a website hosted on a local web server that is accessible by connecting to the system's private wifi network. The project will consist of three phases: Face detection and data gathering; Training recognizer; Facial recognition; Before diving into the code, let’s connect the solenoid lock with the Raspberry Pi. Also rather than using a low-quality Raspberry Pi Interfaced Camera we have used USB attachable HD WebCam to do efficient and reliable facial recognition. If you run into issues please checkout the troubleshooting -section. But you can also use for really stupid stuff. face_rec.py. Earlier versions of Raspbian won't work. But you can use any model of raspberry and any brand SoC or Practically any computer. Steps to build this project. Steps. Try getting a good resolution camera. This is an implementation of OpenCV and WPILib NetworkTables to detect and recognize Power Cubes using the Raspberry Pi Camera. Facial recognition. From there, we’ll continue on with the same method to actually recognize the face. Download the Code. Build a Classify function. Find this and other hardware projects on Hackster.io. How to back up your Raspberry Pi’s SD card on WindowsOpen Win32 Disk Imager You may recognize this program from our guide to installing Raspbian. ...Set the drive and destination folder In Win32 Disk Imager, use the drop-down menu labeled Device to choose the drive that corresponds to your SD card. ...Write the file In this article, we will create our own Face Recognition system using the Open CV Library on Raspberry Pi. For face recognition, refer to the article here where we do in-depth on the machine learning side of this article and refer to this one on where we handle the electrical components in more detail.. Hardware: Alarm ringing The saved image is then add to recognition collection. 5 frames per second. fetch_lfw_dataset dataset, you can check it on github, Oracle. On this tutorial, we will be focusing on Raspberry Pi (so, Raspbian as OS) and Python, but I also tested the code on My Mac and it also works fine. a. Connect the servo motor’s PWR and GND pins to the Vcc and GND pins on the RPi. The most common way to detect a face (or any objects), is using the “ Haar Cascade classifier ”. FaceRecognition and PlateNumberRecognition python code for raspberryPi - GitHub - Nooraz1811/Dissertation_python_code: FaceRecognition and PlateNumberRecognition python code for raspberryPi I’m a newbie and I’m interested in face recognition using the opencv libraries on my raspberry pi. Regarding detecting only your own face. Create a new file called facerec_on_raspberry_pi_group.py in the examples directory. import face_recognition image = face_recognition.load_image_file("your_file.jpg") face_landmarks_list = face_recognition.face_landmarks(image) Finding facial features is super useful for lots of important stuff. Autonomous Driving ⭐ 2. It is used by Google on its various fields of Machine Learning and Deep Learning Technologies. To install, clone this repository to your raspberry pi, descend into it, and use the following command: Raspberry Pi OpenCV Face Recognition This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. It is sure possible to use a USB camera on RasPi. The purpose of this tutorial is show how to add Facial Recognition to Raspberry Pi projects. identify the captured faces. Get the locations and outlines of each person’s eyes, nose, mouth and chin. Fortunately, Smart Mirror could be scaled down, and customized to your liking from small 7" Touchscreen displays to 55" large IR Frames. A smart-system project. Step 11: Face Recognition. I know it is a bit early for you guys. Face Recognition App use a smart facial recognition technology system that is capable of identifying or verifying a person from a digital image or a video frame from a video source. Step 7: Test The Camera. OpenCV was designed for computational efficiency and with a strong focus on real-time applications. Purpose. Figure 3: Facial recognition via deep learning and Python using the face_recognition module method generates a 128-d real-valued number feature vector per face. TensorFlow was originally developed by Google Brain Team and it is published on the public domain like GitHub.. For more tutorials visit our blog.Get Raspberry Pi from … SSH into your Raspberry pi (or connect it to a monitor and login using pi as the username and raspberry as the password). Raspberry Pi is a low-cost mini-computer that has made computing and programming much easier for most people, including students and hobbyists. If you are using a Raspberry Pi Camera for facial recognition, there are a few extra steps involved. The code is available on github. you can find some useful information in this link. For Raspberry Pi facial recognition, we’ll utilize OpenCV, face_recognition, and imutils packages to train our Raspberry Pi based on a set of images that we collect and provide as our dataset. Setp the Raspberry Pi 3 with opencv and python setup properly. Each file should use the persons name as the filename. ageitgey / dlib and face_recognition on raspberry pi.md. So, if you want me to make some basic level projects on raspberry pi then let me know in the comments. 3. The goal of this project is to have your own security system in your desk using Face recognition and alarm that we will build from scratch! Step 10: Trainer. Our first implementation runs at 8~10 images per seconds. We can see the footprint recognition technique as emerging…. You can also do it with one USB camera & Raspberry Pi camera Module. Run in the terminal: $ sudo apt-get install python-smbus. :(However, if you visit the links given in the last comment openGL is supported. Face Detection. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. Pre-requisite: Raspberry Pi 4 (RAM 2GB+) Recommended: Cost: The total cost would vary based on your own specification preference. Instead, I’m using a Raspberry Pi, a speaker system, and a camera to build a smart doorbell system for a fraction of the cost. Here I used 1 web cameras & 1 USB Camera. to create a project that will recognise your face in the webcam and place some funny sprites over it to make a mask that follows you! One guide yields facial recognition software in fewer than 25 lines of code. Using the Raspberry Pi and some additional peripherals, we have designed and built a face recognition system. • Firstly, connecting Raspberry pi with required components as shown in the following figure: Figure 3: The Raspberry project system set-up. We’ll run train_model.py to analyze the images in our dataset and create a mapping between names and faces in the file, encodings.pickle . The extra memory will make all the difference. Other than being a mouthful to say; FRAS allows tens of facial-recognition-camera-clients aka tiny Raspberry Pi-es to be deployed all across a college, Once model is Trained , you can convert into smaller size Tensorflow lite models or use Rest-API to a server to get results.Post Queries here on SO When you find an obstacle. use the following search parameters to narrow your results: subreddit:subreddit find submissions in "subreddit" author:username find submissions by "username" site:example.com find submissions from "example.com" Last active Dec 27, 2021. If you want to come back to this project later, you can create a Raspberry Pi account to save your progress so far. So, it's perfect for real-time face recognition using a camera. In this example, we'll use a 32" IR Frame. In order to provide face image data, some packages such as Greengrass SDK , OpenCV and dlib need to be installed. This study aims to explore a real-time face recognition system using easily-attainable components and libraries, such as Raspberry PI and Dlib, Face Recognition library and Open Source Computer Vision Library (OpenCV). I will be using Raspberry Pi Model 3 B+. Since the RPi uses software PWM, different pins can be used to generate the PWM signals for the motor. Then open up the Raspberry Pi Configuration menu (found using the top left Menu and scrolling over preferences) and enable the Camera found under the Interfaces tab. This is sample code for Face Recognition using OpenCV on Raspberry Pi 400. import face_recognition image = face_recognition.load_image_file("your_file.jpg") face_landmarks_list = face_recognition.face_landmarks(image) Finding facial features is super useful for lots of important stuff. You can test the script as below, to ensure everything is working. Check this out on Github! Introduction. Attaching below links for reference. Facial Recognition Attendance System using Deep Learning with Microsoft FaceAPI, Django and Raspberry Pi-es! So, it's perfect for real-time face recognition using a camera. Install dlib and face_recognition on a Raspberry Pi. After enabling reset your Raspberry Pi. #Initialize 'currentname' to trigger only when a new person is identified. Face Recognition System using Raspberry Pi for Marking attendance Topics python raspberry-pi aws sql cmake-modules numpy dataset face-recognition ec2-instance encodings imutils This project describes the method of detecting and recognizing the face in real-time using Raspberry Pi. The point of entry was a Raspberry Pi device that was connected to the IT network of the NASA Jet Propulsion Laboratory (JPL) without authorization or going through the proper security review. According to a 49-page OIG report, the hackers used this point of entry to move deeper inside the JPL network by hacking a shared network gateway. Figure 3: Face recognition on the Raspberry Pi using OpenCV and Python. This is a subreddit dedicated to Raspberry Pi owners, listing all available projects that could be done on their Raspberry Pi. In this tutorial we will learn how we can build our own Face Recognition system using the OpenCV Library on Raspberry Pi. Personal Website: 👉👉 https://magikerwin1993. so my question is does above camera model and display support with Windows IOT? USB drive :Format a USB drive to a FAT32 file systemCreate a folder named “retropie”Plug it once in the Raspberry Pi and wait for 30 secondsPlug it again in your computer and copy the ROM files in the “retropie/roms” folderPlug it again in your Raspberry Pi and wait until USB stops blinking.The files were copied, restart Retropie to refresh the list Raw. Step 8: Face Detection. The advantage of installing this system on portable Raspberry Pi is that you can install it anywhere to work it as surveillance system. Face recognition door lock system is capable of making decisions based on facial recognition technology. Get the locations and outlines of each person’s eyes, nose, mouth and chin. 3 LTS (xenial), kernel 4. Use your own photos, with a camera. The system uses a webcam and a Raspberry Pi. In recent decades, such a system would have been unfeasible to implement due to cost and technological restraints. Don't forget to change the below IP address to your pi's IP. Installation. 4.2 PI CAMERA So, it's perfect for real-time face recognition using a camera. Step 8: Face Detection. But you can also use for really stupid stuff. Installation. FACIAL RECOGNITION PERFORMANCE BASED ON THE LIGHTING SET-UP MODELS APPLIED TO HOME SECURITY DOOR ACCESS USING PRINCIPAL COMPONENT ANALYSIS AND RASPBERRY PI CONTROLLER Anna Liza A. Ramos - annakingramos@yahoo.com.ph Bless L. Reyes - blessy1228@gmail.com Jomar J. Nuevo - nuevojomar@gmail.com Paulo A. Avila - … Step 10: Trainer. Learn more about bidirectional Unicode characters. This project expands on the person-detecting doorbell system to allow it to identify faces, and announce names accordingly. import face_recognition image = face_recognition.load_image_file("your_file.jpg") face_locations = face_recognition.face_locations(image) There is a full folder of examples in the Github repo. Step 6: install Numpy. Use your own photos, without a camera. Another makes use of OpenCV for a very straightforward, step-by-step approach. All gists Back to GitHub Sign in Sign up Sign in Sign up {{ message }} Instantly share code, notes, and snippets. If you need help finding it on the network use nmap (nmap -sn 192.168.1.0/24) ssh pi@192.168.1.120. To review, open the file in an editor that reveals hidden Unicode characters. Facial Recognition Attendance System using Deep Learning with Microsoft FaceAPI, Django and Raspberry Pi-es! Designed to run on Raspberry Pi. This study aims to explore a real-time face recognition system using easily-attainable components and libraries, such as Raspberry PI and Dlib, Face Recognition library and Open Source Computer Vision Library (OpenCV). facial recognition as an access point control system with a combination of relay module with a solenoid to open the gate and unique and interactive User Interface. Contents. Facial recognition and identification on a Raspberry Pi, connected to the Internet of Things using the IoT JumpWay MQTT Library. Setup a Raspberry Pi with Raspbian Jessie. $ … On this tutorial, we will be focusing on Raspberry Pi (so, Raspbian as OS) and Python, but I also tested the code on My Mac and it also works fine. I’m a newbie and I’m interested in face recognition using the opencv libraries on my raspberry pi. 3 Phases Raspberry Pi is a low-cost mini-computer that has made computing and programming much easier for most people, including students and hobbyists. In this project, you will use a cloud-based machine learning engine called IBM Watson (with Scratch!) Build an interface. Im hoping to use Windows IOT platform for this but Im wondering about the comparability with above devices. Write it to a memory card using Etcher, put the memory card in the RPi and boot it up. There was one named identify_and_draw_boxes_on_faces.py that I decided to use for our FoodCam. In this video we are going to learn how to perform Facial recognition with high accuracy. However in this q&a CUDA is not an option on Raspberry Pi. Step 9: Saving Data. For facial recognition purposes, we install the OpenCV, face_recognition and imutils packages on the Raspberry Pi to train the platform based on the images used as a dataset. What you will make. print ( " [INFO] loading encodings + face detector…") detector = cv2. Autonomous driving in urban environments. Save your progress! Clone this repo and install: Then, install this module from pypi using pip3 (or pip2 for Python 2): pip3 install face_recognition. New content will be added above the current area of focus upon selection Please check the instaalation guide of Adrian. Even better, we’ve included a … In recent decades, such a system would have been unfeasible to implement due to cost and technological restraints. Hi, I am trying to build small Face Detection (not recognition) device with Raspberry 3,Camera Module V2, and official Raspberry pi display. Star. Because, I dont have Two IP camera and cannot buy due to the lockdown. Is there any hope left for me on getting a *private Google Photos* alternative working on NextCloud powered by Raspberry Pi? The first thing to do is install OpenCV. Face Recognition Raspberry Pi Zero Party Greeter Learn how to make a back-up or clone an installation of Raspbian Stretch Lite using RPI-Clone or DD with PiShrink. Libcamera Opencv Rpi Bullseye 64os ⭐ 2. Learn about PyTorch’s features and capabilities. In this tutorial, you are going to learn how to build a facial-recognition-based door lock using a Raspberry Pi. OpenCV was designed for computational efficiency and with a strong focus on real-time applications. NOTE: This design of a Facial Recognition Door Lock should not be implemented to protect and lock anything of value or a home. Facial Recognition Doorbell. Depen ⭐ 2. Step 7: Test The Camera. Instructions tested with a Raspberry Pi 2 with an 8GB memory card. In this part, we ‘ll use a raspberry pi as the IoT Device. 1. Make your Raspberry Pi speak. Our pi_face_recognition.py script is very similar to last week’s recognize_faces_video.py script with one notable change. Here I used 1 web cameras & 1 USB Camera. - Object segmentation and classification using imagenet, inception and so on. if not what are the … Today I am using Raspberry Pi 4B+ for this project you can use any version of pi (except: pi zero). Simple automation project using darket YOLOv4 image recognition on Jetson TX2 to control/monitor devices connected to raspberry pi - GitHub - varunchari/face_mask_based_automation: Simple automation project using darket YOLOv4 image recognition on Jetson TX2 to control/monitor devices connected to raspberry pi Step 6: install Numpy. A very simple hack of holding a photo of a “whitelisted” user up to the camera will unlock the door.

Cinnamon Toast Crunch Kit Kat Fake, United States Internet Users 2020, How To Grow Radish Sprouts In Soil, What Happened To Peach Fresca, This Is How I Fight My Battles Bible Study,

Share on Google+

face recognition using raspberry pi github

face recognition using raspberry pi github

20171204_154813-225x300

あけましておめでとうございます。本年も宜しくお願い致します。

シモツケの鮎の2018年新製品の情報が入りましたのでいち早く少しお伝えします(^O^)/

これから紹介する商品はあくまで今現在の形であって発売時は若干の変更がある

場合もあるのでご了承ください<(_ _)>

まず最初にお見せするのは鮎タビです。

20171204_155154

これはメジャーブラッドのタイプです。ゴールドとブラックの組み合わせがいい感じデス。

こちらは多分ソールはピンフェルトになると思います。

20171204_155144

タビの内側ですが、ネオプレーンの生地だけでなく別に柔らかい素材の生地を縫い合わして

ます。この生地のおかげで脱ぎ履きがスムーズになりそうです。

20171204_155205

こちらはネオブラッドタイプになります。シルバーとブラックの組み合わせデス

こちらのソールはフェルトです。

次に鮎タイツです。

20171204_15491220171204_154945

こちらはメジャーブラッドタイプになります。ブラックとゴールドの組み合わせです。

ゴールドの部分が発売時はもう少し明るくなる予定みたいです。

今回の変更点はひざ周りとひざの裏側のです。

鮎釣りにおいてよく擦れる部分をパットとネオプレーンでさらに強化されてます。後、足首の

ファスナーが内側になりました。軽くしゃがんでの開閉がスムーズになります。

20171204_15503220171204_155017

こちらはネオブラッドタイプになります。

こちらも足首のファスナーが内側になります。

こちらもひざ周りは強そうです。

次はライトクールシャツです。

20171204_154854

デザインが変更されてます。鮎ベストと合わせるといい感じになりそうですね(^▽^)

今年モデルのSMS-435も来年もカタログには載るみたいなので3種類のシャツを

自分の好みで選ぶことができるのがいいですね。

最後は鮎ベストです。

20171204_154813

こちらもデザインが変更されてます。チラッと見えるオレンジがいいアクセント

になってます。ファスナーも片手で簡単に開け閉めができるタイプを採用されて

るので川の中で竿を持った状態での仕掛や錨の取り出しに余計なストレスを感じ

ることなくスムーズにできるのは便利だと思います。

とりあえず簡単ですが今わかってる情報を先に紹介させていただきました。最初

にも言った通りこれらの写真は現時点での試作品になりますので発売時は多少の

変更があるかもしれませんのでご了承ください。(^o^)

Share on Google+

face recognition using raspberry pi github

face recognition using raspberry pi github

DSC_0653

気温もグッと下がって寒くなって来ました。ちょうど管理釣り場のトラウトには適水温になっているであろう、この季節。

行って来ました。京都府南部にある、ボートでトラウトが釣れる管理釣り場『通天湖』へ。

この時期、いつも大放流をされるのでホームページをチェックしてみると金曜日が放流、で自分の休みが土曜日!

これは行きたい!しかし、土曜日は子供に左右されるのが常々。とりあえず、お姉チャンに予定を聞いてみた。

「釣り行きたい。」

なんと、親父の思いを知ってか知らずか最高の返答が!ありがとう、ありがとう、どうぶつの森。

ということで向かった通天湖。道中は前日に降った雪で積雪もあり、釣り場も雪景色。

DSC_0641

昼前からスタート。とりあえずキャストを教えるところから始まり、重めのスプーンで広く探りますがマスさんは口を使ってくれません。

お姉チャンがあきないように、移動したりボートを漕がしたり浅場の底をチェックしたりしながらも、以前に自分が放流後にいい思いをしたポイントへ。

これが大正解。1投目からフェザージグにレインボーが、2投目クランクにも。

DSC_0644

さらに1.6gスプーンにも釣れてきて、どうも中層で浮いている感じ。

IMG_20171209_180220_456

お姉チャンもテンション上がって投げるも、木に引っかかったりで、なかなか掛からず。

しかし、ホスト役に徹してコチラが巻いて止めてを教えると早々にヒット!

IMG_20171212_195140_218

その後も掛かる→ばらすを何回か繰り返し、充分楽しんで時間となりました。

結果、お姉チャンも釣れて自分も満足した釣果に良い釣りができました。

「良かったなぁ釣れて。また付いて行ってあげるわ」

と帰りの車で、お褒めの言葉を頂きました。

 

 

 

Share on Google+

face recognition using raspberry pi github

face recognition using raspberry pi github

cvsd recently filled positions