Chahat Agarwal
Chahat Agarwal
> I was hoping to add on to this issue with a general question about this project. I'm new to ML, but had an idea for a project and lip...
> Hello everyone, > I am trying to start unseen_speakers scenario. > The problem is that I am getting fallowing error: > > > ValueError: Using a generator with `use_multiprocessing=True`...
> I have one input video , I am unable to decide some of the train parameters value for my custom video which have lipmoment to say "Hi" , I...
> Thanks for this awesome repo! I want to test Lipnet on real-time video, i.e. Given a stream of image frames from the video (at 25 fps using the provided...
> I am testing the pre-trained model on random videos which are not from the training dataset. > The prediction result is still as the dataset shape (i.e, command(4) +...
> $ ./train random_split > i got below error > ImportError: No module named lipnet.lipreading.generators So, you can overcome this error by copying predict.py script to parent directory or change...
> Loading data from disk... > Traceback (most recent call last): > File "/home/...../LipNet/predict.py", line 60, in > video, result = predict(sys.argv[1], sys.argv[2]) > File "/home/...../LipNet/predict.py", line 27, in predict...
> In capture_process_frames function, it will not be able to manage more than 29 frames, hence have a condition check or push it under try block! Check the Code below...
> In frameAdjust function defination, please add else block and push the code as mentioned below: > > if target == n_frames : > print("Perfect number of frames !") >...