Technography for trajectory prediction. Part of the Surfacing Suspicion project.
Go to file
Ruben van de Ven 92ec58e663 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
poetry.lock Initial Notebook with RetinaNet Object Detection 2023-05-08 17:26:51 +02:00
predict_path.ipynb Initial Notebook with RetinaNet Object Detection 2023-05-08 17:26:51 +02:00
pyproject.toml 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

README.md

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