rizkiarm / LipNet

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

Libs need to be re-writed #119

Open qTemiO opened 3 years ago

qTemiO commented 3 years ago

Hello everyone, today i meet a lot of problems with LipNet deploy, such as

image

  1. Old versions of tensorflow, matplotlib, scipy and a lot of. In this case you can't run some methods cause even if you reinstall lib to new one, there is no your-need method, cause it was removed 5-7 versions ago

image

  1. There is no documentation. Seriously, it this project alive? Only what i found was a guide how to train, and 2-3 sentences about test - deploy. Its hard just to install this model, and more harder to just run pretrained models

image

Yeeah, cool. Nice methods. But they not works.

image

  1. Also i've tried to make-by-hands method, just spended +- 72 hours to find libs and connect them with project and what i've got.

image

There was another problem with resize (cause in scipy deleted this func, i'd changed to cv2.resize func, which works i hope)

image

This is part of code, where problem catches

image

here part i've changed

I hope you could answer my question, cause i'm really disappointed now Temio