Giter Club home page Giter Club logo

retracking-by-prediction's Introduction

Towards Robust Human Trajectory Prediction in Raw Videos

The repository contains the code and data for "Towards Robust Human Trajectory Prediction in Raw Videos" IROS 2021.

Dataset

SDD

Download the Stanford Drone Dataset (SDD). The ~69G zip file includes the raw videos and annotations.

  • Our refined annotations of SDD ๐Ÿ“ข

    • We found many outlier bounding boxes in the original annotations via visualization. To better evaluate the tracking, we refined the annotations by removing the outliers.
    • Our refined annotation files have been uploaded to Google Drive.

WILDTRACK

Download the WILDTRACK Seven-Camera HD Dataset.

  • Our extended annotations of WILDTRACK ๐Ÿ“ข

    • The original dataset annotated the first 400 frames of each of the seven videos at 2 fps. To better facilitate the behavior learning, we manually annotated the first 900 frames (refined 1~400 and new 401~900) for each video with the annotation tool.
    • The extended annotation files have been uploaded to Google Drive, including the original WILDTRACK format and the MOT format.
    • Our annotations can be used for larger-scale evaluation on WILDTRACK for single-view/multi-view pedestrian detection, tracking, and trajectory prediction.

Installation

The project was developed based on Python 3.7.9 and PyTorch 1.1.0. The environment can be set up via the environment.yml file:

conda env create -f environment.yml
conda activate retracking

Experiments

As an example, we show how to run the experiments on the SDD dataset.

  1. Train a prediction model

    cd retracking-by-prediction
    python train.py
  2. Detection, Tracking, Prediction, and Re-tracking

    sh run_test.sh
  3. Evaluation

    We evaluate the tracking performance via py-motmetrics. Note: we use L2 distance in meter instead of box IoU as the association metric.

Citation

If you use the code or data in your research, please cite the paper:

@inproceedings{Yu2021-Retracking,
  author    = {Rui Yu and Zihan Zhou},
  title     = {Towards Robust Human Trajectory Prediction in Raw Videos},
  booktitle = {{IEEE/RSJ} International Conference on Intelligent Robots and Systems, {IROS}},
  year      = {2021}
}

License

The project is released under the MIT License. The SORT tracking code should follow its own license (GPL-3.0).

retracking-by-prediction's People

Contributors

ruiyu0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

retracking-by-prediction's Issues

Questions about the paper

Hi Rui, thank you for the wonderful paper. I have some questions while reading it. 1). According to your re-tracking algorithm, it seems the observation associated with remote predictions will not be included in the track to avoid mistakes. In this scenario, will you simply interpolate forward or use the prediction result? 2). When there are motion changes, e.g., change direction or stopping, do you have some comments on how will the algorithm perform?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.