mrsojourn / computer_vision_with_tello_drone

Learn Basics First

Home Page:https://www.youtube.com/channel/UCkQxNg5_yal3XZH4DIK4WEg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

computer_vision_with_tello_drone

Five Projects using Tello Drone

>>> Click Here: YouTube link <<<

Table of Contents

  1. Installations
  2. Project 1: Face Tracking
  3. Project 2: Body Tracking & Control
  4. Project 3: Hand Geusture & Control
  5. Project 4: Object Detection: Basics
  6. Project 5: Object Detection: YOLO

Installations

To install ImageAI, run the python installation instruction below in the command line:

  • Download and Install Python 3.10 or higher
  • Clone repository
    • Clone Repository: Link Click here or

      git clone https://github.com/mrsojourn/computer_vision_with_tello_drone.git 
      
    • Install requirements: Download requirements.txt file and install via the command of

      pip install -r requirements.txt
      
    • Run individual projects and ENJOY =)

Projects 1

Tello: Face Tracking

Frace tracking demo video.

>>> Click Here: YouTube link <<<

Projects 2

Tello: Body Tracking & Control

Body Tracking & Control demo video.

>>> Click Here: YouTube link <<<

Projects 3

Tello: Hand Gesture Control

Hand gesture & control demo video.

>>> Click Here: YouTube link <<<

Projects 4

Tello: Objection Detection Basics

Object dections basics demo video.

>>> Click Here: YouTube link <<<

Projects 5

Tello: Object Detection: YOLO

Objection detection YOLO demo video.

>>> Click Here: YouTube link <<<