https://github.com/amir22010/next-prediction

Code and model for "Peeking into the Future: Predicting Future Person Activities and Locations in Videos", Liang et al, CVPR 2019

https://github.com/amir22010/next-prediction

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Code and model for "Peeking into the Future: Predicting Future Person Activities and Locations in Videos", Liang et al, CVPR 2019

Basic Info
  • Host: GitHub
  • Owner: Amir22010
  • License: apache-2.0
  • Language: Python
  • Default Branch: master
  • Homepage: https://next.cs.cmu.edu
  • Size: 5.22 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of google/next-prediction
Created about 7 years ago · Last pushed about 7 years ago

https://github.com/Amir22010/next-prediction/blob/master/

# Next

This repository contains the code and models for the following paper:


**[Peeking into the Future: Predicting Future Person Activities and Locations in Videos](https://arxiv.org/abs/1902.03748)** \
[Junwei Liang](https://www.cs.cmu.edu/~junweil/),
[Lu Jiang](http://www.lujiang.info/),
[Juan Carlos Niebles](http://www.niebles.net/),
[Alexander Hauptmann](https://www.cs.cmu.edu/~alex/),
[Li Fei-Fei](http://vision.stanford.edu/feifeili/) \
[CVPR 2019](http://cvpr2019.thecvf.com/)

You can find more information at our [Project Page](https://next.cs.cmu.edu/).\
*Please note that this is not an officially supported Google product.*


If you find this code useful in your research then please cite

```
@inproceedings{liang2019peekingfuture,
  title={Peeking into the Future: Predicting Future Person Activities and Locations in Videos},
  author={Junwei Liang and Lu Jiang and Juan Carlos Niebles and Alexander G. Hauptmann and Li Fei-Fei},
  booktitle={CVPR},
  year={2019}
}
```


## Introduction
In applications like self-driving cars and smart robot assistant it is important
for a system to be able to predict a person's future locations and activities.
In this paper we present an end-to-end neural network model that
**deciphers human behaviors** to predict their future paths/trajectories and
their future activities jointly from videos.

Below we show an example of the task. The green and yellow line show two
possible future trajectories and two possible activities are shown in the
green and yellow boxes. Depending on the future activity,
the target person(top right) may take different paths,
e.g. the yellow path for loading and the green path for object transfer.


Demo Video

## Model Given a sequence of video frames containing the person for prediction, our model utilizes person behavior module and person interaction module to encode rich visual semantics into a feature tensor. We propose novel person interaction module that takes into account both person-scene and person-object relations for joint activities and locations prediction.
## Dependencies + Python 2.7; TensorFlow == 1.10.0 ## Pretrained Models You can download pretrained models by running the script `bash scripts/download_single_models.sh`. This will download the following models, and will require about 5.8 GB of disk space: - `next-models/actev_single_model/`: This folder includes single model for the ActEv experiment. - `next-models/ethucy_single_model/`: This folder includes five single models for the ETH/UCY leave-one-scene-out experiment. ## Testing Instructions for testing pretrained models can be [found here](TESTING.md). ## Training new models Instructions for training new models can be [found here](TRAINING.md).

Owner

  • Name: Amir Khan
  • Login: Amir22010
  • Kind: user
  • Location: India

working on developing a state of art AI solutions mainly in computer vision, chat bots and nlp domain. building an awesome AI as a professional developer 😍.

GitHub Events

Total
Last Year