• Stars
    star
    256
  • Rank 156,058 (Top 4 %)
  • Language
    Python
  • License
    Other
  • Created about 9 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

RNNexp

Prerequisites

Install NeuralModels

Description

This repo contains the source code for the following papers:

  • Structural-RNN (S-RNN) for doing deep learning over spatio-temporal graphs. Checkout the srnn branch and the source code is present in the directory structural_rnn. This source code takes input a spatio-temporal graph written in a text file and creates the S-RNN architecture. Currently the directory contains the code for human motion modeling on H3.6m data set. Our paper can be downloaded from here

  • Sensory-fusion recurrent neural architecture for driver activity anticipation http://brain4cars.com The source code is in the directory anticipatory-rnn/maneuver-rnn. Checkout 'icraversion' branch of NeuralModels to reproduce our results.

  • S-RNN for modeling human-object interaction (human activity detection and anticipation) code is present in anticipatory-rnn/activity-anticipation. Our paper can be downloaded from here