ios-demo-app
ios-demo-app copied to clipboard
PyTorch iOS examples
``` (base) HelloWorld ➤ xcodebuild -configuration Debug build ~~~ ** BUILD FAILED ** The following build commands failed: ExtractAppIntentsMetadata (in target 'HelloWorld' from project 'HelloWorld') CopySwiftLibs /Users/cpprhtn/Documents/GitHub/ios-demo-app/HelloWorld/HelloWorld/build/Debug-iphoneos/HelloWorld.app (in target 'HelloWorld'...
The app compiled properly, but when press 'segment', below error and crashes. libc++abi.dylib: terminating with uncaught exception of type c10::Error: isTuple()INTERNAL ASSERT FAILED at "/Users/distiller/project/aten/src/ATen/core/ivalue_inl.h":1400, please report a bug to...
In December 2021, nine of the Android demo apps (including D2Go, which I'm interested in) [were updated to use Pytorch 1.10/Torchvsion 0.11](https://github.com/pytorch/android-demo-app/pull/210/files#diff-fb03098509cbce55f324a626f9163dfd90d2d5ceface0d5cbdcf0bc122948158). It looks like the D2Go iOS demo app...
Hi, Is there any way I can use this ImageSegmentation code to deploy YOLOv5 segmentation model for iOS?