CoolFace
Apppublic

sonson0910/engineering-drawing-detection

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
27 commits on main
eb44cd95mo ago

revert: restore clean baseline + update README with deploy links and technical report

sonson0910
5a1ee5c5mo ago

fix: cv2.addWeighted dtype mismatch (float32 vs uint8) in draw_detections_enhanced

sonson0910
f4dc31f5mo ago

fix: NumpyEncoder for int64 JSON serialization + TTA toggle UI + updated README

sonson0910
a1a01ab5mo ago

fix: SyntaxError in overlap report formatter (nested f-string)

sonson0910
1cd1a195mo ago

feat: implement proper overlap resolution per interviewer feedback

sonson0910
93bde0b5mo ago

Restructure README to perfectly match the assessment requirements

sonson0910
d7c01155mo ago

Rewrite README to be more professional and remove emojis

sonson0910
8891a185mo ago

Update README with actual web demo and model links

sonson0910
31929ca5mo ago

Translate README placeholders to English

sonson0910
1734c8f5mo ago

Remove redundant debug files and scripts

sonson0910
146dfe05mo ago

Clean up redundant and testing comments

sonson0910
42809c35mo ago

Pin numpy<2.0.0 to fix C-ABI breaking changes

sonson0910
961f1365mo ago

Pin paddleocr==2.7.3 to fix v3.0 breaking changes

sonson0910
9dafd5c5mo ago

Fix PPStructure import error

sonson0910
b10689f5mo ago

Fix PaddleOCR Unknown argument show_log

sonson0910
0e0b2b55mo ago

Remove use_gpu argument to prevent unknown argument error in certain paddleocr versions

sonson0910
94fe86a5mo ago

Fix torch.load missing explicit CPU mapping fallback and PaddleOCR GPU toggling on HF Space

sonson0910
b0728db5mo ago

Pin pydantic < 2.9.0

sonson0910
577313e5mo ago

Upgrade Gradio to 5.x to fix Pydantic incompatibility

sonson0910
af643ca5mo ago

Pin huggingface-hub to 0.25.2 to fix HfFolder import error in Gradio

sonson0910
652d3ab5mo ago

Update gradio sdk_version to fix huggingface_hub ImportError

sonson0910
633fd9a5mo ago

Quote python_version to fix YAML float parsing as 3.1

sonson0910
aebfd785mo ago

Fix python version for HF Spaces

sonson0910
8fa17ad5mo ago

Upload model weights via LFS

sonson0910
955bb4f5mo ago

Fix emoji in README

sonson0910
85171be5mo ago

Fix HF Spaces configuration in README

sonson0910
650e0f15mo ago

Deploy to HF Spaces

sonson0910