Downloads · 30 days
0
frisk2137/box_classifer
box_classifer is a machine learning model from frisk2137. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as gpl-3.0.
A bunch of CNNs (in parameter-sizes) trained to classify whether a checkbox is filled or not.
Downloads · 30 days
0
Access
Public
Updated Jun 28, 2026
Repo size
501 KB
Likes
0
Public
Click a slice to open those files.
.bin501 KB · 99%
From the Hugging Face model README
A bunch of CNNs (in parameter-sizes) trained to classify whether a checkbox is filled or not.
The training code, data generator can be found here: https://github.com/papaj2139/box_classifier
Every model was trained on 10 epochs with 500 batches per epoch on 20000 images. Every image is 32x32.
model-5k.bin (5017 parameters) Architecture:
Loss trajectory:

Final test Acc: 99.72% Final train Acc: 99.57%
model-20k.bin (20373 parameters) Architecture:
Loss trajectory:

Final test Acc: 99.85% Final train Acc: 99.68%
model-100k.bin (99713 parameters) Architecture:
Loss trajectory:

Final test Acc: 99.65% Final train Acc: 99.81%
GPLv3