Hi,
I'm trying to run a custom Yolov3 model on imx8MP using NNStreamer. I had followed the the documentation provided here - https://github.com/nxp-imx/nxp-nnstreamer-examples.git -> detection -> example_detection_yolo_v4_tiny_tflite.sh for reshaping and post processing the output tensors so that it can be used by the tensor_decoder.
However the Python script called from the above shell script (available at : https://github.com/nxp-imx/nxp-nnstreamer-examples.git -> detection -> postprocess_yolov4_tiny.py ) uses a nnstreamer_python module.
I'm not able to find or install the same package to my system. Could you please help me with this?