ios-demo-app
ios-demo-app copied to clipboard
PyTorch iOS examples
For some reason in Xcode 14.1 passing the unsigned char * around does not work, we fix the issue using https://github.com/pytorch/ios-demo-app/pull/76/files#diff-327fd30c5fc0ebceb86a18a77d02ec09c2bc511189122e99216de97a88b9cf5f as reference
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...
I know there is another [issue](https://github.com/pytorch/ios-demo-app/issues/22) related to this crash But the solution to that issue is to set the _`optimization level to none`_ on the **Release** mode, and that...
Hey! I'm using the ImageSegmentation folder and following this [tutorial](https://pytorch.org/tutorials/beginner/deeplabv3_on_ios.html). LibTorch = 1.10.0 LibTorch-Lite = 1.10.0 PyTorch = 1.12.1 xcode = 14.0.1 From what I can see, the issue is...