predictive-filter-flow icon indicating copy to clipboard operation
predictive-filter-flow copied to clipboard

Is there training code for long frame predict

Open zlw21gxy opened this issue 5 years ago • 3 comments

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

zlw21gxy avatar Apr 25 '19 14:04 zlw21gxy

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

On Thu, Apr 25, 2019 at 7:13 AM zlw21gxy [email protected] 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 avatar Apr 25 '19 14:04 aimerykong

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

aimerykong avatar Apr 27 '19 16:04 aimerykong

thanks a lot, and congratulation for your great work

zlw21gxy avatar Apr 28 '19 02:04 zlw21gxy