aimerykong / predictive-filter-flow

Predictive Filter Flow for fully/self-supervised learning on various vision tasks
https://www.ics.uci.edu/~skong2/mgpff.html
140 stars 24 forks source link

Is there training code for long frame predict #3

Open zlw21gxy opened 5 years ago

zlw21gxy commented 5 years ago

Hey, thanks for your great paper, I wonder if there is code for training mgpff?Now it seems only demo is available

aimerykong commented 5 years ago

Let me upload some code for training this weekend:-)

On Thu, Apr 25, 2019 at 7:13 AM zlw21gxy notifications@github.com wrote:

Hey, thanks for your great paper, I wonder if there is code for training mgpff?Now it seems only demo is available

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aimerykong/predictive-filter-flow/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/ABRJSJAODN76FYIN2QGXLOTPSG4BZANCNFSM4HINRUMQ .

aimerykong commented 5 years ago

Hey,

I've uploaded the script to train the models. By referring the following link, you should be able to run. https://github.com/aimerykong/predictive-filter-flow/blob/master/mgPFF_video/demo00_training.ipynb

You can also prepare your own data by poking into the data-fetch function to see how to change the path.

If you wan to run in background, you can convert the ipynb into python script by simply using the following cmd: jupyter nbconvert --to script demo00_training.ipynb

Hope this helps.

Regards, Shu

zlw21gxy commented 5 years ago

thanks a lot, and congratulation for your great work