yilundu / Recurrent-Interaction-Network

Pytorch implementation of Recurrent Interaction Networks, from "Occlusion resistant learning of intuitive physics from videos"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recurrent-Interaction-Network

Pytorch implementation of (Recurrent) Interaction Network, from "Occlusion resistant learning of intuitive physics from videos"

The code is divided in two modules:

  • rin: Recurrent Interaction Network learning to predict future trajectories of objects
  • cnr: Compositional Neural Network learning to reconstruct a segmentation mask given the position of objects in the scene

datasets/ gathers datasets used for experiments.

About

Pytorch implementation of Recurrent Interaction Networks, from "Occlusion resistant learning of intuitive physics from videos"

License:MIT License


Languages

Language:Python 100.0%