iamrakesh28 / Video-Prediction

Implementation of Transformer Encoder Decoder Architecture for Video Predictions
40 stars 11 forks source link

module #6

Open You-Sung-Min opened 4 months ago

You-Sung-Min commented 4 months ago

Is there a module name from transformer_video import VideoPrediction? Also, can I use this code in jupyter?

iamrakesh28 commented 4 months ago

I haven't spend much time to arrange the files in modules and so it might not work by running them directly. I was using kaggle notebook to run these codes and yes, you can use this code in jupyter.

You-Sung-Min commented 4 months ago

Thank you for your response. I have one more question, can i use my own video(.mp4) for video prediction?