Car Control


Using Computer Vision

Don't follow where the path may lead. Go instead, where there is no path & leave a trail.

Blog Image
‎August ‎4, ‎2020
Tags:
  • Computer Vision
  • Python
  • Car Game
  • Pyautogui

Car control on figure tips using computer vision. In the project, I used the basics of computer vision actually to take control of the car. I programmed it so that it'll detect the skin color code & will follow it. The project has a controversy. For now, it is working on skin color code detection & then based upon the detected object, and it traces the path of the object.


Computer vision is a field of artificial intelligence that trains computers to interpret and understand the visual world. Using digital images from cameras and videos and deep learning models, machines can accurately identify and classify objects — and then react to what they “see.”

If multiple skin color objects are detected, then the program faces numerous inputs due to which the accuracy of the model drops. So, I have thought of using a haar cascade for hand detection for the model's future perspective. By this method, I am sure the problem of multiple inputs will get resolved.


PROJECT


VIDEO