CoolFace
Apppublic

thawro/yolov8-digits-detection

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
47 commits on main
1b4b08e3y ago

Added instruction

thawro
9d4d50c3y ago

Added canvas recording

thawro
3b108d23y ago

refactored video uploading

thawro
84366f83y ago

Video uploading works good

thawro
9eb9f523y ago

Example video works niiiice

thawro
78e0e7f3y ago

Swapped videos

thawro
f0022ad3y ago

Finished videos uploading

thawro
c71f3d03y ago

Added example video upload

thawro
fdf64863y ago

Added image loading to sketch detector

thawro
a52779e3y ago

Added Image based object detector

thawro
eb86f5e3y ago

sketchCanvas finished

thawro
7cb466c3y ago

Added support for mobile drawing (however it still needs change because double tap is needed now)

thawro
1aa2f293y ago

Added Custom slider with nicer appearance

thawro
8a1a76b3y ago

Added changable canvas size and iou/score thresholds sliders

thawro
d81610a3y ago

Fixed bug with H > W image size

thawro
22f58f03y ago

minor changes

thawro
09c2f913y ago

Enabled choosing (only in code for now) between ONNX and not ONNX pre/post processing for frontend app

thawro
514908b3y ago

Added docstrings for visualization

thawro
05f7b233y ago

Refactored code and moved object detectors to separate modules

thawro
cec7b393y ago

React app uses all three onnx files (preprocessing, detection, nms)

thawro
0ee46c93y ago

Added preprocessing ONNX to .py file

thawro
446144b3y ago

Changed previous nms onnx file to the new one which returns boxes, class scores and class ids

thawro
516c4f93y ago

Added onnx_nms file with function to create ONNX NMS

thawro
94bbe1b3y ago

almost working full nms

thawro
d94cfb13y ago

working basic nms onnx in notebook

thawro
18d91f13y ago

Removed thresholds from YoloOnnxModel init

thawro
95c88bb3y ago

removed unnecessary files

thawro
30889a93y ago

added user 1000 to dockerfile

thawro
bdddc073y ago

added root to dockerfile

thawro
9fd50003y ago

added root to dockerfile

thawro
59cdbe93y ago

minor updates

thawro
dec76e73y ago

changed useradd to adduser in dockerfile

thawro
91bb74c3y ago

Changed user in dockerfile

thawro
f6d401c3y ago

Changed app port to 3000 (react)

thawro
fb7beec3y ago

Updated dockerfile

thawro
fe70d6d3y ago

Moved react app to dockerfile

thawro
2ba00c63y ago

Added frontend in ReactJS

thawro
48149243y ago

Added YOLO dataset generation from HWD+ digits dataset

thawro
f0421553y ago

Upaded visualisation to use the one from ultralytics

thawro
8c0f2373y ago

Added INFO.md

thawro
84d723b3y ago

Added model file

thawro
b066f943y ago

Added src files

thawro
850e41f3y ago

upd readme

thawro
22198ce3y ago

Merge branch 'main' of https://huggingface.co/spaces/thawro/yolov8-digits-detection into main

thawro
3d8f9033y ago

removed readme

thawro
55fdef53y ago

initial commit

thawro
e935ea63y ago

added README

thawro