GithubHelp home page GithubHelp logo

enricobu96 / mymid Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 35.13 MB

Implementation of Stochastic Trajectory Prediction via Motion Indeterminacy Diffusion - Gu et al. Improvement of model performances by implementing Denoising Diffusion Probabilistic Models (Ho et al.)

Python 100.00%

mymid's Introduction

Official Implementation for CVPR2022 Paper "Stochastic Trajectory Prediction via Motion Indeterminacy Diffusion"

By Tianpei Gu*, Guangyi Chen*, Junlong Li, Chunze Lin, Yongming Rao, Jie Zhou and Jiwen Lu

Environment

We use pytorch 1.7.1 with cuda > 10.1 for all experiments.

Prepare Data

python process_data.py

Train & Test

First modify or create your own config file in /configs and run python main.py --config configs/YOUR_CONFIG.yaml --dataset DATASET where $DATASET should from ["eth", "hotel", "univ", "zara1", "zara2", "sdd"]

Documentation

In order to get documentation for the project, install the following pip modules:

pip install handsdown mkdocs

Then generate the .md documentation files with:

python -m handsdown --external `git config --get remote.origin.url` --create-configs

And then build and serve the documentation with:

python -m mkdocs build
python -m mkdocs serve

The documentation is now available on http://127.0.0.1/8000/.

mymid's People

Contributors

enricobu96 avatar sodacoder avatar

Watchers

 avatar  avatar

mymid's Issues

Thesis

  • Re-read methods
  • Write experiments and results
  • Write conclusion
  • Check consistency between equations
  • Re-read everything
    • Improving vocabulary
    • Adding acronyms to the list
    • Fix italic, bold, texttt
  • Fix references
  • Write dedication, acknowledgments
  • Fix images

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.