Paddle golang如何把Tensor转换成图像?

oxiaedzo  于 2022-11-19  发布在  Go
关注(0)|答案(3)|浏览(187)

问题描述 Please describe your issue

请问下。在 https://paddle-inference.readthedocs.io/en/latest/api_reference/go_api_doc/Tensor.html 里的 Tensor 如何转换成图像呢?

laawzig2

laawzig21#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档常见问题历史IssueAI社区 来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQGithub Issue and AI community to get the answer.Have a nice day!

0dxa2lsx

0dxa2lsx2#

您好,这个Tensor只是对 Paddle Inference 的 C++ Tensor做的一层封装,目前没有其他复杂的功能函数,您可能需要调研下其他第三方库,将[]float32数据转为图像

qxgroojn

qxgroojn3#

您好,这个Tensor只是对 Paddle Inference 的 C++ Tensor做的一层封装,目前没有其他复杂的功能函数,您可能需要调研下其他第三方库,将[]float32数据转为图像

哦,目前 paddle 这边没有针对 golangTensor 可以直接转为图像的嘛?

相关问题