I can't find the mobilenet_v2_1.0_224.tgz to get the network description, weights etc.
Activity
morgolock commentedon Jun 25, 2025
Hi @matthiasatims
We don't distribute the weights for the graph examples.
The best way to run models is be to use ArmNN's ExecuteNetwork. You can download the mobilenet_v2_1.0_224.tflite model and run it with ArmNN.
For more information about this please have a look at #1077 (comment)
Hope this helps