You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a bit confused about the changes introduced in edde19f and further. It seems the LocationDecisionKS now always also add segmentationHypothesis to the blackboard, without option to prevent this? However usually, the StreamSegregationKS will be used to produce segmentationHypotheses. Since the LocationDecisionKS is supposed to be used always because of its included time-integration, the two will interfere and the SegmentIdentityKS be confused.
Could you clarify / add a switch to LocationDecisionKS's constructor to disable segments production?
The text was updated successfully, but these errors were encountered:
I am a bit confused about the changes introduced in edde19f and further. It seems the LocationDecisionKS now always also add segmentationHypothesis to the blackboard, without option to prevent this? However usually, the StreamSegregationKS will be used to produce segmentationHypotheses. Since the LocationDecisionKS is supposed to be used always because of its included time-integration, the two will interfere and the SegmentIdentityKS be confused.
Could you clarify / add a switch to LocationDecisionKS's constructor to disable segments production?
The text was updated successfully, but these errors were encountered: