jsikyoon / Interaction-networks_tensorflow

Tensorflow Implementation of Interaction Networks for Learning about Objects, Relations and Physics
https://arxiv.org/abs/1612.00222
MIT License
158 stars 26 forks source link

Output of physics_engine.py #7

Closed manoharvhr closed 5 years ago

manoharvhr commented 5 years ago

Hi

I am trying to generate data using the physics_engine.py however I do not know where the output goes after execution is completed.

yakotaki commented 5 years ago

line 117: make_video(xy, "test.mp4"); Change filename and path of the file.

jsikyoon commented 5 years ago

Thank you @yakotaki