Giter VIP home page Giter VIP logo

chipy2017's Introduction

chipy2017

Computer Vision Simulation for FRC SteamWorks Gear Lift Vision Targets. Included are OpenGL Simulation, Machine Learning Algorithm to map 2D coordinates (picture) into 3D coordinates (real world), and a simulation of the path the robot will take based on the outputs of the Machine Learning algorithm.

Blog Posts

To understand the purpose and execution of this project please refer to the following blog posts:

  1. Blog #1

  2. Blog #2

  3. Blog #3

At the end of my mentorship I gave a brief talk to the Chicago Python Group. Video

File Content

/OpenGL/Simulation.ipynb Contains the simulation that writes data to a CSV database so we can train the Neural Network. Basically puts a series of points that define the target in 3D space. It them simulates a robot moving around and converging upon this target.

/OpenGL/Train Neural Network.ipynb Loads the generated datasets and trains a Neural Network. These are then saved to a file so they can be used later.

/OpenGL/Simulation and Prediction.ipynb Combines the Simulation with the Neural Network and draws a best path to the target. The angle generated is the one in which the robot will travel.

/Practice ML Contains practice for the Machine Learning algorithms I've been working on.

/Robot Contains an implementation of this that may work on our robot.

Libraries used

OpenGL - simulation

OpenCV - to capture images from robot

scikit-learn - train a neural network

pygame - create window to display simulation

numpy, pandas, csv, etc - data processing

chipy2017's People

Contributors

aapatni avatar

Watchers

James Cloos 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.