CoolFace
Apppublic

VietCat/TrafficSignDetector

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
50 commits on main
316b4179mo ago

Add stdout flush to ensure real-time log output

VietCat
9c7190a9mo ago

Add detailed logging for inference timing and top detections

VietCat
cfe01e59mo ago

Add input validation to prevent None image errors

VietCat
4da17579mo ago

Fix tiling strategy to avoid infinite loops

VietCat
f4895329mo ago

Implement tiling strategy for high-resolution object detection

VietCat
f98ab8d10mo ago

Remove zoom feature - keep interface clean and simple

VietCat
6468f0910mo ago

Simplify zoom to bare minimum - Gradio handles scroll natively

VietCat
a0d96db10mo ago

Simplify zoom - use Image components with native scroll

VietCat
625d80310mo ago

Fix horizontal scroll - remove Column constraints and add white-space nowrap

VietCat
b5d427e10mo ago

Fix horizontal zoom stretching - allow width to scale properly

VietCat
734fa1710mo ago

Replace zoom with scrollable HTML display - actual pixel-level zoom

VietCat
5cc190210mo ago

Fix reset button output error - remove None from outputs list

VietCat
86b926110mo ago

Simplify zoom implementation using global variables

VietCat
d17b1c410mo ago

Fix zoom slider functionality - now updates image display directly

VietCat
de45b4710mo ago

Add zoom sliders for output and preprocessed images

VietCat
74ac36a10mo ago

Add auto-detection, interactive zoom, and class names to top 5 detections

VietCat
81a35ad10mo ago

Add confidence threshold slider and update class labels

VietCat
ec1487110mo ago

Add detailed training prompt and guidelines

VietCat
228675b10mo ago

Lower confidence threshold to 0.001 and add detailed confidence analysis

VietCat
aed896610mo ago

Add raw predictions debug info and scale factor warnings

VietCat
8dc1ce910mo ago

Add detailed logging for debugging detection pipeline

VietCat
eedb86210mo ago

Add full logging and preprocessed image visualization

VietCat
77916ce10mo ago

Fix model loading from HuggingFace Hub and improve inference preprocessing

VietCat
44fc75a10mo ago

remove test existing model

VietCat
95a780a10mo ago

test existing model

VietCat
dc9db3910mo ago

fix bug

VietCat
fb7069210mo ago

fix bug

VietCat
35f997a10mo ago

fix bug

VietCat
9b96f2410mo ago

fix bug

VietCat
6998ed610mo ago

fix bug

VietCat
ef364be10mo ago

fix bug

VietCat
21e825c10mo ago

add more log to debug

VietCat
9c6bc5110mo ago

add more logic to process image

VietCat
7963d0f11mo ago

Lower confidence threshold to 0.25 and add debug logging for traffic sign detection

VietCat, Amp
46ed9eb11mo ago

add more debug log

VietCat
afb1d4211mo ago

Use monkey patch to disable weights_only for ultralytics model loading

VietCat, Amp
fdf53a511mo ago

Add DetectionModel to safe globals for torch loading

VietCat, Amp
679cf2111mo ago

Add torch safe globals for model loading

VietCat, Amp
e1c596d11mo ago

Fix repo_id parsing for HF Hub download

VietCat, Amp
98a839711mo ago

Download model from HF Hub at runtime

VietCat, Amp
a633bfa11mo ago

Force reinstall numpy 1.24.3 after all packages

VietCat, Amp
c40141711mo ago

Downgrade numpy to 1.24.3 for compatibility

VietCat, Amp
a5940e811mo ago

Force reinstall opencv-python-headless to override full opencv

VietCat, Amp
318d06411mo ago

Downgrade gradio to 3.50.2 for compatibility

VietCat, Amp
dcd050f11mo ago

Add huggingface-hub version for compatibility

VietCat, Amp
7027a2111mo ago

Load model at runtime, specify full path to model file

VietCat, Amp
62e47fd11mo ago

Use opencv-python-headless to avoid GUI dependencies

VietCat, Amp
2c73a9311mo ago

Add system dependencies for OpenCV in Docker

VietCat, Amp
b11642e11mo ago

Initial commit with Traffic Sign Detector app

VietCat, Amp
43c8e4b11mo ago

initial commit

VietCat