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
UIImage + ML.m pixelBufferBGRToImage:方法这一句 size_t width = CVPixelBufferGetWidth(pixelBuffer); 报错,其中地址0x7fa15e7385f0 是pixelBuffer的地址。 报错信息如下: 2019-01-11 10:26:35.665624+0800 StyleTransfer[24478:5258012] *** -[Not A Type _cfTypeID]: message sent to deallocated instance 0x7fa15e7385f0
The text was updated successfully, but these errors were encountered:
It is really old code. Maybe you can rewrite it in swift.
Sorry, something went wrong.
No branches or pull requests
UIImage + ML.m pixelBufferBGRToImage:方法这一句 size_t width = CVPixelBufferGetWidth(pixelBuffer); 报错,其中地址0x7fa15e7385f0 是pixelBuffer的地址。
报错信息如下:
2019-01-11 10:26:35.665624+0800 StyleTransfer[24478:5258012] *** -[Not A Type _cfTypeID]: message sent to deallocated instance 0x7fa15e7385f0
The text was updated successfully, but these errors were encountered: