Commit History

Add colleague setup guide and env template for Change-Detection-DEV repo.
7eb5b75

coderuday21 Cursor commited on

Add Phase 4 reports: PDF export, browser report page, and notification bell.
70d9e6c

coderuday21 Cursor commited on

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

coderuday21 Cursor commited on

Fix Run Detection: use /api/dda/detect/from-library and deploy compare UI.
deaa6d8

coderuday21 Cursor commited on

Fix dev Space startup: add missing DDA modules referenced by local_routes.
79d533c

coderuday21 Cursor commited on

Raise library GeoTIFF upload limit to 5 GB on dev.
5ae5432

coderuday21 Cursor commited on

HF library: auto DDA on satdetect-dev, upload to persistent storage
8354653

coderuday21 Cursor commited on

Fix local library scan: DDA mode in run.py, path encoding, gitignore large tifs
333dd2f

coderuday21 Cursor commited on

Use local library_sources year folders instead of web upload library
4595db8

coderuday21 Cursor commited on

Support 2GB GeoTIFF library uploads with streamed writes and progress UI
c9672b1

coderuday21 Cursor commited on

Phase 0 DDA: APP_MODE, image library API, GeoTIFF ingest, dev UI
41d16b3

coderuday21 Cursor commited on

Align production with no-login app and refresh deploy docs
c506ed2

coderuday21 Cursor commited on

Remove login; open detection page directly
e55b60b

coderuday21 commited on

Add run.py launcher (IDLE/double-click/terminal entry point)
1691e34

coderuday21 Cursor commited on

Add WORKFLOW.md: project workflow and onboarding guide
7a58fa9

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

Fix: add einops dependency required by AdaptFormer custom code
b7a71f3

coderuday21 commited on

Fix: add trust_remote_code=True for AdaptFormer custom model code
6777e8b

coderuday21 commited on

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

coderuday21 commited on

Optimize notebook for CPU training: MobileNetV2 encoder, 15 epochs, batch 4
d555eda

coderuday21 commited on

Fix notebook: use HuggingFace datasets CDN instead of flaky Google Drive links
301b9b6

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

Restore Method dropdown, Image Registration and Radiometric Normalization options
dfe265a

coderuday21 commited on

Force cache bust - bump APP_BUILD, CSS and JS versions
8d42f45

coderuday21 commited on

Remove method/model selection UI - use AI-Based Deep Learning by default
0c0a5a2

coderuday21 commited on

Revert to satellite change detection only - remove landslide, pothole, detection type menu
7e52c2b

coderuday21 commited on

Pothole YOLO pipeline: single-image mode, modular detector, red box visualization
466c163

coderuday21 commited on

Add pothole detection as new menu type with separate engine and research plan
4e9c6ba

coderuday21 commited on

HF runtime fix: bind uvicorn to dynamic PORT env
7186eb1

coderuday21 commited on

UX: always land on detection-type menu after login
7496827

coderuday21 commited on

Fix detection-type menu navigation: switch mode and dashboard without reload loop
60a5684

coderuday21 commited on

UX: show detection-type menu after auth then auto-redirect based on URL
236cdf9

coderuday21 commited on

HF: force writable hub cache (/tmp/hf)
064e77c

coderuday21 commited on

HF: relax pip wheel-only; upgrade pip tools
e0949ca

coderuday21 commited on

HF: ensure pip uses binary wheels during build
148396a

coderuday21 commited on

HF: make Docker builds verbose; move APP_BUILD cache-bust before pip
2ea70af

coderuday21 commited on

UX: show detection-type menu after login before redirect
c6682be

coderuday21 commited on

HF: bump APP_BUILD to force rebuild
56c5fcc

coderuday21 commited on

UX: add choose detection type screen and redirect URLs
f207f6c

coderuday21 commited on

HF: bump APP_BUILD to force clean Docker rebuild
4dac521

coderuday21 commited on

Add landslide detection menu, separate engine, and Uttarakhand integration plan
5cee5a6

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