Skip to content

sneheshs/ai4all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI4ALL Summer Project by PRG at UMD

AI4ALL Summer project repository by Perception & Robotics Group at UMD

This project involves using the NAO robot to detect gestures / hand signals and perform actions correspondingly.

Project

Further Reading

Python Basics

Introduction

Data Structures

Advanced Operations

Hands On

Computer Vision Basics

Machine Learning Basics

NAO Programming Basics

Requirements

  • Ubuntu 16.04
  • Python 2.7
  • OpenCV
  • numpy
  • naoqi
  • pytorch - torch, torchvision

NAO Network Setup

  • Connect NAO to same network as your PC.
  • Press power button on NAO and NAO will announce IP
  • You can input this IP in your browser to verify if you are able to connect to NAO.
  • Change the IP in hello_world.py and run python hello_world.py
  • Run python train.py which opens up the NAO camera frame.
  • Press key c to capture training data and q to quit.