Skip to content

Instantly share code, notes, and snippets.

@hsiaoer
Created June 11, 2019 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsiaoer/bbddf65e6c5e1f02f171cab0d1eac130 to your computer and use it in GitHub Desktop.
Save hsiaoer/bbddf65e6c5e1f02f171cab0d1eac130 to your computer and use it in GitHub Desktop.
Use Sky Seg on-device model
SkySegmentationOnDeviceModel onDeviceModel = new SkySegmentationOnDeviceModel();
predictor = FritzVision.ImageSegmentation.getPredictorTFL(onDeviceModel, options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment