I get that you have to put it into base64, but how would you go about doing this? Would I go through all the values and merge them into one big string, then conver that to base64?
Also I noticed the example had some / in it. I was wondering if that represented the commas
From Example:
v7l48eAAAAA/s4VHwAAAAD+R7I5AAAAAv8MBMAAAAAA/
Hello,
I'm trying to convert a 128 numpy array for a face vector into the format in the example. My array looks something like: I shortened the data
I get that you have to put it into base64, but how would you go about doing this? Would I go through all the values and merge them into one big string, then conver that to base64?
Also I noticed the example had some
/
in it. I was wondering if that represented the commasFrom Example:
v7l48eAAAAA/s4VHwAAAAD+R7I5AAAAAv8MBMAAAAAA/
Thank You!