Technography for trajectory prediction. Part of the Surfacing Suspicion project.
Find a file
2023-05-08 20:59:35 +02:00
poetry.lock Initial Notebook with RetinaNet Object Detection 2023-05-08 17:26:51 +02:00
predict_path.ipynb Start with tracking 2023-05-08 20:59:35 +02:00
pyproject.toml Initial Notebook with RetinaNet Object Detection 2023-05-08 17:26:51 +02:00
README.md Initial Notebook with RetinaNet Object Detection 2023-05-08 17:26:51 +02:00
sort_cfotache.py Initial Notebook with RetinaNet Object Detection 2023-05-08 17:26:51 +02:00

Trajectory Prediction

Use object detector (e.g. RetinaNET, YOLO), and multi-object-tracker (e.g. SORT, DeepSORT) to capture trajectories. Then tinker with Weighted Networks (Hunger 2023) to create predictions of new movements.

Initiate

The project uses poetry. So to set it up:

poetry install

If using python notebook with Jupyter it might be useful to do:

poetry run python -m ipykernel install --user --name trajpred