Skip to content

Conversation

@maragall
Copy link
Collaborator

@maragall maragall commented Sep 3, 2025

Add neighborhood-aware tile registration batching

  • Implement Neighborhood dataclass to group tiles with their required left/top neighbors
  • Add memory-constrained batching that keeps neighbor relationships within same batch
  • Replace sequential file-based batching with neighborhood-aware processing
  • Remove duplicate register_tiles function, consolidate to register_tiles_batched
  • Preserve NaN values in neighbor assignment to prevent invalid tile relationships
  • Add comprehensive grid structure and neighbor assignment debugging
  • Update module exports to use unified batched registration function
  • Guarantee translation computation completeness for all valid tile pairs

@hongquanli hongquanli merged commit 90a6f90 into Cephla-Lab:main Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants