Git Product home page Git Product logo

eunet's Introduction

EUNet: CNN based Feature Fusion of sEMG and Ultrasound Signals in Hand Gesture Recognition

introduction

This is an official pytorch implementation of Feature Fusion of sEMG and Ultrasound Signals in Hand Gesture Recognition. Please cite this paper if you find this repo helpful for you.

EUNet has two version: one-stream and two stream.

๐Ÿšฉ one-stream EUNet is designed for hand gesture recognition based on seperate sEMG or A-mode ultrasound signals;

๐Ÿšฉ two-stream EUNet is designed for hand gesture recognition based on fusion sEMG and A-mode ultrasound signals.

  • EUNet(one stream) EUNet_oneStream The shared CNN architecture for separate sEMG or ultrasound signal to feature extraction and classification.

  • EUNet(two stream) EUNet_twoStream The two stream CNN architecture for sEMG and ultrasound feature extraction, feature fusion and classification.

Environment

The code is developed using python 3.7 on Ubuntu 18.04. NVIDIA GPUs are needed.

Data preparing

The complete hybrid sEMG/US dataset is not released now. We apply collected sEMG/US data of one subject for code testing, which can be downloaded from: Baidu Disk (code: h99k).

Usage

Installation

  1. Clone this repo
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Create a soft link to the dir you save the dataset:
    ln -s **datadir_save** data
    

Training

  • Train EUNet for sEMG modality
    sh scripts/train_emg_EUNet.sh
    
  • Train EUNet for A-mode ultrasound modality
    sh scripts/train_us_EUNet.sh
    

Validate

  • Validate EUNet for sEMG modality
    sh scripts/test_emg_EUNet.sh
    
  • Validate EUNet for A-mode ultrasound modality
    sh scripts/test_us_EUNet.sh
    

Contact

If you have any questions, feel free to contact me through Github issues.

eunet's People

Contributors

increase24 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.