-
I need to implement something based on the output of the CNN. I might have two options:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
what exactly is the difference between 1 and 2? Is your network running offboard? Otherwise I don't see how 1 would not run on the AI-deck? I am not 100% up to date with the possibilities of gapflow/nntool, but I don't think it supports porting post-processing. I think the easiest would be to write the post-processing directly on the gap8 yourself. For this, no, OpenCV is not supported on gap8. Some of the DSP functions in the autotiler might come in handy (https://github.com/GreenWaves-Technologies/gap_sdk/tree/8db7b5b8c83fb604048b95768f68b69e6510506d/tools/autotiler_v3/DSP_Libraries) though. Hope this helps; |
Beta Was this translation helpful? Give feedback.
what exactly is the difference between 1 and 2? Is your network running offboard? Otherwise I don't see how 1 would not run on the AI-deck?
I am not 100% up to date with the possibilities of gapflow/nntool, but I don't think it supports porting post-processing. I think the easiest would be to write the post-processing directly on the gap8 yourself. For this, no, OpenCV is not supported on gap8. Some of the DSP functions in the autotiler might come in handy (https://github.com/GreenWaves-Technologies/gap_sdk/tree/8db7b5b8c83fb604048b95768f68b69e6510506d/tools/autotiler_v3/DSP_Libraries) though.
Hope this helps;
Hanna