Giter VIP home page Giter VIP logo

Comments (2)

mpc001 avatar mpc001 commented on August 16, 2024

Hi,

The paper you mentioned made an improvement on LRW-1000. In that paper, I saw them used 40-frame sequence for training and testing. For each sequence, the targeted word is always located in the centre of the sequence.

In contrast, we segmented sequences given the annotations without any padding. The average duration for each sequence is 0.3 seconds (8 frames), which is less than 40 frames. Given both results, it indicates that the contextual information around the targeted word might be helpful.

Regarding the pre-processing, we followed "LRW-1000: A Naturally-Distributed Large-Scale Benchmarkfor Lip Reading in the Wild" to resize the cropped mouth ROIs to 122x122.

For training, we used batchsize=16 and learning rate(lr)=1.5e-4 not batchsize=32, lr=1e-3. We used Adam (weight_decay=1e-4) to train the model for 80 epochs and the learning rate is decayed by cosine scheduler without a warmup stage.

from lipreading_using_temporal_convolutional_networks.

StephanPan avatar StephanPan commented on August 16, 2024

could you please release the pretrain weights trained on LRW-1000 datasets?

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.