aakanshajagga/lunarsync-hybrid-v2
031
LunarSync Hybrid v2.0
Shipping, cloud-trained correspondence pipeline for seven overlapping Chandrayaan-2 OHRC acquisitions.
Validated result
The degree-9 geometry maps are refit independently in every spatial fold. Visual train, validation and test acquisitions are product-disjoint.
Modes
metadata_geometry(production): deterministic pixel→lunar-ground→pixel correspondence.visual_gate(production safety): applies a local visual shift only above the validation-calibrated threshold; otherwise retains geometry.- image-only learned global matching is not claimed. Failed refiners are documented in
evaluation_report_v2.json.
Use
from huggingface_hub import snapshot_download
from inference import LunarSyncShippingPipeline
root=snapshot_download('aakanshajagga/lunarsync-hybrid-v2')
pipe=LunarSyncShippingPipeline(root)
result=pipe.correspond(source_product,target_product,[[1000,1000]])Scope and limitations
This release supports the product IDs in geoprior_products.json. It requires PDS geometry metadata and does not generalize to arbitrary lunar imagery or TMC-2 without new calibrated data.
Free cloud demo
Open the browser-side Hugging Face Static Space. Geometry inference and the safety gate run client-side; no paid runtime is required.
