ImageSegmentation crashes on convertRGBBuffer
Opened this issue · 0 comments
edeguine commented
On my setup Xcode 14.1 convertRGBBuffer does not work because it does not get the unsigned char * properly
This PR shows the fix for the segment function but omits to fix the input to convertRGBBuffer
https://github.com/pytorch/ios-demo-app/pull/76/files#diff-327fd30c5fc0ebceb86a18a77d02ec09c2bc511189122e99216de97a88b9cf5f
I fixed it in this PR https://github.com/pytorch/ios-demo-app/pull/96/files