Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 1.6 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.6 KB

Microsft x DJI: Drone Competition

Result: Champion

Media coverage: unwire.pro (in Chinese), dji (in Chinese)

This repository stores files used in the Microsoft x DJI Drones Joint Universities Competition in Hong Kong in Jan., 2019. There is only one week of preparation time for this competition so please do not mind the messiness of our repository.

The competition requires contestants to develop a neural network, which is then applied to a DJI Phantom 4 Pro. The network is required to identify and locate the fruits laid on a Microsoft logo. One may the more details in the slides below.

The repository structures as follow.

  • helper/ stores some helper scripts we wrote in the course of the competition.
  • im_generator/ stores a script that generates simulated dataset with raw data from here. This is not used at the end.
  • model/ stores models we trained using images captured by a DJI Spark.
  • src/ stores the main program we used during the competition, which allows connecting the drone and perform inference on its camera feed.