Skip to content

WIP: Tinymaix#486

Open
bkmgit wants to merge 4 commits into
part-cw:masterfrom
bkmgit:tinymaix
Open

WIP: Tinymaix#486
bkmgit wants to merge 4 commits into
part-cw:masterfrom
bkmgit:tinymaix

Conversation

@bkmgit

@bkmgit bkmgit commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Example showing how to use CMake to build a library.

The TinyMaix library can probably be integrated, though the bindings may need to not use code derived from TinyMaix to be incorporated.

The current example uses a network trained on the MNIST dataset - licensing of this is unclear, though it is an open dataset. This likely cannot be integrated. Perhaps train a network on the Dry Bean dataset?

@bkmgit

bkmgit commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

Builds and runs, but recognition rate is poor, see sipeed/TinyMaix#93 . May need to use alternate model.

@bkmgit
bkmgit marked this pull request as ready for review June 25, 2026 17:41
@bkmgit

bkmgit commented Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

@mgorges @ddunsmuir Would appreciate an initial review. There is an extended MNIST dataset which one could use to train a more accurate model. The present model works when one takes a picture of a single number on a white background. The number should be centered in the image. One could use a Maximally Stable Extremal Regions to extract the location of the digit, either programming it directly or using a library such as OpenCVMobile or VLfeat, at the moment cropping is used to extract a square region in the middle of the image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant