R_Unet
R_Unet copied to clipboard
Video prediction using lstm and unet
Hi @vagr8 . I am reading R_Unet_v1.py, and have a quick question between [line192-195](https://github.com/vagr8/R_Unet/blob/c6bd1a28f606d051c625cd8abff18fb2e8f4219a/models/R_Unet_v1.py#L192-L195): ```python # use x5 to perform lstm if 'lstm_output' in locals(): x6 = self.one_conv1(lstm_output) x5 =...
Dataset
Hi, thanks a lot for releasing the code. May I ask if we need to preprocess the video downloaded from [kth dataset](https://www.csc.kth.se/cvap/actions/)? I download the walk video from this website,...