Hi,
In my use case, in the inference.py file I am supposed to receive image in base 64 string which I have to decode and pass it to the matting server. Could you please tell me how do I pass the decoded base 64 image to the matting server since it is different from reading image from its path. Thank you
Hi,
In my use case, in the
inference.pyfile I am supposed to receive image in base 64 string which I have to decode and pass it to the matting server. Could you please tell me how do I pass the decoded base 64 image to the matting server since it is different from reading image from its path. Thank you