Closed brainchip-india closed 1 year ago
@meenchen @RaymondWang0 not sure you both have seen the issue, kindly reminding the issue.
Hi @brainchip-india,
In the tutorial, the application code assumes the resolution of the model is 80x80, but for mcunet_10fps, it is actually 64x64. You will need to change the data loading part in the main.cpp for different models.
Thanks @meenchen it worked, it's better you log it somewhere in the Readme for newbies like me, if its already logged please point me to the page because I would like to test different models thanks.
With the help of the tinyengine/tutorial I am able to run the mcunet_5ps(default) and able to see the inference is working fine, so tried changing model to mcunet_10fps in tinyengine/tutorial/examples/vww.py file able to run the code but the inference is failing (always showing no person though the person is present).
anything I need to take care to run mcunet_10fps? @meenchen @RaymondWang0 please help, thanks in advance.