Giter Site home page Giter Site logo

moya's Introduction

MOYA - Deep Learning 기반 사물인식 기술을 이용한 언어학습 보조로봇

SK CREATIVE CHALLENGE 2017 대상!

SNU 로봇인공지능만들기 Code for MOYA Robot

HOW TO:

Setup

Clone to src folder in ROS workspace, and create package:

cd ~/catkin_ws/src
git clone https://github.com/dongwan123/moya
cd ..
catkin_make

Running Teleop

Start Rosserial with arduino, then start the teleop node. First, init roscore:

roscore

On new terminal tabs each, run:

sudo chmod 666 /dev/ttyACM0
rosrun moya serial_node.py /dev/ttyACM0
rosrun moya move_robot.py

Running Robot

cd catkin_ws/src/moya/src/transmit_image
python send_image.py
cd ../gui
python guipython2.py

On computer, run

cd catkin_ws/src/moya/src/object_detection
python label_image.py

Now move the robot using w a s d keys

TO-DO:

Controlling Robot wheels

  • Rosserial + Arduino
  • Teleop

Object Recognition

  • Train images by retraining Mobilenet
  • Capture image with webcam and classify using retrained model
  • Output identified object to main

Hand Motion Detection

  • Python wrapper for Intel RealSense + OpenCV
  • Calculate direction of hand

UI integration

  • Make everything work smoothly with UI
  • (Optional) Quiz Mode for users

moya's People

Contributors

numpee avatar lyhgabe 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.