Last active
November 30, 2020 11:29
-
-
Save yektasarioglu/19d8df11e9ea73c73ed55aeda5de2531 to your computer and use it in GitHub Desktop.
Initializing Analyzer In default mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private fun initializeAnalyzer() { | |
analyzer = MLAnalyzerFactory.getInstance().imageSegmentationAnalyzer | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment