Git Product home page Git Product logo

sen_cslr's Introduction

Hi👋, i'm a PhD candidate (2021.09-now) in Tianjin University, China. My major interests include video understanding, sign language understanding and multi-modal learning. I'd like to let the people benefit more from general computer vision techniques. For more information, please visit www.hulianyu.top. Feel free to contact me via [email protected].

✉ News:

  • We release CorrNet+, an unified model with superior performance on both continuous sign language recognition and sign language translation tasks by using only RGB inputs.

  • We release AdaptSign, a CSLR model powered by frozen pretrained image models with 18.5% & 18.8% WER on phoenix2014, 18.6% & 19.8% WER on phoenix2014-T, 26.7% & 26.3% WER on CSL-Daily.

  • We release DSTA-SLR, which performs sign language recognition (SLR) with pure skeleton inputs but ahcieves comparable accuracy and much faster speed than recognition with RGB inputs.

Anurag's GitHub stats

sen_cslr's People

Contributors

hulianyuyy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sen_cslr's Issues

A request

Hello,I want to ask, I want to use your trained weights to test my own video data, how to achieve. Is there a demo, please?

Spatial Attention Network

Was the Spatial Attention Network, such as SENet or ECA-Net as mentioned in the paper, tried as a backbone before implementing SEN_CSLR? If so, did the results improve?

Error

An error is reported after executing this naming.

image image

About TSEM module

The code implementation of your TSEM module is not the same as in the paper, can you disclose the same code part as the paper, thank you~

param mismatch error

Hi, when I run test_one_video.py using CSL-Daily pretrained model (dev_31.10_CSL-Daily.pt), I meet the following error

RuntimeError: Error(s) in loading state_dict for SLRModel:
size mismatch for conv1d.fc.weight: copying a param with shape torch.Size([2001, 1024]) from checkpoint, the shape in current model is torch.Size([1296, 1024]).
size mismatch for conv1d.fc.bias: copying a param with shape torch.Size([2001]) from checkpoint, the shape in current model is torch.Size([1296]).
size mismatch for classifier.weight: copying a param with shape torch.Size([2001, 1024]) from checkpoint, the shape in current model is torch.Size([1296, 1024]).
size mismatch for classifier.bias: copying a param with shape torch.Size([2001]) from checkpoint, the shape in current model is torch.Size([1296]).

Should I modify somewhere of the network structure?
Thank you!

Train problem

Hello, I have trained SEN-CSLR on the data set of CSL-Daily, but WER has not reached 31.1% and 30.7% as mentioned in the article, which is about 1% short. May I ask which part needs to be modified?

I can't reproduce

hello,your paper's innovation point is heatmap,why not show this part in the release code, thanks.

Run oN CPU

Hello How Are You guys

Can This Code Run on Cpu ???

Train problem

Hello! The following issues were encountered during the training process. Could you give me some guidance?
image

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.