Skip to content

Instantly share code, notes, and snippets.

@zaleslaw
Created June 9, 2022 09:49
Show Gist options
  • Save zaleslaw/81a8e1ab2a8254cdfca887ed90100769 to your computer and use it in GitHub Desktop.
Save zaleslaw/81a8e1ab2a8254cdfca887ed90100769 to your computer and use it in GitHub Desktop.
Loads the MoveNetMultiPoseLighting model
val modelHub = ONNXModelHub(cacheDirectory = File("cache/pretrainedModels"))
val model = ONNXModels.PoseDetection.MoveNetMultiPoseLighting.pretrainedModel(modelHub)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment