Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auslan2text

App for translating Auslan to text

💡 TODO:

  • Look more into dynamic gesture recognition
    • LS-HAN (and Hierarchical Attention Networks in general)
    • CNNs with recurrence
    • FlowNets for optical flow?
  • Implementations must be lightweight enough to run well on mobile devices
    • Determined by amount of memory and FLOPs required to run inference model
    • Look into different serialization formats (possibly looking at protobufs for now)
  • Create and/or look for a larger and much more diverse training set for network
  • Implement data augmentation?
  • Make prettier GUI 😅

🔍 Research

Just some existing methods for gesture recognition - some are possible candidates for implementation or for inspiration for developing different approach.

Looking into voice-text (will be used to translate speech/text into auslan)

Arhitecture results

About 0.09% loss after 20 epochs (simple CNN with Batch Norm. and Max Pooling, static fingerspelling ASL).

  • Currently only works with static input, no recurrence or temporal window (for dynamics) 20Epochs

About

App for translating Auslan to text, and vice versa

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages