Git Product home page Git Product logo

drone-object-detection's Introduction

#ObjectDetection

This repository contains a Python script that utilizes the Olympe library and OpenCV to detect objects in a video stream and control a drone based on the detected objects.

Prerequisites

Before running the code, make sure you have the following dependencies installed:

  • Python 3.x
  • OpenCV (cv2)
  • Olympe
  • NumPy

You can install the required Python packages using pip:

pip install opencv-python olympe numpy

Setup

  1. Connect to the drone's Wi-Fi network.

  2. Update the DRONE_IP variable in the code to match the IP address of your drone. By default, it is set to 192.168.42.1.

  3. Download the best.onnx file and coco.txt file and place them in the same directory as the script. You can find the best.onnx file here and the coco.txt file here.

Usage

  1. Run the script by executing the following command:
python script.py
  1. The script will establish a connection with the drone and wait for it to take off and reach a stable hover state.

  2. It will then start capturing video from the drone's camera or a specified video file.

  3. The script uses the YOLOv3 object detection model to detect objects in each frame of the video. Detected objects are displayed on the screen with bounding boxes and labels.

  4. The drone's movement is controlled based on the detected objects. It calculates the desired velocity for the drone based on the position of the detected objects in the frame and adjusts the drone's movements accordingly.

  5. Press 'q' to stop the script and exit.

Note: Make sure to fly the drone in a safe environment and comply with all local regulations and laws regarding drone usage.

License

This code is licensed under the MIT License. Feel free to modify and distribute it as needed.

Acknowledgments

drone-object-detection's People

Contributors

sainavaneet avatar

Stargazers

Manisha Lingala avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.