From eb3ef1a86f17d7d65a292393d28ea7d190461baf Mon Sep 17 00:00:00 2001 From: Anton Kullberg <anton.kullberg@liu.se> Date: Fri, 12 Nov 2021 16:27:46 +0100 Subject: [PATCH] doc: updated false doc information --- src/trackers.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/trackers.py b/src/trackers.py index 119179c..963b879 100644 --- a/src/trackers.py +++ b/src/trackers.py @@ -245,10 +245,8 @@ class GNN(): """Associates measurements to tracks and updates the tracks with the measurements. - Does *not* return anything, but modifies the objects in-place! - Uses Efficient Hypothesis Management (see - https://github.com/sglvladi/pyehm) for computing the hypothesis - probabilities. + Does *not* return anything, but modifies the objects in-place! Uses + scipy to compute the optimal assignment. Parameters ---------- -- GitLab