AI for Everyone LESSON 19: Create Python Games in OpenCV Using Mediapipe

Поділитися
Вставка

КОМЕНТАРІ • 63

  • @kenstephens221
    @kenstephens221 3 роки тому +1

    Back to the 80's. Had a great time with my son when we got our first pong game. Thanks.

  • @taurus548
    @taurus548 2 роки тому

    Another good Lesson! I am pleased to know that I am the only one who has trouble closing brackets. I also sometimes slip up with putting in", "when it shud be"."

  • @MrLuizChaib
    @MrLuizChaib 2 роки тому

    Hi,Paul. I'm taking these lessons since The begining. Just great. I'm a retired electronic engineer, and almost a Legend (kkkkk).
    Started The serie a bit late, but already in this lesson.
    Happy to have my brain occupied whith very interesting stuf.
    My congrats from São Paulo, Brazil

  • @daviddirac5942
    @daviddirac5942 3 роки тому

    Thanks for showing the way to apply mediapipe in a practical and useful way.

  • @SteveLeone
    @SteveLeone 9 місяців тому

    ...another great lesson. Thanks Paul!

  • @edSabio572
    @edSabio572 2 роки тому

    Thanks Paul! I found this lesson interesting in its concept. I remember the Pong Game but never played it. Now I appreciate what is behind it - I like knowing the code that makes it work.

  • @cbrombaugh
    @cbrombaugh 3 роки тому

    I AM LEGEND! This is really neat stuff! Thanks for the time you put into developing these most excellent courses, Paul.

  • @domeshining5473
    @domeshining5473 3 роки тому

    Your lessons are always very easy to follow. Thank You.

  • @woodpython8588
    @woodpython8588 3 роки тому

    Hi Paul, for the first time had an opportunity to watch the premiere of a new lesson... excited.

  • @floridian080
    @floridian080 3 роки тому

    Fun lesson. I'm so old that pong was after my time...may need to become acquainted with it before I do the homework!

  • @red_orangetech1738
    @red_orangetech1738 3 роки тому +1

    LOOKING GOOOD PAUL !!!!

  • @CarbonMusicCouch
    @CarbonMusicCouch 3 роки тому

    Thank you Paul!

  • @danny12345
    @danny12345 3 роки тому

    Thank you

  • @magnuswootton6181
    @magnuswootton6181 3 роки тому

    top tech boy finishes his whole friken robot!!! thats impressive.

  • @angelovillano50
    @angelovillano50 2 роки тому

    Thank you!!

  • @juldupont
    @juldupont Рік тому

    you are a legend !

  • @tntragan
    @tntragan Рік тому

    Back to the future with Pong in the 21st century. Lets get bouncing.

  • @doodes.5577
    @doodes.5577 2 роки тому

    i love these videos!!!!!!!!!!!!!!

  • @Mircea007
    @Mircea007 3 роки тому

    Hi Paul.
    This is so cool! Looking forward to start this new series of lessons. Will the hand gestures work on the Jetson Nano?

  • @trogdorandfriends
    @trogdorandfriends 3 роки тому +4

    My version is at ua-cam.com/video/fseyceSPEpE/v-deo.html (the code) and ua-cam.com/video/oqKT-qDpBYk/v-deo.html (game being played). As the game progresses the speed increases, the paddle gets narrower and the ball gets smaller. It is a bit glitchy. There is also sound. I couldn't figure out how to display the score/lives for only a few seconds at the end of a life so I put it in the main loop.

  • @tanvirmahtab7666
    @tanvirmahtab7666 3 роки тому

    awesome

  • @jacob_dmn
    @jacob_dmn 2 роки тому

    AMAZINNNNGGGG

  • @aman-sood
    @aman-sood 2 роки тому

    Now this is what I call a challenge. I'm going to create three, 'modes' that the user can choose from; easy, medium and hard. Every mode will have the ball move at a different speed and every 5 times you catch the ball, the speed increases every so slightly.

  •  3 роки тому

    Amazing!

  • @bobingridshaw5361
    @bobingridshaw5361 3 роки тому

    Have I got the wrong version of Cmake (ie CMake not for C++)? if so, how do I get this version?

  • @ElectroProjects
    @ElectroProjects 3 роки тому +1

    👍🏼

  • @bobingridshaw5361
    @bobingridshaw5361 3 роки тому

    I have been stuck since Lesson 15 and I cannot get face_recognition==1.2.3 to install with pip. Problem (hard to read in dark red on dark blue background) appears to be some conflict with version of Visual Studio not being C++ version. Also pip reports I am using pip version 19.2.3 although 21.3.1 is available. When trying to update pip with >Python -m omsta;; --upgrade pip as shown in error message, it replies No module named install. I'm at a loss and any help would be appreciated before I get too far behind! Bob

    • @jabcek
      @jabcek 3 роки тому

      Hi,
      do you have Visual Studio installed? For me the problem was there. I needed to install the C++ libraries there for CMake to work.
      If this is the case, open the Visual Studio instaler, click on "modify", under "universal windows platform development" check all the boxes with c++ under the "optional" and then click "modify" at botom right corner.
      p.s. pip version is ok, just ignore that recomendation.

    • @arlo4051
      @arlo4051 3 роки тому

      Bob , cavalrycome had a solution that worked for me on lesson 16 in the comment section. It had to do with the dlib library not installing correctly, you might want to check that out. Arlo.

    • @neilausten9404
      @neilausten9404 3 роки тому

      I had same problem. I changed 3.6.8 for 3.6.6, did the cavalrycom tip, and face recognition then installed for me using the older pip version.