Giter Club home page Giter Club logo

ham2pose's Introduction

Ham2Pose

Official implementation for "Ham2Pose: Animating Sign Language Notation into Pose Sequences". The first method for animating HamNoSys into pose sequences.

Getting Started

  1. Create a virtual environment
$ conda create --name Ham2Pose python=3.7
$ conda activate Ham2Pose
$ pip3 install -r requirements.txt
  1. Prepare new data: To train the model using data that isn't part of our dataset, download the videos and use OpenPose to extract body, face, and hands keypoints from them (137 in total).

Train

To train a new model using the default configurations run the following command:

$ python train.py

To change specific arguments, pass them as explained in the args.py file, e.g. to change the number of gpus to 4 and the batch size to 32 use:

$ python train.py --num_gpus 4 --batch_size 32

To pass a complete yaml configuration file use:

$ python train.py --config_file configs/config.yaml

Test

To test an existing model with the default configuration use:

$ python test.py

The default configuration will test our supplied pretrained model "Ham2Pose". To train and test a different model, either change the model_name in the configuration, or delete the existing checkpoint from the models directory.

To change other arguments use one of the options mentioned under Train.

Citation

If you find this research useful, please cite the following:

@article{shalev2022ham2pose,
  title={Ham2Pose: Animating Sign Language Notation into Pose Sequences},
  author={Shalev-Arkushin, Rotem and Moryossef, Amit and Fried, Ohad},
  journal={arXiv preprint arXiv:2211.13613},
  year={2022}
}

ham2pose's People

Contributors

rotem-shalev avatar mateencog 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.