rubenvillegas / iclr2017mcnet

Tensorflow implementation of the ICLR 2017 paper: Decomposing Motion and Content for Natural Video Sequence Prediction

Home Page:https://sites.google.com/a/umich.edu/rubenevillegas/iclr2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you suggest me an approach for working with MCNet on a Custom Data

sharathyadav1993 opened this issue · comments

Hi Ruben,

Thank you for the MCNet code. I want to use your MCNet for video frame extrapolation task for my custom dataset. It would be great if you suggest me some approach in doing it, or share me some generalized code to work for my dataset.

Regards
Sharath

Hi Sharath,

If you look at the file ./src/utils.py, there are functions to load each dataset (e.g., load_kth_data). You should add another function to load your specific dataset, and follow the same input/output scheme. Hope this helps.

Regards,
Ruben