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

About variable length augmentation

jingtian-feng opened this issue · comments

Hello, when I read you paper , I notice that you have variable length augmentation in this model

But what part of code is about variable length augmentation?
If I want to be more variable ( not just delete 0-5 , but add or delete dozens of frame) , do you think it is feasible in you code?

thank you very much

Hi @jingtian-feng Thanks for your interests. We apply data variable length augmentation at https://github.com/mpc001/Lipreading_using_Temporal_Convolutional_Networks/blob/master/lipreading/dataset.py#L112

"If I want to be more variable ( not just delete 0-5 , but add or delete dozens of frame) , do you think it is feasible in you code?"
It's possible, and you could customise the temporal-wise augmentation at self._apply_variable_length_aug()