Hi Swapnil,
You don't need to understand how the indexes are generated in order to use the function. Please try to use the functionality for 16-bits integers monochrom image. Once you it works, I can give you some pointers on how to modify for rgb565…
Hi Owals,
Unfortunately, no we don’t have such function that would analyze the output of semantic segmentation. However you can train another deep learning network that would analyze the output of the semantic segmentation and detect regions in which…
Hello Jens,
Did you manage to build and execute the FFT app ? Do you need any more assistance with the issue or can we close the ticket ?
regards,
Victor
I haven't heard back from you, I'm assuming you were able to resolve your issue.
If not, just post a reply below (or create a new thread if the thread has locked due to time-out).
Hi Shruti,
I am affraid I don't understand the issue. Since kernel 3 is in a separate node, that executes on VCOP only, you don't need to change the address of the input since the buffer switch automatically takes care of which image buffer it accesses…
Hi Shruti,
You said it gets stuck. If you halt the CPU, where the program counter points to ? Or is the ARP32 crashed and you cannot even reconnect to it ?
If it crashed, it could be that that the VCOP error register got set and if you don't clear…
Hi Surbhi,
There is a constrain listed in Chapter 5 'Current limitations' of BAM user's guide: Specifications of edge list.
If one single port of an upstream node has more than one connection, which happens in case of a fork in the graph, then all…
Hi Vasanth,
If you are using Vision-SDK, you don't need to do anything different. You can create two independent link & chains graphs that call different EVE kernels. These EVE kernels can be mapped to the same or two different EVE cores.
Please refer…
Hi Feroz,
Although it is possible to run multiple BIOS threads on one EVE, in practice we don't do that as it would result in very high context switch overhead. Kernels operate on per block basis. Each block of data must fit in a 16 KB memory footprint…