Skip to content

Cross-model spatial deduplication in process_data() #222

Description

@Simeon-Wagner

Description

When multiple models run on the same snapshot, different models can detect the same physical object and write duplicate entities to the KB with different labels and near-identical 3D positions. Since all entities from all models are currently collected and written without filtering, the KB can end up with several entries representing one real-world object

Definition of Completion

  • A deduplication function merges all_entities by distance before the KB write
  • When two entities are merged, the specialized model wins

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions