Open sagarr opened 4 years ago
Yes it should be fairly easy with .yaml
settings. Will add a comment with it tomorrow.
BTW. Usually you don't need to delve into C++ with this tool.
Update: base64
return type is not currently supported, you would have to create C++ on your own based on torchlambda template
generated setup.
For now, you can see how to modify C++ source code in this issue, transforming to base64
needs some knowledge of C++ and AWS API & PyTorch C++ API though.
Hi,
Is it possible to return base64 encoded image segmentation result in output.json?
This is the code I came up with after googling
Not sure how can I return base64 encoded string back?
PS: Im not familiar with C++