标签: computer-vision pytorch video-processing dataloader
我正在使用LSTM进行视频预测帧预测。如何在自定义数据加载器中实现此功能?
答案 0 :(得分:0)
安德烈亚斯·霍尔姆·尼尔森(Andreas Holm Nielsen)为此主题提供了很好的指南
https://holmdk.github.io/2020/04/02/video_prediction.html
https://github.com/holmdk/Video-Prediction-using-PyTorch