Skip to content

Instantly share code, notes, and snippets.

@jamesonthecrow
Last active June 10, 2019 21:22
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 jamesonthecrow/967eb54f27753a7d26c776d02791f516 to your computer and use it in GitHub Desktop.
Save jamesonthecrow/967eb54f27753a7d26c776d02791f516 to your computer and use it in GitHub Desktop.
Pet Segmentation on Android with Fritz (www.fritz.ai)
// Run the image through the model to identify pixels belonging to a pet.
FritzVisionSegmentResult segmentResult = predictor.predict(visionImage);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment