Skip to content

junwenchen/GAP_SRAM

Repository files navigation

GAP_SRAM

Introduction

This repo is the PyTorch implementation of (Group Activity Prediction with Sequential Relational Anticipation Model) in ECCV 2020.

Dependencies

Prepare Datasets

  1. Download volleyball.
  2. Unzip the dataset file into data/volleyball.

Get Started

```shell
python scripts/train_volleyball.py
```

You can specify the running arguments in the python files under `scripts/` directory. The meanings of arguments can be found in `config.py`

Note that part of codes are referred from (ARG) project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages