Craig Newman Curtin University of Technology Translating Australian Sign Language into Speech.

Slides:



Advertisements
Similar presentations
The building blocks of American Sign Language
Advertisements

MASTER ASL! IMPORTANT THINGS TO KNOW….
Translation of Sign Language to Speech Sensor Glove Development Name:Garry Rank Student Number: Supervisor:Mr Iain Murray.
Department of Electrical and Computer Engineering He Zhou Hui Zheng William Mai Xiang Guo Advisor: Professor Patrick Kelly ASLLENGE Midway Design review.
Gesture Controlled Car (GCC) By: Ashwaq Alkailany Reema Abubaker Supervised by: Dr. Luia Malhis.
 INTRODUCTION  STEPS OF GESTURE RECOGNITION  TRACKING TECHNOLOGIES  SPEECH WITH GESTURE  APPLICATIONS.
Input to the Computer * Input * Keyboard * Pointing Devices
Department of Electrical and Computer Engineering He Zhou Hui Zheng William Mai Xiang Guo Advisor: Professor Patrick Kelly ASLLENGE.
Outstanding issues for Animgen 1. Improvements to animation quality Raise the elbow to ease the wrist bending. When the wrist goes to the head, the arm.
Fivepoint Voiceture Sign Language Translator Bridging the communication gap.
ASL I Review ASL II 1st 6 weeks.
Student Booklet Name: ___________________________
Integrated Astronaut Control System for EVA Penn State Mars Society RASC-AL 2003.
DCHS American Sign Language Club 3 rd Meeting September, 2012 Mrs. Alexander Warm-up Find a partner ask them (IN SIGN!!!) to tell you about themselves.
June 12, 2001 Jeong-Su Han An Autonomous Vehicle for People with Motor Disabilities by G. Bourhis, O.Horn, O.Habert and A. Pruski Paper Review.
Auslan Anthem These are instructions on how to ‘sing’ the National Anthem in sign language, or Auslan. These are instructions on how to ‘sing’ the National.
ASL 2 Advanced Grammar & Culture
Simple Program Design Third Edition A Step-by-Step Approach
Supervisor: Dr. Eddie Jones Electronic Engineering Department Final Year Project 2008/09 Development of a Speaker Recognition/Verification System for Security.
Introduction and Warm-Up HEAD SHOULDERs KNEES.
Three Reasons to Communicate Get something DONE Have a conversation Help with distress.
An Introduction to Programming and Algorithms. Course Objectives A basic understanding of engineering problem solving process. A basic understanding of.
DCHS American Sign Language Club 1 st Meeting August 20, 2012 Mrs. Alexander.
1 Robot Motion and Perception (ch. 5, 6) These two chapters discuss how one obtains the motion model and measurement model mentioned before. They are needed.
HKOI 2006 Intermediate Training Searching and Sorting 1/4/2006.
 2006 Pearson Education, Inc. All rights reserved Searching and Sorting.
Turns human body into a touch screen finger input Interface. By, M.PRATHYUSHA 07P61A1261 IT-B.
Sign Language – 5 Parameters Sign Language has an internal structure. They can be broken down into smaller parts. These parts are called the PARAMETERS.
What is American Sign Languague? Mrs. McClure. Introduction to ASL It is NOT universal It is NOT English There are several different sign languages but.
Saron Paz Zvika Markfeld Tomer Daniel Oleg Imanilov.
Translation of Sign Language to Speech Sensor Glove Development Name:Garry Rank Student Number: Supervisor:Mr Iain Murray.
Toward a Unified Scripting Language 1 Toward a Unified Scripting Language : Lessons Learned from Developing CML and AML Soft computing Laboratory Yonsei.
Openings. Openings in telephone conversations Telephone openings in English have a regular format through which the beginning of conversation is achieved.
The Process of Communication Chapter 2. COMMUNICATION MODEL SENDER MESSAGE RECEIVER FEEDBACK.
Effective Presentation Skills 1. 2 Objective Of Presentation The single most important observation is that the objective of communication is Not the transmission.
Today I am going to check on your alphabet. This is to see what you know and what letters you are struggling with. As I come around to each student please.
Gestures and sign languages
Practice Quiz. A Lesson on Language One of the features that make language unique is the set of symbols that can be broken down into smaller parts.
By Kyle Bickel. Road Map Biometric Authentication Biometric Factors User Authentication Factors Biometric Techniques Conclusion.
Lesson 2 Lifeprint.
Master ASL! Things to Know.
Vikash ranjan vipul vikram Rajat kapoor sultan amed.
Development of a Flex Sensor Glove
Development of a Flex Sensor Glove
Development of a Flex Sensor Glove
(things that make one sign different from another)
Important Aspects of American Sign Language
Review-VOICE OFF Practice ABC’s forward and backward with partner beside you. Make sure you have correct hand shape. Practice until you can do the ABC’s.
ASL 1-Day 2 ASSIGNED SEATING
Chapter 15 Gestures and Sign Languages
Structured Analysis and Dataflow Diagrams
Tanis, Emily, Miranda-Lee, Jordan
Data Structures Recursion CIS265/506: Chapter 06 - Recursion.
Development of a Flex Sensor Glove
Development of a Flex Sensor Glove
Development of a Flex Sensor Glove
Chapter 6 System and Application Software
Introduction to Drill Prep School 2018.
Development of a Flex Sensor Glove
Development of a Flex Sensor Glove
PRIME FACTORIZATION USING FACTOR TREES!.
Development of a Flex Sensor Glove
Chapter 6 System and Application Software
Chapter 6 System and Application Software
Introduction to Robotics
ASL I Unit 1.
Visual Recognition of American Sign Language Using Hidden Markov Models 문현구 문현구.
Computer Programming-1 CSC 111
Chapter 6 System and Application Software
Presentation transcript:

Craig Newman Curtin University of Technology Translating Australian Sign Language into Speech

Introduction To Auslan Elements Of Auslan Signs Hardware Used Hardware Control Algorithm Elements Of Sign Recognition Algorithm Future Intentions Presentation Overview

British and Irish origins More than 4000 commonly used signs 0.1% of Australians use Auslan Introduction to Auslan

Two-handed fingerspelling alphabet

Handshapes Location Orientation Movement Expression Elements of Auslan signs

Handshapes

First Attribute: Degree to which fingers are bent

Handshapes Second Attribute: Combination of fingers touching

Handshapes Third Attribute: Pitch of the hand

Neutral Space Primary Locations Secondary Locations Location

Orientation

Roll required to differentiate Yaw required to differentiate

Large Scale Straight Line Series of Straight Lines Arcs Circles Small Scale Changes in Orientation Changes in Fingers New Handshape Movement

Head Eyebrows Eyes Mouth Cheeks Expression

P5 glove from Essential Reality

Known through the P5 Degree of Finger Bend Position Primary Locations, Movement Orientation Required Contacting Secondary Locations What was Needed?

Acquiring Secondary Locations

M16C/62 Single-chip Microcontroller

The Prototype

Collect Data Every 17ms 60 Hertz Synchronisation with P5 Test Pins Not Logged Write Pin High, Read Remaining Pins Log Connected Pins Debounce: Test For Consistency Encapsulate for Transmission Transmit When Required Contact Sensor Algorithm

Working Example 1

Working Example 2 INSERT CLIP: IM

3 Samples Stored in stop_buffer Position Orientation Finger Bend Contacts Check Last 2 Samples within Range When was the hand considered Stopped?

Wait Until Hands Stop Take First Sample From stop_buffer Filter Through if/else Structure to find Correct Combination Return Handshape Identifying Handshapes

Working Example 1 INSERT CLIP: GUN

Working Example 2 INSERT CLIP: MOTHER

Record Position of Head Shoulder Bicep Forearm Extrapolate Primary Locations Else is Neutral Space Problem Requires Dynamic Position Tracking Identifying Primary Locations

Wait Until “not stopped” While “not stopped” copy stop_buffer Allow for Slight Pauses Filter Data By Testing For Inherent Geometric Structure Output Movement Type Identifying Movement Type

Identify Initial Handshape, Location, Orientation Filter Through if/else Structure If Sign Recognised Output Sign Else Identify Movement Identify Final Handshape, Location, Orientation Filter through if/else Structure Output Sign Putting it all together: Recognizing Signs

Working Example INSERT CLIP: WRAPUP2

Design Composite Glove Dynamic Tracking Of Primary Locations Introduce Learning Algorithms Identifying Handshapes Identifying Movement Translate Signing Context Into English Text Integrate Text To Voice Synthesizer Future Intentions

Questions & Answers