Xilinx / QNN-MO-PYNQ

BSD 3-Clause "New" or "Revised" License
241 stars 114 forks source link

No guidelines on contribution and different networks/models #63

Closed balintbarna closed 1 week ago

balintbarna commented 3 years ago

Hello!

I would like to use this project with different models and maybe different network types as well, however I cannot find any documentation on how to get started.

I see that the QNN-MO structure allows some flexibility with the parsing of the JSON which define the layers and the parsing of the npy data which I assume holds the weights. There are also some .bin files which I am unclear on what the purpose is, but I cannot find a definition for the structure of either of these configurators, and also on how to add different network types, or how the network types work.