Hi,
I am using PROCESSOR_SDK_VISION_03_03_00_00 and implement OD on TIDL.
I use jacintoNet512x512 model in the caffe-jacinto-model.
I evaluate the non-sparse model on TDA2X and show the required TSC cycles = 44,220,579,576 = 44.22 G
I assume that if the EVE core operate at 650M , the fps of this model is 650M/44.22G = 0.014 on one EVE.
It's very slow.
But if i directly put this model on the OD use-case.
The non-sparse can run almost 15 fps.
Compared with the original evaluation,it's very fast.
1. How there is such big difference?Is my model evaluation on TIDL tb is wrong?
2. On the use-case, I compare operation speed of the sparse and non-sparse model.
the sparsity of the sparse model is 67%
But on the use-case there is almost no speed up (almost 15 fps)?
How?is the sparsity is not enough?
Or do I need to modify any configuration inside the usecase?
Thank you!
Best Regards,
Eric Lai