speed boost round 1.1

main
Robert 8 months ago
parent 438f5a969a
commit 1f5d95643f
  1. 3
      dedup.py

@ -425,6 +425,9 @@ if __name__ == "__main__":
if matrix_score == 1.0 and is_score != "scores":
print("✅ Perfect Matrix score, should be identical")
exit(1)
if matrix_score == 0.0 and is_score != "scores":
print("❌ Significant transformation required")
exit(0)
if is_score == "scores":
score = find_duplicate_with_rotation(large_img1, aligned)
print(f"Score: {score}")

Loading…
Cancel
Save