Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 729 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 729 Bytes

handwriting example

This example try to recognize different number (0~9) based on training model from MNIST dataset.

mnist dataset

Running on HIMAX WE1 EVB

During the example, images are captured by a camera and

  • send out original jpeg image through SPI interface
  • dwonscale original mono image to 28x28 as input for model

output result will be score of each category send out through Serial terminal like this.

serial output

and you can also check sensor image by SPI output

serial output

You can find SPI receive image tool here.