CoolFace
Apppublic

zestdapoet/Pattern_detection_in_technical_drawings

sourceHugging Faceupdated 4mo agoView on Hugging Face
2likes
39 commits on main
c2d4e1e4mo ago

chore: update email to zestdapoet@gmail.com and push user changes

Duy
9c9a6814mo ago

chore: use white square emoji to minimize Space card icon

Duy
11065014mo ago

chore: remove all emojis from README headings

Duy
2889de84mo ago

chore: remove emoji icon from HuggingFace Space

Duy
229c7254mo ago

fix: force pin numpy<2 after all deps to prevent upgrade

Duy
25592594mo ago

fix: pin numpy<2 to fix NumPy 2.x incompatibility with PyTorch 2.2

Duy
913668e4mo ago

fix: replace libgl1-mesa-glx with libgl1 for Debian Trixie

Duy
0a8e53b4mo ago

fix: update PyTorch version for HuggingFace Spaces compatibility

Duy
e753ab94mo ago

fix: update license option for HuggingFace Spaces

Duy
4a469904mo ago

docs: add HuggingFace Spaces deployment guide

Duy
69b767a4mo ago

docs: add CONTRIBUTORS file - Bao Duy is sole author

Duy
7e820814mo ago

chore: update author name to Bao Duy

Duy
f67c0234mo ago

chore: clarify authorship — author is Duy Hoang

Duy
586eb094mo ago

docs: add Docker deployment guide and build scripts

Duy
6aa0dfe4mo ago

docs: rewrite comprehensive README for GitHub submission

Duy
c66acce4mo ago

fix: move navigation code to early init, right after DOM refs

Duy
b6a04d34mo ago

fix: remove DOMContentLoaded wrapper for immediate navigation init

Duy
8e66e054mo ago

fix: wrap page navigation in DOMContentLoaded and simplify logic

Duy
dcfa6604mo ago

fix: correct page navigation display logic for detect page

Duy
3b877cb4mo ago

debug: add console logging to page navigation for troubleshooting

Duy
2bdb3d64mo ago

feat: add About page with system spec link to web UI

Duy
16608f44mo ago

docs: add detailed HTML system specification (design_spec/system_spec.html)

Duy
d2404824mo ago

fix: remove diode/capacitor FPs with precise DINOv2 gates per pass

Duy
09705184mo ago

fix: improve recall for vertical + cluttered horizontal resistors

Duy
ed0c8d74mo ago

fix: eval_drawings.py — correct template pairings and document baselines

Duy
73308644mo ago

chore: remove unused Multi-Template-Matching dependency

Duy
2f512564mo ago

docs: update README for current 3-stage pipeline (NCC→DINOv2→VLM)

Duy
f776f774mo ago

fix: eval_drawings.py uses test_2.png (correct resistor template path)

Duy
33bfd5d4mo ago

feat: VLM recall-boost mode + reject-only (blacklist) filter

Duy
ba41ed74mo ago

fix: VLM Stage-3 CUDA OOM (500 error) + graceful fallback

Duy
a6757334mo ago

fix: wire up VLM toggle in web UI (checkbox + JS + CSS)

Duy
b43bd354mo ago

feat: optional VLM Stage-3 (Qwen2-VL-2B) semantic FP filter

Duy
a8dceee4mo ago

feat: scale-invariant DINODense verifier path + remove CLIP prototype

Duy
31661e14mo ago

Redesign complex-template pass to be data-driven, not shape-specific

Duy
f384f204mo ago

feat: zigzag resistor detection via filled-elongated filter path

Duy
beec8a64mo ago

feat: XOR/XNOR gate discrimination via output-bubble filter

Duy
87bc2df4mo ago

Fix NMS cross-orientation suppression — correctly detects R9

Duy
46c59974mo ago

Remove borderline DINOv2 rescue — detection at (928,731) was FP on wire corner

Duy
7d835bb4mo ago

feat: Zero-shot pattern detection pipeline for engineering BOM drawings

Duy