GithubHelp home page GithubHelp logo

dronelight's Introduction

DroneLight

Project for Intro to DS course @ Skoltech

Overview:

STEPS

  • collecting training and testing data
  • extracting features from IMU inputs
  • for each input gesture classifier needs to recognize the correct label
  • draw visualization
  • using this label as a key in dictionary we can send numpy array value to drone

IMU Data Reading

In our project, the user wears the glove and performs one of four gesture patterns. We use the Arduino Nano, IMU sensor MPU-6050 and flex sensor, shown in Figure 2 , as our data input source.

When flex sensor bends more than some threshold - data recording starts, when flex sensor is relaxed - data recording stops. To prevent drift of IMU readings we perform automatic reset before each new recording.

IMU provides us with 6 degree of freedom sensor readings - gyroscopes - accelerometers Inputs from IMU are streaming to local PC through Arduino which is connected by USB

In order for the dataset to be more variative, non-uniform and robust to noise gestures we recorded data: - clock-wise - counterclock-wise - at different pitch-roll angle - upside-down - using 5 different hands for larger range of motions - moving with different speed

Training Data Collection

For each of the letters [S, k, o, l] we collect 100 [?] sets of data samples manually. Each data sample is a sequence of - raw IMU sensor readings? (6 features) - Kalman-filtered? (3 features) that has a pre-defined start and ending time. We also include a label describing the gesture pattern for each data sample.

For the first iteration of the project, the proposed algorithm should map 4 input gestures to 4 letters, which correspond to 4 sets of flight setpoints.

Data Pre-Processing and Feature Extraction

To classify a specific gesture pattern accurately, we need to take into account of both the pose and the position of glove.

  • we normalize the gyroscope and accelerometer inputs
  • we process all our input sequences to be the same length by sampling within the start-end window
  • we create a synthetic data with transform operators and inversing order of the original recordings (for [x, y, z])
  • each of our input data sample is a sequence of ___ dimensional feature arrays representing the status of the glove at a specific time step

The Drone part

these setpoints need to be sent to drone to follow this path

with numpy (x, y z) array make a drone to fly through these setponts (Roman)

control LED while flying

record the drone flight

Input: recorded gestures / path from glove with IMU

Output: drone light-painting the letter / word

Improvements

  • Recognize fake gestures?

dronelight's People

Contributors

nickzherdev avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.