mpc001 / Lipreading_using_Temporal_Convolutional_Networks

ICASSP'22 Training Strategies for Improved Lip-Reading; ICASSP'21 Towards Practical Lipreading with Distilled and Efficient Models; ICASSP'20 Lipreading using Temporal Convolutional Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing on Video (.mp4) file

clarahohohoho opened this issue · comments

commented

Hi,

May I ask how do I test the pretrained model (resnet18_mstcn(adamw)) on a video file? I have attempted to do so however the predictions are quite bad, I think I might be doing it wrongly. Any advice would be appreciated thank you! :)

Hi,

before passing the video to the pre-trained model, please make sure pre-process your video to get mouth RoIs properly. The following maybe helpful. #10