Skip to content

ohorban/drone_live_object_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drone live object recognition

Get live object detection from you personal drone

I'm using DJI mini2

Set Up

  1. Download Local RTMP Server
  2. run ifconfig | grep "inet " in terminal to get your ip address
  3. put the link of format rtmp://<IP ADDRESS>/live/<ANYTHING> to the drone's RTMP transmission settings and start the transmission. Save this link for later
  4. run
git clone https://github.com/ultralytics/yolov5
cd yolov5
python3 detect.py --source 'rtmp://<IP ADDRESS>/live/<ANYTHING>'

Wathch the example

About

Get live object detection from you personal drone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages