rizkiarm / LipNet

Keras implementation of 'LipNet: End-to-End Sentence-level Lipreading'
MIT License
638 stars 226 forks source link

Video should be 360*288 2 seconds 25frame?? #114

Open Kimseogyeom opened 3 years ago

Kimseogyeom commented 3 years ago

Video should be 360*288 2 seconds 25frame?? If Video isn't 2sec, occur problem??

jainnimish commented 3 years ago

The video criteria is:

No problem will occur if the video is not 2 sec. However, it must follow all other criteria.

Kimseogyeom commented 3 years ago

The video criteria is:

  • .mpg format
  • 360 x 288
  • 25 frames
  • second length can be any number. Ex.(1, 2, 50, 100)

No problem will occur if the video is not 2 sec. However, it must follow all other criteria.

Thanks a lot :)