Closed adielstatman closed 2 years ago
You'll need to replace the MultiTargetTracker
with the MultiTargetMixtureTracker
.
Hi. In Tutorial 10 I've modified only the following:
from stonesoup.hypothesiser.probability import PDAHypothesiser hypothesiser = PDAHypothesiser(predictor, updater, clutter_spatial_density=0.1)
from stonesoup.dataassociator.probability import JPDA data_associator = JPDA(hypothesiser)
from stonesoup.tracker.simple import MultiTargetMixtureTracker tracker = MultiTargetMixtureTracker(
And get the mentioned error:
AttributeError: 'MultipleHypothesis' object has no attribute 'prediction'
Do you know what else should be modified for probabilistic data associator? Thanks.
Hi. modifying Lines 125-130 of Tutorial 9 to:
outputs:
What else should I do in order to operate the JPDA there? Thanks, Adiel.