Inhwan Bae · Hae-Gon Jeon AAAI 2021 Project Page AAAI Paper Source Code Related Works Left: Previous SOTA Model (CVPR'20) Right: DMRGCN (Ours) This repository contains the code for disentangling social interaction and alleviating accumulated errors for trajectory prediction...
Inhwan Bae · Jin-Hwi Park · Hae-Gon Jeon CVPR 2022 Project Page CVPR Paper Source Code Related Works This repository contains the code for the NPSN method applied to the trajectory forecasting models. 🎲 NPSN method 🎲 Inferences of all stochastic models are biased toward the random ...
Inhwan Bae·Young-Jae Park·Hae-Gon Jeon CVPR 2024 Project PageCVPR PaperSource CodeRelated Works An overview of our SingularTrajectory framework. This repository contains the code for the SingularTrajectory model, designed to handle five different trajectory prediction benchmarks. ...
Inhwan Bae·Junoh Lee·Hae-Gon Jeon CVPR 2024 Project PageCVPR PaperSource CodeRelated Works Traditional vs. Our language-based trajectory prediction, LMTraj. This repository contains the code for the LMTrajectory framework. TL;DR:Language model-based,Multimodal input,Multimodal output,Multi-task tra...
Inhwan Bae·Jin-Hwi Park·Hae-Gon Jeon ECCV 2022 This repository contains the code for unsupervised group estimation applied to the trajectory prediction models. 🧑🤝🧑 GP-Graph Architecture 🧑🤝🧑 Learns to assign each pedestrian into the most likely behavior group in an...
InhwanBae Public release 198e178· Aug 14, 2023 HistoryHistory Breadcrumbs GraphTERN / test.pyTop File metadata and controls Code Blame 91 lines (67 loc) · 2.82 KB Raw import pickle import argparse import torch import numpy as np from tqdm import tqdm from graphtern.model import graph_ter...
Official Code for "A Set of Control Points Conditioned Pedestrian Trajectory Prediction (AAAI 2023)" - GraphTERN/img/graph-tern-teaser.svg at b2e368b1a6e5e865648c104b8099c0622e6b84ad · InhwanBae/GraphTERN
InhwanBae ENet-SAD implementation 225182a· May 26, 2020 HistoryHistory File metadata and controls Code Blame 74 lines (59 loc) · 2.54 KB Raw # Code copied from pytorch-tutorial https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/04-utils/tensorboard/logger.py import tensorflow ...
Official Code for "A Set of Control Points Conditioned Pedestrian Trajectory Prediction (AAAI 2023)" - GraphTERN/.gitignore at main · InhwanBae/GraphTERN