Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added related project
  • Loading branch information
ZFTurbo authored Oct 11, 2019
1 parent 9d5932b commit 2337008
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ blocks which will work in parallel. More blocks will require more LE in FPGA, bu

![Used FPGA resources](https://github.com/ZFTurbo/Verilog-Generator-of-Neural-Net-Digit-Detector-for-FPGA/blob/master/images/Info-Table.png "Used FPGA resources")

## Related project

The similar project but with more complicated and widely used neural net: MobileNet (v1). It uses some other set of devices. It has similar code structure. It has fast speed (>40 FPS) and much better accuracy comparing to this project. It suitable for most image classification tasks in real time.

* [MobileNet in FPGA](https://github.com/ZFTurbo/MobileNet-in-FPGA)

## Method description

You can find more detailed description here:
Expand Down

0 comments on commit 2337008

Please sign in to comment.