by Cyrus Anderson at UM FCAV
This paper presents the method Off the Sidewalk Predictions (OSP) to predict pedestrians' trajectories in scenes where sidewalks and other traffic devices may not be present (such as shared spaces).
arxiv: https://arxiv.org/abs/2006.00962
Predictions with pre-trained models can be made by running
python driver_low_mem.py
Model parameters can be estimated from data by running
python ss_model/fit_model_driver.py
The structure at SAMPLE_DATASETS_ROOT
:
sample_data
| tt_format
| 10hz
| dut
Additional datasets can be resampled and formatted with the tools in utils/dataset_conversion.py
.
The pedestrian datasets used in the paper are from:
- DUT
- InD Dataset (apply there)
- numpy
- scipy
- pandas