Technography for trajectory prediction. Part of the Surfacing Suspicion project.
Go to file
Ruben van de Ven 96041edd66 now track with deepsort (WIP) 2023-10-04 15:38:44 +02:00
utils Rename to different notebooks, make GPU detector 2023-05-09 14:30:10 +02:00
.gitignore Adding ignore file 2023-05-10 19:55:20 +02:00
.python-version now track with deepsort (WIP) 2023-10-04 15:38:44 +02:00
01_detect_objects.ipynb Rename to different notebooks, make GPU detector 2023-05-09 14:30:10 +02:00
02_track_objects.ipynb Track objects, and nb to collect and plot tracks 2023-05-10 19:52:42 +02:00
03_track_objects_and_collect.ipynb Track objects, and nb to collect and plot tracks 2023-05-10 19:52:42 +02:00
04_track_objects_with_deepsort.ipynb now track with deepsort (WIP) 2023-10-04 15:38:44 +02:00
README.md Initial Notebook with RetinaNet Object Detection 2023-05-08 17:26:51 +02:00
poetry.lock now track with deepsort (WIP) 2023-10-04 15:38:44 +02:00
pyproject.toml now track with deepsort (WIP) 2023-10-04 15:38:44 +02:00
sort_abewley.py Add original SORT implementation 2023-05-08 21:32:55 +02:00
sort_cfotache.py Rename to different notebooks, make GPU detector 2023-05-09 14:30:10 +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