Dear Sir,
I have a post-processing module written in Python code, Is there any way or tool to integrate it with my existing vision application as custom kernel or Node?
Thanks and Regards,
Vyom Mishra
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear Sir,
I have a post-processing module written in Python code, Is there any way or tool to integrate it with my existing vision application as custom kernel or Node?
Thanks and Regards,
Vyom Mishra
Hi Vyom,
You could either create a full application using the python script as shown in ${PSDKRA}/tiovx/tutorial/ch03_graph/vx_tutorial_graph_image_gradients_pytiovx_uc.py
or
create a node using the python script as shown in ${PSDKRA}/vision_apps/kernels/srv/scripts/kernel_gpu_srv.py
and then use the node api into your existing application.
These are the two ways supported in the SDK.
Regards,
Nikhil