We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在使用人脸增强时,传入的如果是np.ndarray数据,需要img = paddle.to_tensor(img).transpose([2, 0, 1]) , 为什么不支持uint8_t类型,虽然可以乘以1.0来转换使得生效,但是如果中间有其他操作,可能导致数值超过255.还是希望官方优化,支持unit8类型吧
The text was updated successfully, but these errors were encountered:
感谢您的反馈,我们会尽快在框架中支持这个功能
Sorry, something went wrong.
可以更新最新paddle版本
jerrywgz
No branches or pull requests
在使用人脸增强时,传入的如果是np.ndarray数据,需要img = paddle.to_tensor(img).transpose([2, 0, 1]) , 为什么不支持uint8_t类型,虽然可以乘以1.0来转换使得生效,但是如果中间有其他操作,可能导致数值超过255.还是希望官方优化,支持unit8类型吧
The text was updated successfully, but these errors were encountered: