How to contribute to finn-examples #1294
auphelia
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to contribute to finn-examples
Do you have an interesting FINN use case that you'd love to showcase and tell people about? If so, this is the blog post for you!
Xilinx/finn-examples is a repository with pre-built dataflow accelerators generated with FINN. It contains bitfiles of accelerators of trained networks for PYNQ boards and Alveo U250, and Jupyter notebooks to run each accelerator on the specified board. Additionally, the repository contains scripts to rebuild most of these examples.
We are very happy that the repository not only contains our own examples but also examples contributed by the community, for example RF modulations recognition (contributed by University of Paderborn), keyword spotting (contributed by University of Heidelberg) and a face mask detection example (contributed by TU Munich).
Below you find a description on how the finn-examples repository is structured and how we expect a PR to look like to be merged into the repository.
Repository structure of finn-examples
How to add a new use case to finn-examples
Use cases can be contributed with or without possibility to reproduce:
Without possibility to reproduce:
With possibility to reproduce:
In general, if images are included, make sure that whoever is the owner has given his or her permission to use the image. Also licenses for data sets need to be checked.
If you have any questions, please reach out to us. You can also open a draft PR, if you are unsure about the style and we can work together from there.
Looking forward to your contributions!
The FINN team
Beta Was this translation helpful? Give feedback.
All reactions