PeterL1n / RobustVideoMatting

Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!
https://peterl1n.github.io/RobustVideoMatting/
GNU General Public License v3.0
8.32k stars 1.11k forks source link

关于第四阶段中对GRU的训练 #209

Closed tayton42 closed 1 year ago

tayton42 commented 1 year ago

请问第四阶段的训练为独立图片训练,但仍然以一定的序列长度输入网络,GRU也会尝试学习不相干图片之间的帧间信息,这不会对GRU造成干扰吗?如果我将GRU学习率在第四阶段设为0,是否会更好呢,谢谢

PeterL1n commented 1 year ago

It has temporal augmentation, so the input is not still images. It has motions.