All Projects → PatrickChrist → CDTM-Deep-Learning-Drones

PatrickChrist / CDTM-Deep-Learning-Drones

Licence: MIT license
Course Material for CDTM Deep Learning Drones Course

Programming Languages

CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
matlab
3953 projects

Projects that are alternatives of or similar to CDTM-Deep-Learning-Drones

specification
The Cyphal specification documents are maintained here.
Stars: ✭ 38 (+65.22%)
Mutual labels:  drone, drones
source x
Open Source Giant FPV Racing Drone Frame
Stars: ✭ 19 (-17.39%)
Mutual labels:  drone, drones
sbus
Arduino and CMake library for communicating with SBUS receivers and servos.
Stars: ✭ 277 (+1104.35%)
Mutual labels:  drone, drones
ublox
Arduino and CMake library for communicating with uBlox GPS receivers.
Stars: ✭ 89 (+286.96%)
Mutual labels:  drone, drones
Swarms
The ultimate node.js library for controlling Bitcraze Crazyflie 2.0 drones
Stars: ✭ 11 (-52.17%)
Mutual labels:  drone, drones
Gaas
Generalized Aviation: Open source autonomous aviation software platform, designed for fully autonomous drones and flying cars.
Stars: ✭ 1,377 (+5886.96%)
Mutual labels:  drone, drones
bme280
Arduino and CMake library for communicating with the Bosch Sensortec BME280 environmental sensor.
Stars: ✭ 21 (-8.7%)
Mutual labels:  drone, drones
hardware
PCB designs for the Waterloo Aerial Robotics Group
Stars: ✭ 42 (+82.61%)
Mutual labels:  drone, drones
Px4 Autopilot
PX4 Autopilot Software
Stars: ✭ 5,090 (+22030.43%)
Mutual labels:  drone, drones
Easytello
An easy to use library to support DJI Tello scripting in Python 3
Stars: ✭ 58 (+152.17%)
Mutual labels:  drone, drones
Imageprocessing
MicaSense RedEdge and Altum image processing tutorials
Stars: ✭ 139 (+504.35%)
Mutual labels:  drone, drones
brain-powered
With the Brain Powered honourscourse at the UvA we aimed to control a drone using brain signals, measured by means of EEG, only.
Stars: ✭ 13 (-43.48%)
Mutual labels:  drone
drone-ci-demo
A Demo to show workflow of Drone CI + GitFlow + Semantic Release + Kubernetes
Stars: ✭ 47 (+104.35%)
Mutual labels:  drone
ESP32
DroneBridge for ESP32. A short range wifi based telemetry link. Support for MAVLink, MSP & LTM (iNAV).
Stars: ✭ 183 (+695.65%)
Mutual labels:  drone
drone-manifest
Drone plugin to push Docker manifests
Stars: ✭ 14 (-39.13%)
Mutual labels:  drone
FreeTAKUAS
DJI drone flying app with integrations for FreeTAKServer
Stars: ✭ 41 (+78.26%)
Mutual labels:  drone
drone-gcloud-helm
Drone 0.5 plugin to create and deploy Helm charts for Kubernetes in Google Cloud.
Stars: ✭ 13 (-43.48%)
Mutual labels:  drone
gogs drone docker
For the better CI as well as CD using gogs and drone base on Docker
Stars: ✭ 72 (+213.04%)
Mutual labels:  drone
Faster
3D Trajectory Planner in Unknown Environments
Stars: ✭ 246 (+969.57%)
Mutual labels:  drone
Dronin
The dRonin flight controller software.
Stars: ✭ 238 (+934.78%)
Mutual labels:  drone

CDTM-Deep-Learning-Drones

Course Material for CDTM Deep Learning Drones Course

Citation

If you find this useful for your research please cite our paper:


@inbook{Christ2016,
	Author = {Christ, Patrick Ferdinand and Lachner, Florian and H{\"o}sl, Axel and Menze, Bjoern and Diepold, Klaus and Butz, Andreas},
	Booktitle = {Computer Vision -- ECCV 2016 Workshops: Amsterdam, The Netherlands, October 8-10 and 15-16, 2016, Proceedings, Part II},
	Doi = {10.1007/978-3-319-48881-3_17},
	Editor = {Hua, Gang and J{\'e}gou, Herv{\'e}},
	Isbn = {978-3-319-48881-3},
	Pages = {238--253},
	Publisher = {Springer International Publishing},
	Title = {Human-Drone-Interaction: A Case Study to Investigate the Relation Between Autonomy and User Experience},
	Url = {http://dx.doi.org/10.1007/978-3-319-48881-3_17},
	Year = {2016},
	Bdsk-Url-1 = {http://dx.doi.org/10.1007/978-3-319-48881-3_17}}

Usage Docker Container

Build from scratch using

nvidia-docker build -t YOURNICENAMEFORTHECONTAINER .

Pull from Dockerhub.com

nvidia-docker pull patrickchrist/cdtm-deep-learning-drones

(or CPU-only:)

docker pull mjdev/cdtm-deep-learning-drones

Start Docker Container Using

With Nvidia GPU:

sudo nvidia-docker run -v /home/$(whoami):/data -p 5000:5000 patrickchrist/cdtm-deep-learning-drones

or CPU-only:

docker run -v /home/$(whoami):/data -p 5000:5000 mjdev/cdtm-deep-learning-drones

Enter a running Docker Container

Get the docker container id and remember it.

sudo nvidia-docker ps

Login using the following command.

sudo docker exec -it CONTAINERID bash

Python ARDrone Lib

To install the Python ARDrone Lib for Windows follow please the README in /python-ardrone.

Python ARDone Lib PS-Drone

Second Lib to control the drone.

Object Detection Tutorial Using Digits DetectNET

Download Data from Kitti

Labels
http://kitti.is.tue.mpg.de/kitti/data_object_label_2.zip
Data
http://kitti.is.tue.mpg.de/kitti/data_object_image_2.zip
Infos
http://kitti.is.tue.mpg.de/kitti/devkit_object.zip

Follow Digits Tutorial

Follow the Digits Object Detection Tutorial. [https://github.com/NVIDIA/DIGITS/tree/master/examples/object-detection]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].