Using CV to play the Google Chrome Dinosaur Game
Using CV to play the Google Chrome Dinosaur Game Another simple weekend project, using google’s Posenet to play Chrome “Dinosaur Game”. Authors Method Using Posenet, we detect key body points (keypoints) and find the points of the left and right eye. From there, we obtain the “y-axis” of the eye, and detect any “jump” by calculating the displacement of the y-axis between frames. We use pyautogui library to convert any “jump” signal from the algorithm to pressing the “up” button […]
Read more