satdetect-dev / app /detection_engine.py

Commit History

Improve detection accuracy with full-res tiling, config flags, and evaluation.
99e1f27

coderuday21 commited on

Fix region coordinates for all formats, add Google Maps button, harden JPEG
79b0691

coderuday21 Cursor commited on

Improve detection accuracy: TTA for AdaptFormer, hysteresis thresholding, robust logits and LBP borders.
8c0e957

coderuday21 Cursor commited on

Add detection progress bar with staged job polling for DDA compare tab.
d9820a1

coderuday21 Cursor commited on

Deploy DDA jobs API, hierarchy panel, and region locate on dev.
66006d5

coderuday21 Cursor commited on

Fix detection precision: gated fusion, strict registration, calibrated thresholds, preload model
ba4abf7

coderuday21 Cursor commited on

Fix: rename models/ to cd_models/ to avoid shadowing app/models.py (SQLAlchemy User model)
3e1a5d9

coderuday21 commited on

Add SIFT+FLANN registration, Siamese U-Net, multi-scale detection, ExG vegetation, Hybrid AI mode, confidence maps
aa4d14b

coderuday21 commited on

Improve building detection: fix tile size to 256, lower thresholds, add SSIM, smarter scoring
ce994d8

coderuday21 commited on

Production overhaul: pre-trained AdaptFormer model + detection quality improvements
3808a54

coderuday21 commited on

Add Siamese U-Net training notebook and model inference integration
1b91ffc

coderuday21 commited on

Clean visualization: subtle tint overlay, outline-only boxes, 30-region cap, high-contrast labels
7d0f836

coderuday21 commited on

Redesign detection pipeline: CVA, vegetation/shadow suppression, SNR fusion, multi-scale SSIM
debf6fe

coderuday21 commited on

Thinner, more precise detection lines and compact labels
8beea23

coderuday21 commited on

AI/Hybrid overhaul: bidirectional AI fusion, stronger hybrid sensitivity, keep large unclassified regions
105a05d

coderuday21 commited on

AI rework: percentile+blur threshold + less aggressive cleanup; Hybrid lower threshold
2d5ff7e

coderuday21 commited on

Fix: fallback to Image Difference when AI/Hybrid mask is too sparse
ba711fa

coderuday21 commited on

Detection fix: ECC registration fallback + less aggressive large-region rejection
18a63c5

coderuday21 commited on

Detection tuning controls + threshold diagnostics in API response
c2dff01

coderuday21 commited on

Full codebase audit: fix critical perf bug, security, error handling, dead code
0bf1136

coderuday21 commited on

Improve detection accuracy: border exclusion, threshold floors, fill-ratio filter, NMS, tighter bboxes
82f4285

coderuday21 commited on

History table view, zoom, severity markers, row hover highlight, before/after thumbnails
b31590e

coderuday21 commited on

Add vegetation and structural sub-classification for detected changes
8d484eb

coderuday21 commited on

Add 3D building analysis: shadow-based height/stories estimation and construction stage classification
94cbea0

coderuday21 commited on

Code review fixes: SSIM stability, symmetric CLAHE, confidence scoring, KMeans perf, auth hardening, remove debug endpoint
ce1e651

coderuday21 commited on

Initial commit: SatDetect satellite change detection web app
401aaf2

coderuday21 Cursor commited on