8000 GitHub - aefuente/dronemalone
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aefuente/dronemalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capstone II Final Porject Team 14

The aim of this project is to bring facial tracking technology to drones. This will be accomplished by the development of a computer vision algorithm for facial detection that will interface with and control the drone. The drone’s camera will communicate with a Haar cascade object detection model to gather information about the presence and location of a human face and make decisions about how the drone should be maneuvered to locate and track the face. The development of the technology in this project will have benefits for surveillance, tracking, and the film industry.

Contents

  1. Environment Setup
  2. Demo

Environment setup

  • Clone the repository
git clone git@github.com:aefuente/dronemalone.git capstone && cd capstone
export capstone=$PWD
conda create -n capstone python=3.10
conda activate capstone
pip install -r requirements.txt

Demo

  • Setup your environment
  • Run src/main.py
cd $capstone
python3 ./src/main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0