Giter VIP home page Giter VIP logo

Comments (3)

mpc001 avatar mpc001 commented on July 17, 2024

Hi, sentence-level speech recognition is quiet different from word-level speech recognition. To be honest, I don't suggest you do it by segmenting sentences since a sequence may have different labels. Besides, word based classification has an issue of out of vocabulary words.

from lipreading_using_temporal_convolutional_networks.

ilovecv avatar ilovecv commented on July 17, 2024

@mpc001 Thank you very much for your reply. I have another two questions:

  1. Do you have any suggestions on sentence-level lipreading?
  2. What's the running time of the models listed in your Model Zoo? I tested the resnet18_mstcn_adamw_s3, snv1x_dsmstcn3x and snv1x_tcn1x models. The running time of three models are 10ms, 20ms and 10 ms on my machine. Did you have a similar trend? I thought snv1x_tcn1x has the least flops, so it should be the fastest model.

Thank you very much!

from lipreading_using_temporal_convolutional_networks.

brais-martinez avatar brais-martinez commented on July 17, 2024

Extending this to sentence-level lipreading is possible but not straightforward. You can think of what we've done here as getting a strong representation, but then you need to add something on top that instead of predicting single labels per segment predicts continuous speech. Maybe you should look into works that have experiments on LRS2 for example to learn how to do that. The head of the architecture would change and the loss is different. If you want to get the best out of it, you can apply a language model.

from lipreading_using_temporal_convolutional_networks.

Related Issues (20)

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.