Skip to content

Add misalignment detection to apply_correspondences#1193

Merged
dmytroprokopenko-techmagic merged 4 commits intomainfrom
add-misd-to-apply-correspondences
Mar 17, 2026
Merged

Add misalignment detection to apply_correspondences#1193
dmytroprokopenko-techmagic merged 4 commits intomainfrom
add-misd-to-apply-correspondences

Conversation

@supersergiy
Copy link
Member

Summary

  • Run MisalignmentDetector (general model) on warped source vs target after correspondence relaxation
  • Zero out misd mask where warped source or target has no data
  • Install cue CLI in Dockerfile.gpu for model spec loading
  • Returning misd instead of warped image is commented out for easy toggling

Uncomment warped_image_np = misd_as_input... in alignment.py to switch to misd output mode.

@supersergiy supersergiy force-pushed the add-misd-to-apply-correspondences branch 3 times, most recently from 5af71cf to 25e5b12 Compare March 15, 2026 14:55
@supersergiy supersergiy force-pushed the add-misd-to-apply-correspondences branch from 25e5b12 to 19a0e89 Compare March 15, 2026 14:57
@codecov
Copy link

codecov bot commented Mar 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.98%. Comparing base (bd5fb01) to head (96a48c5).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1193   +/-   ##
=======================================
  Coverage   99.98%   99.98%           
=======================================
  Files         192      192           
  Lines       10199    10203    +4     
=======================================
+ Hits        10197    10201    +4     
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dmytroprokopenko-techmagic dmytroprokopenko-techmagic merged commit f4e3cb4 into main Mar 17, 2026
10 checks passed
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