Hazel Zhu's Posts (1)

Sort by

3689734411?profile=original

Demonstration Video for Visual Detector

This project involves real-time object detection for DJI drones from the ground station using TensorFlow Object Detection API. The TensorFlow Object Detection API is an open source framework built on top of TensorFlow making it easier to construct, train and deploy object detection models. This results in machine learning models capable of localizing and identifying multiple objects in images streaming from DJI drones to the ground station with more computational power.

3689734580?profile=original

The ground station code is available at the GitHub repo to apply object detection for streaming videos from DJI drones.

Requirements

Configuration at DJI GO

  1. General Settings -> Select Live Broadcasting Platform -> Customer 
  • rtmp://<ip address>/live/djidrone
  • Be sure to substitute the IP address of your computer running docker for <ip address>

Command at the Ground Station

  1. python object_detection_multithreading.py --width=1280 --height=720
  2. python object_detection_multithreadng.py Optional arguments (default value):
  • Device index of the camera --source=0
  • Width of the frames in the video stream --width=480
  • Height of the frames in the video stream --height=360

Thanks

Special thanks to  our sponsors and team members. It was a really cool endeavor and an unforgettable experience that is almost impossible to get anywhere else

Hazel Zhu and UAS Hobbyist Team

Read more…